f$PSI_Filter
f$PSI_Filter
The filter view for a business object in PSIPENTA is created with this function. If the belonging business object has not yet been created, it is created automatically.
Syntax:
Status = f$PSI_Filter (BOName)
Argument
Type
Meaning
BOName
String
Name of the business object
Result:
Integer
Function status
Possible values: -1,-3,-4,-5, -999
Example:
Status = f$PSI_Login(’demo6’,’system’,’system’,’D’)
Status = f$PSI_CreateBO(’PART’)
Status = f$PSI_Filter(’PART’)
Status = f$PSI_SetField(’F_VS_RECONCILIATIONSTATUS’,’2’)
Status = f$PSI_Detail(’PART’,0)
Status = f$PSI_ReadValues(’Article’)