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

BAPI_SALESORDER_SIMULATE

Former Member
0 Likes
808

Hi,

I am trying to simulate a quotation/sales order in SAP for VC Materials (Variant Configuration) using

BAPI_SALESORDER_SIMULATE. This BAPI is not working for VC materials.

I did some testing but wasn't able to get it working. It is simulating the Quote with out configuration characteristics and pulling the wrong net price.

Please see my program and suggest the necessary chages to make this work for VC materials.

<< Unformatable code removed >>

Thanks,

Raghu

Edited by: Raghu Vaka on Apr 7, 2009 8:23 PM

Edited by: Raghu Vaka on Apr 7, 2009 8:24 PM

Moderator message - Please do not post large pieces of code. Analyze the problem and post the relevant portion

Edited by: Rob Burbank on Apr 7, 2009 2:33 P

1 REPLY 1
Read only

Former Member
0 Likes
471

May be below info useful to u, just hv a glance, actaully, below piece i copied from other thread and posting here, so, credit goes to original poster.

by using FM of VC_I_GET_CONFIGURATION, I fetched the variant configuration, Developed develop the Function Modules, which will be responsible for Splitting the Variant into different Categories,

u2022 Sales orders were created with BAPI_SALESORDER_CREATEFROMDAT2 in this BAPI I have passed the variant configuration details using ORDER_CFGS_VALUE STRUCTURE BAPICUVAL OPTIONAL

thanq