MPCA3F10 is a standard ABAP INCLUDE 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 MPCA3F10 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
KE_TRANSACTION_DATA_DELETE CALL FUNCTION 'KE_TRANSACTION_DATA_DELETE' EXPORTING RPRCTR = GLPCA-RPRCTR RACCT = GLPCA-RACCT HRKFT = GLPCA-HRKFT RVERS = GLPCA-RVERS RRCTY = GLPCA-RRCTY POPER = GLPCA-POPER RYEAR = GLPCA-RYEAR RBUKRS = GLPCA-RBUKRS KOKRS = GLPCA-KOKRS RHOART = GLPCA-RHOART TEST_INDICATOR = RGCU10-TEST LOG = RGCU10-LISTE FLAG_GLPCA_COMMIT = 'X' EXCEPTIONS DOCUMENT_NUMBER_INCOMPLETE = 01 HRKFT_WITHOUT_RACCT = 02 PLANVERSION_VS_ACTUAL_DATA = 03 MISSING_PARAMETERS = 04 OTHERS = 05.
PCA_LOG_INIT CALL FUNCTION 'PCA_LOG_INIT' EXPORTING OBJECT = 'COP1' SUBOBJECT = 'DELETE' EXCEPTIONS OBJECT_NOT_FOUND = 01.
PCA_LOG_INIT_HEADER CALL FUNCTION 'PCA_LOG_INIT_HEADER' EXPORTING EXTNUMBER = 'Trans. Dta.'(T01)
PCA_LOG_INIT_MESSAGES CALL FUNCTION 'PCA_LOG_INIT_MESSAGES' EXPORTING MSGID = 'KM' M_DETLEVEL = '2' M_PROBCLASS = '2'.
PCA_LOG_SET_MESSAGE CALL FUNCTION 'PCA_LOG_SET_MESSAGE' EXPORTING MSGTY = 'I' MSGNO = 423 "Report gestartet V1 = V1. "Reportname
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'KOKRS' VALUE = VALUE REFRESH = 'X'.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'RPRCTR' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'RACCT' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'HRKFT' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'RHOART' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'ACTUAL' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'FLAG_PLAN' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'RVERS' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'POPER' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'RYEAR' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'LISTE' VALUE = VALUE.
PCA_LOG_APPEND_PARAMS CALL FUNCTION 'PCA_LOG_APPEND_PARAMS' EXPORTING PARA = 'TEST' VALUE = VALUE.
PCA_LOG_WRITE_MESSAGE CALL FUNCTION 'PCA_LOG_WRITE_MESSAGE' EXPORTING UPDATE_OR_INSERT = 'I' EXCEPTIONS OBJECT_NOT_FOUND = 01.
CALL FUNCTION 'PCA_LOG_WRITE_DB'.
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 MPCA3F10 or its description.