RKEVRK2A_POST_POSTA__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_POSTA__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_CHECK_PALEDGER_ACT CALL FUNCTION 'RKE_CHECK_PALEDGER_ACT' EXPORTING ERKRS = GC_ERKRS T_PALEDGER = I_T_PALEDGER TABLES LINE_ITEM_TAB = LINE_ITEM_TAB EXCEPTIONS CURRENCY_MISMATCH = 1 OTHERS = 2.
RKE_SERVE_ACT_DOC_NUMBER CALL FUNCTION 'RKE_SERVE_ACT_DOC_NUMBER' EXPORTING ERKRS = GC_ERKRS IS_REVERSAL = IS_REVERSAL T_PALEDGER = I_T_PALEDGER IMPORTING ANZ_BELNR_DRAWN = ANZ_BELNR_INTERN ANZ_BELNR_FILLED = ANZ_BELNR_EXTERN TABLES LINE_ITEM_TAB = LINE_ITEM_TAB.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = A_LOGSYS EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1 OTHERS = 2.
RKE_GET_REC_WAERS CALL FUNCTION 'RKE_GET_REC_WAERS' EXPORTING I_ERKRS = GC_ERKRS I_PALEDGER = LINE_ITEM_TAB-PALEDGER I_BUKRS = LINE_ITEM_TAB-BUKRS IMPORTING E_REC_WAERS = REC_WAERS.
RKE_CONVERT_LOGNR_TO_PHYSNR CALL FUNCTION 'RKE_CONVERT_LOGNR_TO_PHYSNR' EXPORTING ERKRS = GC_ERKRS PERIO = LINE_ITEM_TAB-PERIO PERIO2 = LINE_ITEM_TAB-ALTPERIO.
RKE_READ_ERKRS_MESSAGE CALL FUNCTION 'RKE_READ_ERKRS_MESSAGE' " HK9705xx EXPORTING I_ERKRS = GC_ERKRS IMPORTING E_V_TKEB = IS_TKEB.
RKE_ACT_IDOC_SEND CALL FUNCTION 'RKE_ACT_IDOC_SEND' EXPORTING ERKRS = GC_ERKRS TABLES CE1TAB = LINE_ITEM_TAB.
SCMA_UPD_LOG_COUNT_TASKS CALL FUNCTION 'SCMA_UPD_LOG_COUNT_TASKS'.
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_POSTA__FIX - RKEVRK2APOSTPOSTAFIX RKEVRK2A_POST_GETOBJNR__FIX - RKEVRK2APOSTGETOBJNRFIX RKEVRK2A_POST_GETOBJNR2__FIX - RKEVRK2APOSTGETOBJNR2FIX RKEVRK2A_POST_GETCRIT__FIX - RKEVRK2APOSTGETCRITFIX RKEVRK2A_POST_COMMIT__FIX - RKEVRK2APOSTCOMMITFIX RKEVRK2A_POST_BAPI__FIX - RKEVRK2APOSTBAPIFIX