Application Development 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: 

Hi all(HR abap)

Former Member
0 Kudos

hi all

i want afunction module . if i give the name of a infotyppe , it shoud return the description of the infotype.

hoping for ur wonderful support

regards]

karthik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

USE FM

CACS_DBNAME2TABNAME

2 REPLIES 2

former_member624107
Contributor
0 Kudos

Hi..

u can use a select query on table T582S

the filed ITEXT gives infotype text..

u can mention the language also..

select ITEXT from T582S

into wa_ITEXT where INFTY eq " value" and SPRSL = 'e'.

regards

Sheeba

Former Member
0 Kudos

USE FM

CACS_DBNAME2TABNAME