SAP Reports / Programs

CNV_TDMS_HCM_RELID_DOM_SEARCH SAP ABAP Report - TDMS4HCM: Search clusters for fields assigned to a specific domain







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 CNVHCM_CLSTDEF table...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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


INCLUDES used within this REPORT CNV_TDMS_HCM_RELID_DOM_SEARCH

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:

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.



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