cancel
Showing results for 
Search instead for 
Did you mean: 

Using Breakpoint in PPDS Optimizer BAdI

Former Member
0 Kudos

Dear APO Experts,

We are trying to use BADI /SAPAPO/CDPS_OPTDATA in PPDS Optimizer Using Method SET_AFTER_DATA_DOWNLOAD.

When a hard break point is used, BADI just stops at Method GET_VIEW but not at the actual Code/Method area.

It seems we are missing something.

Kindly advise, how we can reach to the actual code location.

Thanks in anticipation.

Accepted Solutions (1)

Accepted Solutions (1)

claire_yang
Contributor
0 Kudos

Hi,

I guess you are using new debugger. You may first switch on deugger by /h, then change to use classic debugger.

In FUNCTION /SAPAPO/CDPS_OPT_DATA_GET, you will reach the BADI implementation method. 

Claire

Answers (1)

Answers (1)

babu_kilari4
Active Contributor
0 Kudos

Hi Shankar,

Just wanted to know - when you say hard break point, you mean an external break point ? or did you write the code BREAK-POINT sy-uname ?  May be you can try this to see if the BADI implementation was done properly or not.

Get back to us if you have any questions.

Babu Kilari

Former Member
0 Kudos

Hi Babu,

Had tried that.Unfortunately didnt work.