‎2013 Nov 04 12:07 PM
Hello experts.
My client would like to run a report through a custom message type.
In particular, it wants to save an SD invoice in a directoy as a text file (EDI format) through a custom message type.
In this way, when the user will have to print the invoice, can choose to save the EDI file. Txt file in a remote folder.
How can I do that in detail?
‎2013 Nov 04 12:27 PM
Hi,
you have to use the transaction VF31.
you have to create a new message type and set output for EDI ..
you have to configure the EDI trans. WE20 (and others) to specify the file directory, format ..
you have to configure the trans. VV32 to specify if it's an output printing or invoice
you have to create a routine (trans. VOFM) to check if the output print is possible for the criteria ..
regards
Fred
‎2013 Nov 04 12:27 PM
Hi,
you have to use the transaction VF31.
you have to create a new message type and set output for EDI ..
you have to configure the EDI trans. WE20 (and others) to specify the file directory, format ..
you have to configure the trans. VV32 to specify if it's an output printing or invoice
you have to create a routine (trans. VOFM) to check if the output print is possible for the criteria ..
regards
Fred
‎2013 Nov 04 3:15 PM
Hello Frédéric,
thank you for your prompt response, but my question is perhaps easier.
I would like to create a message type that allows me only to run a report or fm without having to use the logic of the idoc, because the customer does not have SAP XI.
‎2013 Nov 04 3:25 PM
There is no need of XI. As your idoc will only write a file as mention above..
‎2013 Nov 05 7:02 AM
‎2013 Nov 04 3:22 PM
Hi.
Use transaction NACE, application V3 -> output types and create one.
Regards
Miguel