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

OAKOMM02 SAP ABAP Report - Process Communication Protocol







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


Text pool values


Title: Process Communication Protocol
Text Symbol: 031 = Execute application with file transfer
Text Symbol: 032 = Execute application with archive object transfer
Text Symbol: 033 = No action
Text Symbol: 034 = CGDS+tranfer file to frontend
Text Symbol: 035 = RPC communication
Text Symbol: 036 = RFC communication
Text Symbol: 037 = Transfer file from frontend to server and CSAS
Text Symbol: 038 = Transfer file to archive system file directory
Text Symbol: 039 = COVR: CARS new object, CDEL old object, adjust links
Text Symbol: 040 = Save frontend file in archive
Text Symbol: 041 = Transfer file from frontend to server and CARS
Text Symbol: 042 = Transfer file name
Text Symbol: 043 = Access to archive file directory
Text Symbol: 044 = Check archive file
Text Symbol: 045 = Delete archive file
Text Symbol: 046 = CARA: Asynchronous archiving
Text Symbol: 047 = Synchronous retrieval
Text Symbol: 048 = Delete
Text Symbol: 049 = Delete:
Text Symbol: 050 = Delete document class
Text Symbol: 051 = Delete following document
Text Symbol: 052 = Archive on frontend
Text Symbol: 053 = CART: Archive via internal table
Text Symbol: 054 = CGDT: Retrieve via internal table
Text Symbol: 055 = Load file from frontend and store via internal table
Text Symbol: 056 = Retrieve internal table and transfer to frontend
Text Symbol: 057 = Data will be lost
Text Symbol: 030 = Mixture of CGDC, CDDP, and CSAC
Text Symbol: 001 = CDDC: Display Archive Object
Text Symbol: 002 = CDDP: Display file
Text Symbol: 003 = CDIC: Display icon
Text Symbol: 004 = CAID: Selection prompt
Text Symbol: 005 = CARD: Archive frontend
Text Symbol: 006 = CGDC: Retrieve for frontend
Text Symbol: 007 = CGDS: Retrieve for server
Text Symbol: 008 = CGDA: Retrieve asynchronously for server
Text Symbol: 009 = CCLW: Close window





Text Symbol: 010 = CEXT: Exit application
Text Symbol: 011 = CSTA: Object status
Text Symbol: 012 = CANO: Append note
Text Symbol: 013 = CDEL: Delete object
Text Symbol: 014 = CARS: Save file synchr. via server
Text Symbol: 015 = CARA: Save file asynchr. via server
Text Symbol: 016 = No function defined yet
Text Symbol: 017 = Exit function maintenance
Text Symbol: 018 = Exit maintenance?
Text Symbol: 019 = Delete function?
Text Symbol: 020 = Delete function
Text Symbol: 022 = CSAS: Save file as from server
Text Symbol: 023 = CSAC: Save file as from fontend
Text Symbol: 024 = CGSF: Retrieve for frontend via server
Text Symbol: 025 = CREF: Archive file on frontend
Text Symbol: 026 = COVR: Delete archive object, archive file, adjust links
Text Symbol: 027 = CARF: Archive file from frontend
Text Symbol: 028 = ICC communication
Text Symbol: 029 = OLE communication


INCLUDES used within this REPORT OAKOMM02

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:

POPUP_TO_GET_VALUE call function 'POPUP_TO_GET_VALUE' exporting fieldname = 'DOC_TYPE' tabname = 'TOADV' titel = text-048 valuein = toadv-doc_type importing answer = answer valueout = toadv-doc_type exceptions fieldname_not_found = 0.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-050 text_question = string importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_GET_VALUE call function 'POPUP_TO_GET_VALUE' exporting fieldname = fieldname tabname = tabname titel = title valuein = valuein importing answer = answer valueout = valueout exceptions fieldname_not_found = 0.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-017 text_question = t_question * DISPLAY_CANCEL_BUTTON = 'X' importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-020 text_question = text-019 default_button = '1' importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-017 text_question = text-018 importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-017 text_question = t_question importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-017 text_question = t_question importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM





call function 'POPUP_TO_CONFIRM' exporting titlebar = text-017 text_question = t_question importing answer = answer exceptions text_not_found = 1 others = 2.



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