cancel
Showing results for 
Search instead for 
Did you mean: 

How to extend functionnalities

Former Member
0 Kudos

Hi guys,

I'm new to SOA and i'm trying to see how I could extend an ES functionality without changing its core. All I want to do is add a few fields to the existing structure and have those fields posted.

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Steven,

there is a guide which describes how you can extend functionality of a service.

Basically its done via appending of a structure to the service message (only as optional fields) and implementing the Service-Specific-BAdIs for Input- and output-mapping and a post-processing BAdI.

Within these BAdIs you can implement the handling of your added fields.

For more details you can have a look at the [Guideline|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0bb5687-00b2-2a10-ed8f-c9af69942e5d].

Hope this helps,

Justus

Answers (0)