MSGTBI01 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 MSGTBI01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: INPUT Modules for Module Pool SAPMSGTB (SE14)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_DATABASE_UTILITY call function 'DD_DATABASE_UTILITY' exporting fct = fct id_name = idname obj_name = objname obj_type = object * PRID = PROT_ID exec_modus = ctl popup_flag = 'X' call_from_dbut = 'X' * IMPORTING * SUBRC = SUBRC exceptions unexpected_error = 01 unsupported_function = 02 unsupported_obj_type = 03 table_is_locked_by_tcnv = 04 authority_check_failed = 05 abort_function = 06 conversion_error = 07.
DD_LOGNPROT_NAME_GET call function 'DD_LOGNPROT_NAME_GET' exporting task = 'CNV' single_or_mass = 'S' obj_type = object online_put = 'O' obj_name = tadir_objname ind_name = idname importing protname = name exceptions input_error = 01.
DB_EXISTS_TABLE call function 'DB_EXISTS_TABLE' exporting tabname = dd02v-tabname importing subrc = subrc.
DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting dbindex = dd12v-dbindex importing subrc = subrc.
DB_EXISTS_VIEW call function 'DB_EXISTS_VIEW' exporting viewname = dd25v-viewname importing subrc = subrc.
DB_EXISTS_TABLE * CALL FUNCTION 'DB_EXISTS_TABLE' * EXPORTING * TABNAME = DD06V-SQLTAB * IMPORTING * SUBRC = SUBRC.
DB_EXISTS_TABLE * CALL FUNCTION 'DB_EXISTS_TABLE' * EXPORTING * TABNAME = DD20V-POOL * IMPORTING * SUBRC = SUBRC.
DD_EXISTS_DATA call function 'DD_EXISTS_DATA' exporting reftab = dd02v-sqltab tabclass = dd02v-tabclass tabname = dd02v-tabname importing subrc = subrc exceptions missing_reftab = 01 sql_error = 02 buffer_overflow = 03 unknown_error = 04 others = 05.
DDIC_KEN_HELP_SHOW call function 'DDIC_KEN_HELP_SHOW' exporting kontext = docuinfo exceptions others = 1.
RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'TAB_CONT' object_name = objname object_type = 'TABL'.
DD_LOGNPROT_NAME_GET call function 'DD_LOGNPROT_NAME_GET' exporting task = 'CNV' single_or_mass = 'S' obj_type = object online_put = 'O' obj_name = tadir_objname ind_name = idname importing protname = name exceptions input_error = 01.
DD_DBUT_REQUEST_DELETE call function 'DD_DBUT_REQUEST_DELETE' exporting objname = objname idname = work_indname objtype = object "WITH_UPDATE = ' ' exceptions nothing_to_delete = 1 abort_function = 2 delete_failed = 3 delete_not_provide = 4 others = 5.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = 'Darf nur für Notreparaturen verwendet werden!'(108) textline1 = 'Perform Reconstruction'(107) titel = 'Nametab Reconstruction'(106) importing answer = answer.
DD_LOGNPROT_NAME_GET call function 'DD_LOGNPROT_NAME_GET' exporting task = 'ACT' single_or_mass = 'S' obj_type = 'TABL' online_put = 'O' obj_name = objname importing protname = name exceptions input_error = 01.
DD_TABL_ACTM call function 'DD_TABL_ACTM' exporting mode = 12 getstate = 'A' prid = prot_id2 tabname = objname exceptions others = 1.
RS_DD_DB_VIEW_DEFINITION call function 'RS_DD_DB_VIEW_DEFINITION' exporting viewname = objname exceptions not_found = 1 others = 2.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = progname dynumb = sy-dynnr tables dynpfields = dynpfields exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.
REPOSITORY_INFO_SYSTEM_F4 call function 'REPOSITORY_INFO_SYSTEM_F4' exporting object_type = f4obtype object_name = rsgtb-objname variant = variant importing object_name_selected = rsgtb-objname exceptions cancel = 01 wrong_type = 02.
call function 'DYNP_VALUES_READ' exporting dyname = progname dynumb = sy-dynnr tables dynpfields = dynpfields exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.
REPOSITORY_INFO_SYSTEM_F4 call function 'REPOSITORY_INFO_SYSTEM_F4' exporting object_type = 'TABL' object_name = rsgtb-tabname variant = 'SAP&TRANSP' importing object_name_selected = rsgtb-tabname exceptions cancel = 01 wrong_type = 02.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = progname dynumb = sy-dynnr tables dynpfields = dynpfields exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.
REPOSITORY_INFO_SYSTEM_F4 call function 'REPOSITORY_INFO_SYSTEM_F4' exporting object_type = 'VIEW' object_name = rsgtb-viewname variant = 'SAP&TRANSP' importing object_name_selected = rsgtb-viewname exceptions cancel = 01 wrong_type = 02.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = progname dynumb = sy-dynnr tables dynpfields = dynpfields exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.
REPOSITORY_INFO_SYSTEM_F4 call function 'REPOSITORY_INFO_SYSTEM_F4' exporting object_type = 'MCOB' object_name = rsgtb-mcobname importing object_name_selected = rsgtb-mcobname exceptions cancel = 01 wrong_type = 02.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = progname dynumb = sy-dynnr tables dynpfields = dynpfields exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.
REPOSITORY_INFO_SYSTEM_F4 call function 'REPOSITORY_INFO_SYSTEM_F4' exporting object_type = 'SQLT' object_name = rsgtb-sqltname importing object_name_selected = rsgtb-sqltname exceptions cancel = 01 wrong_type = 02.
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 MSGTBI01 or its description.