cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice upload file format

Klaus01
Participant
0 Kudos

Hi,

in ByD it is possible to upload customer invoices by using webdav and the respective service.

I'm looking for the file format needed for this. I do not find any information.

Where do I find the needed template?

Kind Regards,

Klaus

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member301243
Active Participant

Dear Mr.Klaus,

Hope you are doing well.

Please check the KBA.

Hope this helps.

Regards,

Roshni

timngyou1
Explorer
0 Kudos

As per KBA 2662685 (Where to Download the Customer Invoice Upload Template), the Excel template can be downloaded from https://wiki.sme.sap.com/wiki/x/NYN_Fg (see section "File Upload of Invoice Requests").

On the later versions of Office (e.g. 365) and Windows 10, I found that a couple of the VBA lines had to be amended before the "Create XML Files" button would work correctly. Where you have a line that reads, for example:

Dim oDoc As DOMDocument

...you may need to change it to read:

Dim oDoc As DOMDocument60

Good luck!

Tim