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

OACUSTOMCHECK_FRONTEND SAP ABAP Report - ArchiveLink: Checking Client-Related Settings







OACUSTOMCHECK_FRONTEND 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 OACUSTOMCHECK_FRONTEND 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_FRONTEND - Customizing Check Front End


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 OACUSTOMCHECK_FRONTEND. "Basic submit
SUBMIT OACUSTOMCHECK_FRONTEND AND RETURN. "Return to original report after report execution complete
SUBMIT OACUSTOMCHECK_FRONTEND 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: Checking Client-Related Settings
Text Symbol: 010 = Entry Ignored, Communication Type Not Supported
Text Symbol: 011 = Standard Setting "ARCHIVELNK", Possible Setting "OLE/OLE_V_URL"
Text Symbol: 012 = Standard Display Using HTML Control, Possible Setting "OLE/OLE_V_URL"
Text Symbol: 013 = Standard Setting HTTP Contrep Using HTTP, Possible Setting "OLE/OLE_V_URL"
Text Symbol: 014 = Standard Setting RFC Contrep Using RFC, Possible Setting "OLE/OLE_V_URL"
Text Symbol: 015 = Standard Display Same as Double-Clicking on File to be Display, No Customizing Possible
Text Symbol: 016 = No Settings Necessary for Standard Display (HTML Control), For Display Using "OLE/OLE_V_URL", Possible Setting "OLE"
Text Symbol: 017 = Entry Ignored, No Further Customizing Possible
Text Symbol: 018 = Method CARD: Store Documents From Front End
Text Symbol: 001 = Check Consistency Between Content Repository Log Definitions
Text Symbol: 002 = Log Does Not Exist in Specified Version
Text Symbol: 003 = Check Installed Versions
Text Symbol: 004 = Invalid Log Definition in Content Repository Definition
Text Symbol: 005 = Invalid Log Version
Text Symbol: 006 = Check Consistency Between Log and Application Definitions
Text Symbol: 007 = OLE - Calls Not Maintained in Application Definition
Text Symbol: 008 = Checking Protocol Settings that are no Longer Supported
Text Symbol: 009 = Entry Ignored, is the Same as the Default Setting
Text Symbol: 019 = Method CREF: Determine File to be Stored
Text Symbol: 029 = Log
Text Symbol: 030 = Change the Content Repository Definition
Text Symbol: 031 = or the Log?
Text Symbol: 032 = Content Repository
Text Symbol: 033 = Log
Text Symbol: 034 = Select Customizing Transaction
Text Symbol: 035 = Entry Ignored, Communication Type Not Supported for Method
Text Symbol: 036 = Stored Print Lists Standard Display Using SAPGUI
Text Symbol: 020 = Method CARF: Store File From Front End
Text Symbol: 021 = Method CDDC: Display Stored Document
Text Symbol: 022 = Method CGDC: Provide Stored Document on Client PC
Text Symbol: 023 = Method CDDP: Display Local File
Text Symbol: 024 = Method CSCA: Start Application
Text Symbol: 025 = Method CCLW: Close Display Window
Text Symbol: 026 = Non-Frontend-Related Methods
Text Symbol: 027 = Entries Ignored, No Further Customizing Possible
Text Symbol: 028 = Communication According to Content Rep. Definition (RFC,HTTP)


INCLUDES used within this REPORT OACUSTOMCHECK_FRONTEND

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