cancel
Showing results for 
Search instead for 
Did you mean: 

Debugger is not getting set in enterprise buyer for the vendor.

Former Member
0 Kudos

Hi experts,

i have one user in my SRM server , and i have added a code in the BADI ROS_BUPA_DATA_CHECK to add one pop-up as per my requirement,

it is working properly,

but when i set debugger on this badi and when i login into the enterprise buyer , debugger is not stopping at the place where my code is getting execute even though that pop-up is coming that means the code is executing properly.

is there any roles require for the user to enable debugging option.

the user is not having all the roles since it's a VENDOR who will submit the bid.

when i set debugger the information message is comming at the down indicating that debugger is set for the user XXX , still it is not stopping there.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You have to set up external debugging and you should get a message "external debugging set for user XXXXXX". Make sure this is the same user from which you log on to frontend.

cheers

Iftekhar

Former Member
0 Kudos

ya i am getting that message and login user is also same.

khan_voyalpadusman
Active Contributor
0 Kudos

can you please check the client where you are setting up the debug point

ROS system and SRM system are two different clients

SRM system will call the ROS system through OPI

khan_voyalpadusman
Active Contributor
0 Kudos

are you sure about the system where you are setting the debug point?

SRM and ROS systems are both different clients.

which scenario of ROS are you using?

if you are using SRM and ROS in different clients -> SRM will call ROS system for the supplier screening and other follow on process..

Former Member
0 Kudos

i have my code in SRM , not in ROS and i am using SRM server only.