Press "Enter" to skip to content

Posts published in “Interface Modeling”

WHINT Proxy FileTransfer

2

Whenever possible, please try to avoid file-based integration (flat or not, going through the file system is not a good integration pattern), see blog post: Avoid using flat files!. However, sometimes…

Decoupling and service-orientation at Amazon

1

Great article about Amazon´s transformation about a decade ago from an online book-seller into a billion-dollar, IaaS/cloud computing leader at API Evangelist It is a clear and direct mandate, issued by Jeff…

ABAP Inbound Proxy: Extended XML handling

0

If you can not differentiate between existing XML tags or empty contents or if you use the CDT (Data Type/GDT based on the Core Data Type) Indicator (with values true/false), you…

ABAP Outbound Proxy: Request Acknowledgements

0

To request System- or Application-Acknowledgements, you have to request them before calling the Outbound Proxy in your ABAP Program: DATA: l_proxy TYPE REF TO z…, acknowledgment_request_details TYPE PRX_ACK_REQUEST_DETAILS, async_messaging TYPE REF…

XSLT Mapping with DynamicConfiguration

0

…without using SAP XML Toolkit:  SAP Note 1731772 All access to complex objects used as parameters or an object on which methods are called should be casted to the proper…

IDoc Monitoring in SAP ERP

0

There is a new transaction to monitor IDocs: WLF_IDOC Available since ECC 6 EHP 7 and via SP also: EHP5: SP10 EHP6: SP07 It provides rich selection criteria as well as…

Monitoring

0

Useful information about: Integration- / Interface- / Message- Monitoring