Symptom
Running the transaction code /sapapo/atpq_parea_k gives dump TYPE_NOT_FOUND.
In transaction ST22 you can see the following details:
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 you have the termination point in line 83 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
Keywords
KBA , SCM-APO-ATP-BF-PAL , Check against Product Allocations , 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.