SAP PI ABAP Proxy to JDBC Synchronous Interface Part III
In this part I will show that how to configure integration runtion for abap proxy and PI ID. 4. Configure Integration Runtime4.1 SLD Connection from ABAP to AEX SLDTcode: SLDAPICUST Tcode: SLDCHECK...
View ArticleSAP PI ABAP Proxy to JDBC Synchronous Interface Part IV
At the last part I will show that how to test this interface. 6. TestWe can test the abap proxy consumer in “SPROXY” Or write some abap code to test the ABAP proxy consumer: data: lo_proxy...
View ArticleCreate email with body and attachments for binary payload with Java mapping
Some years ago I wrote a blog about emails with body and attachment with help of the MailPackage structure:XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping In...
View ArticleSigning the request message using Certificates and Encoding the message using...
All of you, once in your PI career would have worked on the integration with Bank scenarios. I have worked on 3 scenarios in a career of 3 years and trust me Bank guys are very stubborn and expecting...
View ArticleImport integration content from SAP HCI Web-UI to Eclipse
In this blog I’m going to discuss how to download the Artifacts from SAP HCI web-UI and import into Eclipse [Developer workbench]. IntroductionWe may get requirements to customize the existing...
View ArticleDynamic File Name in Multimapping - Standard Solution
Fellow SCNers, All of us at one point of time in our career as SAP PO consultants would have have faced a requirement needing multimapping and to go with it a need for dynamic file name after...
View ArticleUsing SAP HCI OData Adapter with SAP HANA Cloud Connector
IntroductionA few months ago I was asked by my team lead Chris Paine to investigate using the HANA Cloud Integration solution to move data to and from SAP and SuccessFactors. He wanted to know how...
View ArticleYes Rest LookUp is possible in PI
Recently we had a requirement where we need to perform a look up for a rest service to obtain the token and then include the same in the future requests.I did not find any document for REST look up in...
View ArticleMaintaining Endpoints in SOAMANAGER
When it comes to exposing certain functionality from SAP using soap protocol, we can either create an interface in PI or generally expose sap backend RFC/BAPI and let other applications consume...
View ArticleSuccessfactor (LMS) Integration with HCM system Using SAP PI
In one of my Project, we had a requirement for Successfactor Learning Management System Integrations with SAP HCM for Curricula data exchanging.The term qualification in SuccessFactors refers to...
View ArticleHana Cloud Integration in comparison to Dell’s Boomi.
Hana Cloud Integration in comparison to Dell’s Boomi. In my previous four (1,2,3,4) blogs I talked about iFlows in Hana Cloud Integration. As we all know HCI is not the only middleware solution that...
View ArticleCopy files without mapping PI 7.4 java Only (Copy files without changes)
On many occasions we copy files from one application to another without changes, so we do not need mapping, and these files can be any type. For such cases, we create false interfaces as shown in the...
View ArticleHow easy to get started on HANA Cloud Integration
After working more than 4 years in SAP's mobile solutions at this point of my career I feel a bit saturated. I find it difficult to plan my career ahead as I am confused on what I should update myself...
View ArticleUsing EGit for Java source code management in NWDS
IntroductionJava developments are becoming more common as PI/PO moves to single Java-only stack. Pure Java mappings and adapter module developments are commonplace these days to tackle the myriad...
View ArticleAdapter overview PI / PO 7.31 (7.4)
Ever wished yourself a central list with most details about the standard adapters available for PI / PO? Here it comes ... Comments and improvement proposals are welcome... Rename the file to .pdf to...
View ArticleINT111 Best practice for SAP Integration
I am looking forward to hosting the best practices session I have previously announced.I have been working with SAP PI/PRO for over 10 years, and have learned quite a bit about what to do when it comes...
View ArticleMy session picks for SAP Teched Las Vegas
I’ve gone through the list of this year’s SAP TechEd Las Vegas sessions, and I’ve compiled a list of the most interesting ones (from an integration perspective). I hope to attend as many as possible,...
View ArticleXML Extended Handling - Function module to build CONTROLLER table
INTRODUCTION Sometimes, when dealing with synchronous interfaces, you need your proxy implementation to return optional fields even if they are initial. It can be done activating XML Extended...
View ArticleAnonymous logon for SOAP Adapter
I would like to present a new way of accessing the SOAP Adapter with anonymous logon without changing the adapter configuration itself or without using any kind of header rewriting. With the use of a...
View ArticleDynamicConfigurationBean in SFTP receiver adapter
Using DynamicConfigurationBean with variable substitution to rename file in receiver SFTP adapter.Overview:Dynamic configuration parameters can be used to modify the filename, path and other parameters...
View Article