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: 

Field symbol as a table in a smartform?

Former Member
0 Kudos

Hi,

Is there any way to declare a field symbol as a global parameter in a smartform so that it is type ANY TABLE. (not ANY!!)

The problem is you can only declare a field symbol as a structure in smartform (only TYPE ANY if you leave the type field blank in global attribures) I want to use it as a table:

loop <fs_table> assigning <fs_line>

Possible?

2 REPLIES 2

Former Member
0 Kudos

Hello,

Try to use it like this FIELD-SYMBOLS: <dyn_table> TYPE STANDARD TABLE.

0 Kudos

dear Santosh,

Please notice the 'smartform' addition in the topic.