cancel
Showing results for 
Search instead for 
Did you mean: 

Fatal Error While passing Decision Point

former_member184335
Participant
0 Kudos

Dear Experts,

I have an issue where I am getting the below error message while passing the Decision Point (DP)

Could you please help what could be the possible reason behind this ?

No Constraints are there for this decision point. thanks in advance for the help.

Regards,

Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

judith_gabriel
Contributor
0 Kudos

Hi Anil,

you are receiving the error-message when trying to open the decision point in detail?
When "yes" - then you can set a breakpoint at:
/RPM/CL_DECISION_POINT_API, method /RPM/IF_PROVIDER_ACCESS~RETRIEVE

and

CL_RPM_DECISION, method GET_ATTRIBUTES

Best regards,
Judith

former_member184335
Participant
0 Kudos

Dear Judith,

Thanks for your reply, this error message I am getting when I am trying to actualizing the decision point, not opening the decision point.

I am small knowledge in technical terms.

Regards,

Anil

judith_gabriel
Contributor
0 Kudos

Dear Anil,

have you implemented BAdI /RPM/EX_OBJ_API_SERVICES_BADI?

The message "/RPM/COMMON_SERVICE 008" (Error occurred in handling of the object) is coming
from one of the following class/method when changing an attribute in the decision point and press
enter:


class: /RPM/CL_SERVICES, method MODIFY
class: /RPM/CL_SERVICES, method QUERY


You can set a breakpoint at both methods and check the result.

Best regards,
Judith