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 or FM for Condition Pricing

joo_gaia
Explorer
0 Likes
1,930

Hi All

I need to develop a report that shows all the condition pricing (SD).

It is necessary to show the same fields of the pricing screen (VA03) - it would be a kind of simulation.

I would like some function that gives me a report similar to the screen of pricing condition - transaction VA03 - SD module.

I am trying to use the BAPI BAPI_SALESORDER_SIMULATE, but I am getting only the aliquots of the taxes.

I am using 4.7.

Could you please advise?

Thanks in advance.

João Gaia

Hi All

I need to develop a report that shows all the condition pricing (SD).

It is necessary to show the same fields of the pricing screen (VA03) - it would be a kind of simulation.

I would like some function that gives me a report similar to the screen of pricing condition - transaction VA03 - SD module.

I am trying to use the BAPI BAPI_SALESORDER_SIMULATE, but I am getting only the aliquots of the taxes.

I am using 4.7.

Could you please advise?

Thanks in advance.

João Gaia

2 REPLIES 2
Read only

Former Member
0 Likes
1,003

Hi,

Below are the FM;s to create a condition record:

RV_CONDITION_RESET

RV_CONDITION_COPY

RV_CONDITION_SAVE

Below are FM's to display the condition record:

RV_CONDITION_RECORD

RV_CONDITION_RECORD_DISPLAY

Hope this helps

Regards

Shiva

Read only

Former Member
0 Likes
1,003

Hi,

Bapi for creating Pricing conditions is BAPI_PRICES_CONDITIONS.

In this u need to pass value to the below parameters:

bapicondhd-table_no

operation

applicatio

cond_type

or

It seems the RV_CONDITION* function modules only supports to change or create a new price condition by copying an existing one.

else use

BDC.

I think, It helpful to you.