cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow container

Former Member
0 Kudos

How to change the data in workflow container

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kobi

Where and when do U want to change the container?

If U want to change the container inside workflow then U can use container Operation.but if U want to change the container after the worklfow has been finished then U can use the FMs defined in previous post by eddhie kurnianto.

Message was edited by: Biswajit Das

former_member184067
Active Contributor
0 Kudos

hi kobi,

u can used Function Module 'SAP_WAPI_READ_CONTAINER' & 'SAP_WAPI_WRITE_CONTAINER'.

may be u can write simple program in order to change the workflow container.

first you need to get the current container from a workflow using FM 'SAP_WAPI_READ_CONTAINER'. after that you can change the container data n save it to the workflow using FM 'SAP_WAPI_WRITE_CONTAINER'.

hopes it helps

regards

please award the points if it helps

Message was edited by: eddhie kurnianto

Former Member
0 Kudos

Include this in your source code:

INCLUDE <cntn01>.

After that, use macro SWC_SET_ELEMENT.

Br,

Hannu