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

How to use a text box to insert data in table or variable?

Former Member
0 Likes
658

What I would like to do is an exercise:

1-display a text box to capture the data entered by the user and insert a table in the field of observation.

2-Show a show text data from the table and the text entered by the user (field of observation).

What I would like to do is an exercise:

1-display a text box to capture the data entered by the user and insert a table in the field of observation.

2-Show a show text data from the table and the text entered by the user (field of observation).

2 REPLIES 2
Read only

Former Member
0 Likes
490

create the table in which u want to insert data in driver program in SE38..

create its workarea as well..

activate dis prog...

Now da screen in which u want textbox..go der n press F6

from der drag n drop the value u want in textbox..as workarea-fldname

after dat in driver prog write

append wa-fldname to <tblname>.

The data in textbox wil go to table..

This will help..Reward if it does

Read only

0 Likes
490

Sorry! i'm a begginer user.

How should I proceed?

I created a table in se11 (ztestebox).

In se38 and start the report. (Report ztestebox)

Now comes the part that I want to know.

How do I display a text box to enter the data entered in the (table) ztestebox - (field) observation and display text with the contents of the table in text box.