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

dynamic structure

Former Member
0 Likes
350

hi,

i wont to now if i can use structure dynamic for Fm

e.g.

if i put period in export from 012007 062007 i get data

in 6 column and if i put data from 012007 122007 i get data

in 12 column

Regards

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
334

I don't think this is possible. Instead of that you can declare your output table from fm as


TABLES
*"      DATA STRUCTURE  TAB512

a®

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
335

I don't think this is possible. Instead of that you can declare your output table from fm as


TABLES
*"      DATA STRUCTURE  TAB512

a®