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

MSLDBI10 SAP ABAP INCLUDE - General Modules : Action_100; Values LDB







MSLDBI10 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 MSLDBI10 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 MSLDBI10. "Basic submit
SUBMIT MSLDBI10 AND RETURN. "Return to original report after report execution complete
SUBMIT MSLDBI10 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 Modules : Action_100; Values LDB


INCLUDES used within this REPORT MSLDBI10

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_SLDB_SELECTION_SCREEN call function 'RS_SLDB_SELECTION_SCREEN' exporting ldb_pattern = rsldb-ldb importing ldb_selected = ldb flag_ldb_selected = flag exceptions canceled = 1 others = 2.

RS_SLDB_SELECT call function 'RS_SLDB_SELECT' exporting ldb_pattern = rsldb-ldb flag_with_show_option = c_false importing ldb_selected = ldb flag_ldb_selected = flag exceptions no_ldb_matched_pattern = 01 others = 02.

LDB_CONVERT_LDBNAME_2_DBPROG call function 'LDB_CONVERT_LDBNAME_2_DBPROG' exporting ldb_name = ldb flag_existence_check = space importing db_name = sapdbdba sel_name = dbdbasel com_name = dbdbacom exceptions wrong_position_of_slashes = 1 ldb_name_too_long = 2 others = 3.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting authority_check = c_false mode = c_access_mode_modify object_class = c_object_class object = ldb global_lock = c_true exceptions canceled_in_corr = 2 enqueued_by_user = 4 * ENQUEUE_SYSTEM_FAILURE = 5 * ILLEGAL_PARAMETER_VALUES = 6 * LOCKED_BY_AUTHOR = 7 (NUR BEI SE38) no_modify_permission = 8 no_show_permission = 9 permission_failure = 10.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting authority_check = c_false mode = c_access_mode_dequeue object_class = c_object_class object = ldb global_lock = space.

RS_TASK_OVERVIEW call function 'RS_TASK_OVERVIEW'. "Ausnahmen im FB behandelt

RS_ACCESS_PERMISSION * CALL FUNCTION 'RS_ACCESS_PERMISSION' * EXPORTING * AUTHORITY_CHECK = C_FALSE * MODE = C_ACCESS_MODE_MODIFY * OBJECT_CLASS = C_OBJECT_CLASS * OBJECT = LDB * GLOBAL_LOCK = C_TRUE * EXCEPTIONS * CANCELED_IN_CORR = 2 * ENQUEUED_BY_USER = 4 ** ENQUEUE_SYSTEM_FAILURE = 5 ** ILLEGAL_PARAMETER_VALUES = 6 ** LOCKED_BY_AUTHOR = 7 (NUR BEI SE38) * NO_MODIFY_PERMISSION = 8 * NO_SHOW_PERMISSION = 9 * PERMISSION_FAILURE = 10.

RS_ACCESS_PERMISSION * CALL FUNCTION 'RS_ACCESS_PERMISSION' * EXPORTING * AUTHORITY_CHECK = C_FALSE * MODE = C_ACCESS_MODE_DEQUEUE * OBJECT_CLASS = C_OBJECT_CLASS * OBJECT = LDB * GLOBAL_LOCK = SPACE.

RS_TASK_OVERVIEW call function 'RS_TASK_OVERVIEW'. "Ausnahmen im FB behandelt



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