Tag: ABAP

Fetch SOAP web service call with deep structure in ABAP [Part III]

Fetch SOAP web service call with deep structure in ABAP [Part III]

Fetch SOAP web service call with deep structure in ABAP [Part III] This will be the last article that concludes the blog about fetching web service calls with deep structure into ABAP. Here we will review the ABAP code used to fetch the data into internal tables. If you haven’t read the 2 previous articles, […]

Fetch SOAP web service call with deep structure in ABAP [Part II]

Fetch SOAP web service call with deep structure in ABAP [Part II]

Fetch SOAP web service call with deep structure in ABAP [Part II] Below is my second article out of 3 for fetching web service calls with a deep structure. In this article, I will show you how to create a simple transformation that can be used in ABAP for fetching XML data. If you haven’t […]

Fetch SOAP webservice call with deep structure in ABAP [Part I]

Fetch SOAP webservice call with deep structure in ABAP [Part I]

Fetch SOAP webservice call with deep structure in ABAP [Part I] Here is a step by step guide on how I retrieve data from a SOAP web service in ABAP for storing data in an internal table.  This project was created on SAP BW 7.40 SP17. . The first article below will be about checking the […]