SAP Knowledge Base Article - Preview

3382156 - Dump ABAP Progamming Error RAISE_EXCEPTION when opening transaction /SAPAPO/ATPQ_CHKCHAR

Symptom

When trying to open transaction /SAPAPO/ATPQ_CHKCHAR, a dump occurs:

Category               ABAP programming error
Runtime Errors         RAISE_EXCEPTION

Short text: Exception condition "TYPE_NOT_FOUND" raised.
Information on where terminated:

Termination occurred in the ABAP program
"CL_ABAP_TYPEDESCR=============CP" - in "DESCRIBE_BY_NAME". The main program was "/SAPAPO/RMQUOT_PAREA_CR ".

In the source code, the termination point in line 86 of the (Include) program "CL_ABAP_TYPEDESCR=============CM001":

*     create new descr object
      case admin_tab_line-kind.
        when kind_elem.
          raise event create_elemdescr
            exporting xtype = admin_tab_line-xtype.
        when kind_ref.
          raise event create_refdescr
            exporting xtype = admin_tab_line-xtype.
        when kind_struct.
          raise event create_structdescr
            exporting xtype = admin_tab_line-xtype.
        when kind_table.
          raise event create_tabledescr
            exporting xtype = admin_tab_line-xtype.
        when kind_class.
          raise event create_classdescr
            exporting xtype = admin_tab_line-xtype.
        when kind_intf.
          raise event create_intfdescr
            exporting xtype = admin_tab_line-xtype.
        when others.
*         all others are erros
          raise type_not_found.                             <<<<
      endcase.


Read more...

Environment

SAP SCM APO release independent

Product

SAP Supply Chain Management all versions ; SAP enhancement package for SAP Supply Chain Management all versions

Keywords

/SAPAPO/ATPQ_CHKCHAR, CVC, Product Allocation, Product Allocation Group, RAISE_EXCEPTION, ABAP programming error, TYPE_NOT_FOUND , KBA , SCM-APO-ATP-BF-PAL , Check against Product Allocations , SCM-APO-ATP , Global Available-to-Promise , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.