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

ICP

$
0
0

Below is the program code:


REPORT  ZASSIGN1.

TABLES: KNA1.

*------SELECT-OPTION-----*

.

SELECT-OPTIONS: CUSTCODE FOR KNA1-KUNNR NO INTERVALS.

 

    WRITE:/ 'Customer List'.

    WRITE:/ 'Customer Code :', CUSTCODE.

    WRITE:/ '------------------------------------------------------------------------------'.

    WRITE:/1 'Customer Code',20 'Customer Name',70 'Address'.

    WRITE:/ '------------------------------------------------------------------------------'.

 

SELECT * FROM  KNA1 WHERE KUNNR IN CUSTCODE.

 

    WRITE:/1  KNA1-KUNNR,

           20  KNA1-NAME1,

          70  KNA1-ADRNR.

ENDSELECT.

----------------------------------------------------------------------------------------------

but, when i input CUSTCODE: TMF*

 

there is an error output as below:

Why there is an ICP code infront of the output?

 

 

Untitled.png

Thanks, regards.

liyana.


Viewing all articles
Browse latest Browse all 8627

Trending Articles



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