How to create Sales order using Standard business functions

vmudila

Member
Hi,

I need to create sales order using Edit lines business functions. Can any one let me know all the business functions to be used and parameters to be passed.

Thanks
Satya.
 
Satya,

Not sure how you can expect nice and detailed answered with very little information about your request. I am sure (read : Hope) that you looked at P4210 and attempted to understand how it is being done and are willing to share some of your own Code and attempts, if not, please do so this is your starting point.

It's all about sharing, the more info you give the more info you get !
smile.gif
 
Well, the short answer is at a minimum all you need to call to create an order is:

F4211FSBeginDoc
F4211FSEditLine
F4211FSEndDoc

Having said that, there are probably other BSFNs you may want/need to call to determine some of the values that you pass to the BSFN calls listed above.
 
Back
Top