f$PSI_CreateBO (f$PSI_ErzeugeBO)
f$PSI_CreateBO (f$PSI_ErzeugeBO)
A business object in PSIPENTA is created with this function. This corresponds to the selection of a menu point (e.g. article) when using PSIPENTA interactively. This function should be called before using the filter or detail view for objects. If the function is not called, the interface independently carries out the function before accessing the views.
Syntax:
Status = f$PSI_CreateBO (BOName)
Argument
Type
Meaning
BOName
String
Name of the business object
Result:
Integer
Function status
Possible values: -1,-3,-4, -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’)