cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug check function module

Former Member
0 Kudos

Hi All,

I am facing problem in Check function module, Get Parameter is not working in Check function module. Unable to debug it, can any one tell me how to Debug Check Function Module?

Thanks in advance.

Mithun

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The reason why you cannot debug the check function module is that it is actually executed by the workflow system user WF-BATCH.

You could try to set up an external break point for user WF-BATCH, and then launch the workflow.

Regards,

Karri

vijy_mukunthan
Active Contributor
0 Kudos

hi mithun

To debug the function moduel for the portal user. U need to set the external debugging and in the utlitites(M) goto settings in that goto debugging tab in the user name give the portal username. When u execute from portal this is the way to do the debugging.

Regards

vijay

bpawanchand
Active Contributor
0 Kudos

Open the check FM in SE37 Txn and put a Break point in the Soruce Code and try to execute it.

Former Member
0 Kudos

I have done the same thing but execution is not stoping at the break point.

Let me explian the scenario, I am creating Purchage Requisition from Portal, and there is a check function module assigned for BUS2105 and workflow receiver type. I have kept both HTTP external break point and Session break point in the function module. But both are not working.

Thanks,

Mithun

Former Member
0 Kudos

execute it in SE37 in debugging mode with test data.

Former Member
0 Kudos

Before Triggering, enable the System Debugging & Update Debugging and have you session break point at that function module. It will stop.

For Enabling the System Debugging & Update Debugging... Just try to open a debugging session of any program.