KVSKBACreatePurchOrderConf#
Procedures#
Set(Code[20], Date) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Replaced by Set with additional Parameters', '22.4')]
procedure Set(confNoPar: Code[20]; confDatePar: Date):
Set(Code[20], Date, Date, Boolean) :#
Summary: Sets the data for the current Purchase Order Confirmation page
procedure Set(confNoPar: Code[20]; confDatePar: Date; ConfirmedDeliveryDatePar: Date; DeliveryDateConfirmedPar: Boolean):
Parameters:
confNoPar
:confDatePar
:ConfirmedDeliveryDatePar
:DeliveryDateConfirmedPar
:
GetVar(Code[20], Date, Boolean) :#
Obsolete
This Element will be removed or changed with a future Version of the App.
[Obsolete('Replaced by GetVar with additional Parameters', '22.4')]
procedure GetVar(var confNoVar: Code[20]; var confDateVar: Date; var okVar: Boolean):
GetVar(Code[20], Date, Boolean, Date, Boolean) :#
Summary: Gets the data from the current Purchase Order Confirmation page
procedure GetVar(var confNoVar: Code[20]; var confDateVar: Date; var okVar: Boolean; var ConfirmedDeliveryDateVar: Date; var DeliveryDateConfirmedVar: Boolean):
Parameters:
confNoVar
:confDateVar
:okVar
:ConfirmedDeliveryDateVar
:DeliveryDateConfirmedVar
: