Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Messages to get into Workflow

Former Member
0 Kudos

Hi,

I am using a function module Z_idoc_delins_start,in this function module we are generating some messages .How to pass this messages to workflow?and some messages directly comes from T100 table.some messages we r describing in function module.

please help me out.

Regards,

Praveena

1 REPLY 1

Former Member
0 Kudos

Hello ,

In your Function module which raises messages , raise an event . Your workflow task should listen to this event . So whenevr there are messages to be passed raise this event . In the event-wrkflw interface you pass on the messages to your workflow container .

Hope this helps.

Sampada