| ic_ParentRowid | input | character | = tld_det.tc_ParentRowid |
| BMfgLocationDet | output | dataset | class dataset, containing only the newly initialized record |
| oiReturnStatus | output | integer | error status |
assign oiReturnStatus = -98.
empty temp-table t_sld_det.
empty temp-table t_sCustomTable0.
empty temp-table t_sCustomTable1.
empty temp-table t_sCustomTable2.
create tld_det.
assign tld_det.tc_Rowid = dynamic-function("GetNumberForNew":U in {&TARGETPROCEDURE})
tld_det.tc_Status = "N":U.
{ includes/bfcrun.i
&procedure = "InitialValues"
¶meters = "input 'ld_det':U,
output oiReturnStatus" }
create t_sld_det.
raw-transfer tld_det to t_sld_det.