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

Error in select of TMCNV.

Former Member
0 Kudos
492

Hi, experts.
Why mine TMCNV-MASKE field doesn't filled correctly, it's empty. And it should be '*' .

shiz0frenik_0-1727267728588.png

 

1 REPLY 1
Read only

matt
Active Contributor
0 Kudos
414

Wow, seriously old ABAP.

Remove the tables statement and try

SELECT SINGLE * FROM TMCNV INTO @DATA(my_workarea).

It could be a conversion exit on MASKE. Try checking the domain it's defined on.