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: 

Using enhancement points can i update screen values -- urgent??

Former Member
0 Kudos

hi folks,

Using enhancements can i update the screen value?? i need to update the miro transaction header text value with a predefined value?? pls let me know if this is possible through enhancement points?

1 REPLY 1

Former Member
0 Kudos

Dear Shiva,

You can do that using BADIs. I hope MB_DOCUMENT_BADI will be a useful one for you. Try with an implementation and set the predefined value you want to give in the BEFORE_UPDATE or AT_SAVE or IN_UPDATE methods. While SAVE the new value will get entered.

Reward if useful.

Regards,

Michael.