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

Re: Adding Signature in SapScript customizing invoice report

$
0
0

Hi,

You can write the code for setting a flag in the driver program like below.

          IF b1 AND 2.

               l_flag = 'X'.

          ELSEIF (b1 AND 2) AND (b2 AND 2).

               l_flag = 'Y'.

          ENDIF.

 

In the script you can write the logic as,

         /:  IF &flag& EQ 'X'.

         /:      INCLUDE SIGNATURE1.

         /: ELSEIF &flag& EQ 'Y'.

         /:      INCLUDE SIGNATURE2.

         /:  ENIF.

 

Hope this helps,

~Athreya


Viewing all articles
Browse latest Browse all 9193

Trending Articles



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