‎2006 Oct 30 10:20 AM
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
‎2006 Oct 30 10:23 AM
try t debug and check where this new value is getting overwritten.
‎2006 Oct 30 10:24 AM
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,