Change History (Reuse Library)

In the previous article, we learned, how to embed a change log in the custom business object. Here we are going to learn, how to capture the same in the ABSL scripting. Change History is a SAP reuse library, which contains a function that you can use to retrieve data from a supplied Business Object and its nodes that were changed during the given period based on the Platform Change Document serviRead More…

Sending Document via SOAP

What is SOAP
SOAP (Simple Object Access Protocol) is a messaging protocol that allows programs that run on disparate operating systems (such as Windows and Linux) to communicate using Hypertext Transfer Protocol (HTTP) and its Extensible Markup Language (XML).
What is SOAPUI?
SoapUI is an open-source web service testing application for service-oriented architectures (SOA) and representational stRead More…