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 ...
Thank you for this link. Actually I already have this and have built a number of GET REST services using this logic however this doesn't work with a PUT service unfortunately
Hi Alex,Thank you for your reply.ERP is not being updated. When I go to the message monitor i open the message and I can see all the entries there. However the RFC in ERP has only 1 entry. The mapping is working fine, I tested this and it works.I'm s...
Hi Sandra,Sorry, you are correct!In the LSMW, in my recording I use transaction PP02, I enter a position number, then the infotype 9055, and hit "enter". I get then the same screen as in the screenshot above, except that at first the "PC" and "Grd.Ad...
class ZWB_CL_TRDIR definition public final create public .public section. class-data: GT_TRDIR type table of TRDIR . methods CONSTRUCTOR importing value(IM_USERID) type SY-UNAME value(IM_R) type BOOLEAN . class-methods CREATE_IN...