f$PSI_SetField (f$PSI_SetzeWert)
f$PSI_SetField (f$PSI_SetzeWert)
The value of a field is set in the current view with this function. The value must correspond with the input rules for the field. The length of the text cannot be exceeded. If a verification rule is attached to the field, you must ensure that it is not breached.
Syntax:
Status = f$PSI_SetField (Fieldname, Value)
Argument
Type
Meaning
Fieldname
String
Name of the field in the current view
Value
String
Value to be written
Result:
Integer
Function status
Possible values: -3,-4,-7,-8,-9,-13
Example:
Status = f$PSI_Detail(’PKUN’,0)
Status = f$PSI_SetValue(’PAYMENTDESTINATION_IDENTIFIER’,’01’)