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: 

URGENT: ALV Fields - Column name and entries are empty

Former Member
0 Kudos

Hi,

The ALV program that I modified is currently showing an error.

Many of the output fields have no column name and the relevant entries are empty.

My development was in r/3 and now we moved to ECC 6.0, where this is showing up.

What can I do to fix this?

Thanks,

John

1 ACCEPTED SOLUTION

former_member583013
Active Contributor
0 Kudos

Can you please post your code -:)

Greetings,

Blag.

6 REPLIES 6

former_member583013
Active Contributor
0 Kudos

Can you please post your code -:)

Greetings,

Blag.

0 Kudos

I can't post the code. If you need to see a certain part, sure, but from I work, this is not allowed.

It's a simple alv report - join data into internal table, build fieldcat like (won't change since this is how the original works - they told me to leave it in this format):

1 'MBLPO' 'MBLPO' 'viqmelst' space space space space space space

space space space space space space space t_fieldcat ,

And then output using FM "REUSE_ALV_GRID_DISPLAY"

Thanks

John

0 Kudos

HI,

Are you using the field catalog merge function module.. try doing it manually instead of the functiion module.. populate the header manually.

Thanks

Mahesh

0 Kudos

> I can't post the code. If you need to see a certain

> part, sure, but from I work, this is not allowed.

Sure, I wanted pieces of code -:) Complete code should be a pain to read -;)


1 'MBLPO' 'MBLPO' 'viqmelst' space space space space space space
space space space space space space space t_fieldcat

Weird -:O I have seen people that use that kind of performs....I don't like that...looks pretty messy...

Anyway...You have told that it used to work on 4.6 right? And now on ECC is giving you troubles, right?

Have you debug the application? is that weird perform doing the thing it should be?

Can you post the FORM definition?

Greetings,

Blag.

0 Kudos

Yes, the format is wierd and very messy. Wasn't my choice, I only have to modify the code.

Anyway, found the problem.

1 'MBLPO' 'MBLPO' 'viqmelst' space space space space space space

space space space space space space space t_fieldcat

"viqmelst" has to be in capital letters. The ones that work are capital.

Hopefully, no more problems will emerge in the new upgrade.

0 Kudos

> Yes, the format is wierd and very messy. Wasn't my

> choice, I only have to modify the code.

>

> Anyway, found the problem.

>

> 1 'MBLPO' 'MBLPO' 'viqmelst' space space space space

> space space

> space space space space space space space t_fieldcat

>

> "viqmelst" has to be in capital letters. The ones

> that work are capital.

>

> Hopefully, no more problems will emerge in the new

> upgrade.

Yeah...I missed that one -:P Actually, I had the same problem a few weeks ago...A really hard bug to find -:D I'm glad that it's working now -;)

Please closed the thread is your question is fully answered -;)

Greetings,

Blag.