SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

MS38H_DATASOURCETREE SAP ABAP INCLUDE - MS38HDATASOURCETREE







MS38H_DATASOURCETREE 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 MS38H_DATASOURCETREE 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 MS38H_DATASOURCETREE. "Basic submit
SUBMIT MS38H_DATASOURCETREE AND RETURN. "Return to original report after report execution complete
SUBMIT MS38H_DATASOURCETREE 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 MS38H_DATASOURCETREE

INCLUDE MS38OF30.
INCLUDE MS38OF82.
INCLUDE MS38H_DATALOW.


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:

RSAQ_DJ_DEFINE_JOIN call function 'RSAQ_DJ_DEFINE_JOIN' exporting act_workspace_input = act_workspace sgname_input = sgname caller_id_input = 'Q'" called from Quick Viewer tables clogsg_input = clogsg dbsg_input = dbsg dbsf_input = dbsf dbzt_input = dbzt dbzc_input = dbzc dbzl_input = dbzl dbsa_input = dbsa dbjt_input = dbjt dbjc_input = dbjc dban_input = dban dbpa_input = dbpa dbwr_input = dbwr dbar_input = dbar dbft_input = dbft sgtext_input = sgtext exdbfi_input = exdbfi ttab_input = ttab changing headsg_input = headsg mode_input = mode maxsg_tindx_input = maxsg_tindx exceptions cancelled = 1.

RS_SELSCREEN_VERSION_EXISTS call function 'RS_SELSCREEN_VERSION_EXISTS' exporting p_ldb = logdb p_version = version exceptions version_does_not_exist = 1 no_versions = 2 sapdb_not_found = 3 sapdb_cannot_be_generated = 4.

RS_SELSCREEN_VERSION_EXISTS call function 'RS_SELSCREEN_VERSION_EXISTS' exporting p_ldb = logdb p_version = version exceptions version_does_not_exist = 1 no_versions = 2 sapdb_not_found = 3 sapdb_cannot_be_generated = 4.

RSAQ_QUICK_VIEW_FUNCAREA call function 'RSAQ_QUICK_VIEW_FUNCAREA' exporting * I_WORKSPACE = ' ' i_user_group = usergroup importing o_func_area = fa_name exceptions illegal_workspace = 1 illegal_user_group = 2 number_catalog_locked = 3 usergroup_catalog_locked = 4 others = 5 .

RSAQ_GENERATE_SG_FROM_TABLES call function 'RSAQ_GENERATE_SG_FROM_TABLES' exporting update = 'X' * OPTSEL = 'X' show_progress = space * IMPORTING * ERRORS_FOUND = * STRUCTURE_CHANGED = * FIELDS_CANCELLED = * SG_CANNOT_BE_CHANGED = * ERROR_COUNT = * DELTAB = * INFO_MESSAGE = tables clogsg_input = clogsg dbsg_input = dbsg dbsf_input = dbsf dbzt_input = dbzt dbzc_input = dbzc dbzl_input = dbzl dbsa_input = dbsa dbjt_input = dbjt dbjc_input = dbjc dban_input = dban dbpa_input = dbpa dbwr_input = dbwr dbar_input = dbar dbft_input = dbft sgtext_input = sgtext error = error changing headsg_input = headsg maxsg_tindx_input = maxsg_tindx * EXCEPTIONS * NOT_LDB_TYPE_T = 1 * NO_DDIC_TABLE = 2 * LDB_NOT_EXISTENT = 3 * OTHERS = 4 .



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