Skip to content

KVSGAEBImport GAEB2000#

Procedures#

Import2000(Record KVSGAEB Document Header) :#

Summary: Imports a GAEB2000 format file and processes it into a GAEB Document Header. Handles file upload, XML buffer creation, and document processing.

procedure Import2000(var DocHeaderVar: Record "KVSGAEB Document Header"): 

Parameters:

  • DocHeaderVar: The GAEB Document Header record that will be populated with the imported data.

Events#

OnUploadFileIntoStream(Codeunit Temp Blob) :#

[IntegrationEvent(false, false)]
local procedure OnUploadFileIntoStream(var TempBlob: Codeunit "Temp Blob"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSGAEBImport GAEB2000", 'OnUploadFileIntoStream', '', false, false)]
local procedure DoSomethingOnUploadFileIntoStream(var TempBlob: Codeunit "Temp Blob")
begin
end;