cancel
Showing results for 
Search instead for 
Did you mean: 

In BI-IP How to debug Fox formula

Former Member
0 Kudos

Hi,

I have created Fox formula in BIIP. I want to stop execution at begining of Fox formula code.

To stop execution,

1) i have put BREAK-POINT statement at begining of code however execution did not stop

Kindly suggest any specific setting/configuration is required to stop break-point in BI-IP.

Thanks,

Mitesh.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks everyone for your reply.

Now i am able to stop break point in FOX formula. I have called function module inside FOX and put break point inside this function module.

it is perfectely working.

Thanks,

Mitesh.

Former Member
0 Kudos

Hi.

The simpliest way is using MESSAGE statement.

It will show you the values of a variables during function execution.

Regards.

Former Member
0 Kudos

Hi,

does the user you're executing the planning function with has the authorization for ABAP debugging?

Best regards,

Volker

Former Member
0 Kudos

Hi,

Thanks for your quick reply.

Yes, i have access for debugging. I am checking above thing using my ID only.

Regards,

Mitesh.

Former Member
0 Kudos

Hi,

maybe you have to clear the portal cache to access the new coding. You can use function module RSWR_CACHE_INVALIDATE without any parameters.

Regards,

Volker

Former Member
0 Kudos

Hi,

please check e.g.

Best regards Matthias