cancel
Showing results for 
Search instead for 
Did you mean: 

In our system (AUSP/ESTAUSP-OBJEK = concatenate RECN + ACTN from ESTVA) is not matching

kishorkokitkar
Explorer
0 Kudos
311

Hello All,

I am trying to read characteristics value from AUSP table with below logic but i am not getting any data what will be the cause? Why OBJEK is not matching with RECN and ACTN concatenate.

I tried for many characteristics same result.

(AUSP/ESTAUSP-OBJEK = concatenate RECN + ACTN from ESTVA)

Accepted Solutions (1)

Accepted Solutions (1)

Mark-Pfister
Active Contributor
0 Kudos

Hello kishorkokitkar,

ESTVA-RECN + ESTVA-ACTN == AUSP-OBJEK -> you must be doing something wrong....
Make sure you have all the leading/trailing zeros - and use the delete search criteria button. Check within SE16 instead of SE16N.

BUT you should never read data with select statements for any coding used in the productive system. Use the C1F5 API instead. There is to much extra logic due to inheritance, referencing etc...

Hope this helps


Mark

Answers (0)