CNV_MBT_SEMAPHORE_DEFINE 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_MBT_SEMAPHORE_DEFINE 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.
Selection Text: P_ACT_ID =
Selection Text: P_CEN = Central system
Selection Text: P_PACK =
Selection Text: P_PHASE =
Selection Text: P_RCV = Receiver system
Selection Text: P_SND = Sender system
Title: Defines semaphores in the DTL
Text Symbol: 001 = System load
Text Symbol: 002 = %
INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_MBT_SM_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING PACKID = P_PACK PARAMNAME = GS_PARAMS-PNAME TABLES PARATAB = LT_PARAMS EXCEPTIONS ACTION_FAILED = 1 ENTRY_NOT_FOUND = 2 RFC_DESTINATION_ERROR = 3 RFC_CALLING_ERROR = 4 OTHERS = 5.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'C' IMPORTING DESTINATION_ID = GV_CENTERDEST EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
DTL_SEMAPHORE_DEFINE CALL FUNCTION 'DTL_SEMAPHORE_DEFINE' DESTINATION GV_CENTERDEST EXPORTING I_SUBPROJECT = GV_SUBPROJECT I_PACKID = P_PACK I_SESSION_ID = GD_SESS_ID IMPORTING E_LOGNUMBER = GV_LOGNUMBER E_STATUS = GS_DTL_STATUS TABLES IT_SEM_PRCT = GT_SEM_PRCT EXCEPTIONS COMMUNICATION_FAILURE = 98 MESSAGE GD_MSGTEXT SYSTEM_FAILURE = 99 MESSAGE GD_MSGTEXT.
CNV_MBT_L_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_L_SUBSTATE_WRITE' EXPORTING PACKID = P_PACK TABLES IM_CNVMBTSUBSTATE = GT_SUBSTATE EXCEPTIONS OTHERS = 1.
CNV_MBT_PARAMS_UPD CALL FUNCTION 'CNV_MBT_PARAMS_UPD' EXPORTING PACKID = P_PACK tables PARATAB = LT_PARAMS exceptions action_failed = 1 rfc_calling_error = 2 rfc_destination_error = 3 OTHERS = 4.
CNV_MBT_PARAMS_WRITE CALL FUNCTION 'CNV_MBT_PARAMS_WRITE' EXPORTING PACKID = P_PACK TABLES PARATAB = LT_PARAMS EXCEPTIONS ACTION_FAILED = 1 RFC_CALLING_ERROR = 2 RFC_DESTINATION_ERROR = 3 OTHERS = 4.
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_MBT_SEMAPHORE_DEFINE - Defines semaphores in the DTL CNV_MBT_SEMAPHORE_DEFINE - Defines semaphores in the DTL CNV_MBT_SEMAPHORE_CONTROL_DATA - CNVMBTSEMAPHORECONTROLDATA CNV_MBT_SEMAPHORE_CONTROL - Tabstrip Control - Scrolling at Application Server CNV_MBT_SEMAPHORE_CONTROL - Tabstrip Control - Scrolling at Application Server CNV_MBT_SEL_SCHEME - Sel grp generation scheme