Blog

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

    DATA: ls_test TYPE char100.
    
    WRITE: 'hello world'.
    
    CREATE OBJECT test
      EXPORTING
        is_test = ls_test.