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

Re: Field Routine not working

$
0
0

i guess the issue is that your source field AUGDT is having NULL value.

 

The not initial check can't identify null entries, you need to check that explicitly. The code u should write is:

 

IF SOURCE_FIELDS-AUGDT  IS NOT INITIAL or SOURCE_FIELDS-AUGDT  IS NOT null.

       RESULT = 'C'.

    ELSE.

       RESULT = ''.

    endif.


Regards,

Anupama


Viewing all articles
Browse latest Browse all 2161

Trending Articles



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