cancel
Showing results for 
Search instead for 
Did you mean: 

BPM: assign container Simple Type to field in Container Abstract Interface Message possible?

szymon_bolek
Participant
0 Kudos

Hi,

In BPM there is a container of simple type String. This container gets plain text assigned. There is another container of abstract interface type.

How to assign this simple type container into a filed of abstract interface container?

Is it at all possible?

thanks

Simon

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1. probably only with branch and multiple mappings in case there are only a few values in this container

but this would not be a nice solution

2. AFAIK direct assignment is not possible

Regards,

Michal Krawczyk

szymon_bolek
Participant
0 Kudos

Hi Michal,

   That is what I thought, but I wanted to ask to be sure.

So are there any other options for passing a text to let's say Notification Messages?

This text does not come from outside, and will be constructed in BPM also for alerts.

Would I really have to create a OM + MM every time I want to pass other text?

There has to be another way to do this

best

simon:)

MichalKrawczyk
Active Contributor
0 Kudos

ccBPMs are nasty

I'd do that in the alert itself and not in the ccBPM

so once the alert is raised you can ehnance it a bit on the ABAP stack with some custom info

but it depends on how do you do this part: "This text does not come from outside, and will be constructed in BPM" - if it can be moved outside then you should be fine

the same thing applies for ccBPM exceptions (branch) which cannot be passed (text) to the alert itself

Regards,

Michal Krawczyk