| icTableName | input | character | Name of the database table of which a record is created in the class temp-table. |
| oiReturnStatus | output | integer |
<ANCESTOR-CODE>
if icTableName = "VatExport":U
then do:
assign tVatExport.Company_ID = viCompanyId.
end.