SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Dictionary Maintenance(BC-DWB-DIC-ED) SAP BC

RDDUTI02 SAP ABAP INCLUDE - Auxiliary Prog: RS_ACCESS_PERMISSION and RS_CORR_INSERT for Aggregates







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


Text pool values


Title: Auxiliary Prog: RS_ACCESS_PERMISSION and RS_CORR_INSERT for Aggregates


INCLUDES used within this REPORT RDDUTI02

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:

INTERN_DD_CHECK_EXIST CALL FUNCTION 'INTERN_DD_CHECK_EXIST'"existenztest EXPORTING OBJNAME = OBJNAME OBJTYPE = EUTYPE ERR_MESSAGE = ' ' EXISTS = 'X' IMPORTING MASTERLANGU = MALANGU EXCEPTIONS OTHER_OBJECT_CLASS = 01 INVALID_PARAMETER = 03 OBJECT_NOT_FOUND = 05.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING AUTHORITY_CHECK = 'X' GLOBAL_LOCK = GLOBAL_LOCK LANGUAGE_UPD_EXIT = LANGUAGE_UPD_EXIT MASTER_LANGUAGE = MALANGU MODE = MODE OBJECT = DDENQ OBJECT_CLASS = 'DICT' SUPPRESS_LANGUAGE_CHECK = ' ' IMPORTING NEW_MASTER_LANGUAGE = MASTERLG MODIFICATION_LANGUAGE = MALANGU TRANSPORT_KEY = TRANSP_KEY EXCEPTIONS CANCELED_IN_CORR = 06 "Aktion abbrechen ENQUEUED_BY_USER = 03 ENQUEUE_SYSTEM_FAILURE = 03 LOCKED_BY_AUTHOR = 01 NO_MODIFY_PERMISSION = 01 PERMISSION_FAILURE = 04 OTHERS = 02.

RS_DD_EXIT CALL FUNCTION 'RS_DD_EXIT' EXPORTING OBJECTNAME = DDENQ-OBJNAME OBJTYPE = DDENQ-OBJTYPE OPERATION = MODE(1) EXCEPTIONS CANCELLED = 1 OTHERS = 2.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING GLOBAL_LOCK = 'X' MODE = 'INSERT' OBJECT = OBJECT OBJECT_CLASS = 'DICT' MASTER_LANGUAGE = MALANGU IMPORTING TRANSPORT_KEY = TRANSP_KEY EXCEPTIONS CANCELLED = 01 PERMISSION_FAILURE = 01 OTHERS = 2.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = OBJECT OBJECT_CLASS = 'DICT' IMPORTING TRANSPORT_KEY = TRANSP_KEY EXCEPTIONS CANCELLED = 01 PERMISSION_FAILURE = 01 OTHERS = 2.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = OBJECT OBJECT_CLASS = 'DICT' EXCEPTIONS CANCELLED = 01 PERMISSION_FAILURE = 01 OTHERS = 2.

RS_NAVIGATION_PUSH_DDIC * CALL FUNCTION 'RS_NAVIGATION_PUSH_DDIC' "Quelle merken IF FUNCNAME = SPACE.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'SHOW' OBJECT_NAME = FUNCNAME OBJECT_TYPE = 'FUNC' MONITOR_ACTIVATION = SPACE EXCEPTIONS NOT_EXECUTED = 01.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'ADD' OBJECT_NAME = FUNCNAME OBJECT_TYPE = 'FUNC' MONITOR_ACTIVATION = SPACE EXCEPTIONS NOT_EXECUTED = 01.

RS_DD_DTEL_EDIT CALL FUNCTION 'RS_DD_DTEL_EDIT' EXPORTING OBJNAME = OBJNAME EDIT_MODE = 'S'.

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING BNAME = USERNAME EXCEPTIONS OTHERS = 1.

RS_DD_VIEW_EDIT CALL FUNCTION 'RS_DD_VIEW_EDIT' EXPORTING OBJNAME = OBJNAME EDIT_MODE = 'S'.

RS_DD_SQLT_EDIT CALL FUNCTION 'RS_DD_SQLT_EDIT' EXPORTING OBJNAME = OBJNAME EDIT_MODE = 'S'.

RS_NAVIGATION_TOP

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_TOP' "Oberster Eintrag * ...CALL FUNCTION 'RS_NAVIGATION_POP'. "Obersten Eintrag entfernen



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