cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging Class ZCL_Z_***_DPC_EXT Method ***GET_ENTITYSET

Former Member
0 Kudos

Hello,

I click 'go to ABAP Workbench' in segw and I want to debug the method 'get_entityset', it is inherited from

ZCL_Z_***_DPC. I set breakpoints,  but when I call QUERY Operation URL in Browser,it does not stop and I don't see the debugger.

Do you have any idea, how can I set breakpoints that the abap method 'get_entityset' will be stopped so than I can see the debugger?

Regards

Vladislav

Accepted Solutions (1)

Accepted Solutions (1)

Benedikt3
Participant
0 Kudos

did you set the "extern Breakpoint"(picture with the guy)?

Answers (2)

Answers (2)

SyambabuAllu
Contributor
0 Kudos

Hi Vladislav,

As suggested Mallink,try both the steps in you landscape and also make sure that B-point should be External.

Thanks,

Syam

Erol_CAGLAR
Participant
0 Kudos

thank you, external breakpoint is worked!

former_member184867
Active Contributor
0 Kudos

Hi Vladislav,

Please check the following...

1. Please check if you are setting the break point in the correct client. you can force gateway to enter the specific client by putting sap-client=<CLNT NUMBER> in the query.

Example: /sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/CarrierCollection?sap-client=100

2. If your IWBEP is in different system then check the RFC user name, then you need to set the breakpoint for that use id.

Regards,

Atanu