2009 Mar 12 1:37 PM
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.
2009 Mar 12 1:40 PM
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
2009 Mar 12 1:58 PM