SAP Reports / Programs

RKE_CONVERT_LAYOUT_INTO_PLEVEL SAP ABAP Report - Create Planning Level from Layout







RKE_CONVERT_LAYOUT_INTO_PLEVEL 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 RKE_CONVERT_LAYOUT_INTO_PLEVEL 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

KEPMU - Create Planning Level from Layout


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


Text pool values


Selection Text: G_FORM = D Layout
Selection Text: G_PLLEV = D Planning level
Selection Text: G_PLLEVT = D Description
Title: Create Planning Level from Layout
Text Symbol: 100 = Planning layout


INCLUDES used within this REPORT RKE_CONVERT_LAYOUT_INTO_PLEVEL

INCLUDE KPPXI001.
INCLUDE RKEPL002.


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:

COPA_GET_ERK CALL FUNCTION 'COPA_GET_ERK' EXPORTING MODE = 'F' IMPORTING ERKRS = G_ERKRS OK_CODE = OK_CODE PA_TYPE = G_PA_TYPE.

K_PLAN_F4VALUES_FORM CALL FUNCTION 'K_PLAN_F4VALUES_FORM' EXPORTING I_APPLCLASS = 'KPP' I_SUBCLASS = '02' I_TABNAME = G_TABNAME * I_FORM = '*' IMPORTING E_FORM = G_FORM.

RKE_PLA_PLLEV_GET_EXT CALL FUNCTION 'RKE_PLA_PLLEV_GET_EXT' EXPORTING I_APPLCLASS = 'KE' I_SUBCLASS = '02' I_TABNAME = G_TABNAME I_PLLEV = I_PLLEV I_PLLEVTXT = I_PLLEVTXT IT_CHAR = LT_CHAR_SEL IT_SELTAB = LT_CHAR_VALUE_SEL.

K_PLAN_DIMENSIONS_INFO_GET CALL FUNCTION 'K_PLAN_DIMENSIONS_INFO_GET' EXPORTING I_TABNAME = I_TABNAME I_SUBCLASS = FORMSUBCLASS TABLES DIMENSIONS = LT_KPP0D.

K_PLAN_SCREEN_STRUCTURE_GET CALL FUNCTION 'K_PLAN_SCREEN_STRUCTURE_GET' EXPORTING ITKES1 = LS_TKES1 IBILDTYP = BILDTYP_UEBERSICHT I_NOBUFFORMS = 'X' TABLES ITKPP0DD = LT_KPP0DD ITKPP0D = LT_KPP0D ITKPP1LA = ET_KPP1LA ITKPP1LG = ET_KPP1LG ITKPP1LVA = ET_KPP1LVA ITKPP1LVM = LT_KPP1LVM ITKPP1LVT = LT_KPP1LVT ITPERIODEN = LT_PERIODEN ITKPP1LDEP = LT_KPP1LDEP ITKPP1LF = LT_KPP1LF ITKPP0SM = LT_KPP0SM_DUMMY.



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