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: 

FM to find price by searching access sequence - condition table

Former Member
0 Kudos
1,724

Hello All,

I have requirement where in I need to display the condition record price by going through the access sequence.

User may select any condition type and based on this I need to fetch the access sequence. From the access sequence I need to find the corresponding condition tables and look for price on the condition table.

Since the condition type is dynamic ..ie user selects in the selection screen the condition tables are also dynamic.. so I cannot use select statement to select the record from condition table eg A907.

Is there is any function module which will give the condition record price by going through the access sequence hierarchy?

Thns.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
337

Hi,

Try the FM RV_PRICE_PRINT_HEAD.

Hope it works.

Thanks,

Sandeep.

4 REPLIES 4

Former Member
0 Kudos
337

Hi,

You want to simulate the po pricing check the FM

ME_PO_PRICE_SIMULATION.

RV_PRICE_PRINT_ITEM

SALES_CONDITIONS_READ

<b>Reward points</b>

Regards

Former Member
0 Kudos
337

Hi

Take the KNUMH field of the A907 condition table and pass it to KONP-KNUMH and take the KBETR (Rate) and Amount (KWERT) from KONP

based on the different access sequence this condition table varies, All these A8 tables have KNUMH field

so in the loop do like this based on the KNUMH field

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos
338

Hi,

Try the FM RV_PRICE_PRINT_HEAD.

Hope it works.

Thanks,

Sandeep.

Former Member
0 Kudos
337

Hi,

use these tables t681e,t682i,t685 for your problem. These tables may be helpful for you for getting access sequences and condition tables.

Thanks.

anilkumar