Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging Related

0 Likes
526

Hi,

Iam working on SRM. I kept a external breakpoint in "BBP_PD_INV_CREATE" and try to create Invoice .but this Standard FM is not triggering .

What might be issue?

3 REPLIES 3
Read only

naveen_inuganti2
Active Contributor
0 Likes
499

User name that you are using to run this application and external break point user should be same. If not, then apply change in setting to set break point for application user name.

If there is no issue with above, then may some other validations prior to this FM is preventing to reach your FM.

Regards,

Naveen

Read only

0 Likes
499

Thanks for your reply,

Not an Issue with userid...

What kind of validations? As soon as click on invoice it should trigger right?

Read only

Former Member
0 Likes
499

HI ,

Check if BBP_PD_INV_CREATE is called in Update task. IF it is an update task function module then when you are in debugg mode goto Setting ->change debugger profile and tick option update debugging.

Check again with your external break point set.

Thanks ,

Janardhana Ambalpady