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

pricing simulation

Former Member
0 Likes
604

I am using a Bapi which is very much similar to bapi_salesorder_simulate.Can u please tell me from which field i can get the model no.I am asked to give that in the selection screen.I appreciate if anyone can help me with this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Couldnt get what you mean by "similar to bapi_salesorder_simulate.".

As far as i know Material is some time referred to as Model.

Kind Regards

Eswar

4 REPLIES 4
Read only

Former Member
0 Likes
572

Model number is related to equipment number or something then it is from table EQUI-EQUNR.

Read only

Former Member
0 Likes
573

Couldnt get what you mean by "similar to bapi_salesorder_simulate.".

As far as i know Material is some time referred to as Model.

Kind Regards

Eswar

Read only

Former Member
0 Likes
572

I am writing a wrapper program for bapi_salesorder_simulate.I was told to input some of the fields from tables order_header_in, order_items_in, order_partner and order-schedule_in and take the output from output table order_condition_ex.

I donno how to use some fields from a table to call that bapi.I appreciate if anyone can help me with this.In selection screen i was asked to give customer no, material no,sales area and coupon no.

Read only

0 Likes
572

Hi

To use the FM, below are the minumum parameters that

you need to pass to the BAPI.

Header:

Document Type

Sales Organization

Distribution Channel

Division

Requested delivery date

Items:

Item Number

Material Number

Quantity

Partners:

Partner Role - (AG) - Sold-To Party

Partner Number - Customer Number

Schedule Lines

Item Number

Delivery Date

Qty

Note that itz always better to pass the item number

while calling these BAPI's as this can be the reference

for us while handling Schedule Lines or Conditions.

Hope the above info helps you.

Kind Regards

Eswar