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

Re: String templates

$
0
0

Beat me to it - this first example works, the second has Rainer's error.

 

DATA: s Type syuzeit.

  s = sy-uzeit.

DATA st TYPE string.

  st = |{ s TIME = USER }|.

 

DATA: s Type c length 10.

  s = sy-uzeit.

DATA st TYPE string.

  st = |{ s TIME = USER }|.


Viewing all articles
Browse latest Browse all 8578

Trending Articles



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