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

Re: ABAP Code for splitting time is needed

$
0
0

hi,

You can make use of string operation SPLIT AT clause for achieving the same. The code may look like,

SPLIT <variable> AT ':' INTO l_hours l_minutes l_seconds after which l_hours will have the hour value, l_minutes with minutes value and l_seconds will have seconds value.

 

Hope it helps,

~Athreya


Viewing all articles
Browse latest Browse all 8557

Trending Articles



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