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

Re: Change user status in support notification

$
0
0

This FM is for common use , I have been used .

 

    l_status-extern = '4002'.
    CALL FUNCTION 'BAPI_ISUSMNOTIF_USERSTATUSSET'
      EXPORTING
        number   = wa_svn_no-qmnum
        status   = l_status
        inactive = 'X'
      IMPORTING
       

return   = l_status_return.

    l_status-extern = '4001'.
    CALL FUNCTION 'BAPI_ISUSMNOTIF_USERSTATUSSET'
      EXPORTING
        number   = wa_svn_no-qmnum
        status   = l_status
        inactive = ' '
      IMPORTING
       

return   = l_status_return.

 

 

    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = 'X'.

 


Viewing all articles
Browse latest Browse all 9071

Trending Articles



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