cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

event triggering for sales document

sukhbold_altanbat
Active Participant
0 Likes
3,229

Hi All,

1) are there alternative approaches that event can be triggered rather than calling FM SWE_EVENT*?

2) There is an object type bus2032 which has an event called CREATED.

Will this event be triggered when Sales document is created successfully in SAP through FM BAPI_SALESORDER_CREATEFROMDAT2 calling from the 3rd party system?

Note: This FM internally calls SD_SALESDOCUMENT_CREATE.

3) What is the main difference in terms of triggering an event when any sales document is created through

- transaction VA01

- BAPI_SALESORDER_CREATEFROMDAT2

Thanks in advance,

Sukhbold

View Entire Topic
Former Member
0 Likes
Former Member
0 Likes

Hi,

You can trigger CREATE event of sales order by using change document .

procedure.

1. execute t.code SWEC

2.find out the change object for sales document

2.give the change object for sales document

3. select the 'create' radio button

4. give event 'CREATE'.

now when u create slaes order 'CREATE' will trigger.

THanks,

prabhu