1.读取生产订单状态函数

        call function 'STATUS_READ'
          exporting
            client           = sy-mandt
            objnr            = itab_aufk-objnr
            only_active      'X'
          tables
            status           = itab_status
          exceptions
            object_not_found 1
            others           2.

posted on 2016-07-01 10:03  倩倩很happy  阅读(212)  评论(0编辑  收藏  举报