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

logic for country

Former Member
0 Kudos
130

HI Experts,

I want country, but I know the person(employee) based on 'personal area' and 'personnel sub area'.

the above relation , i get MOLGA. using table T001P.

but I need MLGTX( Country) : this will get table T005T. here relation between molga and mlgtx .

How can i get, can any one help.

2 REPLIES 2
Read only

Former Member
0 Kudos
89

select single land1 landx50 from t005t into wa_t005t where land1 = v_molga and spras = sy-langu.

you will get the data from table T500L

Edited by: ZAFCO ABAP on Mar 12, 2009 2:44 PM

Read only

Former Member
0 Kudos
89

no thanx