Show TOC Start of Content Area

Component documentation Internationalization  Locate the document in its SAP Library structure

Purpose

Guided Procedures (GP) supports the integration of applications in different languages. When you create objects in the GP design time, you can choose of the available languages as an original language for the object. Using the translation tool that GP provides, you can later translate the readable texts for the objects. 

Implementation Considerations

You might implement GP processes for a wide range of business scenarios that run in multilanguage environments. This might bring the need to customize the processes for the particular scenarios by providing a version of the objects in each of the relevant languages.

To launch the GP translation tool, type the following URL in the address bar of your browser:

http://<host>:<HTTP port>/webdynpro/dispatcher/sap.com/caf~eu~gp~ui~trans/ATranslation

Replace <host> with the name of the machine where GP is running, and <HTTP port> with the relevant port for HTTP communication of the SAP Web Application Server (Java).

Example

http://localhost:53000/webdynpro/dispatcher/sap.com/caf~eu~gp~ui~trans/ATranslation

 

See also:

Adding Objects to the Translation List

Translating Guided Procedures Content

 

End of Content Area