Application Development 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: 

BAPI_SALESORDER_SIMULATE

Former Member
0 Kudos

I need the documentation abaut this standard bapi .

Someone can tell me where i can find it ???

Thanks

3 REPLIES 3

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Forgive me if you have already tried here, but have you looked at the Functional Module Documentation from within SE80 or the BAPI transaction in R/3.  The following is the On-Line Help I find in our 46C system. In addition this help, each parameter is linked to addtional help online.

FU BAPI_SALESORDER_SIMULATE

____________________________________________________

Short text

Sales Order: Simulate Sales Order

Functionality

This method has the same interface definition as the BAPI_SALESORDER_CREATEFROMDAT1 function but differs from it in that here the sales order is not updated.

Here you can determine availability and pricing. This data is displayed in the ORDER_ITEMS_OUT table.

Notes

1. For 46A, the following enhancements have been made:

a) New output tables:

ORDER_SCHEDULE_IN Schedule line data input

ORDER_CCARD_EX Credit card data output

ORDER_SCHEDULE_EX Schedule line data output

ORDER_CONDITION_EX Conditions output

MESSAGETABLE Warning table (XVBFS)

b) Sales area determination

c) Order entry with ship-to party

If no sales area is entered in the sales order header, then the system creates the sales area from the sold-to party or ship-to party, who has been entered in the partner table. If no clear sales area can be created , you will receive a system message, and the sales order will not be created.

Parameter

ORDER_HEADER_IN

CONVERT_PARVW_AUART

SALESDOCUMENT

SOLD_TO_PARTY

SHIP_TO_PARTY

BILLING_PARTY

RETURN

ORDER_ITEMS_IN

ORDER_PARTNERS

ORDER_SCHEDULE_IN

ORDER_ITEMS_OUT

ORDER_CFGS_REF

ORDER_CFGS_INST

ORDER_CFGS_PART_OF

ORDER_CFGS_VALUE

ORDER_CFGS_BLOB

ORDER_CCARD

ORDER_CCARD_EX

ORDER_SCHEDULE_EX

ORDER_CONDITION_EX

ORDER_INCOMPLETE

MESSAGETABLE

EXTENSIONIN

PARTNERADDRESSES

Exceptions

Function group

2032

gregorw
Active Contributor
0 Kudos

Hello Dario,

you can also try the SAP Interface Repository:

http://ifr.sap.com/catalog/query.asp?language=EN

Regards

Gregor

0 Kudos

Hello all

In my opinion the IFR is always the best way to look when you need to update SAP standard tables. The IFR is the only place where you will find a complete overview of the options BAPI, IDOC and even a few remote function calls.

Best regards

Thomas Madsen Nielsen