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

Organization Long Text

Former Member
0 Likes
1,295

Hi,

How can i get long text for the organization P0001-ORGEH.?

I got short text from T527X-ORGTX.But, i want long text.

Similarly, Long text for Position P0001-PLANS and job P0001-STELL?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
933

Use FM MG_FIELDNAME_TEXT

Hi,

How can i get long text for the organization P0001-ORGEH.?

I got short text from T527X-ORGTX.But, i want long text.

Similarly, Long text for Position P0001-PLANS and job P0001-STELL?

5 REPLIES 5
Read only

Former Member
0 Likes
934

Use FM MG_FIELDNAME_TEXT

Read only

0 Likes
933

Hi Aparna,

i want field value text..For eg: 1 is the organization..then i have to get organization 1 text.Not field name text

Read only

0 Likes
933

In that case I think you have to use the READ_TEXT FM, Search the forum for this FM to get some examples.

Read only

0 Likes
933

Any Suggetions?

Read only

0 Likes
933

Hi Sai,

u can get in table HRP1000.

for Position : otype = 'S' and for orgeh Otype = 'O',

Ranganathan