project QadFinancials > class BVATExportListing > method InitialValues

Description

This method is used to set current company id to temp table VATExport.


Parameters


icTableNameinputcharacterName of the database table of which a record is created in the class temp-table.
oiReturnStatusoutputinteger


Internal usage


unused


program code (program/bvatexportlisting.p)

<ANCESTOR-CODE>

if icTableName = "VatExport":U
then do:
    assign tVatExport.Company_ID               = viCompanyId.
end.