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

SD_SALESDOCUMENT_CREATE automatic pricing

Former Member
0 Likes
2,083

Hi ,

I am using fm SD_SALESDOCUMENT_CREATE to crate sales order. But not able to get the all pricing conditions. If I am passing in the fm they are coming. When I am creating manually(VA01) all required condition types are getting populating , but not able get through SD_SALESDOCUMENT_CREATE.

I am expecting all pricess should be determined automatically.what I need to pass to FM.

Thanks

Sree.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,248

Check "LOGIC_SWITCH = 'X' this will solve your issue.

2 REPLIES 2
Read only

Former Member
0 Likes
1,249

Check "LOGIC_SWITCH = 'X' this will solve your issue.

Read only

madhu_vadlamani
Active Contributor
0 Likes
1,248

Hi Sree,

1) Pass the LOGIC_SWITCH parameter 2) If you maintain condition record then it will comes automatically in pricing .Depends on that taxes will come automatically.Check the importance of the parameter in BAPI_SALESORDER_CREATEFROMDAT2.

Regards,

Madhu.