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 Tables

Former Member
0 Likes
368

Hi All,

I have to develop a report, for which the final internal table will be populated using table A, B and C.

Sample Data in table B:

Fld1     Fld2 

A          X

A          Y

A          Z

B          X

B          Y    

B          Z

Now X,Y,Z are columns in my final report, and A and B are two rows of final report, that is

     X     Y     Z

A  10   20     30

B  11   22     33

I need to loop the table A, based on some conditions, have to prepare dynamic table and need to populate amounts by summarizing.

Any one pls help on how to prepare this dynamic table ...

Thanks,

Chandra.

Moderator message : Requirement dumping not allowed, search for available information.  Discussion locked.

Message was edited by: Vinod Kumar

2 REPLIES 2
Read only

basarozgur_kahraman
Contributor
0 Likes
345

Hi Chandra,

check this thread

http://scn.sap.com/thread/1049162

Read only

Former Member
0 Likes
345

Hi

Just have a glance at following web-site

http://wiki.sdn.sap.com/wiki/display/Snippets/Creating+a+dynamic+internal+table+based+on+data

Enjoy Coding

Regards,

Sandeep