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

Re: Check a parameter in a ranges table

$
0
0

Hi,

 

Try this,

 

IF NOT P_KUNNR IS INITIAL.

 

          IF ( P_KUNNR  NOT IN  R_KUNNR[] ) OR ( R_KUNNR[] IS INITIAL ).

            R_KUNNR_LINE-SIGN = 'I'.

            R_KUNNR_LINE-OPTION = 'EQ'.

            R_KUNNR_LINE-LOW = P_KUNNR.

            APPEND R_KUNNR_LINE TO R_KUNNR.

       ENDIF.

ENDIF.

 

Hope it helpful,

 

Regards,

Venkat.


Viewing all articles
Browse latest Browse all 8430

Trending Articles



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