HI,
This is my requirement,
<b>Issue 1...Min Days</b>
*********************************************************************************
1)Select KNUMV from VBAK where VBELN = Rental Order
2)Select KNUMH from KONV where KNUMV = Pricing Condition Record from Sales Document and KSCHL = ZREN
3)Select KSTBM from KONM where KNUMH = Condition Record from Condition Table where the Pricing Condition Record was selected from Consider first record from the resulting selection
I could understand the 1st & 2nd statements,But i could not understand the 3rd condition.
I dono what to pass in the where condition.
*********************************************************************************
<b>Issue2...Min Charge</b>
Minimum daily rental amount to be charged for the Minimum number of days a Tool / Equipment is rented
Min Charge KONM-KBETR
Refer to Min Days access and select KONM-KBETR
How to get min charge ????
********************************************************************
<b>Issue3 ...Addl Day Charges</b>
Daily Rental Amount to be charged for each additional day if Tool / Equipment rented over the minimum number of days
Addl Day Charges KONM-KBETR
Consider second record when selecting from KONM
Refer to Min Days access and select KONM-KBETR
How to select second record from KONH???????
Could you guide me on that.
Regards,
Ashok...