cancel
Showing results for 
Search instead for 
Did you mean: 

How Event 'CREATE' gets trigger

Former Member
0 Kudos

hi,

i would like to know how event 'CREATE' gets trigger when i save some documents .

say for example when i save sales order document in 'VA01' how workflow gets trigger backend by help of 'CREATE' 'BUS2032' because if you see the function code for 'SAVE' button in VA01 that will different then BOR event 'CREATE' then how it is getting trigger.

i want to know where is the relationship between Workflow event 'CREATE' and VA01 'SAVE' button.

please help me to out of this .

regards,

durai.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Durai,

For SRM, I can tell you where events are created (BBP_PROCDOC_SAVE --> PERFORM procdoc_wfl_update), but for R/3, I haven't gone to SD for long...

You may post the same question on ERP or ABAP forum.

Rgds

Christophe

Former Member
0 Kudos

Hi Durai,

These events are triggered through ABAP Code: An ABAP FM such as '...CREATE_EVENT..' does it.

Regards.

Vadim

pvanhoove
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

There are many ways to trigger an event. Change document, message control, function or manually. Best thing you can do is to go through workflow menu (SWLD) then navigate to Definition tool --> event --> event creation and make your own idea about this.

Rgds,

Pierre