‎2013 Dec 18 7:10 AM
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?
‎2013 Dec 18 7:20 AM
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
‎2013 Dec 18 8:53 AM
Thanks for your reply,
Not an Issue with userid...
What kind of validations? As soon as click on invoice it should trigger right?
‎2013 Dec 18 9:32 AM
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