Skip to main content

Why APPINOUS team?

PO useful links

SAP PI Learning Link
PI node Function:

Format by example(in depth)

Use One As Many (In depth)


Netweaver BPM


File content Conversion (FCC)


Html to CSV using java mapping


Customization of Adapter:


Value Mapping:


SOAP And RFC look UP
http://scn.sap.com/docs/DOC-3805    -RFC Lookup Complete Scenario.


JDBC Look UP



File Look UP



Iflow with extended receiver determination:


XSLT Learning:
Common UDF and Mapping example:

Duplicate file handling with Alerts:

    Customize Email body and subject in Alerts:

   Alerts for Source file adapter issues:

Encryption Decryption Key generation in SAP PI:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide-Encryption-GPG-Creating_GPG_Keys_using_the_Command_Line.html

https://fedoraproject.org/wiki/Creating_GPG_Keys

S/4HANA in 2 Minutes:

Customized Alerts:

Sample File to JDBC scenario:



Converting the flat file to deeply nested xml structure:
https://blogs.sap.com/2013/02/28/simplest-way-to-convert-flat-file-to-deeply-nested-xml-structures-using-java-mapping/

Message Spliting Scenario:


Overview of SAP PI API:


Custom Adapter Module - Sample File Name change Scenario:


PO/PI complete glossary:

Large file split in PI/PO:
https://wiki.scn.sap.com/wiki/display/XI/Optimum+File+Size+for+various+file+scenarios+in+PI++part-2

Comments



  1. It is amazing and wonderful to visit your site.Thanks for sharing this information,this is useful to me...
    http://chennaitraining.in/sap-fico-training-in-chennai/
    http://chennaitraining.in/sap-fscm-training-in-chennai/
    http://chennaitraining.in/sap-grc-training-in-chennai/
    http://chennaitraining.in/sap-hana-training-in-chennai/
    http://chennaitraining.in/sap-hcm-training-in-chennai/
    http://chennaitraining.in/sap-hr-training-in-chennai/
    http://chennaitraining.in/sap-le-training-in-chennai/
    http://chennaitraining.in/sap-mii-training-in-chennai/

    ReplyDelete

Post a Comment

Popular posts from this blog

SAP PI Proxy to JDBC Scenario

Overview: Requirement is to insert/update SAP records in non-sap system’s Oracle Table. To achieve this, we create a Proxy-to-JDBC Asynchronous Outbound Scenario in SAP-PI. In SAPEcc, one ABAP function module is required to extract data from sap-table and pass it to PI-Proxy-structure and invoke the SAP-PI-Proxy. Scenario creation steps:        Scenario is called as SAP-PI’s “Proxy-to-JDBC Asynchronous Outbound scenario”. [I]   Steps in “ Enterprise Services Builder “: Repository objects Create DataType/MessageType for Proxy Structure Here include fields which are required to be fetch from SAP-Table Create DataType/MessageType for JDBC Table Query Operations For example JDBC query DataType would be like as below for Table ‘EmpTable’ Based on our requirement, here can provide different action method as follows INSERT When record insertion into JDBC table is in scope UPDATE When record updation into JDBC table is in scope UPDA...

PI/PO REST Adapter

Hi Guys, Do you look for a way of integrating your SAP PI landscape with other REST services or to publish a REST service yourself using an SAP PI Endpoint? If yes, then this blog could be of interest for you. Do you have already had a look at the SAP PI REST Adapter and its configuration and now you feel “a bit overwhelmed” by the amount of settings? If yes, then this blog is also the right one for you. We have prepared a collection of blog entries for the REST Adapter that shows architectural concepts and configuration of the SAP PI REST Adapter and explain the internal processing steps. We also added some sample scenarios to make it easier for you to understand how your scenario can be implemented using the PI REST Adapter. Let’s get started. The first Blog in this series is about the REST Adapter concept and its configuration capabilities. It is a good ramp-up start for working with the REST adapter. It is called PI Rest Adapter – Don’t be afraid The...