Description
Initialize a new record in class table tlacd_det.
Parameters
ic_ParentRowid | input | character | = tlacd_det.tc_ParentRowid |
BMFGLogisiticsAccounting | output | dataset | class dataset, containing only the newly initialized record |
oiReturnStatus | output | integer | error status |
program code (program/bmfglogisiticsaccounting.p)
assign oiReturnStatus = -98.
empty temp-table t_slacd_det.
empty temp-table t_sCustomTable0.
empty temp-table t_sCustomTable1.
empty temp-table t_sCustomTable2.
create tlacd_det.
assign tlacd_det.tc_Rowid = dynamic-function("GetNumberForNew":U in {&TARGETPROCEDURE})
tlacd_det.tc_Status = "N":U.
{ includes/bfcrun.i
&procedure = "InitialValues"
¶meters = "input 'lacd_det':U,
output oiReturnStatus" }
create t_slacd_det.
raw-transfer tlacd_det to t_slacd_det.