SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | ArchiveLink(BC-SRV-ARL) SAP BC

ARCHIVELINKBARCODEINTSINGLE SAP ABAP Report - Individual Processing of Internal Bar Code Entries







ARCHIVELINKBARCODEINTSINGLE 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 ARCHIVELINKBARCODEINTSINGLE 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 ARCHIVELINKBARCODEINTSINGLE. "Basic submit
SUBMIT ARCHIVELINKBARCODEINTSINGLE AND RETURN. "Return to original report after report execution complete
SUBMIT ARCHIVELINKBARCODEINTSINGLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Individual Processing of Internal Bar Code Entries
Text Symbol: 038 = Delete Bar Code Entry?
Text Symbol: 037 = Open Ext. Bar Codes With Keep Flag
Text Symbol: 036 = Open Int. Bar Codes With Keep Flag
Text Symbol: 035 = All Open Bar Codes With Keep Flag
Text Symbol: 034 = Others
Text Symbol: 033 = Class Library
Text Symbol: 032 = Business Object Repository
Text Symbol: 031 = Class Type
Text Symbol: 030 = Keep Entry
Text Symbol: 029 = Created by
Text Symbol: 028 = Created on
Text Symbol: 027 = PHIO ID
Text Symbol: 026 = PHIO Class
Text Symbol: 025 = Change BCode
Text Symbol: 024 = Current
Text Symbol: 023 = All
Text Symbol: 022 = or Only the Current One?
Text Symbol: 021 = Replace All Entries
Text Symbol: 020 = Occurs for &1 Stored Documents
Text Symbol: 019 = Occurs for &1 Business Objects
Text Symbol: 018 = Bar Code
Text Symbol: 017 = Also Delete Stored Document?
Text Symbol: 016 = Delete entry?
Text Symbol: 015 = All Open Bar Codes
Text Symbol: 014 = Open Internal Bar Codes
Text Symbol: 013 = Open External Bar Codes
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 = BCode
Text Symbol: 007 = Delete Selected Entries?
Text Symbol: 006 = Arch. date
Text Symbol: 005 = Document ID
Text Symbol: 004 = Content Repository
Text Symbol: 003 = Object Key
Text Symbol: 002 = Class Name





Text Symbol: 001 = Client


INCLUDES used within this REPORT ARCHIVELINKBARCODEINTSINGLE

INCLUDE ARCHIVELINK_DISPLAY_CONSTANTS.


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:

SWO_QUERY_KEYFIELDS CALL FUNCTION 'SWO_QUERY_KEYFIELDS' EXPORTING objtype = objtype text = 'X' 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 * objtype_not_found = 1 * OTHERS = 2.

OJ_REQUEST CALL FUNCTION 'OJ_REQUEST' EXPORTING key = key method = method object = object EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

BDS_NAME_OF_CONTREP_GET CALL FUNCTION 'BDS_NAME_OF_CONTREP_GET' EXPORTING contrep = crep IMPORTING text = i_text EXCEPTIONS nothing_found = 1 OTHERS = 2.

BDS_NAME_OF_DOC_TYPE_GET CALL FUNCTION 'BDS_NAME_OF_DOC_TYPE_GET' EXPORTING documenttype = dtype IMPORTING text = i_text EXCEPTIONS nothing_found = 1 OTHERS = 2.

BDS_NAME_OF_CLASS_GET CALL FUNCTION 'BDS_NAME_OF_CLASS_GET' EXPORTING classname = otype classtype = 'BO' * LANGUAGE = SY-LANGU IMPORTING text = i_text EXCEPTIONS nothing_found = 1 OTHERS = 2 .

ARCHIV_AR_OBJECT_VAL_CHK CALL FUNCTION 'ARCHIV_AR_OBJECT_VAL_CHK' EXPORTING sap_object = data_0200-objtype ar_object = data_0200-docutype contrep_id = data_0200-contrep.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING defaultoption = '1' diagnosetext1 = dia1 diagnosetext2 =

diagnosetext3 = dia3 textline1 = txt1 textline2 = txt2 * textline3 = text_option1 = text-023 text_option2 = text-024 titel = text-025 start_column = 15 start_row = 14 * CANCEL_DISPLAY = 'X' IMPORTING answer = data_0200-answer.

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.

ARCHIV_AR_OBJECT_VAL_REQ CALL FUNCTION 'ARCHIV_AR_OBJECT_VAL_REQ' EXPORTING sap_object = data_0200-objtype IMPORTING ar_object = data_0200-docutype.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = act_repid dynumb = act_dynnr TABLES dynpfields = dynpfields EXCEPTIONS * INVALID_ABAPWORKAREA = 1 * INVALID_DYNPROFIELD = 2 * INVALID_DYNPRONAME = 3 * INVALID_DYNPRONUMMER = 4 * INVALID_REQUEST = 5 * NO_FIELDDESCRIPTION = 6 * UNDEFIND_ERROR = 7 OTHERS = 1 .

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.



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