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

RKEDRPLPA SAP ABAP Report - Callbacks: Object-Dependent Revaluation Factors







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


Text pool values


Title: Callbacks: Object-Dependent Revaluation Factors
Text Symbol: 001 = Derivation rule


INCLUDES used within this REPORT RKEDRPLPA

INCLUDE RKEPL001.
INCLUDE RKEPL003.


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_REVAL_CHECK CALL FUNCTION 'RKE_REVAL_CHECK' EXPORTING I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_REVAL = L_V_REVAL EXCEPTIONS INVALID_VALUE = 1 OTHERS = 2.

RKE_ACCESS_KEY_CHECK CALL FUNCTION 'RKE_ACCESS_KEY_CHECK' EXPORTING I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_TYPE = G_C_REVAL I_PLSZ = L_V_PLSZ EXCEPTIONS INVALID_VALUE = 1 OTHERS = 2.

RKE_REVAL_CHECK CALL FUNCTION 'RKE_REVAL_CHECK' EXPORTING I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_REVAL = L_V_REVAL IMPORTING E_TEXT = L_V_REVAL_TEXT EXCEPTIONS INVALID_VALUE = 1 OTHERS = 2.

RKE_ACCESS_KEY_CHECK CALL FUNCTION 'RKE_ACCESS_KEY_CHECK' EXPORTING I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_TYPE = G_C_REVAL I_PLSZ = L_V_PLSZ IMPORTING E_TEXT = L_V_KEY_TEXT EXCEPTIONS INVALID_VALUE = 1 OTHERS = 2.

RKE_ACCESS_KEY_F4 CALL FUNCTION 'RKE_ACCESS_KEY_F4' EXPORTING I_DISPLAY = I_DISPLAY I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_TYPE = G_C_REVAL IMPORTING E_PLSZ = L_V_PLSZ EXCEPTIONS NO_VALUES = 1 OTHERS = 2.

RKE_REVAL_F4 CALL FUNCTION 'RKE_REVAL_F4' EXPORTING I_DISPLAY = I_DISPLAY I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME IMPORTING E_REVAL = L_V_REVAL EXCEPTIONS NO_VALUES = 1 OTHERS = 2.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = L_V_ERKRS * NEU_KZ = ' ' * PROTOKOLL_KZ = ' ' TABNAME = L_V_TABNAME PA_TYPE = L_V_PA_TYPE * IMPORTING * SUBRC = TABLES FIELDTAB = ET_FIELDTAB.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = 'KE' I_GET_TABLE = '0' I_RKB1X = ES_RKB1X I_TABLE = L_V_TABNAME IMPORTING E_RKB1X = ES_RKB1X EXCEPTIONS OTHERS = 0.

KEDR_COPA_USE_SAP_RULE CALL FUNCTION 'KEDR_COPA_USE_SAP_RULE' EXPORTING I_ERKRS = L_V_ERKRS IMPORTING E_USE_SAP_RULE = X_STEP-ATTR-IS_SAP_STEP.

RKE_CALL_VIEW_REVAL CALL FUNCTION 'RKE_CALL_VIEW_REVAL' EXPORTING I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_DISPLAY_MODE = I_DISPLAY_MODE I_VALUE = I_VALUE IMPORTING E_VALUE = E_VALUE EXCEPTIONS MAINTENANCE_CALL_FAILED = 1 OTHERS = 2.

RKE_GET_REVALUATION_INFO CALL FUNCTION 'RKE_GET_REVALUATION_INFO' EXPORTING I_APPLCLASS = COPA_APPLCLASS I_SUBCLASS = COPA_SUBCLASS I_TABNAME = L_V_TABNAME I_RESET_BUFFER = 'X'.



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