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: 

Alternate for tables statement

shiva_suvarna
Participant
0 Kudos

hi friends

If i use dictionary fields in the screen i am using tables statement of that corresponding structure.

but i think tables statement is obsolete one is it right so what is the alternative for tables statement

how to move the values of fields between screen and abap program, help me

thanks in advance

1 REPLY 1

Former Member
0 Kudos

Fields are moved from your program to the screen when the field names match. There is no explicit transport command needed.

I do not think that the TABLES command is considered obsolete when used in screen programming. That is the only time that I use it. There was some training material in regards to the TABLES command being required for proper transport between the program and the screen. I do not know if this has changed with 4.7.