on ‎2008 Jun 09 5:55 AM
Hi,
I want to call workflow when i click on submit button. Please specify which function module i have to call for that . Please provide code if possible.
Regards,
Gurprit Bhatia
Request clarification before answering.
Hi,
I was used following FM to trigger the workflow in my customise BAPI.
call function 'SWE_EVENT_CREATE'
exporting
objtype = 'ZXXXX
objkey = object_key
event = 'CREATED'
importing
event_id = eventid
tables
event_container = event_container
exceptions
objtype_not_found = 1
others = 2.
Regards,
Eric
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.