ROOP0011 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 ROOP0011 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OIZU - Work Centers Screen Sequence
OP13 - Maintain Screen Sequence
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.
Title: Report for Customizing Views -> Routings, Work Centers and PRTs
Text Symbol: 010 = Data has been changed
Text Symbol: 020 = Exit maintenance
Text Symbol: 030 = Do you want to save ;; -> 40
Text Symbol: 040 = the changes before exiting? ;;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = VIEWNAME ACTION = 'E' ENQUEUE_MODE = 'E' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 TABLE_NOT_FOUND = 5 CLIENT_REFERENCE = 7.
VIEW_GET_DDIC_INFO CALL FUNCTION 'VIEW_GET_DDIC_INFO' EXPORTING VIEWNAME = VIEWNAME TABLES X_HEADER = HEADER X_NAMTAB = NAMTAB SELLIST = RANGETAB EXCEPTIONS NO_TVDIR_ENTRY = 3 TABLE_NOT_FOUND = 5.
TABLE_RANGE_INPUT CALL FUNCTION 'TABLE_RANGE_INPUT' EXPORTING TABLE = VIEWNAME TABLES X_HEADER = HEADER X_NAMTAB = NAMTAB SELLIST = RANGETAB EXCEPTIONS NO_INPUT = 2 CANCELLED_BY_USER = 12.
VIEWPROC_V_TC30C CALL FUNCTION 'VIEWPROC_V_TC30C' EXPORTING FCODE = READ VIEW_ACTION = ACTION VIEW_NAME = VIEWNAME IMPORTING UCOMM = FUNCTION TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = V_TC30C_EXTRACT TOTAL = V_TC30C_TOTAL X_HEADER = HEADER X_NAMTAB = NAMTAB DBA_SELLIST = RANGETAB DPL_SELLIST = RANGETAB CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.
VIEWPROC_V_TC30C CALL FUNCTION 'VIEWPROC_V_TC30C' EXPORTING FCODE = EDIT VIEW_ACTION = ACTION VIEW_NAME = VIEWNAME IMPORTING UCOMM = FUNCTION UPDATE_REQUIRED = UPD_REQU LAST_ACT_ENTRY = INDEX TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = V_TC30C_EXTRACT TOTAL = V_TC30C_TOTAL X_HEADER = HEADER X_NAMTAB = NAMTAB DBA_SELLIST = RANGETAB DPL_SELLIST = RANGETAB CORR_KEYTAB = E071K_TAB EXCEPTIONS MISSING_CORR_NUMBER = 1 NO_VALUE_FOR_SUBSET_IDENT = 2.
VIEWPROC_V_TC30C CALL FUNCTION 'VIEWPROC_V_TC30C' EXPORTING FCODE = SAVE VIEW_ACTION = ACTION VIEW_NAME = VIEWNAME IMPORTING UPDATE_REQUIRED = UPD_REQU TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = V_TC30C_EXTRACT TOTAL = V_TC30C_TOTAL X_HEADER = HEADER X_NAMTAB = NAMTAB DBA_SELLIST = RANGETAB DPL_SELLIST = RANGETAB CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.
VIEWPROC_V_TC30C CALL FUNCTION 'VIEWPROC_V_TC30C' EXPORTING FCODE = SAVE VIEW_ACTION = ACTION VIEW_NAME = VIEWNAME * CORR_NUMBER = CORR_NUMBER IMPORTING UPDATE_REQUIRED = UPD_REQU TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = V_TC30C_EXTRACT TOTAL = V_TC30C_TOTAL X_HEADER = HEADER X_NAMTAB = NAMTAB DBA_SELLIST = RANGETAB DPL_SELLIST = RANGETAB CORR_KEYTAB = E071K_TAB EXCEPTIONS MISSING_CORR_NUMBER = 1 NO_VALUE_FOR_SUBSET_IDENT = 2 SAVING_CORRECTION_FAILED = 3.
VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING VIEW_NAME = VIEWNAME ACTION = 'D' ENQUEUE_MODE = 'E' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 TABLE_NOT_FOUND = 5 CLIENT_REFERENCE = 7.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DIAGNOSETEXT1 = 'Daten wurden verändert.'(010)
VIEWPROC_V_TC30C CALL FUNCTION 'VIEWPROC_V_TC30C' EXPORTING FCODE = SAVE VIEW_ACTION = ACTION VIEW_NAME = VIEWNAME IMPORTING UCOMM = FUNCTION TABLES EXCL_CUA_FUNCT = FU_TO_EXCL EXTRACT = V_TC30C_EXTRACT TOTAL = V_TC30C_TOTAL X_HEADER = HEADER X_NAMTAB = NAMTAB DBA_SELLIST = RANGETAB DPL_SELLIST = RANGETAB CORR_KEYTAB = E071K_TAB EXCEPTIONS NO_VALUE_FOR_SUBSET_IDENT = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROOP0011 - Report for Customizing Views -> Routings, Work Centers and PRTs ROOP0011 - Report for Customizing Views -> Routings, Work Centers and PRTs ROOP0010 - Report for Customizing Views -> Routings, Work Centers and PRTs ROOP0010 - Report for Customizing Views -> Routings, Work Centers and PRTs ROOP0009 - Report for Customizing Views -> Routings, Work Centers and PRTs ROOP0009 - Report for Customizing Views -> Routings, Work Centers and PRTs