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

Re: Adding a function module into a SQ01 Query

$
0
0

If TSEGE-EVEN_VERTY = '1'.

CALL FUNCTION 'IB_CONVERT_FROM_TIMESTAMP'.

   EXPORTING

     i_timestamp = TSEGE-EVEN_TSTFR.

     i_tzone = CET.

   IMPORTING

     e_datlo = date.

     e_timlo = time.

else

CALL FUNCTION 'IB_CONVERT_FROM_TIMESTAMP'.

   EXPORTING

     i_timestamp = TSEGE-EVEN_TSTFR.

     i_tzone = CET.

   IMPORTING

     e_datlo = date.

     e_timlo = time.

Endif.

 

 

Is the above fine now?


Viewing all articles
Browse latest Browse all 9146

Trending Articles



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