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

Problem with Report

Former Member
0 Likes
662

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?

5 REPLIES 5
Read only

Former Member
0 Likes
621

You can get the description from the table TVLST.

-Kiran

Read only

Former Member
0 Likes
621

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.

Read only

Former Member
0 Likes
621

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,

Read only

Former Member
0 Likes
621

hi

go to tvls table and get the description by passing lifsk

regards,

Read only

0 Likes
621

hi,

Check table <b>TVLST</b>