SAP Reports / Programs

CURTO_EXPLAIN SAP ABAP Report - Report CURTO_EXPLAIN







CURTO_EXPLAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter CURTO_EXPLAIN into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CURTO_EXPLAIN. "Basic submit
SUBMIT CURTO_EXPLAIN AND RETURN. "Return to original report after report execution complete
SUBMIT CURTO_EXPLAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Errors while transporting data to APO
Selection Text: GP_DEST = Logical System (Destination)
Selection Text: GP_MATNR = Material
Selection Text: GP_PLANT = Plant
Selection Text: GP_USAGE = PDS Usage
Selection Text: GP_VERS = Version
Title: Report CURTO_EXPLAIN
Text Symbol: 31B = Phs has invalid change number.
Text Symbol: 31A = Operation has invalid change number.
Text Symbol: 28B = Sequence has invalid change number.
Text Symbol: 28A = Operation/Phs/Suboperation has invalid change number.
Text Symbol: 25D = Sequence has initial valid-from date and initial change number.
Text Symbol: 25C = Suboperation has initial valid-from date and initial change number.
Text Symbol: 25B = Phs has initial valid-from date and initial change number.
Text Symbol: 25A = Operation has initial valid-from date and initial change number.
Text Symbol: 24D = Sequence has initial valid-from date and initial change number.
Text Symbol: 24C = Suboperation has initial valid-from date and initial change number.
Text Symbol: 24B = Phs has initial valid-from date and initial change number.
Text Symbol: 24A = Operation has initial valid-from date and initial change number.
Text Symbol: 058 = No capacity found.
Text Symbol: 057 = No work center found.
Text Symbol: 056 = No scheduling found.
Text Symbol: 055 = Invalid Workcener.
Text Symbol: 054 = Scheduling has neither variable nor fix part.
Text Symbol: 053 = No Base Quantity found.
Text Symbol: 052 = No scheduling formula found for Production.
Text Symbol: 31C = Suboperation has invalid change number.
Text Symbol: 31D = Sequence has invalid change number.
Text Symbol: 32A = Operation has initial valid-from date an initial change number.
Text Symbol: 32B = Phs has initial valid-from date an initial change number.
Text Symbol: 32C = Suboperation has initial valid-from date an initial change number.
Text Symbol: 32D = Sequence has initial valid-from date an initial change number.
Text Symbol: 50A = Entries with valid-to-date older than
Text Symbol: 50B = deleted.
Text Symbol: HDR = Data for checking:
Text Symbol: L01 = Errors in Production Version:
Text Symbol: L02 = Invalid Change Numbers: (Msg. 1051)
Text Symbol: L03 = Invalid Dates:





Text Symbol: L04 = Errors in BOM Header:
Text Symbol: L05 = Errors in BOM Items:
Text Symbol: L06 = Errors in Routing Header:
Text Symbol: L07 = Errors in Routing Operations:
Text Symbol: L08 = Errors in Routing Phs:
Text Symbol: L09 = Errors in Routing Suboperations:
Text Symbol: L10 = Errors in Routing Sequences:
Text Symbol: SEL = Needed Data From Integration Model
Text Symbol: 049 = Capacity category is not an active integration model.
Text Symbol: 021 = Error while filling class components.
Text Symbol: 020 = No validity: begin of validity is after end of validity or both are on the same date.
Text Symbol: 019 = Item is bulk material.
Text Symbol: 018 = Item category is M (intra material).
Text Symbol: 017 = Item category is D (document).
Text Symbol: 016 = Item category is T (text).
Text Symbol: 015 = No item category found.
Text Symbol: 014 = Item is a document.
Text Symbol: 013 = Item is not production relevant.
Text Symbol: 012 = Item is not active integrated in APO.
Text Symbol: 011 = Item not relevant for subcontracting, because not relevant for production and material provision indicator is blank.
Text Symbol: 010 = BOM status is neither MRP Explo nor PlanOrds nor Rel Ords.
Text Symbol: 009 = BOM has no status.
Text Symbol: 008 = BOM is not production relevant due to valitity errors.
Text Symbol: 007 = BOM Usage does not include Production.
Text Symbol: 006 = BOM category does not equal M (intra Material).
Text Symbol: 005 = No records found for component.
Text Symbol: 004 = No active integration model found for object.
Text Symbol: 003 = No relevant data found for chosen system.
Text Symbol: 002 = No relevant data found for version and material.
Text Symbol: 001 = No CIF-Key for destination.
Text Symbol: 000 = No CIF-Key, cause no APO-relevant data found.
Text Symbol: 048 = Operation is marked for reworking.
Text Symbol: 047 = Operation has invalid Control Key.
Text Symbol: 046 = Operation has no Work Center.
Text Symbol: 045 = Scheduling capacity is not relevant for SNP APO.
Text Symbol: 044 = Routing contains a deletion flag.
Text Symbol: 043 = No production version found for routing.
Text Symbol: 042 = Lot size of production version does not match lot size of routing.
Text Symbol: 041 = Validity of production version does not match validity of routing.





Text Symbol: 040 = Task usage is not production.
Text Symbol: 039 = Task is not released (status has to be 2 or 4).
Text Symbol: 038 = Undefined Error while reading routing.
Text Symbol: 037 = Invalid dataset for reading routing.
Text Symbol: 036 = Invalid reference while reading routing.
Text Symbol: 035 = No Routing found.
Text Symbol: 034 = Item has initial valid-from date an initial change number.
Text Symbol: 033 = Item has invalid change number.
Text Symbol: 030 = Item with invalid change status (change number).
Text Symbol: 029 = Item with invalid change status (change number).
Text Symbol: 027 = Item has initial valid-from date an initial change number
Text Symbol: 026 = Item has initial valid-from date and initial change number.
Text Symbol: 023 = Item is bulk material.
Text Symbol: 022 = Item does not match to database table MARC (Plant Data for Material).


INCLUDES used within this REPORT CURTO_EXPLAIN

INCLUDE CURTO_EXPLAIN_MESSAGE_NUMBERS. "#EC INCL_OK
INCLUDE CURTO_EXPLAIN_TYPES.
INCLUDE CURTO_EXPLAIN_CONSTANTS.
INCLUDE CURTO_EXPLAIN_DEF_LOG.
INCLUDE CURTO_EXPLAIN_DEF_DATA.
INCLUDE CURTO_EXPLAIN_DEF_BOM_HEADER.
INCLUDE CURTO_EXPLAIN_DEF_BOM_ITEMS.
INCLUDE CURTO_EXPLAIN_DEF_CLASS_ITEMS.
INCLUDE CURTO_EXPLAIN_DEF_ROUTING.
INCLUDE CURTO_EXPLAIN_SHOW_LIST.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

PPM_DET_PLANKEY CALL FUNCTION 'PPM_DET_PLANKEY' EXPORTING i_ppm_key = IMPORTING e_ppm_plankey = gs_ppm_plankey.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CURTO_EXPLAIN or its description.