Hello,
I am using the HTTP client operator to make an HTTP POST call to a URL. As part of this POST call, I need to pass the following details in the Message Generator function:
1. Authorization - Basic, Username and Password (which is passed in ...
Hello,
I need to make a HTTP GET call to a REST Endpoint. The URL has 2 dynamic parameters - Start Time and End Time which needs to be passed. REST Polling allows me to only pass 1 incremental token in the URL. How can I pass 2 dynamic parameters t...
Hello,
I have created a CDS view (join on BKPF and BSEG) and exposed as OData service. When I do a GET call, I am successfully able to get the details. However the header details from BKPF gets repeated for each section of the JSON. How can I ensur...
Hello,
I would like to know how to call REST Endpoint (HTTP POST) where I need to pass the Body as x-www-form-urlencoded with the following parameters - grant_type, username, scope and password. I have tried this in POSTMAN and works perfectly f...
Hi - I am facing an issue when using SAP PI Directory API AdapterMessageMonitoringVi. When I call the method GET_MESSAGE_LIST from ECC system, passing the FromTime and ToTime, the service returns the following error:SOAP:1027 SRT: Serialization / D...
I guess I replied too soon :). I have figured out the issue. Basically for set_data, I need to set only the required number of entries supported per page (as per page size), but for set_total_number_of_records, it should be the total number of reco...
@Ramjee_korada I did do exactly the same thing which you suggested, but it does not seem to work.In the below code snippet, lv_top gets a value of 20, but i_header has more than 20 entries. This causes a problem when the control moves out of the cla...
@Ramjee_korada - I have run into another issue now related to Pagination. My list report is unable to display more than 20 records. On debugging, I found that the get_page_size method returns 20, and if I try to display anything more than 20 record...
@Ramjee_korada : Hi Ramjee - I was able to solve the problem of item data not getting displayed. Thanks much for this blog - was a great learning. However I am now facing another issue: Before displaying the header details in the list report, I ca...