Transferring Logon and Connection Data with GRMG
Use
With GRMG scenarios that are delivered by SAP, logon and connection data are part of the GRMG Customizing file, by default; for example, this could be a URL and (depending on the requirements of the GRMG application) also authentication information. Many GRMG applications do not perform additional authentication.
If these basic settings are not sufficient for you, use the component GRMG_RT within your scenarios. You can use the properties of this component to transfer additional connection and authentication data to the scenario outside the GRMG Customizing file.
Procedure
To transfer additional logon and connection data to a GRMG scenario, proceed as follows:
- Start transaction GRMG. The Generic Request and Message Generator screen appears.
- Select the desired schema and choose
Edit GRMG Customizing. - The Edit GRMG Customizing screen appears. To transfer additional logon and connection data to the scenario, perform the following commands:
- Create a new component by choosing
Append Line. - Enter the following data in the new line:
Column Entry Component
GRMG_RT
Property Name
You can set the following properties. If you require more than one property from this list, add a new line for each property:
PROXY_HOST PROXY_SERVICE USE_PROXY_AUTHENTICATION PROXY_LOGON_USER PROXY_LOGON_PASSWORD PROXY_LOGON_CLIENT USE_BASIC_AUTHENTICATION LOGON_USER LOGON_PASSWORD LOGON_CLIENT SSL_CLIENT_ID
The meaning of the properties is indicated in each case by the descriptive name.
To be able to use the PROXY_LOGON* properties, assign the value X to USE_PROXY_AUTHENTICATION; to be able to use the LOGON* properties, assign the value X to USE_BASIC_AUTHENTICATION.
Property Value
Enter the desired value for the respective property.
Leave the other fields empty.
- Save your entries, confirm in the first line that you have entered a new component, and enter any description text on the Component Description screen (it is not displayed in the Alert Monitor).
- Confirm the next message, and exit the screen by choosing Exit.
- Create a new component by choosing
Result
The connection and authentication data that you have specified in the component GRMG_RT will be used from now on for your scenario.
Monitoring with the Generic Request and Message Generator start page