CNV_TDMS_HCM_VALUE_HELP_FORMS is a standard ABAP INCLUDE 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 CNV_TDMS_HCM_VALUE_HELP_FORMS 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: TDMS4HCM: HELP-REQUEST and VALUE-REQUEST Forms for transfer programs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING ID = 'TX' LANGU = SY-LANGU OBJECT = GV_HELP_OBJECT IMPORTING HEAD = LS_HEAD TABLES LINE = LT_LINES EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5.
HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING HELP_INFOS = LS_HELP_INFO OVERLAY_HEADER = LS_HEAD TABLES EXCLUDEFUN = LT_EXCLUDES HELPLINES = LT_LINES EXCEPTIONS OTHERS = 0.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = P_RETFIELD DYNPPROG = GV_REPID DYNPNR = GV_DYNNR DYNPROFIELD = P_FIELD WINDOW_TITLE = P_TITLE VALUE_ORG = 'S' DISPLAY = 'F' TABLES VALUE_TAB = PT_VALUES RETURN_TAB = LT_F4_RETURN EXCEPTIONS PARAMETER_ERROR = 0 NO_VALUES_FOUND = 0 OTHERS = 0.
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_VALUE_HELP_FORMS - TDMS4HCM: HELP-REQUEST and VALUE-REQUEST Forms for transfer programs CNV_TDMS_HCM_TST_CNFIRM_AUTH_N - View Authorizations for Data Selection CNV_TDMS_HCM_TST_CNFIRM_AUTH_N - View Authorizations for Data Selection CNV_TDMS_HCM_TRANS_TAB_RIDERS - TDMS4HCM: Tab rider screen for Transfer Programs CNV_TDMS_HCM_TRANSF_SUB_AGENT - TDMS4HCM: Submit of Transfer Program CNV_TDMS_HCM_TRANSF_SUB_AGENT - TDMS4HCM: Submit of Transfer Program