Start of Content Area

Background documentation ~EWT_statichelp Locate the document in its SAP Library structure

 

Description

Starting with SAP Release 4.6C, the online documentation within Easy Web Transactions (EWTs) is provided by the Knowledge Warehouse (KW) or the SAP documentation CD. If you would like to continue using static, language-dependent help files in HTML you have to set the parameter ~EWT_statichelp to 1 in the service file of each EWT to which you want to apply this change. The ITS then generates a static URL for the help link with the format:

http://<host:port>/sap/its/mimes/<service>/99/de/info/docu_<service>.html

<service> is the name of the ITS service. The customer can use transaction SE80 to generate a corresponding HTML help file that is published on the Web server together with the service.

Set by

Service file.

Values

0

Use KW or CD (default).

1

Use static help files.

Example

~EWT_statichelp 1

 

 

 

End of Content Area