cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing from Request to response interface using UDF

rakheedajee
Advisor
Advisor
0 Kudos

Hi,

Need your assistance on a scenario.

1. User searches for a Business Partner ID.

2. We have the Request and Response Interface. The Business Partner ID exists on the Request interface however not on the Response interface.

3. The requirement is that the Business Partner ID needs to be returned on the response interface.

Uisng standard CRM interfaces: BusinessPartnerCRMElementsByElementsQuery_sync

Is there a way using user defined functions to parse the Business Partner ID from the Request Interface to the Response interface?

Kind Regards

R

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

Hi,

Try this: [Usage of Dynamic Configuration in Synchronous Scenarios|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18151] [original link is broken] [original link is broken] [original link is broken];

- Praveen Gujjeti

rakheedajee
Advisor
Advisor
0 Kudos

Thanks Praveen. We have used Dynamic Key Configuration in the UDF.

I have awarded you points.

Cheers

R

former_member181985
Active Contributor
0 Kudos

Glad to hear

stefan_grube
Active Contributor
0 Kudos

> Is there a way using user defined functions to parse the Business Partner ID from the Request Interface to the Response interface?

No, this is not possible. You have no access to request message when you do mapping for response message.