RCOPCA40 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 RCOPCA40 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.
Title: CO-PA Derivation of Characteristic Values: Callbacks
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKD_SHORT_TEXT_SINGLE CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' EXPORTING * APPLCLASS = 'KE' APPLCLASS = 'PCA' CHARACTERISTIC = l_VALUE "SR_99A CRITERIA = I_NAME-FIELDNAME I_RKB1X = RKB1X EXCEPTIONS CRITERIA_NOT_FOUND = 1 KEY_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 TKEBF_ENTRY_NOT_FOUND = 4 EMPTY_APPLCLASS = 5 WRONG_MODE = 6 NO_ESCAPE_SYMBOL_ALLOWED = 7 OTHERS = 8.
RKD_SHORT_TEXT_SINGLE CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' EXPORTING APPLCLASS = 'PCA' CHARACTERISTIC = l_VALUE "SR_99A CRITERIA = I_NAME-FIELDNAME I_RKB1X = RKB1X IMPORTING CHARACTERISTIC_TEXT = E_TEXT EXCEPTIONS CRITERIA_NOT_FOUND = 1 KEY_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 TKEBF_ENTRY_NOT_FOUND = 4 EMPTY_APPLCLASS = 5 WRONG_MODE = 6 NO_ESCAPE_SYMBOL_ALLOWED = 7 OTHERS = 8.
HELP_VALUES_GET_WITH_MACO CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' "RDI "4.5a
RKD_HELP_VALUES_GET * call function 'RKD_HELP_VALUES_GET' * exporting * i_fieldname = i_name-fieldname * i_display = i_display * is_rkb1x = rkb1x * importing * e_selected_value = e_value * exceptions * others = 0.
RKD_HELP_VALUES_GET CALL FUNCTION 'RKD_HELP_VALUES_GET' EXPORTING * LONGTEXT = ' ' APPLCLASS = 'PCA' * DISPLAY = ' ' FIELD = I_NAME-FIELDNAME * HCLASS = * MC_OBJECT = ' ' * MESSAGE_TYPE = 'S' RKB1X = RKB1X * SELSTR = ' ' TABLE = I_NAME-TABNAME * VARTYP = 1 * HIENM = IMPORTING KEYID = E_VALUE * TABLES * DEPENDANCY_TAB = * I_FIELD_TAB = EXCEPTIONS OTHERS = 1.
COPCA_REPMAT_CALL_CUST_EXIT CALL FUNCTION 'COPCA_REPMAT_CALL_CUST_EXIT' EXPORTING I_KOKRS = KOKRS I_DATE = I_DATE I_STEP_ID = I_ID I_ITEM = PCA_REPMAT IMPORTING E_ITEM = PCA_REPMAT E_EXIT_IS_ACTIVE = E_STEP_IS_ACTIVE E_FAILED = FAILED EXCEPTIONS DERIVATION_FAILED = 1 OTHERS = 2.
F4IF_DETERMINE_SEARCHHELP CALL FUNCTION 'F4IF_DETERMINE_SEARCHHELP' EXPORTING TABNAME = P_TABNAME FIELDNAME = P_FIELDNAME IMPORTING SHLP = L_SHLP_DESCR EXCEPTIONS OTHERS = 0.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING SHLP = L_SHLP_DESCR IMPORTING RC = L_RC TABLES RETURN_VALUES = LT_SHLP_RETRIEVAL EXCEPTIONS OTHERS = 0.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING DISPLAY = ' ' I_KOKRS = ' ' POPUP = ' ' IMPORTING E_KOKRS = L_CONTROLLING_AREA E_ACTION = L_OK_CODE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCOPCA40 - CO-PA Derivation of Characteristic Values: Callbacks RCOPCA40 - CO-PA Derivation of Characteristic Values: Callbacks RCOPCA37TOP - documentation and ABAP source code RCOPCA37O01 - documentation and ABAP source code RCOPCA37F01 - documentation and ABAP source code RCOPCA37 - EC-PCA: Transfer of Costs from PCA Costing