Previous Topic

Next Topic

Book Contents

Book Index

Updating a parameter by name

This procedure describes how to update a parameter by name instead of an index number.

Before you begin

Do one of the following:

To add parameter values in a variant:

EXAMPLE: Program, "ZQA_MANY_VARIANTS" contains "VAR1" variant, which uses "LMN" variant and index 5 (which means that when updating this variant, LMN parameter appears 5th on the list of parameters). If you want to update the index to any number, such as 14, the parameter is updated successfully. Use the following command:

ctmr3req -SAPR3-ACTION var_edit -SAPR3-ACCOUNT DX1

-SAPR3-PROGRAM ZQA_MANY_VARIANTS -SAPR3-VAR VAR1

-SAPR3-VAR_PARAM01 "LMN=14" -SAPR3-IGNORE_INDEX Y

Parent Topic

SAP actions using the ctmr3req utility