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

Re: Output in Range format

$
0
0

Yes, so SU3 setting may not work as it will be applicable to entire system for that user. You need to do some custom code here with offsets as I said.

 

 

data: date_low type char10.

data: date_high type char10.

data: lv_out type char80.

 

concatenate INPUT-LOW+6(2) INPUT-LOW+4(2) INPUT-LOW+0(4) into date_low separated by ':'.

concatenate INPUT-HIGH+6(2) INPUT-HIGH+4(2) INPUT-HIGH+0(4) into date_high separated by ':'.


concatenate 'Posting Period' INPUT-SIGN INPUT-OPTION date_low date_high into lv_out separated by space.


Now, LV_OUT will have required output.



Regards,

Naveen




Viewing all articles
Browse latest Browse all 8720

Trending Articles



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