Application Development 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: 

Update additional field in userexit

Former Member
0 Kudos

I've created a serveral additional field in ekpo, and add those fields on me21n, when user create, update PO, the fields will updated the ekpo. I would like to know how can I auto fill the fields that is empty when save PO, i try to add the logic in usereixt ZXM06U43, but it seem can't work. Thanks!

1 REPLY 1

krishnendu_laha
Active Contributor
0 Kudos

Hi Friend,

Use userexit ZXM06U40 instead of ZXM06U43.

Code like this:

e_ci_ekpo-zzvalue = ci_ekpodb-zzvalue.

Hope it will help you.

Regards

Krishnendu