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 table declaration

Former Member
0 Likes
368

Hi,

I wanted to create dynamic table declaration.

for e.g.,

data: BEGIN OF ty_advice occurs 0,

identifier(1) TYPE c,

enrich(4000) TYPE c,

END OF ty_advice.

The enrich field value here is 4000. But, i wanted to be dynamic depending upon user input value at run time in a parameter field on selection screen.

Thanx in advance..!!!

Regards,

Sameer

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
342

Please make a search before posting ,there are tons of threads related to dynamic internal table

here is the link

a®

Read only

0 Likes
342

This message was moderated.