Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. types:
  2. begin of ty_time,
  3. posicao type i,
  4. nome type string,
  5. cidade type string,
  6. end of ty_time.
  7.  
  8. data s_time type ty_time.
  9. data v_xml type xstring.
  10.  
  11. start-of-selection.
  12.  
  13. call transformation id
  14. source time = s_time
  15. result xml v_xml.
  16.  
  17. break-point .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement