this is a synchronous scenario. GET operation calls a sender REST. The value in url is passed to the RFc and RFc should return the informatipon
http://host:port/RESTAdapter/Hub/Employee/<employeenumber>
and this should pass the employee number of the employee to RFc and fetch data from the ECC
My scenario works fine, if I hard code the employee number in message mapping.
Employeenumber will be added at runtime
I have attached the screenshot of the code and I have given Employeenumber and http://sap.com/xi/XI/System/REST. as inputs to my code
The issue is that it is not getting passed to the target field in RFC during mapping