‎2010 Apr 09 7:54 AM
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
‎2010 Apr 09 7:57 AM
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.
‎2010 Apr 09 8:02 AM
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
‎2010 Apr 09 7:58 AM
Hi,
Is this happening after you pass the full description in the Field Catalog?
Regards,
Sagar
‎2010 Apr 09 8:03 AM
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
‎2010 Apr 09 9:51 AM
‎2010 Apr 09 8:19 AM
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