on 2019 Apr 09 7:01 AM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
91 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.