‎2006 Jul 17 11:59 AM
Hi experts,
The report output must consists a <b>description</b> for field(lifsk) but i am getting <b>value</b>(lifsk) as output.
When i search in vbak it is stored as value.
The <b>field lifsk</b> consists of description in va01 t-code but a value is stored in the d/b.
so, what should i need to do,to fetch the description for the field lifsk?
‎2006 Jul 17 12:01 PM
‎2006 Jul 17 12:01 PM
Hi kalluri,
1. TVLST
(the field name is VTEXT)
2. U will get the corresponding texts in the above table.
3. filter the language with SY-LANGU
and give liFSP from your vbak-lifsp.
regards,
amit m.
‎2006 Jul 17 12:03 PM
Hi,
The description can be obtained from TVLST table, pass VBAK-LIFSK to TVLST-LIFSP, and TVLST-SPRAS = sy-langu and get TVLST-VTEXT, print VTEXT in the report output,
Hope this helps,
Rgds,
‎2006 Jul 17 12:03 PM
hi
go to tvls table and get the description by passing lifsk
regards,
‎2006 Jul 17 12:08 PM