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: 

Screen input/save functionality in a Transaction

Former Member
0 Kudos

Hello,

I have a requirement wherein, I need to have a custom screen triggered in a standard transaction which enables me to input fixed lines of text and it should be saved in a custom table.Alternatively when I change some data in the transaction,the previous input text should also appear in the screen.

I tried the following FM's also POPUP_TO_GET_VALUE

POPUP_TO_DISPLAY_VALUE

POPUP_TO_DISPLAY_TEXT

Could anyone guide me throw some light on this.

Thanks

1 REPLY 1

Sm1tje
Active Contributor
0 Kudos

depending on the transaction there will be some user exits and/or badi, in which you can do you coding and call a new screen/pop up window.