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

Former Member
0 Likes
579

what is dynamic internal table what are the scenarios that we need to create such internal table..? what are its benifits?

Is this achieved only using class concept ie.OOPS.?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
553

hi,

Check out the below threads

Regards,

Santosh

5 REPLIES 5
Read only

Former Member
0 Likes
553

As the name suggests,

We need to create dynamic internal tables when we do not know what fields are there in our internal table till run time.

Eg:

http://www.sap-img.com/ab030.htm

Regards,

Ravi

Read only

Former Member
0 Likes
554

hi,

Check out the below threads

Regards,

Santosh

Read only

0 Likes
553

I already checked all the previous threads related to it bfore posting a new thread. but still unable to come to a conclusion...

Read only

0 Likes
553

Hi SRK,

OK, lets take an example.

Let us assume that you have a program which has a

DATE range in the selection screen.

YOu should create an internal table with number of fields = number of dates in between start date and end date in the selection screen.

What will you do?

Here we do not know how many days will be there.

Regards,

Ravi Kanth Talagana

Read only

0 Likes
553

Thank u Ravi... for the example...

Let me see how the examples given here..will work..

thanks to all.