SAP Reports / Programs

BDSBARIN SAP ABAP Report - Test report: to simulate R/3 internal bar code entry







BDSBARIN 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 BDSBARIN 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 BDSBARIN. "Basic submit
SUBMIT BDSBARIN AND RETURN. "Return to original report after report execution complete
SUBMIT BDSBARIN 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: NO_CHECK = No user check
Selection Text: NO_DOC_C = No changes to document type
Selection Text: NO_POPUP = No bar code popup
Selection Text: OBJID = Object key
Selection Text: SAPOBJ = Object type
Selection Text: UPDATEBT = In update task
Selection Text: GLOBAL = Entry via global function
Selection Text: AROBJ = Document type
Selection Text: BARCODE = Bar code
Selection Text: BARCODET = Bar code type
Selection Text: FLTOABC = Entry in TOABC
Title: Test report: to simulate R/3 internal bar code entry
Text Symbol: 001 = EverythingOK bar code was processed successfully


INCLUDES used within this REPORT BDSBARIN

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:

ARCHIV_BARCODE_GLOBAL call function 'ARCHIV_BARCODE_GLOBAL' exporting ar_object = arobj updatetask = updatebt no_doc_change = no_doc_c object_id = objid sap_object = sapobj no_check = no_check no_popup = no_popup barcode = barcode importing return = i_return exceptions error_connectiontable = 01 no_barcode = 02 user_exit = 03 early_capturing = 04 error_barcode = 05 error_documenttype = 06 no_authority = 07.

ARCHIV_POPUP_BARCODE call function 'ARCHIV_POPUP_BARCODE' exporting barcodetype = barcodet dokumentart = arobj no_doc_change = no_doc_c object = sapobj no_check = no_check no_popup = no_popup barcode = barcode * x_check = check * x_activ = activ * x_no_cancel = no_cance * x_duplicate = duplicat * return = return * no_archiv_customize = nocustom importing barcode_id = barcode dokumentart = arobj exceptions early_capturing = 01 error_barcode = 02 error_dokumentart = 03 no_authority = 04 no_barcode = 05 user_exit = 06.

ARCHIV_METAINFO_GET call function 'ARCHIV_METAINFO_GET' exporting active_flag = 'X' ar_object = arobj sap_object = sapobj tables toaom_fkt = s_toaom exceptions error_connectiontable = 1 error_parameter = 2 others = 3.

ARCHIV_BARCODE_INSERT call function 'ARCHIV_BARCODE_INSERT' exporting ar_object = arobj barcode_id = barcode object_id = objid sap_object = sapobj exceptions error_connectiontable = 01 error_parameter = 02.

ARCHIV_BARCODE_INSERT_BATCH call function 'ARCHIV_BARCODE_INSERT_BATCH' exporting ar_object = arobj barcode_id = barcode object_id = objid sap_object = sapobj exceptions error_connectiontable = 01 error_parameter = 02.



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