Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow for LIKP - DELETED event

Former Member
0 Kudos

Hi All

I have created a WF which is triggred whenever an outbound Delivery is deleted.

I have to restrict the WF triggering to certain types on deliveries, so i have used a CHECK FM as well.

Now the problem is, whenevr a delivery is deleted, the event is triggred properly, but the value of the Delivery Number is not passed to the check FM . This results in an error - "Blank access parameter not allowed"

I have checked the bindings of the event container and the WF container. they seem to be fine.

Any pointer as to what could be wrong?

Regards

Ravish

4 REPLIES 4

Former Member
0 Kudos

U have check ur Businees object and Function module....I think u r mapping properly in ur workflow task....

Regards:

Prabu

Former Member
0 Kudos

Hi,

In which method of the BO have you used the CHECK FM ?

Indu.

0 Kudos

Hi

I have used the object LIKP and event "DELETED".

the entry for swetypv looks like this :

Object Category

Object Type LIKP

Event DELETED

Receiver Type WS96000009

Receiver Call

Receiver Function Module SWW_WI_CREATE_VIA_EVENT

Check Function Module /FIR/RF2S0BGS_CHECK_DELIVERY

0 Kudos

Ravish,

If your check FM is in a method that is binded to your task in the workflow, check that binding.

Or,

In your program, first call the check FM. if is it not to be restricted, pass the values to the event container of the receiver FM.

Pass the values from check FM to receiver FM.

Regards

Indu.