SAP Reports / Programs

OAKOMM01 SAP ABAP Report - ArchiveLink: Communications Interface Administration







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


Text pool values


Title: ArchiveLink: Communications Interface Administration
Text Symbol: 050 = No action (file can be accessed on frontend)
Text Symbol: 052 = Close Window
Text Symbol: 053 = Synchronous storing
Text Symbol: 056 = Synchronous Retrieval Table
Text Symbol: 057 = Synchronous Retrieval server and Load
Text Symbol: 058 = Access to File
Text Symbol: 060 = OLE/OpenDoc/AppleScript
Text Symbol: 062 = Synchronous archiving server
Text Symbol: 063 = Prepare Object
Text Symbol: 064 = RFC
Text Symbol: 065 = RPC
Text Symbol: 066 = ICC
Text Symbol: 070 = Function
Text Symbol: 071 = Communication Type
Text Symbol: 072 = Application
Text Symbol: 073 = Document Class
Text Symbol: 074 = Doc.Class
Text Symbol: 075 = Operating System
Text Symbol: 093 = Retrieval from file directory
Text Symbol: 094 = Synchronous bytestream retrieval
Text Symbol: 095 = Select a system
Text Symbol: 096 = The protocol
Text Symbol: 097 = Version
Text Symbol: 098 = already exists.
Text Symbol: 099 = Overwrite?
Text Symbol: 100 = Information
Text Symbol: 101 = The system
Text Symbol: 102 = could not be found.
Text Symbol: 103 = Repeat input?
Text Symbol: 104 = for the application
Text Symbol: 105 = exists in
Text Symbol: 106 = Customizing for the appl. and the function
Text Symbol: 107 = Overwrite entry?
Text Symbol: 108 = The protocol
Text Symbol: 109 = Version
Text Symbol: 110 = was imported successfully!
Text Symbol: 111 = Import more protocols?





Text Symbol: 112 = Document class
Text Symbol: 113 = maintained for
Text Symbol: 114 = for the doc. class and the platform!
Text Symbol: 001 = No protocol available
Text Symbol: 002 = Protocol
Text Symbol: 003 = Version
Text Symbol: 004 = Do you really want to
Text Symbol: 005 = Delete communication protocol
Text Symbol: 006 = Protocol
Text Symbol: 007 = protocol?
Text Symbol: 008 = Exit communication protocol
Text Symbol: 009 = Exit maintenance?
Text Symbol: 010 = Description
Text Symbol: 011 = Display Archived Document
Text Symbol: 012 = Archive from Frontend
Text Symbol: 013 = Synch. Archiving Server
Text Symbol: 014 = Asynch. Archiving Server
Text Symbol: 015 = Synchronous Retrieval Server
Text Symbol: 016 = Asynchronous Retrieval Server
Text Symbol: 017 = Retrieval Frontend
Text Symbol: 018 = Status Query
Text Symbol: 019 = Extend Note
Text Symbol: 020 = Delete
Text Symbol: 023 = Used
Text Symbol: 024 = Not used in any st. system
Text Symbol: 025 = Used in st. systems
Text Symbol: 031 = Archive in File Directory
Text Symbol: 032 = No Action
Text Symbol: 033 = Access to File Directory
Text Symbol: 034 = Synchronous Retrieval
Text Symbol: 035 = Synchronous Retrieval to Server+ Transfer to Frontend
Text Symbol: 036 = Retrieve internal table + transfer to frontend
Text Symbol: 037 = Check Document
Text Symbol: 038 = Delete Document
Text Symbol: 039 = Synchronous Archiving Table
Text Symbol: 041 = Display Local File
Text Symbol: 042 = Store File on Frontend
Text Symbol: 043 = Store File from Frontend
Text Symbol: 044 = Program Call





Text Symbol: 045 = Request File Name
Text Symbol: 046 = Transfer file to server and archive synchronously
Text Symbol: 047 = Archive on Frontend
Text Symbol: 048 = Archive file on frontend and archive file
Text Symbol: 049 = Retrieve on frontend and display file


INCLUDES used within this REPORT OAKOMM01

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:

ARCHIVOBJECT_GET_PROTOCOL call function 'ARCHIVOBJECT_GET_PROTOCOL' EXPORTING protocol = int_supp_toain-protokoll version = int_supp_toain-version TABLES protocol_cust = new_toain application_cust = new_toaos execute_cust = new_toady EXCEPTIONS nothing_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = text1 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 others = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'OAKOMM01' i_structure_name = 'XDATA' it_fieldcat = field_tab is_layout = layout TABLES t_outtab = xdata EXCEPTIONS others = 0.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 text_question = text-009 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-008 text_question = text-009 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 others = 2.

ENQUEUE_E_TOAIN call function 'ENQUEUE_E_TOAIN' EXPORTING mode_toain = 'E' protokoll = p_protokoll version = p_version EXCEPTIONS foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_TOAIN call function 'DEQUEUE_E_TOAIN' EXPORTING mode_toain = 'E' protokoll = p_protokoll version = p_version EXCEPTIONS others = 1.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text1_210 IMPORTING answer = answer_210 EXCEPTIONS text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text2_210 IMPORTING answer = answer_210 EXCEPTIONS text_not_found = 1 others = 2.

ARCHIVOBJECT_GET_PROTOCOL call function 'ARCHIVOBJECT_GET_PROTOCOL' destination rfcsystem EXPORTING protocol = protokoll_source version = version_source TABLES protocol_cust = new_toain application_cust = new_toaos execute_cust = new_toady EXCEPTIONS nothing_found = 1 communication_failure = 2 system_failure = 3 others = 4.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text5_210 display_cancel_button = ' ' IMPORTING answer = answer_210 EXCEPTIONS text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text3_210 display_cancel_button = ' ' IMPORTING answer = answer_210 EXCEPTIONS text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text4_210 display_cancel_button = ' ' IMPORTING answer = answer_210 EXCEPTIONS text_not_found = 1 others = 2.

TRANSFER_NAMES_TO_FIELDS call function 'TRANSFER_NAMES_TO_FIELDS' EXPORTING selectfield = fieldname TABLES fields = fields namelist = list_of_fields EXCEPTIONS wrong_format_given = 01.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = fieldname titel = rfc_help_title IMPORTING ind = index TABLES fields = fields full_table = help_rfctable EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

STRA_TAB_KEY_LEN



call function 'STRA_TAB_KEY_LEN' EXPORTING table = table IMPORTING keylen = keylen EXCEPTIONS table_has_no_fields = 1 table_not_activ = 2 others = 3.

NAMETAB_GET call function 'NAMETAB_GET' EXPORTING langu = sy-langu tabname = 'TOAOS' TABLES nametab = tabinfo EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 others = 5.

TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' TABLES wt_ko200 = int_ko200 wt_e071k = int_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' TABLES wt_ko200 = int_ko200 wt_e071k = int_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 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 OAKOMM01 or its description.