SAP Reports / Programs

SHDB_GROUP_TABLES_LOAD_BASED SAP ABAP Report - SHDB_GROUP_TABLES_LOAD_BASED







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


Text pool values


Title: SHDB_GROUP_TABLES_LOAD_BASED


INCLUDES used within this REPORT SHDB_GROUP_TABLES_LOAD_BASED

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' "#EC FM_SUBRC_OK EXPORTING dyname = syst-cprog dynumb = syst-dynnr TABLES dynpfields = dynp_value_tab EXCEPTIONS invalid_abapworkarea = 04 invalid_dynprofield = 08 invalid_dynproname = 12 invalid_dynpronummer = 16 invalid_request = 20 no_fielddescription = 24 undefind_error = 28. "#EC FM_SUBRC_OK

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' ##FM_OLDED EXPORTING def_filename = space def_path = filename mask = ',*.* ,*.*. '

DD_EXIST_TABLE CALL FUNCTION 'DD_EXIST_TABLE' EXPORTING tabname = lv_tabname status = 'A' IMPORTING subrc = lv_subrc.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = lv_tabname IMPORTING gotstate = lv_gotstate TABLES dd28j_tab = lt_dd28j_tab EXCEPTIONS illegal_input = 1 OTHERS = 2. "#EC FM_SUBRC_OK

DD_EXIST_TABLE CALL FUNCTION 'DD_EXIST_TABLE' EXPORTING tabname = lv_tabname status = 'A' IMPORTING subrc = lv_subrc. "#EC FM_SUBRC_OK

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = lv_tabname IMPORTING gotstate = lv_gotstate TABLES dd28j_tab = lt_dd28j_tab EXCEPTIONS illegal_input = 1 OTHERS = 2. "#EC FM_SUBRC_OK

DD_EXIST_TABLE CALL FUNCTION 'DD_EXIST_TABLE' EXPORTING tabname = lv_tabname status = 'A' IMPORTING subrc = lv_subrc. "#EC FM_SUBRC_OK

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING name = lv_tabname IMPORTING gotstate = lv_gotstate TABLES dd28j_tab = lt_dd28j_tab EXCEPTIONS illegal_input = 1 OTHERS = 2. "#EC FM_SUBRC_OK

DB_GET_ALL_TABLES CALL FUNCTION 'DB_GET_ALL_TABLES' TABLES all_tables = all_tables.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = schema_name.

DB_GET_ALL_TABLES CALL FUNCTION 'DB_GET_ALL_TABLES' TABLES all_tables = all_tables.

DB_DBSCHEMA CALL FUNCTION 'DB_DBSCHEMA' IMPORTING dbschema = schema_name.

GET_TABSIZE * CALL FUNCTION 'GET_TABSIZE' * EXPORTING * tabname = ls_dd02l-tabname * data_space_only = ' ' * slow_and_precise = ' ' * IMPORTING * tabsize = lv_tabsize ** TABLE_FRAGMENTED = * EXCEPTIONS * no_database_table = 1 * OTHERS = 2.

GET_TABSIZE CALL FUNCTION 'GET_TABSIZE' EXPORTING tabname = lv_tablename data_space_only = 'X' slow_and_precise = 'X' IMPORTING tabsize = lv_tabsize * TABLE_FRAGMENTED = EXCEPTIONS no_database_table = 1 OTHERS = 2.



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