SAP Reports / Programs

CNV_TDMS_HCM_TRANSF_SUB_AGENT SAP ABAP Report - TDMS4HCM: Submit of Transfer Program







CNV_TDMS_HCM_TRANSF_SUB_AGENT is a standard Executable ABAP Report 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_TRANSF_SUB_AGENT 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_TRANSF_SUB_AGENT. "Basic submit
SUBMIT CNV_TDMS_HCM_TRANSF_SUB_AGENT AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_HCM_TRANSF_SUB_AGENT 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 Transfer Program


INCLUDES used within this REPORT CNV_TDMS_HCM_TRANSF_SUB_AGENT

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_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' "DESTINATION GV_CNVMBTDEST_SND EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GV_ACT_ID_HCM ALL_AS_TABLE = GC_YES IMPORTING LAST_EXEC_NUM = GV_NEW_EXEC TABLES T_EX_CNVMBTSTATE = GT_STATE EXCEPTIONS ENTRY_DOES_NOT_EXIST = 3 OTHERS = 4.

CNV_MBT_L_PROTOCOL_READ CALL FUNCTION 'CNV_MBT_L_PROTOCOL_READ' DESTINATION GV_CNVMBTDEST_SND EXPORTING OBJECT = 'CAGTFBS' SUBOBJECT = 'SLOMBT' EXTERNAL_NUMBER = ' ' DATE_FROM = '00000000' DATE_TO = SY-DATUM TIME_FROM = '000000' TIME_TO = SY-UZEIT LOG_CLASS = '4' PROGRAM_NAME = '*' TRANSACTION_CODE = '*' USER_ID = ' ' MODE = '+' LOGNUMBER = GS_STATE-LOGNUMBER TABLES MESSAGE_TAB = GT_MESSAGE_TAB EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE GV_MESSAGE SYSTEM_FAILURE = 2 MESSAGE GV_MESSAGE NO_LOG_FOUND = 3 OTHERS = 4.

DEQUEUE_ECNVMBTSTATE CALL FUNCTION 'DEQUEUE_ECNVMBTSTATE' EXPORTING MODE_CNVMBTSTATE = 'E' CLIENT = SY-MANDT PACKID = GV_PACKID PHASE = GV_PHASE ACTIVITY_ID = GV_ACT_ID.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GV_ACT_ID ALL_AS_TABLE = GC_YES IMPORTING LAST_EXEC_NUM = GV_NEW_EXEC TABLES T_EX_CNVMBTSTATE = GT_STATE EXCEPTIONS ENTRY_DOES_NOT_EXIST = 3 OTHERS = 4.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_MBT_L_STATE_CLEAR_GLOBALS CALL FUNCTION 'CNV_MBT_L_STATE_CLEAR_GLOBALS' EXCEPTIONS OTHERS = 1.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GV_ACT_ID ALL_AS_TABLE = GC_YES IMPORTING LAST_EXEC_NUM = GV_NEW_EXEC TABLES T_EX_CNVMBTSTATE = GT_STATE EXCEPTIONS ENTRY_DOES_NOT_EXIST = 3 OTHERS = 4.

CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = GV_ACT_ID ALL_AS_TABLE = 'X' IMPORTING LAST_EXEC_NUM = GV_NEW_EXEC TABLES T_EX_CNVMBTSTATE = GT_STATE EXCEPTIONS * COMMUNICATION_FAILURE = 1 MESSAGE GV_MESSAGE * SYSTEM_FAILURE = 2 MESSAGE GV_MESSAGE ENTRY_DOES_NOT_EXIST = 3 OTHERS = 4.

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 = 'X' IMPORTING LAST_EXEC_NUM = GV_LAST_EXEC TABLES T_EX_CNVMBTSTATE = LT_STATE EXCEPTIONS ENTRY_DOES_NOT_EXIST = 1 OTHERS = 2.

CNV_MBT_L_PROTOCOL_OPEN_NEW CALL FUNCTION 'CNV_MBT_L_PROTOCOL_OPEN_NEW' EXPORTING PACKID = P_PACK PHASE = P_PHASE ACTIVITY_ID = P_ACT_ID LOGNUMBER_OLD = LS_STATE-LOGNUMBER EXCEPTIONS INTERNAL_ERROR = 1 MODIFY_CENTRAL_STATE_MANAG_ERR = 2 RFC_FAILURE = 3 OTHERS = 4.

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 IMPORTING LAST_EXEC_NUM = GV_LAST_EXEC TABLES T_EX_CNVMBTSTATE = LT_STATE EXCEPTIONS ENTRY_DOES_NOT_EXIST = 1 OTHERS = 2.



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