SAP Reports / Programs

CNV_MBT_CHECK SAP ABAP Report - MBT Checks







CNV_MBT_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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_MBT_CHECK 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

CNVMBTCHECK - PCL Checks


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_CHECK. "Basic submit
SUBMIT CNV_MBT_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_CHECK 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: GP_COBJ = Conversion objects
Selection Text: P_CUST = Customer
Selection Text: P_LOG = Log-Mode
Selection Text: P_PACK = Package
Title: MBT Checks
Text Symbol: 001 = Determine check range
Text Symbol: 002 = Package
Text Symbol: 003 = Convobject
Text Symbol: 004 = All convobjects
Text Symbol: 005 = Multiple convobjects


INCLUDES used within this REPORT CNV_MBT_CHECK

No INCLUDES are used within this REPORT code!


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:

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' EXPORTING INSERT_ID = '000000' RELATIONSHIP = ' ' TABLES NODETAB = GT_NODES EXCEPTIONS TREE_FAILURE = 1 ID_NOT_FOUND = 2 WRONG_RELATIONSHIP = 3 OTHERS = 4.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = 1 all = 'X' * LIST_SCROLL = depth = 2 EXCEPTIONS not_found = 1 OTHERS = 2.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = CALLBACK_PROGRAM CALLBACK_USER_COMMAND = 'USER_COMMAND' CALLBACK_GUI_STATUS = 'SET_GUI' TEXT_LENGTH1 = 80 EXCEPTIONS OTHERS = 1.

RS_TREE_GET_CURRENT_TREE CALL FUNCTION 'RS_TREE_GET_CURRENT_TREE' TABLES NODEINFO = GT_NODES EXCEPTIONS OTHERS = 1.

CNV_MBT_DOCU_CHECKID CALL FUNCTION 'CNV_MBT_DOCU_CHECKID' EXPORTING IV_CHECK_ID = GD_CHECKID-CHECKID EXCEPTIONS CHECKID_NOT_EXISTS = 1 DOCUMENT_ID_NOT_EXISTS = 2 OTHERS = 3.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = 'CAGTFBS' SUBOBJECT = 'SLOMBT' EXTERNAL_NUMBER = LD_EXTNUMBER * DATE_FROM = SY-DATUM * TIME_FROM = '000000' * DATE_TO = SY-DATUM * TIME_TO = SY-UZEIT COLUMN_SELECTION = ' 1111 111 ' "#EC * SUPPRESS_SELECTION_DIALOG = 'X' EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = GD_JOBNAME IMPORTING JOBCOUNT = GD_JOBCOUNT EXCEPTIONS CANT_CREATE_JOB = 1 INVALID_JOB_DATA = 2 JOBNAME_MISSING = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = GD_JOBCOUNT JOBNAME = GD_JOBNAME STRTIMMED = 'X' EXCEPTIONS CANT_START_IMMEDIATE = 1 INVALID_STARTDATE = 2 JOBNAME_MISSING = 3 JOB_CLOSE_FAILED = 4 JOB_NOSTEPS = 5 JOB_NOTEX = 6 LOCK_FAILED = 7 OTHERS = 8.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'CNV_MBT_CHECK' * i_callback_pf_status_set = 'SETPF' * i_callback_user_command = 'USERCOMMAND' i_structure_name = 'GT_OUT' IT_FIELDCAT = GT_FIELDCAT * it_events = gd_it_event * it_event_exit = gd_it_event_exit * is_layout = gd_layout TABLES t_outtab = gt_out EXCEPTIONS program_error = 1 OTHERS = 2.

RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING NODE_INFO = P_NODE EXCEPTIONS id_not_found = 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_MBT_CHECK or its description.