SAP Reports / Programs | Production Planning and Control | Basic Data | Routing(PP-BD-RTG) SAP PP

ROOP0011 SAP ABAP Report - Report for Customizing Views -> Routings, Work Centers and PRTs







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


Transaction Code(s):

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

OIZU - Work Centers Screen Sequence
OP13 - Maintain Screen Sequence


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


Text pool values


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? ;;


INCLUDES used within this REPORT ROOP0011

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:

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.



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