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: 

Populating two dynamic internal tables and displaying the O/p as ALV

Former Member
0 Kudos

I want to develop a abap prototype program report for the SD document flow analysis...

There is a Fm : RV_ORDER_FLOW_INFORMATION in which if we pass the Sales order number it returns the flows as VBFA_TAB.

I need to populate two dynamic ITAB1 and ITAB2

the structure of ITAB1 should be like ColNm1....ColNmn

The values for ColNm1 will be Sales Order ColNm2 as Delivery or smthng else depending on field vbtyp_n.

ITAB 2 should have the corresponding values accly to ITAB1.

Then we need to display in ALV o/p.

The tables should be populated dynamically.

Can anybody throw some light on it and plz do write back with sample code to do the logic of it.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Search in SDN with Dynamic internal tables.

you get lot of code samples and Discussions related to Dynamic internal tables.

you can also check with this class CL_ALV_TABLE_CREATE

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

Search in SDN with Dynamic internal tables.

you get lot of code samples and Discussions related to Dynamic internal tables.

you can also check with this class CL_ALV_TABLE_CREATE