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

RKETD_KE29_SCREEN SAP ABAP INCLUDE - RKETDKE29SCREEN







RKETD_KE29_SCREEN 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 RKETD_KE29_SCREEN 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 RKETD_KE29_SCREEN. "Basic submit
SUBMIT RKETD_KE29_SCREEN AND RETURN. "Return to original report after report execution complete
SUBMIT RKETD_KE29_SCREEN 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 RKETD_KE29_SCREEN

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_TD_VARIANT_GET CALL FUNCTION 'RKE_TD_VARIANT_GET' EXPORTING I_ERKRS = G-ERKRS I_VARIANT = -VARIANT IMPORTING ET_DEF = T_DEF E_TEXT = VTEXT EXCEPTIONS VARIANT_NOT_EXISTING = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'RKETD_YS_TREE' CHANGING CT_FIELDCAT = T_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

RKE_TD_VARIANT_GET CALL FUNCTION 'RKE_TD_VARIANT_GET' EXPORTING I_ERKRS = G-ERKRS I_VARIANT = IS_RUN-VARIANT I_PERIO = IS_RUN-PERIO I_DELTA_TO_RUN = '*' * I_DELTA_SORT = IMPORTING ET_DEF = T_DEF ET_DELTA_DEF = T_DELTA_DEF E_TEXT = VTEXT EXCEPTIONS VARIANT_NOT_EXISTING = 1 OTHERS = 2.

RKE_TD_VARIANT_GET CALL FUNCTION 'RKE_TD_VARIANT_GET' EXPORTING I_ERKRS = G-ERKRS I_VARIANT = IS_RUN-VARIANT I_DELTA_TO_RUN = '*' * I_DELTA_SORT = IMPORTING ET_DEF = T_DEF ET_DELTA_DEF = T_DELTA_DEF E_TEXT = VTEXT EXCEPTIONS VARIANT_NOT_EXISTING = 1 OTHERS = 2.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = TEXT-047 IMPORTING RETURNCODE = RC TABLES FIELDS = T_FIELDS.

RKE_GET_NUMBER_OF_PERIODS CALL FUNCTION 'RKE_GET_NUMBER_OF_PERIODS' EXPORTING PERIV = G-PERIV YEAR = REV_PERIO(5) IMPORTING ANZBP = MAX_PERIO.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-047 TEXT_QUESTION = QUESTION DISPLAY_CANCEL_BUTTON = FALSE IMPORTING ANSWER = ANSWER.

RKE_TD_REVERSE CALL FUNCTION 'RKE_TD_REVERSE' EXPORTING I_ERKRS = G-ERKRS I_RUNID = I_RUNID I_PERIO = I_PERIO I_REV_PERIO = REV_PERIO EXCEPTIONS OTHERS = 1.

LVC_FILTER CALL FUNCTION 'LVC_FILTER' EXPORTING IT_FIELDCAT = T_FCAT_FILTER IT_SELECTED_COLS = T_COL IS_LAYOUT = S_LAYOUT TABLES IT_DATA = T_TREE CHANGING CT_FILTER = T_FILTER EXCEPTIONS NO_CHANGE = 1.

SE16N_MULTI_FIELD_INPUT CALL FUNCTION 'SE16N_MULTI_FIELD_INPUT' EXPORTING LS_SELFIELDS = S_FIELD LD_DISPLAY = TRUE TABLES LT_MULTI_SELECT = T_VAL.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = FIELDNAME VALUES = T_VALUE.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = FIELDNAME VALUES = T_VALUE.

LT_VARIANTS_READ_FROM_LTDX CALL FUNCTION 'LT_VARIANTS_READ_FROM_LTDX' TABLES ET_VARIANTS = T_VARIANT IT_RA_REPORT = RT_REPID IT_RA_USERNAME = RT_USER EXCEPTIONS OTHERS = 1.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = FIELDNAME VALUES = T_VALUE.



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