SAP Reports / Programs

RKSCHEM1 SAP ABAP Report - List Overview for Structure Maintenance







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


Text pool values


Structure Overview
Selection Text: SCHEMA = Structure Name
Selection Text: SCTYPE = Structure Type
Title: List Overview for Structure Maintenance
Text Symbol: 003 = No rule defined for assignment
Text Symbol: 005 = Date:
Text Symbol: 006 = Page:
Text Symbol: 008 = Error: Rule does not exist
Text Symbol: 009 = The structure has no assignments
Text Symbol: 010 = Assignment incomplete
Text Symbol: 011 = Error
Text Symbol: 012 = Color Legend
Text Symbol: GRP = Group


INCLUDES used within this REPORT RKSCHEM1

INCLUDE LKTCSD99.


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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING * DISPLAY "_=Kokrs eigabeber, 1=Kokrs nur anz.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING * LANGU = SY-LANGU FIELD = HEADER-FIELD TAB = 'TSC0C' WITH_DOTS = ' ' IMPORTING EX_KDFIT = I_KDFIT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING * LANGU = SY-LANGU FIELD = 'SCREG' TAB = 'TSC0I' WITH_DOTS = ' ' IMPORTING EX_KDFIT = I_KDFIT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING * LANGU = SY-LANGU FIELD = 'SCPRZ' TAB = 'TSC0K' WITH_DOTS = ' ' IMPORTING EX_KDFIT = I_KDFIT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING * LANGU = SY-LANGU FIELD = 'VERSN' TAB = 'CCSS' WITH_DOTS = ' ' IMPORTING EX_KDFIT = I_KDFIT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING * LANGU = SY-LANGU FIELD = 'KSTAR' TAB = 'CCSS' WITH_DOTS = ' ' IMPORTING EX_KDFIT = I_KDFIT.

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' "new JK EXPORTING "new JK * LANGU = SY-LANGU "new JK FIELD = 'LSTAR' "new JK TAB = 'CCSS' "new JK WITH_DOTS = ' ' "new JK IMPORTING "new JK EX_KDFIT = I_KDFIT. "new JK

K_FIELD_TEXT_READ CALL FUNCTION 'K_FIELD_TEXT_READ' EXPORTING * LANGU = SY-LANGU FIELD = 'STAGR' TAB = 'CCSS' WITH_DOTS = ' ' IMPORTING EX_KDFIT = I_KDFIT.

G_SET_GET_ID_FROM_NAME * CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' * EXPORTING * shortname = * kokrs = it_tsc0c-kokrs * setclass = ld_setclass * IMPORTING * new_setid = ld_setid.

DISPLAY_SET * CALL FUNCTION 'DISPLAY_SET' * EXPORTING * ecolumn = '70' * erow = '30' * scolumn = '10' * setname = ld_setid * srow = '20' * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IT_FIELDCAT = GT_FCAT1 IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT IT_SORT = LT_SORT_CATALOG TABLES T_OUTTAB = GT_OUTPUT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING IT_FIELDCAT = GT_FCAT1.

REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING IT_FIELDCAT = GT_FCAT2.

G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING SHORTNAME = KOKRS = GT_OUTPUT-KOKRS SETCLASS = LD_SETCLASS IMPORTING NEW_SETID = LD_SETID.

DISPLAY_SET CALL FUNCTION 'DISPLAY_SET' EXPORTING ECOLUMN = '70' EROW = '30' SCOLUMN = '10' SETNAME = LD_SETID SROW = '20' EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = GT_FCAT2 IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT IT_SORT = LT_SORT_CATALOG I_SCREEN_START_COLUMN = 20 I_SCREEN_START_LINE = 5 I_SCREEN_END_COLUMN = 51 I_SCREEN_END_LINE = 12 TABLES T_OUTTAB = GT_LEGEND EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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