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
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.
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:
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.
No SAP DATABASE tables are accessed within this REPORT code!
PPM_DET_PLANKEY CALL FUNCTION 'PPM_DET_PLANKEY' EXPORTING i_ppm_key =
IMPORTING e_ppm_plankey = gs_ppm_plankey.
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.
CURTO_EXPLAIN - Report CURTO_EXPLAIN CURTO_EXPLAIN - Report CURTO_EXPLAIN CURTO_CONSTANTS - R/3 Runtime Object: General Constants CURTO_CIF_CREATE_FOCUS_RTO - Transfer PP/DS PDS from Order/Work Breakdown Structure BOMs CURTO_CIF_CREATE_FOCUS_RTO - Transfer PP/DS PDS from Order/Work Breakdown Structure BOMs CURTOCXI01 - documentation and ABAP source code