f$PSI_Clear (f$PSI_Leeren)
f$PSI_Clear (f$PSI_Leeren)
The detail or filter view for a business object in PSIPENTA is cleared with this function. If the belonging business object has not yet been created, it is created automatically. Previously written data is not automatically saved. The command must be used for this.
Syntax:
Status = f$PSI_Clear (BOName, View)
Argument
Type
Meaning
BOName
String
Name of the business object
View
Integer
Identifier for the view to be cleared.
1 – filter view
2 – detail view
Result:
Integer
Function status
Possible values: -3,-4,-9, -999
Example:
Status = f$PSI_Clear(’PART’,1)