cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing BSP with POST method

Former Member
0 Kudos

     Hi Experts. I want to access some BSP pages with POST method. If I use $.get( "/sap/bc/bsp/ztest/service1") everything works perfect. I have put break point in Application class IF_BSP_APPLICATION_EVENTS~ON_REQUEST method. And when I call with 'get' method - it stops on break point. In case I use post instead of get I am not able to catch that break point. But on network panel see that request was called and  status is 200, it returns some html data ('Your request is being processed'). Hope someone could explain me what is the reason of such weird behaviour of 'post' method and explain how to fix it?

Accepted Solutions (1)

Accepted Solutions (1)

leonardo_pavia
Participant
0 Kudos

Hi, I have the same issue, did you fix it?

Thanks

Former Member
0 Kudos

Hello Leonardo. Yes, issue is to fill url like this: /sap(====)/bc/bsp...

leonardo_pavia
Participant
0 Kudos

Great tip Pavlo, it's worked perfectly for me.

Thanks.

Answers (0)