on ‎2008 Jan 16 10:42 AM
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
Request clarification before answering.
Check this link this will be of help
http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b458453d11d189430000e829fbbd/frameset.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 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.