cancel
Showing results for 
Search instead for 
Did you mean: 

Debug BPS web application interface

Former Member
0 Kudos

DEar All,

Would you please let me know how to active a debug in a BPS web applicatin interface.

I heard that something could be done under transaction se80, but what ?

Many thanks for your big help !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You have to activate HTTP Debuging.

Use transaction SICF to activate it.

Best Regards,

Suan Liono

Former Member
0 Kudos

Many thanks,

What should I put in the Path fields of the pop up Activate Debugging for user.

Hereafter my interface web adress.

http://chbgs162.gva.data:3650/sap(bD1lbiZjPTYwMCZkPW1pbiZ3PTIzODAwMDAr)/bc/bsp/sap/z_wkfl_cycle/Z_wk...

Former Member
0 Kudos

When I put the adress http:// ......

I got the folowing error message ????

URL has no service definition assigned

Former Member
0 Kudos

Hi,

Here are the steps for activating the debugging,

The <b>B</b>usiness <b>S</b>erver <b>P</b>age name is same as the name of the web interface

Goto SE80 on the left side dropdown select BSP application and give the name of the BSP = interface name.

Click on utilities->settings select tab ABAP Editor. Within this there are 4 tabs select the last one named Debugging. Select the check box named Actv and key ur user name (it should default to it). Hit Ok.This step is little diff depending on the WAS version.

Click the display icon on the left side this will display the componenets of BSP. In the tree open the node Pages with Flow logic. There will be a component called PM_PAGE.HTM double click on it. Click on a line that's executable (blue) and then click on the STOP button on the application toolbar.

This should do the job. let me know if you need more information

thanks

Former Member
0 Kudos

Wonderfull !!!!

Many thanks, it's great !!!

Other Question .

If I want to debug function module associated to bps variable or fox formula ....

With the solution that you explain, debug mode should it work also for abap code call through the web interface ?

Thanks

Former Member
0 Kudos

Hi,

Yes this will work for any call to ABAP from GUI or web. For debugging the function do this:

Execute the web interface you will reach the debugging screen if you have set a break point as per the earlier post. On the debugging screen click on breakpoint->Breakpoint at->Function Module key in the function module and click on save. then the execution will stop whenever the function module is called.

thanks

Answers (0)