CNV_MBT_DOCU_CREATE_CHECKID 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_DOCU_CREATE_CHECKID 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_CHK_ID = Check Id
Selection Text: P_CRE = Create document
Selection Text: P_CWR = Create with reference
Selection Text: P_DOC = Document ID
Selection Text: P_EDIT = Edit document
Selection Text: P_SHOW = Show document
Title: Create, edit or view PCL checks documentation
Text Symbol: 001 = Link document to the PCL check
Text Symbol: 002 = Press continue to link document
Text Symbol: 003 = to the selected PCL check.
Text Symbol: 004 = Document ID
Text Symbol: 016 = Templates
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING NAME = GC_DOMAIN LANGU = SY-LANGU TEXTS_ONLY = 'X' TABLES DD07V_TAB = GT_DOC_TYPE EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
POPUP_GET_SELECTION_FROM_LIST CALL FUNCTION 'POPUP_GET_SELECTION_FROM_LIST' EXPORTING DISPLAY_ONLY = ' ' TABLE_NAME = 'CNVMBTDOCTEMPLSTRUCT' TITLE_BAR = 'Templates'(016) TABLES LIST = GT_CNVMBTDOCTEMPLSTRUCT FUNCTIONS = GS_FUNC EXCEPTIONS NO_TABLEFIELDS_IN_DICTIONARY = 1 NO_TABLE_STRUCTURE = 2 NO_TITLE_BAR = 3 OTHERS = 4.
DOCU_COPY CALL FUNCTION 'DOCU_COPY' EXPORTING ID = GV_DOKHL-ID LANGU = GV_DOKHL-LANGU NEWOBJECT = GV_DOKHL-OBJECT OBJECT = GV_CNVMBTDOCTEMPL-OBJECT_ID STATE = GV_DOKHL-DOKSTATE TYP = GV_DOKHL-TYP VERSION = GV_DOKHL-DOKVERSION TABLES LINE = GT_LINE EXCEPTIONS OTHERS = 1.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING DISPL = GV_DOCUMENT_DISPLAY DISPL_MODE = '1' ID = 'TX' LANGU = SY-LANGU OBJECT = GV_DOKHL-OBJECT EXTENSION_MODE = 'X' SUPPRESS_EDIT = GV_DOCUMENT_DISPLAY IMPORTING SAVETEXT = GV_SAVED_STATUS EXCEPTIONS OTHERS = 1.
DD_POPUP_TO_CONFIRM_CANCEL CALL FUNCTION 'DD_POPUP_TO_CONFIRM_CANCEL' EXPORTING TEXTLINE1 = TEXT-002 TEXTLINE2 = TEXT-003 TITLE = TEXT-001 START_COLUMN = 25 START_ROW = 5 DEFAULTPOS = 'C' IMPORTING ANSWER = GV_POPUP_ANSWER EXCEPTIONS OTHERS = 1.
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_DOCU_CREATE_CHECKID - Create, edit or view PCL checks documentation CNV_MBT_DOCU_CREATE_CHECKID - Create, edit or view PCL checks documentation CNV_MBT_DOCU_CREATE - Create, edit or view activity documentation CNV_MBT_DOCU_CREATE - Create, edit or view activity documentation CNV_MBT_DOCU_ALL_TOP - Include : TOP CNV_MBT_DOCU_ALL_PBO - Include : PBO Modules