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

Re: Match first three character

$
0
0

Hi, Everyone.

thank you for helping,

 

The program already success with amendment as below:

 

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%'.

 

   write:/1  'Customer',20 'Name1'.

 

   LOOP AT it_kna1.

   write:/1 it_kna1-kunnr, 20 it_kna1-name1.

 

   ENDLOOP.


regards,

liyana


Viewing all articles
Browse latest Browse all 8990

Trending Articles



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