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: 

i need atext from table t518a for my report

Former Member
0 Kudos

hi all , this is my code for atext which is working SELECT SINGLE atext

    FROM t522t

    INTO wa_output-anredtxt

   WHERE sprsl EQ sy-langu AND

         anred EQ p0002-anred.

Moderator message: don't post the same question again after the first one was locked, this is very basic, please do some research and try yourself before posting.

Message was edited by: Thomas Zloch

1 ACCEPTED SOLUTION

Former Member
0 Kudos

n i want same for t518a which is fir employee qualification,but this table have onle mandt and ausbi so how to write it, plz help

3 REPLIES 3

Former Member
0 Kudos

n i want same for t518a which is fir employee qualification,but this table have onle mandt and ausbi so how to write it, plz help

0 Kudos

You have this information in table T518B.

Óscar

former_member189779
Active Contributor
0 Kudos

      select single * from t518a where

ausbi = t518a-ausbi.

make sure your ausbi is 8 char long. Do not miss leading zeros if its less than 8