cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IDOC Error handling using workflow for Inbound process.

former_member125661
Contributor
0 Likes
2,657

I have a custom idoc which I am processing using a custom inbound function module with the help of a custom process code. I have made the config in BD51/bd67/We42/We57and doing the coding in the inbound function module to handle workflow. But i am still unable to get the workflow item in my inbox. I have set my userid in the partner profile as the agent to receieve the workflow.

Is there any other config that needs to be done vis-a-vis workflow ? like..assignement of some standard task,etc etc ? The message type I am using for the IDoc is zWMMBXY .

Pls advice..thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Goto txn SWETYPV, Check the task linkage for

BO-IDOCWMMBXY-INPUTERROROCCURRED.

If task and even are linked, check the Task properties (TS00008009) in PFTC. The task should be classified as a General Task.

former_member125661
Contributor
0 Likes

Arpitha,

Where is the task properties tab in PFTC ? I dont see it. I am using SAP 4.7

Answers (2)

Answers (2)

former_member125661
Contributor
0 Likes

FOund where the error was. I was using WE19's Inbound Function module instead of using Standard Inbound.

BH2408
Active Contributor
0 Likes

Hi ,

In WE42 Function module for the inbound ale,

for the Identification tab enter the FM name and enter more information for the INBOUND FM.

Enter In IDOC PACKET ,

Object type ,End event, -


>standard one

Object type,Start event,End event--->what ever cust.

Regards,

bharani.

former_member125661
Contributor
0 Likes

Seetha,

I have this already..

IDOCPACKET

Object type IDPKWMMBXY

End event MASSINPUTFINISHED

IDOC

Object type IDOCWMMBXY

Start event INPUTERROROCCURRED

End event INPUTFINISHED

Application object

Object type BUS2017

Start event

BH2408
Active Contributor
0 Likes

Hi,

Have u craeted any Task fot this?

Regards,

Bharani

former_member125661
Contributor
0 Likes

I have not created any task for this ? Do I have to ? Can I use the standard task TS00008009 ?

Former Member
0 Likes

Hi Shareen,

You can use th same standard task. To see the agent assigment properties of the task

txn PFTC-> Choose TS-Standard Task->Disply-->Menu-Additiona Data->Agent assignmet->Maintain.

Here you should classify th task as General Task.

former_member125661
Contributor
0 Likes

THis task is classified as general. But still not workitems in my inbox.

Former Member
0 Likes

Did you check the workflowlogs in SWI1?

Check if th wf is gettin created but it is not fining the right agents.

And also verify th partner profil settings to see if your user is maintained as th recepient, just in case.

former_member125661
Contributor
0 Likes

I dont see any workflow log. In the partner profile, I am specifying my user ID for test purpose.I think the work flow is not getting triggered.