SAP Reports / Programs

OABARCOX SAP ABAP Report - Open Bar Code Entries







OABARCOX 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 OABARCOX 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

OABO - Displaying Open Bar Codes


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 OABARCOX. "Basic submit
SUBMIT OABARCOX AND RETURN. "Return to original report after report execution complete
SUBMIT OABARCOX 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: Z_OBJ_ID = Object Key
Selection Text: Z_OBJECT = Object Type
Selection Text: Z_MAXCNT = Maximum Number
Selection Text: Z_MANDT = Client
Selection Text: Z_DOC_ID = Document ID
Selection Text: Z_BC = Bar code
Selection Text: Z_AR_OBJ = Document Type
Selection Text: Z_AR_ID = Content server
Selection Text: Z_AR_DAT = Storage Date
Selection Text: Y_MAXCNT = Maximum number
Selection Text: Y_MANDT = Client
Selection Text: Y_DOC_ID = Document ID
Selection Text: Y_BC = Bar Code
Selection Text: Y_AR_ID = Storage System
Selection Text: Y_AR_DAT = Storage Date
Selection Text: X_OBJ_ID = Object Key
Selection Text: X_OBJECT = Object Type
Selection Text: X_MAXCNT = Maximum number
Selection Text: X_MANDT = Client
Selection Text: X_BC = Bar Code
Selection Text: X_AR_OBJ = Document Type
Selection Text: X_AR_DAT = Storage Date
Selection Text: R3_ONLY = Stored Documents
Selection Text: AR_ONLY = Business Objects
Title: Open Bar Code Entries
Text Symbol: 017 = Also Delete Stored Document?
Text Symbol: 016 = Delete entry?
Text Symbol: 015 = Bar Codes
Text Symbol: 014 = Bar Codes: Business Objects
Text Symbol: 013 = Bar Codes: Stored Documents
Text Symbol: 012 = Doc. Class
Text Symbol: 011 = Creation Date
Text Symbol: 010 = Also delete stored documents?
Text Symbol: 009 = Doc. Type
Text Symbol: 008 = Bar Code
Text Symbol: 007 = Delete selected entries?
Text Symbol: 006 = Arch. Date
Text Symbol: 005 = Document ID





Text Symbol: 004 = ArchiveID
Text Symbol: 003 = Object Key
Text Symbol: 002 = Obj. type
Text Symbol: 001 = Client


INCLUDES used within this REPORT OABARCOX

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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'OABARCOX' i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = layout it_fieldcat = xfield tables t_outtab = xdata exceptions others = 1.

ARCHIVOBJECT_DELETE call function 'ARCHIVOBJECT_DELETE' exporting archiv_doc_id = xdata-arc_doc_id archiv_id = xdata-archiv_id ar_date = xdataardate doc_type = xdatadoctype object_id = xdata-object_id ar_object = xdata-ar_object del_date = xdatadeldate * SAP_OBJECT = xdata-sap_object exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 4.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text display_cancel_button = ' ' importing answer = answer exceptions others = 0.

OJ_REQUEST call function 'OJ_REQUEST' exporting key = key method = method object = object exceptions others = 1.

ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting archiv_doc_id = xdata-arc_doc_id archiv_id = xdata-archiv_id objecttype = object_type object_id = object_id doc_type = doctype exceptions others = 1.

SWO_QUERY_KEYFIELDS call function 'SWO_QUERY_KEYFIELDS' exporting * language = sy-langu objtype = objtype text = 'X' * importing * return = tables info = info.

SWU_OBJECT_REFRESH call function 'SWU_OBJECT_REFRESH'.

SWU_OBJECT_PUBLISH call function 'SWU_OBJECT_PUBLISH' exporting objtype = objtype objkey = objkey exceptions others = 0.

ARCHIV_AR_OBJECT_VAL_CHK call function 'ARCHIV_AR_OBJECT_VAL_CHK' exporting sap_object = data_0200-sap_object ar_object = data_0200-ar_object.

ARCHIV_AR_OBJECT_VAL_REQ call function 'ARCHIV_AR_OBJECT_VAL_REQ' exporting sap_object = data_0200-sap_object importing ar_object = data_0200-ar_object.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = space fieldname = 'SAPB' tabname = 'SAPBARCODE' importing select_value = value tables fields = structure_tab valuetab = bc_tab.

HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting display = space fieldname = 'ARCHIV_ID' tabname = 'TOAOM' importing select_value = value tables fields = structure_tab valuetab = ar_tab.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = act_repid dynumb = act_dynnr tables dynpfields = dynpfields exceptions others = 0.

DYNP_VALUES_READ * call function 'DYNP_VALUES_READ' * exporting * dyname = act_repid * dynumb = act_dynnr * tables * dynpfields = dynp_values * exceptions * others = 1.



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