SAP Reports / Programs | Enterprise Controlling | Profit Center Accounting(EC-PCA) SAP EC

RCOPCA40 SAP ABAP Report - CO-PA Derivation of Characteristic Values: Callbacks







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


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 RCOPCA40. "Basic submit
SUBMIT RCOPCA40 AND RETURN. "Return to original report after report execution complete
SUBMIT RCOPCA40 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CO-PA Derivation of Characteristic Values: Callbacks


INCLUDES used within this REPORT RCOPCA40

No INCLUDES are used within this REPORT code!


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:

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 .



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 RCOPCA40 or its description.