SAP Reports / Programs

/OPT/VIM_R7OCRTEST SAP ABAP Report - Document Processing Test Program - OCR Data







/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


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 /OPT/VIM_R7OCRTEST. "Basic submit
SUBMIT /OPT/VIM_R7OCRTEST AND RETURN. "Return to original report after report execution complete
SUBMIT /OPT/VIM_R7OCRTEST 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_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


INCLUDES used within this REPORT /OPT/VIM_R7OCRTEST

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:

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.



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 /OPT/VIM_R7OCRTEST or its description.