Wiki source code of GET Invoice - SAP S/4HANA

Last modified by Erik Bakker on 2023/01/30 13:43

Hide last authors
Erik Bakker 2.1 1 {{container}}
2 {{container layoutStyle="columns"}}
Erik Bakker 34.1 3 (((== About ==
Erik Bakker 31.1 4 With the help of this store item, you can easily perform a GET Invoice operation within the SAP S/4HANA system with the help of eMagiz. This store item provides the needed logic, authentication, and definitions to execute the GET Invoice call. Note that Basic Authentication connectivity is used to connect to SAP S/4HANA’s REST API.
Erik Bakker 4.1 5
Erik Bakker 7.1 6 == Documentation ==
Erik Bakker 4.1 7
Erik Bakker 7.1 8 ==== 1. How to use====
Erik Bakker 31.1 9 With the help of this store item, you can easily perform a GET Invoice operation within the SAP S/4HANA system with the help of eMagiz. This store item provides the needed logic, authentication, and definitions to execute the GET Invoice call. Note that Basic Authentication connectivity is used to connect to SAP S/4HANA’s REST API.
Erik Bakker 2.1 10
Erik Bakker 7.1 11 ==== 2. Keynotes & restrictions====
Erik Bakker 2.1 12
Erik Bakker 29.1 13 * Note that the eMagiz user must have an SAP S/4HANA environment for the Basic Authentication connectivity to successfully connect.
14 * All responses from SAP S/4HANA can contain null values for fields that are not filled in. These fields are removed with an XSLT Transformer and then validated against the response system message. eMagiz users should take note that after this transformation, all attributes are transformed to String types. This means that further transformation is required before passing the gateway message validation. Especially Integers, Decimals, and Enumerations should be transformed, but also Booleans and other non-string types.
15 * To test out operations, an API key header can be added for a sandbox environment. This allows for extensive testing with demo data through SAP Business Hub.
Erik Bakker 34.1 16 * For more information on the SAP S/4HANA API please check out the following [[link>>https://api.sap.com/package/SAPS4HANACloud/all||target="blank"]].
Erik Bakker 3.1 17
Erik Bakker 7.1 18 ==== 3. License Information====
Erik Bakker 15.1 19 Part of the standard license agreement as agreed upon when using the store for the first time.
Erik Bakker 2.1 20
Erik Bakker 10.1 21 ==== 4. Relevant eMagiz Academy Microlearnings====
22
Erik Bakker 35.1 23 * [[REST Webservice Connectivity>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.REST Connectivity.WebHome||target="blank"]]
Erik Bakker 10.1 24
Erik Bakker 34.1 25 //Would you please consult the privacy policy of eMagiz at the following [[link>>https://www.emagiz.com/privacy-policy/||target="blank"]])))
Erik Bakker 2.1 26
Erik Bakker 11.1 27 ((()))
Erik Bakker 2.1 28 {{/container}}
29 {{/container}}