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

MSLDBF95 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MSLDBF95

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = P_STRUCTURE ALL_TYPES = C_TRUE TABLES DFIES_TAB = P_DFIES_TAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LDBN_DEFINITION-STRUCTURE "#EC DOM_EQUAL ALL_TYPES = C_TRUE TABLES DFIES_TAB = L_DFIESTAB EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LDBQUAN_TCTRL-REFTABLE "#EC DOM_EQUAL FIELDNAME = LDBQUAN_TCTRL-REFFIELD ALL_TYPES = C_TRUE TABLES DFIES_TAB = L_DFIES_TAB EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LDBN_DEFINITION-STRUCTURE "#EC DOM_EQUAL LFIELDNAME = LDBQUAN_TCTRL-LFIELDNAME ALL_TYPES = C_TRUE IMPORTING DFIES_WA = L_DFIES_WA EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = LDBN_DEFINITION-STRUCTURE "#EC DOM_EQUAL LFIELDNAME = LDBQUAN_TCTRL-LFIELDNAME ALL_TYPES = C_TRUE IMPORTING DFIES_WA = L_DFIES_WA EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = 'Wollen Sie trotzdem die Bearbeitung'(460) TEXTLINE2 = 'abbrechen ?'(462) TITEL = 'Abbrechen'(465) START_COLUMN = 22 START_ROW = 5 IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 0.

SEO_BUFFER_INIT call function 'SEO_BUFFER_INIT' EXPORTING VERSION = SEOC_VERSION_ACTIVE.

SEO_CLIF_SAVE_ALL call function 'SEO_CLIF_SAVE_ALL' exporting cifkey = L_CIFKEY * NO_SECTIONS = SEOX_FALSE * SECTIONS_ONLY = SEOX_FALSE * IMPORTING * ERROR_OCCURRED = * CHANGING * CORRNR = * DEVCLASS = * GENFLAG = EXCEPTIONS NOT_EXISTING = 1 NOTHING_TO_DO = 2 ACCESS_ERROR = 3 DB_ERROR = 4 OTHERS = 5 .

SEO_CLIF_SAVE_ALL call function 'SEO_CLIF_SAVE_ALL' exporting cifkey = L_CIFKEY * NO_SECTIONS = SEOX_FALSE * SECTIONS_ONLY = SEOX_FALSE * IMPORTING * ERROR_OCCURRED = * CHANGING * CORRNR = * DEVCLASS = * GENFLAG = EXCEPTIONS NOT_EXISTING = 1 NOTHING_TO_DO = 2 ACCESS_ERROR = 3 DB_ERROR = 4 OTHERS = 5 .

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' OBJECT_NAME = g_classname OBJECT_TYPE = 'CLAS' * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * VERSION = ' ' * MONITOR_ACTIVATION = 'X' * WB_MANAGER = IN_NEW_WINDOW = c_true EXCEPTIONS OTHERS = 1 .

SEO_METHOD_GENERATE_INCLUDE call function 'SEO_METHOD_GENERATE_INCLUDE' exporting mtdkey = l_mthd VERSION = SEOC_VERSION_ACTIVE FORCE = SEOX_true REDEFINE = SEOX_FALSE IMPLEMENTATION = l_source EXCEPTIONS NOT_EXISTING = 1 MODEL_ONLY = 2 INCLUDE_EXISTING = 3 METHOD_IMP_NOT_GENERATED = 4 METHOD_IMP_NOT_INITIALISED = 5 _INTERNAL_CLASS_NOT_EXISTING = 6 _INTERNAL_METHOD_OVERFLOW = 7 CANCELLED = 8 OTHERS = 9 .

SEO_CLASS_CREATE_F_DATA call function 'SEO_CLASS_CREATE_F_DATA' EXPORTING SAVE = SEOX_true changing class = p_class EXCEPTIONS EXISTING = 1 IS_INTERFACE = 2 NOT_CREATED = 3 DB_ERROR = 4 OTHERS = 5 .

SEO_INHERITANC_CREATE_F_DATA call function 'SEO_INHERITANC_CREATE_F_DATA' EXPORTING SAVE = SEOX_TRUE changing inheritance = l_inherit * REDEFINITIONS = EXCEPTIONS EXISTING = 1 IS_COMPRISING = 2 IS_IMPLEMENTING = 3 RECURSION = 4 NOT_CREATED = 5 DB_ERROR = 6 OTHERS = 7 .

SEO_ATTRIBUTE_CREATE_F_DATA call function 'SEO_ATTRIBUTE_CREATE_F_DATA' EXPORTING SAVE = SEOX_TRUE changing attribute = l_attr EXCEPTIONS EXISTING = 1 IS_METHOD = 2 IS_EVENT = 3 IS_TYPE = 4 NOT_CREATED = 5 DB_ERROR = 6 OTHERS = 7 .

SEO_METHOD_CREATE_F_DATA call function 'SEO_METHOD_CREATE_F_DATA' EXPORTING SAVE = SEOX_TRUE changing method = l_constr EXCEPTIONS EXISTING = 1 IS_EVENT = 2 IS_TYPE = 3 IS_ATTRIBUTE = 4 NOT_CREATED = 5 DB_ERROR = 6 OTHERS = 7 .

SEO_CLASS_GET call function 'SEO_CLASS_GET' exporting clskey = l_clskey * VERSION = SEOC_VERSION_INACTIVE * STATE = '0' EXCEPTIONS NOT_EXISTING = 1 OTHERS = 2.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' OBJECT_NAME = l_clsname OBJECT_TYPE = 'CLAS' * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * VERSION = ' ' * MONITOR_ACTIVATION = 'X' * WB_MANAGER = IN_NEW_WINDOW = c_false EXCEPTIONS OTHERS = 1 .



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