SAP for Healthcare Discussions
Foster discussions about patient care, cost reduction, and operational excellence in healthcare organizations using SAP. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 

account determination

Former Member
0 Kudos
688

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
356

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

View solution in original post

3 REPLIES 3

Former Member
0 Kudos
356

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

Former Member
0 Kudos
357

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

0 Kudos
356

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