cancel
Showing results for 
Search instead for 
Did you mean: 

Point to Point - Web services - Structure difference

Venkat_Sesha
Advisor
Advisor
0 Kudos

Hi Experts,

I have a scenario where I am using Point to point direct channel and no PO in the middle. the communication is between SAP Banking to SAP CRM.

I have a Structure ZABC in SAP BS and I have structure ZXYZ in SAP CRM. These are proxy generated structures.

All the elements(Fields/components) of Structure ZABC are equal to ZXYZ in CRM.

So I have appended the ZABC strcutture with a new field(Component) ZMAST and in CRM structure ZXYZ also have a new field/component which is called ZBASE.

So when the data is sent from BS to CRM, in the proxy request I dont see the data for the element ZBASE in the SXMB_MONI because they are different field names.

Without changing the structure field name how should it be possible to send the data.

Any Idea? please

BR,

Bhargav.

Accepted Solutions (1)

Accepted Solutions (1)

Venkat_Sesha
Advisor
Advisor
0 Kudos

Thanks all for your responses.

Without using same structures I don't think it is possible. Auto solved.

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi Bhargav,

  • When you use point-to-point connection you will lose the mapping functionality
  • You need add additional field in repository
  • You need generate the proxy in both systems
  • You need to change the outbound and inbound proxy programs in order to get the new field

Check below blog for more details.

Regards,

Praveen.

Venkat_Sesha
Advisor
Advisor
0 Kudos

Hi All,

Can anyone address the question please if you know alternate solutions.

Regards,

Bhargav

former_member186851
Active Contributor
0 Kudos

Bhargav,

Without customization is not possible, or use the same structure in both the sides

Else you can use PI and map the structures.