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

OAALL_ARCHIVELINK_SERVICES SAP ABAP INCLUDE - OAALLARCHIVELINKSERVICES







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


INCLUDES used within this REPORT OAALL_ARCHIVELINK_SERVICES

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:

ALINK_WRITE_LOG call function 'ALINK_WRITE_LOG' exporting logarea = 'ALPRILIST' lfunction = 'D' luser = sy-uname ldate = sy-datum ltime = sy-uzeit toadl = toadl exceptions others = 0.

BDS_NAME_OF_CLASS_GET call function 'BDS_NAME_OF_CLASS_GET' exporting classname = classname classtype = 'BO' language = language importing text = i_text exceptions nothing_found = 1 others = 2.

ARCHIV_WRITE_LOG call function 'ARCHIV_WRITE_LOG' exporting command = 'DOCL' logging = log message_id = 'OA' message_type = 'I' message_number = 0 msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 string1 = str1 string2 = str2.

ARCHIVFILE_SERVER_TO_SERVER call function 'ARCHIVFILE_SERVER_TO_SERVER' exporting sourcepath = sourcepath targetpath = targetpath exceptions error_file = 1 others = 2.

ARCHIVFILE_CLIENT_TO_SERVER call function 'ARCHIVFILE_CLIENT_TO_SERVER' exporting path = sourcepath targetpath = targetpath exceptions error_file = 1 others = 2.

ARCHIV_GET_ARCHIVINFOS call function 'ARCHIV_GET_ARCHIVINFOS' exporting archiv_id = archiv_id importing * ARCHIVPATH = * BASICPATH = * INTERFACE = * VERSION = * PROTOKOLL = * RPC_HOST = * RPC_SERVICE = phys_basicpath = b_path phys_archivpath = a_path spoolpath = s_path * S_TOAAR = exceptions error_communicationtable = 1 others = 2.

ARCHIVOBJECT_GET_SERVER call function 'ARCHIVOBJECT_GET_SERVER' exporting archiv_doc_id = arc_doc_id archiv_doc_index = archiv_doc_index archiv_id = archiv_id path = path sign = sign doc_type = doc_type * ptc = 'X' importing repath = path exceptions error_archiv = 01 error_communicationtable = 02 error_kernel = 03.

ARCHIV_GET_ARCHIVINFOS call function 'ARCHIV_GET_ARCHIVINFOS' exporting archiv_id = archiv_id importing * ARCHIVPATH = * BASICPATH = * INTERFACE = version = cfba_string-version protokoll = cfba_string-protokoll * RPC_HOST = * RPC_SERVICE = * PHYS_BASICPATH = * PHYS_ARCHIVPATH = * S_TOAAR = exceptions error_communicationtable = 1 others = 2.

ARCHIV_SEND call function 'ARCHIV_SEND' exporting call_messagestring = i_messagestring importing return_messagestring = i_messagestring exceptions BLOCKED_BY_POLICY = 1 others = 2.

ARCHIV_WRITE_LOG call function 'ARCHIV_WRITE_LOG' exporting command = 'CFBA' logging = 'OAALL: PERFORM GET_SYNCHRON' message_id = 'OA' message_number = i_toa_l03-message string1 = ' ' string2 = ' ' 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 OAALL_ARCHIVELINK_SERVICES or its description.