/OPT/VIM_R7OCRTEST 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 /OPT/VIM_R7OCRTEST 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_XBLNR = D Reference
Selection Text: P_WINID = D Windows_ID
Selection Text: P_WINDM = D Windows Domain
Selection Text: P_WAERS = D Currency
Selection Text: P_VNAME = D Name 1
Selection Text: P_RMWWR = D Gross invoice amount
Selection Text: P_REQNR = D USER_NAME
Selection Text: P_LIFNR = D Vendor
Selection Text: P_EMAIL = D E-mail address
Selection Text: P_EBELN = D Purchasing document
Selection Text: P_DOCTYP = D Document Type
Selection Text: P_BUKRS = D Company code
Selection Text: P_BUDAT = D Posting date
Selection Text: P_BLDAT = D Document date
Selection Text: P_AROBJ = D Document type
Selection Text: P_ARCID = D Content Rep. ID
Selection Text: P_ARCDID = D Document ID
Selection Text: PO_QTY2 = PO Line item2 Qty
Selection Text: PO_QTY1 = PO Line item1 Qty
Selection Text: PO_ITM2 = PO Item
Selection Text: PO_ITM1 = PO Item
Selection Text: PO_AMT2 = PO Line item2 amount
Selection Text: PO_AMT1 = PO Line item1 amount
Title: Document Processing Test Program - OCR Data
Text Symbol: 002 = Index Data
Text Symbol: 001 = Document Type Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4TOOL_CHECKTABLE_HELP CALL FUNCTION 'F4TOOL_CHECKTABLE_HELP' EXPORTING checktable = '/OPT/VIM_T100' retfield = 'DOCTYPE' TABLES return_tab = lt_values.
/OPT/VIM_START_DOC_PROCESS CALL FUNCTION '/OPT/VIM_START_DOC_PROCESS' "#EC ARGCHECKED * EXPORTING * doctype = p_doctyp TABLES extdata_head = lt_exthead extdata_item = lt_extitem EXCEPTIONS * invalid_doctype = 1 * invalid_data = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/OPT/VIM_R7OCRTEST - Document Processing Test Program - OCR Data /OPT/VIM_R7OCRTEST - Document Processing Test Program - OCR Data /OPT/VIM_R7DOCTEST - Document Processing Test - No Imaging /OPT/VIM_R7DOCTEST - Document Processing Test - No Imaging /OPT/VIM_R7ARCTEST - Document Processing Test - With Archiving /OPT/VIM_R7ARCTEST - Document Processing Test - With Archiving