RHDDIC10 is a standard Module pool for a dialog screen ABAP Program 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 RHDDIC10 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: PD Data Dictionary Interface
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = XFL_TABLE LANGU = SY-LANGU LFIELDNAME = XFL_FIELD IMPORTING DFIES_WA = XFL EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = TABLENAME *(D) FIELDNAME = FNAME TABLES NAMETAB = XFP EXCEPTIONS * data_element_missing = 1 "XSCK033485 INTERNAL_ERROR = 1 "XSCK033485 TABLE_HAS_NO_FIELDS = 2 *(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = XFT_LANGU "XSCK046362 TABNAME = TNAME *(D) FIELDNAME = FNAME TABLES NAMETAB = XFT EXCEPTIONS * data_element_missing = 1 "XSCK033485 INTERNAL_ERROR = 1 "XSCK033485 TABLE_HAS_NO_FIELDS = 2 *(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * TABNAME = TNAME * LANGU = SY-LANGU * TABLES * NAMETAB = XSAFS * EXCEPTIONS ** data_element "XSCK033485 ** missing = 1 "XSCK033485 * INTERNAL_ERROR = 1 "XSCK033485 * TABLE_HAS_NO_FIELDS = 2 **(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = TNAME LANGU = SY-LANGU TABLES NAMETAB = XSL EXCEPTIONS * data_element_missing = 1 "XSCK033485 INTERNAL_ERROR = 1 "XSCK033485 TABLE_HAS_NO_FIELDS = 2 *(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * TABNAME = TNAME * LANGU = SY-LANGU * TABLES * NAMETAB = XSKT * EXCEPTIONS ** data_element "XSCK033485 ** missing = 1 "XSCK033485 * INTERNAL_ERROR = 1 "XSCK033485 * TABLE_HAS_NO_FIELDS = 2 **(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET * CALL FUNCTION 'NAMETAB_GET' * EXPORTING * TABNAME = TNAME * LANGU = SY-LANGU * TABLES * NAMETAB = XSNK * EXCEPTIONS ** data_element "XSCK033485 ** missing = 1 "XSCK033485 * INTERNAL_ERROR = 1 "XSCK033485 * TABLE_HAS_NO_FIELDS = 2 **(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = TNAME *(D) FIELDNAME = FNAME LANGU = SY-LANGU TABLES NAMETAB = XGFD EXCEPTIONS * data_element "XSCK033485 * missing = 1 "XSCK033485 INTERNAL_ERROR = 1 "XSCK033485 TABLE_HAS_NO_FIELDS = 2 *(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = TNAME LANGU = SY-LANGU TABLES NAMETAB = XFT EXCEPTIONS * data_element "XSCK033485 * missing = 1 "XSCK033485 INTERNAL_ERROR = 1 "XSCK033485 TABLE_HAS_NO_FIELDS = 2 *(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
IMPORT_DYNPRO CALL FUNCTION 'IMPORT_DYNPRO' "DWK11K095949 EXPORTING "DWK11K095949 DYLANG = SY-LANGU "DWK11K095949 DYNAME = XGDI_REPID "DWK11K095949 DYNUMB = XGDI_DYNNR "DWK11K095949 REQUEST = REQUEST "DWK11K095949 IMPORTING "DWK11K095949 HEADER = HEADER "DWK11K095949 TABLES "DWK11K095949 FTAB = FIELDS "DWK11K095949 EXCEPTIONS "DWK11K095949 DYLANGUAGE_INVALID = 01 "DWK11K095949 DYLANGUAGE_NOT_INST = 02 "DWK11K095949 DYNAME_INVALID = 03 "DWK11K095949 DYNPROLOAD_NOT_FOUND = 04 "DWK11K095949 DYNUMB_INVALID = 05 "DWK11K095949 FTAB_INVALID = 06 "DWK11K095949 HEADER_INVALID = 07 "DWK11K095949 INTERNAL_ERROR = 08 "DWK11K095949 NO_DYNPRO = 09 "DWK11K095949 NO_FTAB_ROW = 10 "DWK11K095949 NO_MEMORY = 11 "DWK11K095949 REQUEST_INVALID = 12. "DWK11K095949
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING TABNAME = TNAME *(D) FIELDNAME = FNAME LANGU = SY-LANGU TABLES NAMETAB = XGFD EXCEPTIONS * data_element "XSCK033485 * missing = 1 "XSCK033485 INTERNAL_ERROR = 1 "XSCK033485 TABLE_HAS_NO_FIELDS = 2 *(D) TABLE_NOT_ACTIVE = 3. "WFBA029196
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.