2009 Oct 15 2:06 PM
i have column in screen painter and i write data when i make enter it's dissapear why???
2009 Oct 15 2:32 PM
Hello the reason is PAI module is triggered where you dont do anything and screen refreshes.
Regards
Nabehet Madan
i have column in screen painter and i write data when i make enter it's dissapear why???
2009 Oct 15 2:32 PM
Hello the reason is PAI module is triggered where you dont do anything and screen refreshes.
Regards
Nabehet Madan
2009 Oct 15 2:49 PM
Did you have corresponding data object defined in program?
I guess this is where the issue comes from. Simply system can't exchange data b/w screen and program.
Try declaring one, it should help then.
Also, what do you mean by column ? If it is a table control you need to use definition of this table, the simplest is usually by
TABLES name_of_table.
If this is a single field taken as reference from DDIC you should simply define it like
DATA name_of_table-name_of_column TYPE name_of_table-name_of_column.
Regards
Marcin
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |