Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8735

The IN Operator with "CUSTCODE" is followed neither by an internal table nor a value list.

$
0
0

This is my program code:


REPORT  ZASSIGN1.

TABLES: KNA1.

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

PARAMETERS CUSTCODE(10) TYPE C.

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

 

 

SELECT * FROM  KNA1 WHERE KUNNR IN CUSTCODE.

 

    WRITE:/ 'Customer List'.

    WRITE:/ 'Customer Code :'KNA1-KUNNR .

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

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

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

    WRITE:/1  KNA1-KUNNR,

           20  KNA1-NAME1,

          70  KNA1-ADRNR.

ENDSELECT.


unfortunately i found this error:


The IN Operator with "CUSTCODE" is followed neither by an internal table nor a value list.


regards,

liyana


Viewing all articles
Browse latest Browse all 8735

Trending Articles



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