cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow receiver object key is missing

rajesh_tummala5
Explorer
0 Kudos

I have a IDOC coming in from the SRM system into ECC system and it creates contracts. The message type that is triggered is BLAORD. My requirement was to trigger a simple workflow when the status of the IDOC is 51. my process code BLAO has the following set up. I have created a simple workflow to send an email to certain group of people when BLAORD event INPUTERROROCCURED is triggered. The workflow is triggered but receiver object key is missing when i checked in event trace.

Any ideas what could be wrong here? By the way i am testing this by making the IDOC fail from WE19 tcode and triggering the event.

Thanks in advance.

The binding on the event as below.

The SWEL has the following

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I do not see anything wrong with your screenshot! usually under the Receiver Type tab it shows the WS template which it shows in your case and the 'Object Type' (which is not displayed in your screenshot) and the 'Object Key' which reflects the workitem ID if the Object Type is "WORKITEM". I am attaching a sample screen shot.

rajesh_tummala5
Explorer
0 Kudos

Thanks everyone for the reply.

~Pavan, the object key i am taking about is the object key on the receiver data section. I understand that the object on the event data is the IDOC number and is indeed populated correctly.

Please see the WF instance container screen shot from SWI1. I actually went to SWI1 and hit on display work item and then workflow log and then technical details. looks like the workflow did not go forward.

~Akbar, Looks like my RFC destination having a problem. When i try to reprocess the work item from SWI1, the workitem status becomes error.

Please suggest if i am missing anything here.

anjan_paul
Active Contributor
0 Kudos

Hi,

  yes  workflow destination WORKFLOW_LOCAL_302 not working. check it with basis . Also check in SWU3 proper customization are done or not

Former Member
0 Kudos

Please check transaction SWU3 under the RFC communication. You will find that the configuration is not set. Please configure your workflow settings before deploying it in your organization. Please tell me where you are struggling exactly.

Answers (3)

Answers (3)

anjan_paul
Active Contributor
0 Kudos

Hi,

I think event has object key and it is passed to workflow. can you share screenshot of technical log

bpawanchand
Active Contributor
0 Kudos

Hi,

  I think the object key is already populated , the object key of the BOR is nothing but IDOC number which is of length NUMC 16 and SWEL screen shot looks fine all th thing is it just appended the leading zeros to the 244370.

Regards

Pavan

Former Member
0 Kudos

Can you post a screen shot of the WF instance container (from transaction SWI1)?