SAP Reports / Programs

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







RKEDRCOPA_DEFAULT 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 RKEDRCOPA_DEFAULT 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 RKEDRCOPA_DEFAULT. "Basic submit
SUBMIT RKEDRCOPA_DEFAULT AND RETURN. "Return to original report after report execution complete
SUBMIT RKEDRCOPA_DEFAULT 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 RKEDRCOPA_DEFAULT

INCLUDE LKEDRTYP.


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:

COPA_GET_ERK call function 'COPA_GET_ERK' importing erkrs = erkrs exceptions erkrs_inactive = 1 others = 2.

RKE_SHORT_TEXT_ALL call function 'RKE_SHORT_TEXT_ALL' exporting i_erkrs = erkrs i_pa_type = '1' i_exit_after_first_error = 'X' importing e_subrc = subrc tables it_dynp_fields = tab_characs it_check_fields = tab_check_fields.

RKE_SUPERIOR_CHAR_GET call function 'RKE_SUPERIOR_CHAR_GET' exporting i_erkrs = erkrs it_characteristics = tab_characs importing et_superior_char = tab_dep.

RKE_SHORT_TEXT_ALL call function 'RKE_SHORT_TEXT_ALL' exporting i_erkrs = erkrs i_pa_type = '1' importing e_subrc = subrc tables it_dynp_fields = tab_characs it_check_fields = tab_check_fields et_text = tab_characs_texts * et_error = .

RKE_F4_2 call function 'RKE_F4_2' exporting i_fieldname = i_name-fieldname i_erkrs = erkrs i_pa_type = '1' i_display = i_display tables it_dynp_fields = tab_characs et_sel_values = tab_result.

KEDR_COPA_USE_SAP_RULE call function 'KEDR_COPA_USE_SAP_RULE' exporting i_erkrs = erkrs importing e_use_sap_rule = x_step-attr-is_sap_step.

RKE_EXIT call function 'RKE_EXIT' exporting i_exit_id = keex_c_exit_id-step_create i_count_params = 2 changing x_param_1 = i_env x_param_2 = x_step.

RKE_SUPERIOR_CHAR_GET call function 'RKE_SUPERIOR_CHAR_GET' exporting i_erkrs = erkrs it_characteristics = tab_characs importing et_superior_char = tab_dep.

RKE_SUPERIOR_CHAR_GET call function 'RKE_SUPERIOR_CHAR_GET' exporting i_erkrs = erkrs it_characteristics = tab_characs importing et_superior_char = tab_dep.

RKE_FILL_FIELD_TABLE call function 'RKE_FILL_FIELD_TABLE' exporting erkrs = erkrs tabname = tabname tables fieldtab = e_fieldtab exceptions ledger_not_def = 1 ledger_not_found = 2 table_not_found = 3 others = 4.

RKD_RKB1X_SET call function 'RKD_RKB1X_SET' exporting applclass = 'KE' i_get_table = '0' i_rkb1x = e_rkb1x i_set_kokrs = space importing e_rkb1x = e_rkb1x exceptions others = 0.

KERFC_CHARACT_GET_VALUES call function 'KERFC_CHARACT_GET_VALUES' exporting characteristic = charac importing return = return tables selection = tab_cosel charact_values = tab_charact_values.

RKE_SUPERIOR_CHAR_GET call function 'RKE_SUPERIOR_CHAR_GET' exporting i_erkrs = erkrs it_characteristics = tab_characs importing et_superior_char = tab_dep.

KERFC_CHARACT_GET_DETAIL call function 'KERFC_CHARACT_GET_DETAIL' exporting characteristic = e_charact erkrs = erkrs " HW 664462 importing * CHARACT_DETAIL = return = return * TABLES * CHARACTERISTICS_COMBINED_WITH = .



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