cancel
Showing results for 
Search instead for 
Did you mean: 

How to define customer exit class in backendobject-config.xml

Former Member
0 Kudos

Hi All,

I want to use customer exit performCustExitBeforeR3Call of CreateStrategyR3.

I have created an extension for class CreateStrategyR3 and implemented the method performCustExitBeforeR3Call.

According to the dev and ext guide all that then needs to be done is add this object to backendobject-config.xml.

I cannot find the right syntax for this however.

Can anyone provide me the right syntax. And is this indeed all, or am I missing anything else.

Thanks in advance.

Jurjen

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

I wanna do exactly the same thing.

To use customer exit performCustExitBeforeR3Call of CreateStrategyR3.

And everything is clear, theoretically. My problem is I can't find the class CreateStrategyR3

in my backendobject-config.xml.

Yes!

Can anybody help me, please.

regards

Former Member
0 Kudos

Thanks,

That is exactly the syntax I tried.

My problem in the end was not that the syntax was not correct, but that the user exit was not being called in debug mode, that's why I thought I had the wrong syntax.

Jurjen

Former Member
0 Kudos

Hi Jurjen!

Look at pages 153/154 of Develpment and Extension guide and find configuration for standard class - std (change only className parameter). Like this:

<businessObject type="as std type" name="as std name" className="your class with name" connectionFactoryName="as std" defaultConnectionName="as std"/>

Regards,

Ranko