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

Re: Program exit to change workitem text

$
0
0

Hi Gupta,

 

I used below code to update container element.

 

CASE im_event_name.

 

     WHEN swfco_event_after_creation.

 

        CLEAR l_value.

       CALL METHOD l_wi_cont->get

         EXPORTING

           name  = 'LV_WITEXT'

         IMPORTING

           value = l_value.

 

         REPLACE '$' INTO l_value WITH lv_id.

 

       CALL METHOD l_wi_cont->set

         EXPORTING

           name  = 'LV_WITEXT'

           value = l_value.

 

With above code LV_WITEXT is updated with new value, but same is not displayed as workitem text in inbox.

 

After workitem displayed in inbox if i use FM SWL_REFRESH_WORKITEM_TEXT explicitly to refresh, workitem text getting refreshed.

 

Many thanks.


Viewing all articles
Browse latest Browse all 8720

Trending Articles



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