SAP Reports / Programs | Basis Components | Basis Components | Help Infrastructure for ABAP(BC-HLP-ABA) SAP BC

SAPHC_CHECK_CONF SAP ABAP Report - Help Center: Check Configuration







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


Text pool values


Title: Help Center: Check Configuration
Text Symbol: H16 = Files from SAP Solution Manager are permitted
Text Symbol: H17 = SAP Solution Manager Back Destination: &&
Text Symbol: H18 = Files from SAP Solution Manager are not permitted
Text Symbol: H19 = HTTP file interface is used
Text Symbol: H20 = HTTP file interface is not used
Text Symbol: H21 = Logical Path: &&
Text Symbol: H22 = Logical path is not defined
Text Symbol: H23 = SAP Education Provider BAdI implementation (HC_SAP_EDUCATION_PROVIDER) is active
Text Symbol: H24 = SAP Education Provider BAdI implementation (HC_SAP_EDUCATION_PROVIDER) is not active
Text Symbol: H25 = Area &&:
Text Symbol: H26 = Area Not Visible: &&
Text Symbol: S01 = Configuration for Help Center Search
Text Symbol: S02 = Area for Help Center search is not visible
Text Symbol: S03 = Path to network folder for search in SAP Library and glossary: &&
Text Symbol: S04 = Path to network folder for search in SAP Library and glossary is not defined: &&
Text Symbol: S05 = Logical path for search in SAP Library and glossary: &&
Text Symbol: S06 = Logical path for search in SAP Library and glossary is not defined
Text Symbol: S07 = Indexing Preparation: &&
Text Symbol: S08 = Logical path for search in files in network folder: &&
Text Symbol: S09 = Logical path for search in files in network folder is not defined
Text Symbol: S10 = Physical path (from definition of logical path): &&
Text Symbol: S11 = Physical path does not exist on current application server
Text Symbol: S12 = Physical path is empty
Text Symbol: S13 = Logical path for search in files using HTTP file interface: &&
Text Symbol: S14 = Logical path for search in files using HTTP file interface is not defined
Text Symbol: S15 = Installed Help Type: PlainHtmlHttp
Text Symbol: S16 = Installed Help Type: PlainHtmlFile
Text Symbol: S17 = HTTP connection for search in SAP Library and glossary: &&
Text Symbol: S18 = HTTP connection for search in SAP Library and glossary is not defined
Text Symbol: H15 = Area 5: &&
Text Symbol: C01 = Configuration
Text Symbol: C02 = Changes are recorded in transport request
Text Symbol: C03 = Customizing in this client cannot be changed
Text Symbol: C04 = Customizing can be changed but not transported
Text Symbol: C05 = No automatic recording of changes for transport
Text Symbol: C06 = Help Center ICF service is active
Text Symbol: C07 = Help Center ICF service is inactive





Text Symbol: C08 = Cannot determine Help Center ICF service protocol
Text Symbol: E01 = Configuration for Embedded Search
Text Symbol: E02 = Active connectors for search for help exist (category HELP_CENTER)
Text Symbol: E03 = No active connectors for search for help exist (category HELP_CENTER)
Text Symbol: E04 = Connector && is active
Text Symbol: E05 = Connector && is not active
Text Symbol: E06 = Connector for model && does not exist
Text Symbol: E07 = Connector && is searchable
Text Symbol: E08 = Connector && is not searchable
Text Symbol: H01 = Configuration for Help Center
Text Symbol: H02 = Help Center is activated
Text Symbol: H03 = Help Center is deactivated
Text Symbol: H04 = Application help is shown
Text Symbol: H05 = Application help is hidden
Text Symbol: H06 = Help Center is activated, application help is hidden
Text Symbol: H07 = Path to Network Folder: &&
Text Symbol: H08 = Path to network folder is not defined
Text Symbol: H09 = Folder structure is language-specific
Text Symbol: H10 = Folder structure is not language-specific
Text Symbol: H11 = Area 1: &&
Text Symbol: H12 = Area 2: &&
Text Symbol: H13 = Area 3: &&
Text Symbol: H14 = Area 4: &&


INCLUDES used within this REPORT SAPHC_CHECK_CONF

INCLUDE SAPHC_CHECK_CONF_TOP.


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