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: 

textbox in list

Former Member
0 Kudos

Hi,

I have a Textbox in a classical list, when I put some text in it and press save, it should show text in next screen.

Please provide sample code ,

Thanks in advance

Jog

2 REPLIES 2

Former Member
0 Kudos

Hi !

I don't think it's working because the classic-List-Processor does not have any "container" features.

Just think about opening a popup "screenpainter" window that contains the textbox ??

Regards

Rainer

Some points would be nice if that helped a bit.

Former Member
0 Kudos

I believe you are talking about <b>write.... AS INPUT.</b>.

If so the content can be traced as usual using <b>READ</b> statement in AT USER-COMMAND. Or using AT LINE SELECTION, the values will be populate to system field <b>SY-LILLI.</b> Once you read the content, using READ or the with internal table key field or list line number, you can hide those and populate those to the next screen.

rgds,

TM