2010 Nov 30 8:00 PM
What is the best function to use to update the email_fis field in table FKKVKP ?
2010 Nov 30 9:07 PM
Your best bet is to use VKK_FICA_DI. See function module BAPI_CTRACCONTRACTACCOUNT_CHNG for its use.
2010 Dec 01 5:27 PM
Just curious, would using that FM directly be better the using the FM FIS_EBPP_ACCOUNT_WEBBILL_WRITE which eventually uses VKK_FICA_DI to commit the data.
I'm curious if there is a benefit of using directly VKK_FICA_DI over FIS_EBPP_ACCOUNT_WEBBILL_WRITE?
2010 Dec 01 5:38 PM
Not really unless there are additional CA changes that are not covered using this. If it is just bill options, then I think FIS_EBPP_ACCOUNT_WEBBILL_WRITE is good.