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: 

How to find equipment description

Former Member
0 Kudos

Hi all,

Can someone assist me with the following...I run tcode IE03 and view an equipment. I see a description displayed...how would I retrieve that description programatically? I'm assuming I would a function module like READ_TEXT...but I'm unusre of the parameters I need to pass in.

Thanks in advance,

Mat

3 REPLIES 3

suresh_datti
Active Contributor
0 Kudos

Table EQKT?

~Suresh

Former Member
0 Kudos

<b>EQKT-EQKTX</b>

Former Member
0 Kudos

As u can see u can get description from table.

But if u want 2 use READ_TEXT then for passing parameters use STXL table...

ull get all parameters in dat

Hope dis helps..

Reward if it does