p$tdv:sap:add_change
p$tdv:sap:add_change
A change parameter is entered into the SAP administration parameter group SAPDef with this function. Change parameters receive a value and return it after executing the function.
Syntax: | p$tdv:sap:add_change(Name,Value,Type,NbDec) | ||
| Argument | Type | Meaning |
| Name | String | Name of the SAP change parameter whose value is to be set and read. The value of the parameter is in SAPDef.ChangeParameterValue[i] |
| Value | String | Value of the parameter |
| Type | Integer | Data type of the parameter in SAP |
| NbDec | Integer | Number of decimal places with the SAP data type packed number |