2009 Sep 15 1:52 PM
Hello to whom it may concern,
Hello to you all,
Does anyone know how can I fillin the value of a new field after I add it to the structure komkcv?
I did all of that in order to add new fields to the account determination for the GL accounts Tcodes V/13 and VKOA.
I couldn't find any user exit while billing and the transferring to the FI module to do so, I tried enhancement SDVFX011 user exit EXIT_SAPLV60B_011 but with no success.
I will appreciate your help,
Yoav
2009 Sep 21 10:29 AM
Hi Enya,
My major problem is to update / fillin the data within the new field through user exit EXIT_SAPLV60B_011, but the program ignore the break point.
As a check, I used user exit EXIT_SAPLV60B_004 and the program stop at the break point as expected but this UE is not helpful.
Thanks for your efforts.
Regards,
Yoav
2009 Sep 17 4:26 AM
Hi Yoav,
Pls check SAP Notes 21040, 301077 & 160211.
& following link related to similar problem
http://www.sapfans.com/forums/viewtopic.php?f=5&t=23601
May be of some help.
thankjs
anya
2009 Sep 21 10:29 AM
Hi Enya,
My major problem is to update / fillin the data within the new field through user exit EXIT_SAPLV60B_011, but the program ignore the break point.
As a check, I used user exit EXIT_SAPLV60B_004 and the program stop at the break point as expected but this UE is not helpful.
Thanks for your efforts.
Regards,
Yoav
2009 Sep 21 2:15 PM
Hi Yoav,
Please try the form routine userexit_account_prep_komkcv within include RV60AFZZ.
This form routine is meant to be filled with user specific coding.
However, there might be another possibitlity to cater for your needs:
You could enhance the VBRK table with the fields you need as well. Then you could fill these customer specific fields via the form USEREXIT_FILL_VBRK_VBRP in Include RV60AFZC.
If the fields are part of VBRK as well as of KOMKCV, the system will then automatically cater for the filling of KOMKCV.
I hope this helps,
Regards, Steffi