Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an Intrastat line from a CustPackingSlipTrans line.
Syntax
protected Intrastat initIntrastatFromCustPckSlpTrans(
CustPackingSlipJour _custPackingSlipJour,
CustPackingSlipTrans _custPackingSlipTrans,
IntrastatTransferMap _intrastatTransferMap,
[CustPackingSlipJour_Intrastat _custPackingSlipJour_Intrastat,
CustPackingSlipTrans_Intrastat _custPackingSlipTrans_Intrastat])
Run On
Called
Parameters
- _custPackingSlipJour
Type: CustPackingSlipJour Table
The CustPackingSlipJour record that is related to the CustPackingSlipTrans line.
- _custPackingSlipTrans
Type: CustPackingSlipTrans Table
The source CustPackingSlipTrans line.
- _intrastatTransferMap
Type: IntrastatTransferMap Map
The map that contains mapping information to Intrastat.
- _custPackingSlipJour_Intrastat
Type: CustPackingSlipJour_Intrastat Table
The extension table record for the CustPackingSlipJour record.
- _custPackingSlipTrans_Intrastat
Type: CustPackingSlipTrans_Intrastat Table
The extension table record for the CustPackingSlipTrans record.
Return Value
Type: Intrastat Table
The initialized Intrastat line.