SAP Reports / Programs

CNV_MBT_SEMAPHORE_DEFINE SAP ABAP Report - Defines semaphores in the DTL







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


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


Text pool values


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 = %


INCLUDES used within this REPORT CNV_MBT_SEMAPHORE_DEFINE

INCLUDE CNV_MBT_SM_PARAMS.
INCLUDE CNV_MBT_SM_MACROS.


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_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.



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