on 2024 May 10 9:19 AM
Hello experts,
I´m trying to find some tool or option how to find all trigger points in abap coding where is workflow starting.
we tried to create a loggin for slg0/slg1 at the first step of the workflow, but the information about the program/function are lost at the moment the workflow is started.
could you please help with it?
Request clarification before answering.
Hi
Most of the standard workflow starts with events.
Those events can be send in differents ways :
- Coded within sap programs (like the BUS2012 RELEASEDSTEP )
- From modification document (check transaction SWEC)
- From status (like status of an Internal Order, QM notification ... ) Check transaction BSVW
- From Message (NACE output) or BRF+
- For HR (SWEHR1 & SWEHR2 SAP & SWEHR3 Client)
So if you want to know if an event is started when something happen (when you create something or modify something) you should start the event trace (SWELS) do you action then check the trace (SWEL)
Do not forget to turn off the trace after
I hope this helps
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.