cancel
Showing results for 
Search instead for 
Did you mean: 

Assign value to one filed of structure in workflow container element

Former Member
0 Kudos

Hi ,

I have a structure in my workflow container.

I need to assign a constant value say '03' to the one field of that structure.

I tried to use container operation. But it allow me to assign the value of whole structure, not a particular field of that structure. Please let me know if this possible?

Thanks

Minal

View Entire Topic
bpawanchand
Active Contributor
0 Kudos

NO it is not possible to assign a single field value of structure in the container operation , what all you can do is if you want to access single record in the multi-line container element ,into a structre of compatible type you can acheive this check this [wiki|https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/accessingSingleEntryfromMulti-line+Element]

But is is not possible to access a single field from a structure in the container operation it is better you modify in the business object method and return it to the workflow container.