Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

billing document generation to xml document

Former Member
0 Likes
970

Hi Everyone,

I have a scenario that after a billing document is saved, some of the fields to be generated in xml document and should be saved in a separate folder.

Two possibilities i have came up with.

1.  Generate a smartform for this and convert it into xml document and save it in a separate folder.

2.   Spot the enhancement spot and use "CALL TRANSFORMATION" to save the data from internal table to XML conversion which was gathered from saved billing document.

Please give your suggestions.

regards

Vasanth

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

Hi Everyone,

I have tried both the methods, but at the generation of billing document, SMARTFORM to xml conversion method cannot be used.  So through BADI, while saving the billing document, corresponding BADI has to be invoked and from the billing document, the internal table which is used in the billing document has to be converted to XML file.

regards

vasanth

1 REPLY 1
Read only

Former Member
0 Likes
550

Hi Everyone,

I have tried both the methods, but at the generation of billing document, SMARTFORM to xml conversion method cannot be used.  So through BADI, while saving the billing document, corresponding BADI has to be invoked and from the billing document, the internal table which is used in the billing document has to be converted to XML file.

regards

vasanth