Press "Enter" to skip to content

Posts published by “akiwon”

First Teach BIT900 (HCI) in Walldorf

0

Finished the first teach of SAP Training BIT900 (SAP HCI Introduction) in Walldorf today! Received good feedback from the participants, many exercises for practicing 🙂 I will teach next time at…

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…

SAP HANA Cloud Integration (HCI) / Info

0

Your first steps – find basic information about SAP HCI (PI) SAP Help Developer Guide Public Integration Content Catalog HCI Tools SCN Landing Page Apache Camel Enterprise Integration Patterns

WHINT MessageVolume Report for SAP Process Orchestration

2

Functionality This solution reads the performance data of each Process Orchestration Adapter Engine and creates a report (monthly/weekly/daily) with the message volumes per Interface: Each Interface can be assigned to an…

WHINT DynamicConfiguration Writer

2

Functionality This Adapter Module is able to set the value of a Dynamic Configuration (DC) value, also known as Adapter Specific Message Attribute (ASMA). You can build the name by…

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…