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: 

Dynamic internal table

Former Member
0 Kudos

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

Former Member
0 Kudos

hi,

Check out the below threads

Regards,

Santosh

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

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

Former Member
0 Kudos

hi,

Check out the below threads

Regards,

Santosh

0 Kudos

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

0 Kudos

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

0 Kudos

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

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

thanks to all.