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

ALVGRID

sivakrishna_boddapati
Participant
0 Likes
735

hi experts ,

In my alv grid i have one field name as product that have like MA LS and there MA means Mobile Acess LS means Lable Supply

i want full discription , can any one help on this ,

this is prsent outpot

PRODUCT

MA

LS

Required

PRODUCT

Mobile Acess

Lable Supply

Thnaks ,

Siva

Moderator message: please use a more meaningful subject line next time.

Edited by: Thomas Zloch on Apr 9, 2010 9:15 AM

6 REPLIES 6
Read only

Former Member
0 Likes
686

Hi,

I'm not sure if understand your question right.

Do you want the headers to be displayed as 'Mobile Access', 'Label Supply'???

Just populate the seltext_l field in your field catalog with your detailed header description.

Read only

0 Likes
686

NO those are not fildnames thsoe are data .fieldname is PRODUCT and values are LS MA there ,

product field have value range i want that value range description . in my alv grid display

Read only

Former Member
0 Likes
686

Hi,

Is this happening after you pass the full description in the Field Catalog?

Regards,

Sagar

Read only

Former Member
0 Likes
686

Hi Siva,

You can fetch the description by one of the following methods:

1) If the domain for the field has fixed values in the dictionary (SE11), then use the FM 'GET_DOMAIN_VALUES'. Or you can also fetch the description from the table DD07T.

2) If the domain for the field has a value table in the dictionary (SE11), then fetch the description from the value table directly. If the text is not available in this table, use the primary key of this table and find a related table which contains the text using the 'Where-used' button.

Hope this helps! Do let me know if you need anything else!!

Cheers,

Shailesh.

<removed by moderator>

Edited by: Thomas Zloch on Apr 9, 2010 9:10 AM

Read only

0 Likes
686

Thanks now my problem is sloved. tahnk you very much

Read only

Former Member
0 Likes
686

Hi

U make use of seltext_l this filed in the field catlog and give the tatal decsription .

Then make use of IS_LAYOUT and make use of colwidth_optimize = 'X'.

Regards,

Pravin