‎2006 Sep 13 5:53 PM
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.
‎2006 Sep 14 10:53 AM
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
‎2006 Sep 14 10:43 AM
Model number is related to equipment number or something then it is from table EQUI-EQUNR.
‎2006 Sep 14 10:53 AM
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
‎2006 Sep 14 5:07 PM
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.
‎2006 Sep 15 3:20 AM
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