Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Account assignment group

Former Member
0 Likes
649

Hi all,

I have a small requirement , When i am trying to create or changing the billing (VF01,VF02), I need to put account assignment group field as Non Editable mode.I am unable to find any proper user exit to do this .Any one help me in this .Thanks ...

Hi all,

I have a small requirement , When i am trying to create or changing the billing (VF01,VF02), I need to put account assignment group field as Non Editable mode.I am unable to find any proper user exit to do this .Any one help me in this .Thanks ...

5 REPLIES 5
Read only

Former Member
0 Likes
627

Use program SAPLV60A include RV60AFZC subroutine USEREXIT_FILL_VBRK_VBRP.

Read only

0 Likes
627

Hi thanks for your reply,

but when i am trying to save the billing i am changing the accgrp but this userexit is not calling.pls help me

Read only

0 Likes
627

This user exit is called only when you create the billing document. It is not called when you change billing document. But you need to populate not editable field anyways. Therefore it can be populated at create time. You can also use user exit USEREXIT_ACCOUNT_PREP_KOMPCV to populate account assignment group.

Read only

0 Likes
627

In this User exit i am chaning the value .But it is not updating the value .it is chaing somewhere in the end of the saving

Read only

0 Likes
627

Thanks problem solved