Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

Match first three character

$
0
0

Hi Expert!

 

Kindly, need your help and guide.

I want to get customer code, customer name from KNA1 table where customer name start with 'ACP'.


I try to code as below, but, the program return wrong


TABLES: KNA1.

 

types:

 

begin of lty_kna1,

   kunnr like kna1-kunnr,

   name1 like kna1-name1,

   end of lty_kna1.

 

data: it_kna1 type standard table of lty_kna1 with header line.

 

select kunnr name1

   into table it_kna1

   from kna1 where name1 LIKE 'ACP%'.

 

if sy-subrc = 0.

   write:/ it_kna1-name1.

else.

   write:/ 'wrong program'.

endif.



Your help is really appreciated,


regards,

Liyana


Viewing all articles
Browse latest Browse all 9164

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>