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

value overwritten

Former Member
0 Likes
408

hi everybody

Ive added a routine in tcode vofm, for billing documents

now ive moved a field value into vbkd-bstkd, but this value is being overwritten by another value *vbkd during processing

does anybody know how to avoid this overwriting?

regards

anjali

2 REPLIES 2
Read only

Former Member
0 Likes
358

try t debug and check where this new value is getting overwritten.

Read only

dani_mn
Active Contributor
0 Likes
358

HI,

Have you added your field through some exit or using modification.

If you have done the modification then you have to change the value after system have done it. you are changing before system changes it.

Try to find an exit. or find the right place to change.

REgards,