Show TOC Start of Content Area

Procedure documentation Adding Tags  Locate the document in its SAP Library structure

Use

There are tags in the GRMG XML that may have a random number of sub-tags. Such tags are: scenarios, components, and properties. The GRMG Customizing runtime gives you the option of adding sub-tags to these tags.

Procedure

...

       1.      From the Applications with GRMG customization pane, choose the application whose GRMG XML you want to change.

       2.      From the Customizing tree for application pane, browse the tree and choose either the scenarios, components, or properties tag.

       3.      Choose Add from the toolbar.

Depending on what you have chosen, the Add scenario, Add component, or Add property dialog appears. Each of this dialogs has a number of fields to be completed:

Add scenario

Field

Description

Scenario name

The name of the GRMG Application / Test Request.

Scenario version

The version of the GRMG Application / Test Request (support of more than one version of one GRMG Application / Test.

Scenario instance

The instance of the GRMG Application / Test Request to support more than one running test scenarios within one solution. The instance must be greater than 0.

Scenario type

The type of the scenario. Valid values are:

URL – if the scenario URL is held directly in SCEN_START_URL;

HRFC – if the scenario URL is stored in an SAP RFC destination of type HTTP (SAP or non-SAP component).

Scenario start URL

For type URL, name of a start URL for the GRMG Application.

For type HRFC, the name of the HTTP RFC destination to be used for the scenario. The RFC destination contains the URL and can also be used to store a logon user and password in secure form.

Scenario start mode

Name of a function module to run as the GRMG Application instead of posting to a URL. It is recommended that you set a value such as Unknown.

Scenario text language

Language for scenario description. The language is not used for selecting a scenario description. You should provide only one GRMG_SCENARIO_T entry per scenario. You should, if possible, always provide an English text (scen_langu E).

Scenario description

Language dependent scenario description. The description is used as the name of the monitoring context that is created for the scenario in the monitoring architecture.

Limit the description to a maximum of 26 characters.

 

Add component

Field

Description

Component name

The technical name of a component.

Component version

The version of a component. Version must be > 0.

Component type

The type of component. It is recommended that you set a value such as Unknown.

Component text language

The same as in the Add scenario.

Component description

The same as in the Add scenario.

 

Add property

Field

Description

Property name

The name of a parameter to transfer in a GRMG request to a GRMG application.

Property type

The type of a parameter to transfer.

Property value

The value of a parameter to transfer.

 

 

End of Content Area