cancel
Showing results for 
Search instead for 
Did you mean: 

Import parameters for BAPI_SALESORDER_SIMULATE

Former Member
0 Kudos

HI

I want to simulate the sales order pricing in a report and i am planning to use this bapi to get the values of all pricing conditions and subtotals.

I would like to test this bapi before I start the report. I would like to know what are the input parameters for this bapi.

Specifically what I need to pass in these fields when i execute the bapi for testing:

ORDER_HEADER_IN

CONVERT_PARVW_AUART

thanks in advance

Swapnil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In order to run that BAPI, you need to passing the following parameters:

- IMPORT ~ ORDER_HEADER_IN: header info (ie. order type, sales organization, distribution channel, division, etc)

- TABLES ~ ORDER_ITEMS_IN: item info (ie.material, plant, storage location, sales unit, etc)

- TABLES ~ ORDER_SCHEDULE_IN: input qty of item

- TABLES ~ ORDER_PARTNERS: partner function info

The result of pricing conditions will be in tables ORDER_CONDITION_EX.

Hope this help.

Cheers,

Former Member
0 Kudos

closing this thread