RKEVRK2A_POST_BAPI__FIX 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 RKEVRK2A_POST_BAPI__FIX 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!
RKE_TRANSFORM_STRUC_BAPI_CE0 CALL FUNCTION 'RKE_TRANSFORM_STRUC_BAPI_CE0' EXPORTING i_erkrs = gc_erkrs i_pa_type = '1' "cost based PA i_t_fieldlist = i_t_fields i_plan_act_indicator = '0' "actual data IMPORTING e_t_ce0 = l_t_data_ce0 TABLES i_t_bapi_data = i_t_data c_t_return = c_t_return.
COPA_BCT_IMPORT_ACTUAL_DATA CALL FUNCTION 'COPA_BCT_IMPORT_ACTUAL_DATA' EXPORTING i_erkrs = gc_erkrs i_tabname = gc_ce0_name i_testmode = i_testrun i_commit_work = ' ' "no COMMIT WORK in BAPI * IMPORTING * E_RETURN_CODE = TABLES it_items = l_t_data_ce0 et_error = l_t_import_errors EXCEPTIONS posting_error = 1 OTHERS = 2 .
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = l_s_bapiret.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'A' cl = 'KEBAPI' number = 204 par1 = 'COPA_IMPORT_ACTUAL_DATA' par2 = l_tmpstr IMPORTING return = l_s_bapiret.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type =
-severity cl = -ag number = l_msgnr par1 = -var1 par2 = -var2 par3 = -var3 par4 = -var4 parameter = 'InputData' row = -index IMPORTING return = l_s_bapiret.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKEVRK2A_POST_BAPI__FIX - RKEVRK2APOSTBAPIFIX RKEVRK2A_POST - RKEVRK2APOST RKEVRK2A_PACK_UPDCE3 - RKEVRK2APACKUPDCE3 RKEVRK2A_PACK - RKEVRK2APACK RKEVRK2A_MULTICURR_2 - CO-PA update: actual data, parallel currencies (fixed part) RKEVRK2A_MULTICURR - CO-PA Actual Data Update: Multiple Currencies (Op.-Concern-Dependent)