`

Get real estate contract status(system status&user status)

    博客分类:
  • ABAP
阅读更多
    CALL FUNCTION 'STATUS_TEXT_EDIT'
      EXPORTING
        flg_user_stat    = 'X'
        objnr            =     "status object number,
        only_active      = 'X'
        spras            = sy-langu
      IMPORTING
        LINE             = 
        user_line        = 
      EXCEPTIONS
        object_not_found = 1
        OTHERS           = 2.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics