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