SAP Reports / Programs

RSCRDOMA SAP ABAP Report - Repository Information System: Where-Used List for Domain in Tables







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


Text pool values


Selection Text: DDICLST = ABAP Dictionary table list
Selection Text: DOMA = D Domain names
Selection Text: DTEL = D Data element
Selection Text: FILLED = Only tables that are not empty
Selection Text: FLDSLST = Table field list
Selection Text: TBLLST = Table list
Title: Repository Information System: Where-Used List for Domain in Tables
Text Symbol: S01 = Display
Text Symbol: 001 = System
Text Symbol: 002 = Client
Text Symbol: 003 = Created by
Text Symbol: 004 = Date
Text Symbol: 005 = Domains
Text Symbol: 006 = Data elements
Text Symbol: 007 = Only tables that are not empty


INCLUDES used within this REPORT RSCRDOMA

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' EXPORTING DYNAME = PROG DYNUMB = DNUM TABLES DYNPFIELDS = FIELDTAB EXCEPTIONS OTHERS = 01.

REPOSITORY_INFO_SYSTEM_F4 CALL FUNCTION 'REPOSITORY_INFO_SYSTEM_F4' EXPORTING OBJECT_TYPE = 'DD' OBJECT_NAME = INPUT SUPPRESS_SELECTION = ' ' MULTIPLE_SELECTION = 'X' TABLES OBJECTS_SELECTED = DOMAINS EXCEPTIONS OTHERS = 1.

RS_EU_CROSSREF CALL FUNCTION 'RS_EU_CROSSREF' EXPORTING I_FIND_OBJ_CLS = 'DE' " von I_SCOPE_OBJ_CLS = 'DT' TABLES I_FINDSTRINGS = FINDSTRINGS O_FOUNDS = FOUND EXCEPTIONS NOT_EXECUTED = 1 NOT_FOUND = 2 ILLEGAL_OBJECT = 3 NO_CROSS_FOR_THIS_OBJECT = 4 BATCH = 5 BATCHJOB_ERROR = 6 OTHERS = 7.

RS_EU_CROSSREF_LIST CALL FUNCTION 'RS_EU_CROSSREF_LIST' EXPORTING I_FIND_OBJ_CLS = 'DD' I_SCOPE_OBJ_CLS = 'DT' * is_batch_mode_save_list = 'X' * is_batch_mode_send_end_massage = 'X' TABLES I_FINDSTRINGS = FINDSTRINGS I_FOUNDS = FOUND.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = TABNAME STATE = 'A' LANGU = SY-LANGU IMPORTING * GOTSTATE = DD02V_WA = DD02V_WA * DD09L_WA = TABLES DD03P_TAB = DD03P_TAB * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2 .

DDIF_FIELDINFO_GET * call function 'DDIF_FIELDINFO_GET' * exporting * tabname = tabname * tables * dfies_tab = dfies_tab * exceptions * others = 1.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing ET_EVENTS = GT_EVENTS[].

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] * IT_EXCLUDING = * it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = g_default * i_save = g_save * is_variant = g_variant IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = I_TABNAME_HEADER = GC_TABNAME_HEADER I_TABNAME_ITEM = GC_TABNAME_ITEM IS_KEYINFO = GS_KEYINFO * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES T_OUTTAB_HEADER = ALV_OUTTAB_HEADER T_OUTTAB_ITEM = ALV_OUTTAB_ITEM .

REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY' * exporting * g_repid = g_repid * gs_layout = gs_layout * gt_fieldcat = gt_fieldcat[] * tables * t_outtab = alv_outtab * exceptions * program_error = 1 * others = 2 * .

REUSE_ALV_COMMENTARY_WRITE * call function 'REUSE_ALV_COMMENTARY_WRITE' * exporting * it_list_commentary = gt_list_top_of_page.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = DOMA-LOW * STATE = 'A' LANGU = SY-LANGU IMPORTING * GOTSTATE = DD01V_WA = DD01V_WA * TABLES * DD07V_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2 .

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = DTEL-LOW * STATE = 'A' LANGU = SY-LANGU IMPORTING * GOTSTATE = DD04V_WA = DD04V_WA * TPARA_WA = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2 .

RS_NAVIGATION_BREAK CALL FUNCTION 'RS_NAVIGATION_BREAK' exceptions others = 1.

RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING OBJNAME = OBJNAME OBJTYPE = OBJTYPE * popup = ' ' SECNAME = SECNAME * MONITOR_ACTIVATE = 'X' * IMPORTING * FCODE = EXCEPTIONS OBJECT_NOT_FOUND = 1 OBJECT_NOT_SPECIFIED = 2 PERMISSION_FAILURE = 3 TYPE_NOT_VALID = 4 OTHERS = 5 .



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