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 get Org Key description

Former Member
0 Kudos

Hi,

I have a query. In table pa0001 there is a field Org Key(VDSK1). when i execute this table for the personnel number i am able to see vdsk1 in the output.When i ress F4 on it i am able to see its description.

For example VDSK1 is 10 when i press F4 i am able to see descripions here. I need the table which gives the org key description.. I have seen the domain of VDSK1 here i am able to see T5270 is table to get description.

When i write select query as below i am getting T5270 is a table does not exist or not active. Its a polled table.

  • "-- Org Key description

SELECT SINGLE TEXT1

FROM T5270

INTO wa_disp_list-org_description

WHERE MANDT = sy-mandt AND

HIRAR = '1' AND

ORGKY = wa_disp_list-vdsk1.

anybody can tell me which table i have to use to get org key description.

Thanks,

Maheedhar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello

This is table T527O - last symbol letter O, not 0 (zero).

1 REPLY 1

Former Member
0 Kudos

Hello

This is table T527O - last symbol letter O, not 0 (zero).