SAP Reports / Programs

RKEDRPA2PC SAP ABAP Report - CO-PA/Read Product Cost Estimate: Callbacks







RKEDRPA2PC 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 RKEDRPA2PC 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 RKEDRPA2PC. "Basic submit
SUBMIT RKEDRPA2PC AND RETURN. "Return to original report after report execution complete
SUBMIT RKEDRPA2PC 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/Read Product Cost Estimate: Callbacks
Text Symbol: T01 = Assignment rule


INCLUDES used within this REPORT RKEDRPA2PC

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:

RKE_VRGAR_CHECK call function 'RKE_VRGAR_CHECK' exporting plikz = '*' " Plan und Ist bewert = 'X' " Zulässig für Bewertung svrgar = l_vrgar importing subrc = return_code exceptions others = 0.

RKE_DOMVALUE_TEXT_GET call function 'RKE_DOMVALUE_TEXT_GET' exporting i_doma = 'RKE_BWFKT' i_domvalue = i_value i_langu = sy-langu importing e_ddtext = e_text exceptions domname_not_found = 1 domvalue_not_found = 2 others = 3.

RKE_DOMVALUE_TEXT_GET call function 'RKE_DOMVALUE_TEXT_GET' exporting i_doma = 'RKE_ERROR' i_domvalue = i_value i_langu = sy-langu importing e_ddtext = e_text exceptions domname_not_found = 1 domvalue_not_found = 2 others = 3.

RKE_DOMVALUE_TEXT_GET call function 'RKE_DOMVALUE_TEXT_GET' exporting i_doma = 'COPA_VALUTYP' i_domvalue = i_value i_langu = sy-langu importing e_ddtext = e_text exceptions domname_not_found = 1 domvalue_not_found = 2 others = 3.

T134T_SINGLE_READ call function 'T134T_SINGLE_READ' exporting materialart = l_mtart sprache = sy-langu importing wt134t = l_mtart_text exceptions wrong_call = 1 others = 2.

RKE_SHORT_TEXT_ALL call function 'RKE_SHORT_TEXT_ALL' exporting i_erkrs = l_erkrs importing e_subrc = l_subrc tables it_dynp_fields = lt_dynp_fields et_text = lt_text et_error = lt_error.

RKE_VRGAR_F4 call function 'RKE_VRGAR_F4' exporting plikz = '*' " Plan und Ist bewert = 'X' " Bewertungsrelevant importing svrgar = l_vrgar exceptions others = 0.

RKE_VALUE_REQUEST_VERSI call function 'RKE_VALUE_REQUEST_VERSI' exporting erkrs = l_erkrs importing versi = l_versi exceptions others = 0.

RKE_PICK_UP_MERKMALE_WERTK call function 'RKE_PICK_UP_MERKMALE_WERTK' exporting erkrs = l_erkrs merk_wertk = 'C' importing fieldname = l_fieldname exceptions others = 0.

COPA_CALL_CUSTOMER_EXIT_KEAB04 call function 'COPA_CALL_CUSTOMER_EXIT_KEAB04' exporting i_erkrs = l_erkrs i_step_id = l_id i_bwfkt = ls_control-bwfkt i_vrgar = ls_control-vrgar i_versi = ls_control-versi i_item_type = ls_control-item_type is_input_fields = ls_input_fields is_copa_characteristics = i_item_3 importing e_request_handled = e_step_is_active es_output_fields = ls_output_fields exceptions exit_failure = 1 others = 2 .

VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = l_action view_name = 'V_TKEVA03' tables excl_cua_funct = lt_excl_cua_funct exceptions others = 1.

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.

CK_F_TCK03_HIERARCHY_READING call function 'CK_F_TCK03_HIERARCHY_READING' exporting p_klvar = l_tkeva03-klvar importing f_tck01 = ls_tck01.



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