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

RKEPLPPR SAP ABAP Report - Check plan structure







RKEPLPPR 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 RKEPLPPR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KEPP - Check plan structure


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


Text pool values


Error Log for Plan Structure Check
Selection Text: CRITERIA = Characteristic
Selection Text: C_TEXT = Text for characteristic value
Selection Text: C_VALUE = Characteristic value
Selection Text: ERKRS = Operating concern
Selection Text: PERFROM = From period
Selection Text: PERUNTIL = To period
Selection Text: TEST = Background processing
Selection Text: VERSI = Plan version
Title: Check plan structure
Text Symbol: 001 = Starting point
Text Symbol: 002 = Plan structure
Text Symbol: 003 = Additional data
Text Symbol: 004 = Root
Text Symbol: 005 = Error number:
Text Symbol: 006 = Number of segments:
Text Symbol: 007 = Path up to the first incorrect characteristic:
Text Symbol: 008 = Profitability segment:
Text Symbol: 009 = No errors


INCLUDES used within this REPORT RKEPLPPR

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_PLANSTRUCTURE_MODELLING CALL FUNCTION 'RKE_PLANSTRUCTURE_MODELLING' EXPORTING MOD = '5' I_STRUKT = G_V_PSTRUKT I_ERKRS = ERKRS TABLES I_TH_PATH = L_TH_PATH EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

RKE_CHECK_GENERATION CALL FUNCTION 'RKE_CHECK_GENERATION' EXPORTING ERKRS = ERKRS.

RKE_PLANSTRUCTURE_MODELLING CALL FUNCTION 'RKE_PLANSTRUCTURE_MODELLING' EXPORTING MOD = '4' I_STRUKT = G_V_PSTRUKT I_ERKRS = ERKRS CHANGING NODE = G_S_NODE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

ENQUEUE_EKCEPBV CALL FUNCTION 'ENQUEUE_EKCEPBV' EXPORTING MANDT = SY-MANDT APPLCLASS = G_C_APPLCLASS SUBCLASS = G_C_SUBCLASS TABNAME = G_V_ERKRS_TABELLE PSTRUKT = G_V_PSTRUKT VERSI = VERSI KNOTEN = ' ' X_APPLCLASS = ' ' X_SUBCLASS = ' ' X_TABNAME = ' ' X_PSTRUKT = ' ' X_VERSI = ' ' X_KNOTEN = ' ' _SCOPE = '2' _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

RKE_PLANSTRUCTURE_CHECK CALL FUNCTION 'RKE_PLANSTRUCTURE_CHECK' EXPORTING ZWEIG = L_V_BRANCH ERKRS = ERKRS PERBL_FROM = PERFROM PERBL_UNTIL = PERUNTIL VERSI = VERSI PSTRUKT = G_V_PSTRUKT MODE = 2 IMPORTING SUBRC = L_V_SUBRC TABLES ERROR_TAB = G_TH_ERROR_TAB ERROR_OBJECTS_TAB = G_TH_ERROR_OBJECTS EXCEPTIONS BRANCH_NOT_IN_STRUCTURE = 1 OTHERS = 2.

DEQUEUE_EKCEPBV CALL FUNCTION 'DEQUEUE_EKCEPBV' EXPORTING MANDT = SY-MANDT APPLCLASS = G_C_APPLCLASS SUBCLASS = G_C_SUBCLASS TABNAME = G_V_ERKRS_TABELLE PSTRUKT = G_V_PSTRUKT VERSI = VERSI KNOTEN = ' ' X_APPLCLASS = ' ' X_SUBCLASS = ' ' X_TABNAME = ' ' X_PSTRUKT = ' ' X_VERSI = ' ' X_KNOTEN = ' ' _SCOPE = '3' EXCEPTIONS OTHERS = 1.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = ERKRS TABNAME = L_V_ERKRS_TABELLE TABLES FIELDTAB = G_TH_FIELDTAB EXCEPTIONS LEDGER_NOT_DEF = 1 LEDGER_NOT_FOUND = 2 TABLE_NOT_FOUND = 3 OTHERS = 4.

RKE_READ_OBJECTS CALL FUNCTION 'RKE_READ_OBJECTS' "> us 01.10.97



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