2018 Oct 17 11:06 AM
Hi Everyone,
Can we create a Inquiry, Quotation and Contract using fn module SD_SALESDOCUMENT_CREATE. If we can create all these documents then what is the unique thing to maintain.
Regards,
Ravi
Hi Everyone,
Can we create a Inquiry, Quotation and Contract using fn module SD_SALESDOCUMENT_CREATE. If we can create all these documents then what is the unique thing to maintain.
Regards,
Ravi
2018 Oct 17 12:25 PM
Why do you want to use an internal FM when you have three wonderful BAPIs?
Surely the Business Object is different, to start, but i'd stick using the BAPIs more than internal FMs
2018 Oct 17 1:10 PM
Hi Simson,
I want to use SD_SALESDOCUMENT_CREATE for inquiry, contract and quotation as per the requirement but i have a doubt is it useful for three?
Regards,
Ravi
2018 Oct 17 1:19 PM
Again, why such requirement?
As developer, i'd ask to the analyst (Functional or Technical, i do not know your position) why sticking with internal FM instead of using BAPIs.
But, to answer your question, check the three given BAPIs' code and you'll see they fill the structures to call, all of them, your FM.