SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RKEVRK2A_POST_POSTA__FIX SAP ABAP INCLUDE - RKEVRK2APOSTPOSTAFIX







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


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


INCLUDES used within this REPORT RKEVRK2A_POST_POSTA__FIX

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_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'.



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