Hi Experts,
Need you inputs regarding the following concern as we are completely lost..![]()
We have a workflow which is being triggered when the idoc status changed from 64 to 53 and its; triggered via some custom event. We do not have idea regarding the exact triggering point of that custom event and we need to know that for some requirement.We have checked SWE3 and No receiver Custom FM or anything is there, Also, we checked the inbound process code but there also no code is written to create the event for the scenario. We debugged the standard code while changing the status but agin no good luck.
we have the following cod epiece within process code,
if status-status eq ABC''.
workflow_result = '0'.
return_variables-wf_param = 'Processed_IDOCs'.
return_variables-doc_number = idoc_contrl-docnum.
append return_variables.
can the above set worlflow result can trigger that evet ?
Are we missing something ? Is there any other tcode or place/ configuration where we should search for the place ? How can we know exact place where that custom even of that particular code is trigger .,can we do the where used of a particular event for a custom BOR ?
Thanks in advance and waiting for your vauable feedback.