SAP Reports / Programs

CNV_CMIS_U_10_SCHEDULE_TRANSP SAP ABAP Report - CMIS Upg: Schedule transport dispatcher RDDIMPDP







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


Text pool values


Title: CMIS Upg: Schedule transport dispatcher RDDIMPDP
Text Symbol: 000 = Confirmation of
Text Symbol: 001 = scheduling of the
Text Symbol: 002 = transport dispatcher
Text Symbol: 003 = Schedule RDDIMPDP
Text Symbol: 005 = Scheduling of the
Text Symbol: 006 = transport dispatcher RDDIMPDP


INCLUDES used within this REPORT CNV_CMIS_U_10_SCHEDULE_TRANSP

INCLUDE CNV_MBT_SM_PARAMS. "#EC *
INCLUDE CNV_MBT_SM_MACROS. "#EC *


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_RFC_SYSTEM_INFO_GET CALL FUNCTION 'CNV_MBT_RFC_SYSTEM_INFO_GET' DESTINATION GV_RCV_DEST IMPORTING SYSTEM_CLIENT = GV_RCV_CLIENT EXCEPTIONS COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING PACKID = P_PACK LOCAL = 'X' PARAMNAME = 'JOB_CLASS' * ALL_PARAMS = 'X' TABLES PARATAB = GT_PARAMS EXCEPTIONS ACTION_FAILED = 1 ENTRY_NOT_FOUND = 2 RFC_DESTINATION_ERROR = 3 RFC_CALLING_ERROR = 4 OTHERS = 5 .

CNV_CMIS_U_10_CALL_TRANSP_DISP CALL FUNCTION 'CNV_CMIS_U_10_CALL_TRANSP_DISP' DESTINATION GV_RCV_DEST EXPORTING IM_CLIENT = GV_RCV_CLIENT IM_JOB_CLASS = GF_JOB_CLASS EXCEPTIONS DISSONANT_CLIENT = 1 SCHEDULE_FAILED = 2 NO_AUTHORIZATION = 3 COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.

CALL FUNCTION GV_SY_REPID 'CALL FUNCTION' "#EC * '' '' "#EC * '2' '2'. "#EC *



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