f$PSI_Execute (f$PSI_Ausführen)
f$PSI_Execute (f$PSI_Ausführen)
A command is executed in the detail view for the current business object in PSIPENTA with this function. It is distinguished here between the PSIPENTA methods execute and detail_execute. The PSIPENTA documentation is to be consulted for these commands and the possible execution codes.
Syntax:
Status = f$PSI_Execute (Execution,Command)
Argument
Type
Meaning
Execution
Integer
Determine if execute (1) or detail_execute (2) is to be executed.
Command
String
PSIPENTA command to be executed (e.g.: NUMGEN)
Result:
Integer
Function status
Possible values: --3, -4, -10, -13, -999
Example:
Status = f$PSI_Execute(2,’NUMGEN’)