2007 Oct 31 11:30 AM
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).
2007 Oct 31 11:36 AM
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
2007 Oct 31 11:57 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |