CNV_TDMS_HCM_RELID_DOM_SEARCH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program searches through clusters that are either defined either in a dictionary structure on in the
If you would like to execute this report or see the full code listing simply enter CNV_TDMS_HCM_RELID_DOM_SEARCH 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.
Selection Text: P_DOMA = Domain
Selection Text: P_PACKID = Package
Selection Text: P_PROJ = Project
Selection Text: P_SPROJ = Subproject.
Selection Text: SO_RELID = Cluster Id
Title: TDMS4HCM: Search clusters for fields assigned to a specific domain
Text Symbol: 001 = Generic entries are not allowed in the selection criteria
Text Symbol: 002 = Summary:
Text Symbol: 003 = Relevant Clusters:
Text Symbol: 004 = Selected fields:
Text Symbol: 005 = No RELID data found with this selection criterien
Text Symbol: 006 = HCM cluster structure not found
Text Symbol: 007 = Not payroll relevent
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 = P_TABNAME ALL_TYPES = GC_YES TABLES DFIES_TAB = PT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_TDMS_HCM_RELID_DOM_SEARCH - TDMS4HCM: Search clusters for fields assigned to a specific domain CNV_TDMS_HCM_RELID_DOM_SEARCH - TDMS4HCM: Search clusters for fields assigned to a specific domain CNV_TDMS_HCM_PRESEL_UI_TOP - Include CNV_TDMS_HCM_PRESEL_UI_TOP CNV_TDMS_HCM_PRESEL_UI_O01 - Include CNV_TDMS_HCM_PRESEL_UI_O01 CNV_TDMS_HCM_PRESEL_UI_I01 - Include CNV_TDMS_HCM_PRESEL_UI_I01 CNV_TDMS_HCM_PRESEL_UI_F03 - Include CNV_TDMS_HCM_PRESEL_UI_F03