SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Event DSAVE -(BDT) contract account change

ankit_munshi2
Participant
0 Kudos

Hi,

I have a requirement to throw a pop-up when user attempts to put a dunning lock in CAA2 and press save. Now i understand we can code for it in BDT event DSAVE. My question is , how do I read values entered by user from screen? Like, how do I get the lock reason etc value which user has entered on screen ?

I tried to use function modules  VKK_FICA_FKKVKP_GET' and VKK_FICA_FKKVK_GET, but apparently they dont give output which has lock information populated.  Any insight into this?


Regards,

AM

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Ankit,

Try to do the enhancement in the BDT event DSAVC and would recommend you to use the FM  VKK_FICA_GLOBAL_MEMORY_GET for finding the lock information.

Thanks,

Amlan

View solution in original post

1 REPLY 1

AmlanBanerjee
Active Contributor
0 Kudos

Hi Ankit,

Try to do the enhancement in the BDT event DSAVC and would recommend you to use the FM  VKK_FICA_GLOBAL_MEMORY_GET for finding the lock information.

Thanks,

Amlan