cancel
Showing results for 
Search instead for 
Did you mean: 

Change caluse in container element _Workitem

k_gjergja
Participant
0 Kudos

Hello ,

For the testing purpose I have to change one value in  task container in runtime . I already have exit and place where to do it.

I neeed to change TaskText in  task container element _WorkItem.

Do you know what woul d be  de macro or fm to do it.

Thanks

Chris

Accepted Solutions (1)

Accepted Solutions (1)

former_member185167
Active Contributor
0 Kudos

Hello,

"For the testing purpose I have to change one value in  task container in runtime"

Just do it via SWI1 - Edit Container.

regards

Rick Bakker / hanabi technology

Answers (2)

Answers (2)

former_member16044
Active Participant
0 Kudos

The FM SAP_WAPI_WRITE_CONTAINER is good to modify/update value of a container at runtime. Need to pass the workitem ID and the name and value of desired container element in 'Simple Container' table of FM.

Regards,

Rahul Kulkarni

Former Member
0 Kudos

Hi Krsto,

For one time use you can edit the container. That's the better option.

Goto SWIA transaction Choose your work item

Toolbar Edit --> Display work item

then Toolbar goto -> technical workitem display

Then Toolbar Edit--> Change

Now you can choose from Left hand corner side...

Or Simple

Use FM 'SAP_WAPI_WRITE_CONTAINER'

Regards,

Ragav