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

UNIQUE PROBLEM WHILE CHANING STANDARD REPORT

Former Member
0 Likes
574

Hey guys,

I am adding few coloumns to exsisting ALV GRID(in a standard report which is developed for printing GL account detials of vendors)

But the problem is,the cloumn in position 12,comes again in position 13...

the original report has 12 coloumns,i added 8 more columns..

but the cloumn in 13 has same values as in 12..

why is it happening?how can i corecT?

5 REPLIES 5
Read only

valter_oliveira
Active Contributor
0 Likes
557

Hello.

That usually happens when you mess up fc_flat structure, i.e, you probably writed badly the field name when assigning ALV header (columns). If a field doesn't exist in output itab, it usually uses the last one.

Best regards.

Valter Oliveira.

Read only

0 Likes
557

NAH,

i checked rechecked....

hasnt got to do anythign with structure of FC..

peculiarly,no matter what,the coloumn in 13 gets effected this way...

i.e if i try to hide the coloum creating problem,the coloum which replaced it behaves the same way...

i.e vlaues in coloumn 13 = vlaues in coloumn 12 no matter what.

intrestingly if i change reuse_alv_list_display to grid_display..

this paticular problem doesnt arise...

however i cannot display grid..i ahve to display list..

Read only

0 Likes
557

the standard report had 12 coloums...

i added further coloumns,declaring new field catalog..

so the problem may be related to this..(12 th coloumn gets replicated in 13)

Read only

Former Member
0 Likes
557

Hai

I think that what ever you have done is right but you just check the field catalogue, you might have unknowingly misplaced the field names. It looks everthing right but do check the 10th to 14th fields in ALV fieldcatalogue definition.

By

Rajesh Balakrishnan

Read only

0 Likes
557

THANKS A LOT FOR ALL U R INPUTS..

the problem is actualy with the server..

the same program doeasnt behave the same way(i.e 12 the coloumn gettign values of 11th) in a different server..

in that angle,whats the cause? hwo to resolve?