SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_HCM_PRESEL_SUB SAP ABAP Report - TDMS4HCM: Submit of selection ID Program







CNV_TDMS_HCM_PRESEL_SUB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Submit program for Selection ID integration with processing tree ..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_PRESEL_SUB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_HCM_PRESEL_SB - TCode for CNV_TDMS_HCM_PRESEL_SUB
CNV_HCM_PRESEL_SUB - T-Code for CNV_TDMS_HCM_PRESEL_SUB


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


Text pool values


Title: TDMS4HCM: Submit of selection ID Program


INCLUDES used within this REPORT CNV_TDMS_HCM_PRESEL_SUB

INCLUDE: CNV_MBT_SM_PARAMS,
INCLUDE CNV_TDMS_HCM_GEN_FORMS.


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:

CNV_MBT_DEX_GET_EXTRACT_MODE CALL FUNCTION 'CNV_MBT_DEX_GET_EXTRACT_MODE' EXPORTING IM_PACKID = P_PACK IMPORTING EX_EXPORT = GV_IMPORT_ONLY EXCEPTIONS INVALID_CALL = 1 ERROR_WHILE_READING = 2 OTHERS = 3.

CNV_TDMS_HCM_READ_SWITCHES CALL FUNCTION 'CNV_TDMS_HCM_READ_SWITCHES' EXPORTING IM_PROJECT = GV_PROJECT IM_SUBPROJECT = GV_SUBPROJECT IM_PACKID = GV_PACKID IM_SWITCH = 'SND_LOGON' IMPORTING EX_GSVAL = GV_GSVAL EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GV_ACT_ID_HCM IMPORTING LAST_EXEC_NUM = GV_LAST_EXEC EXCEPTIONS ENTRY_DOES_NOT_EXIST = 1 OTHERS = 2.

CNV_TDMS_HCM_SUBMIT_TRANS_PROG CALL FUNCTION 'CNV_TDMS_HCM_SUBMIT_TRANS_PROG' DESTINATION GV_RFCDEST EXPORTING IM_REPORT = GV_REPORT IM_PACK = P_PACK IM_PHASE = P_PHASE IM_ACT_ID = GV_ACT_ID_HCM
IM_RCV_KNOWN = GV_RCV_KNOWN IMPORTING EX_MESSAGE = GS_MESSAGE * TABLES * IT_SELTAB = GT_SELTAB EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE GV_MESSAGE SYSTEM_FAILURE = 2 MESSAGE GV_MESSAGE OTHERS = 3.

CNV_TDMS_HCM_GET_RCV_INFO_CNT CALL FUNCTION 'CNV_TDMS_HCM_GET_RCV_INFO_CNT' DESTINATION GV_CNVMBTDEST_CNT EXPORTING IM_PACKID = GV_PACKID IMPORTING EX_MESSAGE = GS_MESSAGE EX_SYSTEM = GV_SYSTEM EX_CLIENT = GV_CLIENT EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE GV_MESSAGE SYSTEM_FAILURE = 2 MESSAGE GV_MESSAGE OTHERS = 3.

CNV_MBT_RFC_SYSTEM_INFO_GET CALL FUNCTION 'CNV_MBT_RFC_SYSTEM_INFO_GET' DESTINATION GV_CNVMBTDEST_CNT IMPORTING SYSTEM_ID = LV_SYSTEM SYSTEM_CLIENT = LV_CLIENT EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE GV_MESSAGE SYSTEM_FAILURE = 2 MESSAGE GV_MESSAGE OTHERS = 3.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = P_ACT_ID ALL_AS_TABLE = GC_YES TABLES T_EX_CNVMBTSTATE = LT_STATE EXCEPTIONS ENTRY_DOES_NOT_EXIST = 1 OTHERS = 2.

CNV_MBT_L_STATE_INSERT CALL FUNCTION 'CNV_MBT_L_STATE_INSERT' EXPORTING IM_PACKID = GV_PACKID IM_PHASE = GV_PHASE IM_ACTIVITY = GV_ACT_ID IM_ONLY_INITIAL = GC_YES EXCEPTIONS INSERT_FAILED = 0 CONNECTION_FAILED = 0 OTHERS = 0.



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