former_member201275
Active Contributor
Member since ‎04-07-2008

User Statistics

  • 2,365 Posts
  • 161 Solutions
  • 21 Kudos given
  • 41 Kudos received

User Activity

I have a PUT REST service i.e. I send in the Request part: ID: 10023 STREET: Rose CITY: Trinity POST CODE: 8181 COUNTRY: ABDEF The Response part simply contains the ID field, i.e. if the ID is returned we know it was successf...
I have an RFC in SAP which has 3 import parameters: Person number Street City I have a URL which is something like: https //development.addresses.xyz.net/rest/person/1234 (where 1234 is the person number) The request body of the PUT...
I have an RFC PI Scenario which was working fine. There has been 1 new field added to the Response of the RFC and I have imported the new RFC into our Enterprise Service Builder, and also updated the Message Type and Message Mapping accordingly, howe...
Hi OM Gurus, When I am logged into SAP in language DE (German) and I create a Position then when I look in HRP1000 I see that the position exists in language DE. Then, when I link it to a job i.e. B007 relationship, and I go back into HRP1000 I s...
I have an RFC which makes a call to a REST service. The request of the RFC sends a postcode to the REST service, and in the response body we receive a table of all the employees that work at this postcode. This scenario has been working fine now for ...