cancel
Showing results for 
Search instead for 
Did you mean: 

Group same material text

Former Member
0 Kudos

Hi all,

How can I group same material text(regardless of same material no.) into one row instead of 3 rows?

Thanks.

[http://www.markpeak.com/temp/0material.jpg]

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This can not be done, you can't aggregate on description. An alternative is to add the text field as an attribute to your infoObject. Fill it with an ABAP when loading and set the attribute as navigational. You can then report on it and records will be aggregated.

Kind regards,

Alex

Former Member
0 Kudos

Hi Alex,

Thanks for your help. It works now.

Edited by: Raymond Lam on Dec 29, 2009 5:55 AM

Former Member
0 Kudos

Hi Alex,

One more question. I added the text 0txtmd as attribute to the infoobject, but how can I fill it with ABAP ?

It is not allowed to set as navigational as well.

Alternatively, I created ztxtmd but I cannot see in text transfer rule.

[http://www.markpeak.com/temp/0material2.jpg]

Can you give me some hints, thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

You can set in material display properties "Text" only without key.

This should group in one row.

Regards.

Former Member
0 Kudos

Raymond,

Have you considered using structures or hierarchies instead? If you have large numbers of materials the overhead on maintaining these elements maybe too much.

Regards

Gill

Former Member
0 Kudos

Hi Andrey,

I tried to display text, but it still separate in 3 rows.

Former Member
0 Kudos

Hi Gill,

Actually i need to combine them instead of grouping.

Thanks.