2009 Apr 20 12:17 PM
Dear all,
I'd like to adjust VBRK-KURRF so that it will be the currency at the date of pricing date (RV60A-PRSDT). Only point I can do this seems to be user exit USEREXIT_FILL_VBRK_VBRP [RV60AFZC], unfortunately I can not catch the pricing date here since RV60A is not filled at this moment. How can i see the pricing date in this particular user exit?
Best regards
Dear all,
I'd like to adjust VBRK-KURRF so that it will be the currency at the date of pricing date (RV60A-PRSDT). Only point I can do this seems to be user exit USEREXIT_FILL_VBRK_VBRP [RV60AFZC], unfortunately I can not catch the pricing date here since RV60A is not filled at this moment. How can i see the pricing date in this particular user exit?
Best regards
2009 Apr 20 12:23 PM
YOu can do something like this:
create field symbol
FIELD-SYMBOLS: <pricdate>.
Assign value of variable from calling prog to field symbol
ASSIGN ('(Main program name)the variable which holds pricing date) TO <pricdate>.
(Example: ASSIGN ('(SAPMM06E)RM06E-BSART') TO <status>.)
Regards,
Ravi Kanth Talagana
2009 Apr 20 2:03 PM
Dear Ravi
Thanks for quick reply, I really appreciate.
Unfortunately I'm trying to catch pricing date in VF01 from structure RV60A-PRSDT in user exit but structure turns out to be empty so assigning it to a field sym. does not help much.
Best regards
2009 Apr 22 8:08 AM
Hi,
We have achieved this through creating in ehnancement in program LV60AF0V include lv60aa95
Best regards.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |