cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow: wait for event step related to ABAP CLASS (with BOR as attribute)

pieps69
Explorer
0 Kudos

I have created an ABAP class to extend existing BOR FMRE. Bor FMRE is an attribute of my ABAP Class EarmarkedFund. Now I want to model a wait for event step on the BOR event, through the class. This is not possible.

Is there an option other than creating the BOR object as container element?

Accepted Solutions (1)

Accepted Solutions (1)

pokrakam
Active Contributor

It sounds like the right approach. Unfortunately the wait step dialog will only take a top-level container element as target (should be easy enough for SAP to enable, just make sure only object-type attributes are selectable)

So your'e right, create the BOR element in your container, and prior to your wait step just do a container operation to assign the class's BOR attribute to it. It's not perfect, but I often add BOR objects in this way, if only to make workflows visible via Generic Object Services in SAP-standard transactions.

Answers (0)