SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Logical Database Builder(BC-DWB-TOO-LDB) SAP BC

MSLDBF01 SAP ABAP INCLUDE - General Subroutines: Authorization Check, Confirmation Prompts







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


Text pool values


Title: General Subroutines: Authorization Check, Confirmation Prompts


INCLUDES used within this REPORT MSLDBF01

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:

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING AUTHORITY_CHECK = C_TRUE MODE = P_ACCESS_MODE OBJECT_CLASS = C_OBJECT_CLASS OBJECT = P_LDB GLOBAL_LOCK = C_TRUE SUPPRESS_LANGUAGE_CHECK = SPACE "NEW * LANGUAGE_UPD_EXIT = "Baustein für Änderungen IMPORTING NEW_MASTER_LANGUAGE = NEW_MLANGU "Neue Mastersprache.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT_CLASS = C_OBJECT_CLASS OBJECT = P_LDB MODE = P_CORR_MODE GLOBAL_LOCK = C_TRUE MASTER_LANGUAGE = L_MASTERLANGU IMPORTING DEVCLASS = P_DEVELOPMENT_CLASS KORRNUM = P_CORRECTION_NUMBER EXCEPTIONS CANCELLED = 2 PERMISSION_FAILURE = 3.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING AUTHORITY_CHECK = C_FALSE MODE = C_ACCESS_MODE_DEQUEUE OBJECT_CLASS = C_OBJECT_CLASS OBJECT = P_LDB GLOBAL_LOCK = C_TRUE.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = L_TITLE * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = L_TEXT_COMPLETE * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' START_COLUMN = 20 "Default : 20 START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = P_ANSWER * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

RS_INT_SELSCREEN_VERSION_F4 CALL FUNCTION 'RS_INT_SELSCREEN_VERSION_F4' EXPORTING P_LDB = L_LDB P_JUST_DISPLAY = C_TRUE EXCEPTIONS NO_ACTION = 1 NO_VERSIONS = 2 SAPDB_NOT_FOUND = 4 SAPDB_CANNOT_BE_GENERATED = 5 OTHERS = 6.

RS_DS_INT_LDB_NODES_DISPLAY CALL FUNCTION 'RS_DS_INT_LDB_NODES_DISPLAY' EXPORTING P_LDB = L_LDB EXCEPTIONS SAPDB_CANNOT_BE_GENERATED = 01 LDB_NOT_FOUND = 02 NO_FREE_SELECTIONS_NODES = 03 OTHERS = 04.

LDB_FIELD_SEL_NODES_DISPLAY CALL FUNCTION 'LDB_FIELD_SEL_NODES_DISPLAY' EXPORTING LDB = L_LDB EXCEPTIONS SAPDB_CANNOT_BE_GENERATED = 01 LDB_NOT_FOUND = 02 NO_FIELD_SELECTION_NODES = 03 OTHERS = 04.

RS_SLDB_SEL_OPTIONS CALL FUNCTION 'RS_SLDB_SEL_OPTIONS' EXPORTING DBNA = L_LDB EXCEPTIONS NO_LDB_NAME = 1 OTHERS = 2.

RS_TOOLDOCU_ACCESS *CALL FUNCTION 'RS_TOOLDOCU_ACCESS' ** EXPORTING ** TOOL_TYPE = * EXCEPTIONS * NOT_EXECUTED = 1 * OTHERS = 2.

HELPSCREEN_CREATE *CALL FUNCTION 'HELPSCREEN_CREATE' * EXPORTING * DOKU_ID = 'HY' * DOKU_OBJEKT = 'CHAPBC_SLDB' ** DYNPRO = ' ' ** HEADERTEXT = ' ' * LANGU = SY-LANGU ** PFKEY = ' ' ** PROGRAMM = ' ' * TITEL = 'Logische Datenbanken pflegen' * EXCEPTIONS * OTHERS = 0.

DSYS_OUTLINE_BROWSE CALL FUNCTION 'DSYS_OUTLINE_BROWSE' EXPORTING * APPLICATION = 'SO70' DOKLANGU = SY-LANGU * FISHEYE_DOKCLASS = ' ' * FISHEYE_DOKNAME = ' ' HOMETEXT = 'Logische Datenbanken'(230) OUTLINE = 'BC_SLDB' * VIEWNAME = 'STANDARD' * WINDOW_HEADER_LINE = ' ' * IMPORTING * PF15 = EXCEPTIONS OUTLINE_NOT_FOUND = 1 OTHERS = 2.

RS_SLDB_WHERE_USED CALL FUNCTION 'RS_SLDB_WHERE_USED' EXPORTING LDB = P_LDB TABLES WHERE_USED = TRDIR_INTERNAL EXCEPTIONS LDB_NOT_EXISTENT = 1 LDB_NOT_USED = 2 OTHERS = 3.



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