SAP Reports / Programs

OACUSTOM SAP ABAP Report - ArchiveLink: Check Customizing Settings







OACUSTOM 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 OACUSTOM into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OACK - SAP ArchiveLink: Syntax check


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 OACUSTOM. "Basic submit
SUBMIT OACUSTOM AND RETURN. "Return to original report after report execution complete
SUBMIT OACUSTOM 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: Check Customizing Settings
Text Symbol: 040 = , Version:
Text Symbol: 041 = Inconsistent communication types due to transport error
Text Symbol: 042 = Additional checks completed successfully
Text Symbol: 043 = PROTOCOL VERSION DOC_TYPE APPLMETHOD SUPPORTED COMM TYPE
Text Symbol: 044 = Document class not defined for docu. type
Text Symbol: 045 = stored
Text Symbol: 046 = printed and stored
Text Symbol: 047 = not stored (only printed)
Text Symbol: 048 = RFC parameter RFC-DEST not maintained
Text Symbol: 049 = Protocol SAPRFC: RFC not active
Text Symbol: 050 = RPC-NR not maintained
Text Symbol: 051 = Invalid version
Text Symbol: 052 = Invalid version of protocol
Text Symbol: 053 = User Exits Used
Text Symbol: 054 = Active Exits
Text Symbol: 055 = Name of User Exit:
Text Symbol: 056 = Function Module:
Text Symbol: 057 = Exit Parameters:
Text Symbol: 058 = Inactive Exits
Text Symbol: 060 = Default Settings
Text Symbol: 061 = Presetting missing although entries exist
Text Symbol: 062 = Long text for presetting missing
Text Symbol: 063 = No entries made for presetting
Text Symbol: 064 = Document Viewer settings are incorrect (TIF)
Text Symbol: 065 = Document Viewer settings are incorrect (FAX)
Text Symbol: 066 = Document Viewer settings are missing (TIF)
Text Symbol: 067 = Document Viewer settings are missing (FAX)
Text Symbol: 068 = Document Viewer Settings
Text Symbol: 069 = Front-End Cache Activated
Text Symbol: 070 = Table Cache Activated
Text Symbol: 071 = Deactivate Front-End Cache?
Text Symbol: 072 = Front-End Cache Deactivated
Text Symbol: 073 = Activate Front-End Cache?
Text Symbol: 074 = Retention Period Check
Text Symbol: 075 = Retention time is either not defined or it is zero
Text Symbol: 076 = Function is no longer supported
Text Symbol: 077 = Search for obsolete functions in logs





Text Symbol: 039 = Caution: Use of Document Class OTF ! Log:
Text Symbol: 001 = Storage systems
Text Symbol: 002 = Not used
Text Symbol: 003 = RPC host parameter not maintained
Text Symbol: 004 = ICC parameter not maintained
Text Symbol: 005 = Protocol parameter not maintained
Text Symbol: 006 = Basic archive path not maintained
Text Symbol: 007 = Basic retrieval path not maintained
Text Symbol: 008 = No storage systs. maintained
Text Symbol: 009 = Doc. class empty
Text Symbol: 010 = Document class incorrect
Text Symbol: 011 = Link table entered incorrect
Text Symbol: 012 = Storage system entered incorrect
Text Symbol: 013 = Max.no. of obj. which can be displayed simul. not maintained
Text Symbol: 014 = No processType maintained
Text Symbol: 015 = DocumentTypes
Text Symbol: 016 = Links
Text Symbol: 017 = Administration Settings
Text Symbol: 018 = No document types maintained
Text Symbol: 019 = No links maintained
Text Symbol: 020 = No administration settings maintained
Text Symbol: 021 = No archive active for storage
Text Symbol: 022 = Process type not known in Workflow Management
Text Symbol: 023 = Protocol is not defined
Text Symbol: 024 = Protocol definition
Text Symbol: 025 = Application is not defined
Text Symbol: 026 = Document type is not used
Text Symbol: 027 = Warning! Workflow 2.1 is still active
Text Symbol: 028 = Global Conversion to Workflow 3.0 Necessary
Text Symbol: 029 = Caution: You cannot use a simulated archive productively. No support offered.
Text Symbol: 030 = Workflow document types
Text Symbol: 031 = No workflow document tyoes maintained
Text Symbol: 032 = Not defined under the standard document types
Text Symbol: 033 = Document type name not allowed
Text Symbol: 034 = No long text exists for document type
Text Symbol: 035 = Business object is not available
Text Symbol: 036 = Other Checks
Text Symbol: 037 = Error: Document Class:
Text Symbol: 038 = Communication Type:





INCLUDES used within this REPORT OACUSTOM

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:

No SAP FUNCTION MODULES are executed within this report code!



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