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: 

update Z field in FKKVKP

Former Member
0 Kudos

hi ,

I need to modify existing data in FKKVKP Z-field.

i am trying to use BAPI_ISUACCOUNT_CHANGE for this.

the EXTENSIONIN under the tables section allows the updation of the z-field value.

however, i can not pass the work area containing the updated FKKVKP values to the VALUEPART (under EXTENSIONIN) since there is a type mismatch of the data.

the statement i have used is move wa_fkkvkp to wa_extn

however i get an error saying they are not mutually convertible. In Unicode programs, they must have the same structure layout.

Please suggest.

thanks,

Arindam.

1 REPLY 1

Former Member
0 Kudos

Use this function module to change the data in FKKVKP table.

FKK_ACCOUNT_UPDATE

Regards,

Siva