2007 Jun 19 12:21 PM
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.
2007 Jun 19 12:28 PM
Hi,
Try the FM RV_PRICE_PRINT_HEAD.
Hope it works.
Thanks,
Sandeep.
2007 Jun 19 12:26 PM
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
2007 Jun 19 12:28 PM
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
2007 Jun 19 12:28 PM
Hi,
Try the FM RV_PRICE_PRINT_HEAD.
Hope it works.
Thanks,
Sandeep.
2007 Jun 19 12:55 PM
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