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

Problem with internal table

Former Member
0 Likes
527

I have an internal table with fields nmday , ovtime,and linedesc.

my internal table.

nmday ovtime linedesc

2 4 PE

5 6 STORES

I want to display this internal table as

PE-NMDAY PE-OVTIME STORES_NMDAY STORES_OVTIME

2 4 5 6

How can i display in an alv grid using field catalog?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
509

u need to use dynamic internal table concep and accordingly move the data from internal table to dynamic internal table.... then use this dynamic internal table to display data in alv format.

4 REPLIES 4
Read only

Former Member
0 Likes
510

u need to use dynamic internal table concep and accordingly move the data from internal table to dynamic internal table.... then use this dynamic internal table to display data in alv format.

Read only

0 Likes
509

I have created a dynamic internal table and i get fields

like pe-nmday pe-ovtime stores-nmday stores-ovtime.

but data from other internal table is not populated?

Read only

Former Member
0 Likes
509

hi,

try this parameter of fieldcat: COL_POS

The parameter determines the relative column position of the field for list output.

Read only

0 Likes
509

Can u Please send me a sample code

regards

shinu