‎2007 Apr 10 1:00 PM
Hi,
In Va02 I am trying to replicate an item which is already there in Va02.
In this case I want to get the conditions exist for that line item...Is there any function module to get the conditions data.
‎2007 Apr 10 1:03 PM
I don't know if there is a function module, but you can use the table entries in KONV
via key
KONP-KNUMH = VBAK-KNUMV
KONP-KOPOS = VBAP-POSNR
regards,
Hans
Please reward all helpful answers !!!!!
‎2007 Apr 10 1:03 PM
I don't know if there is a function module, but you can use the table entries in KONV
via key
KONP-KNUMH = VBAK-KNUMV
KONP-KOPOS = VBAP-POSNR
regards,
Hans
Please reward all helpful answers !!!!!
‎2007 Apr 10 1:15 PM
Hi Hans,
I have taken the condition number frm VBAk...If i pass in KONP it is giving that no records found
‎2007 Apr 10 1:21 PM
I have got the solution.Instead of KONP i have to check in KONV
‎2007 Apr 10 1:04 PM
rvcondition , check this string in se37 u will that Fm.
Regards
Prabhu
‎2007 Apr 10 1:07 PM
Check the FMs: SALES_CONDITIONS_DIRECTLY_READ or CONDITION_RECORD_READ
Regards,
Ravi
‎2007 Apr 10 1:28 PM
Hi Sumi,
There is no FM as I know. You can use the following logic:
1. Take KNUMV from VBAK and POSNR from VBAP .
2. Retrieve the condition from KONV where KONV-KNUMV = VBAK-KNUMV
and KONV-KPOSN = VBAP-POSNR.
Reward is helpful,
Regards,
Tanmay