Application Development 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: 

Start ABAP Debug in Web Services Application - won't take non-Dialog user

Former Member
0 Kudos

Hello all. We are trying to Replicate Employees from SuccessFactors to SAP ECP/ERP with a delivered integration from SAP, but we''re having trouble interpreting some of the errors we're getting in the Application Log

As shown in the Web Services Utilities Message Monitor - our message is successfully Delivered - we would like to set a break-point in Class CL_PAOCF_EC_EE_MDR_IMPL and run our test. Unfortunately we have to use a Technical User in our middleware connector to consume the Service (to connect to the Java Application Server?) and setting External Breakpoints or enabling Debugging in SICF will only permit Dialog users. Does anyone know how we can run our Web Service and invoke an External Breakpoint in our application posting Class?

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Keith,

What is the "user type" for this user? In our system we have the user for the middleware defined as "Service type" and external debugging is possible with that user.

BR,

Suhas

PS - Read the documentation of the data element XUUSTYP for further details.

3 REPLIES 3

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Keith,

What is the "user type" for this user? In our system we have the user for the middleware defined as "Service type" and external debugging is possible with that user.

BR,

Suhas

PS - Read the documentation of the data element XUUSTYP for further details.

Former Member
0 Kudos

Thanks Suhas - we have made a Type B "System" user as our SAP Guide told us explicitly to do. Type A Dialog we tried earlier and had issues. We will give Type S "Service" a try

Former Member
0 Kudos

Thank you Suhas.