Skip to main content

Posts

Why APPINOUS team?

Recent posts

How to get Live Chat Help For Your Page?

How to integrate My live chat software with google Sites? 1. Login to  Google Sites  account and open your site. Click  "Embed URL"  option on the top right hand side. 2. Copy MyLiveChat  Non-Javascript Link  code from "https://mylivechat.com/dashboard/config_chatnoscriptlink.ascx" and add it to URL field. 3. Double-click the link to change the title of the link. Save and test it on your site now. 4. If you want to use chat image button, please click on the "Images" option on the top right hand site. Add url "https://s8.mylivechat.com/Customization/Template/ButtonOnlineImage_1.gif" for the image, or any image url you want. 5. Click on the "insert link" menu of the image and add the Non-Javascript Link URL as step 3 for this image. 6. How the chat looks like on your site? Preview What's next? To start chatting with your customers,  install desktop agent console  or  use web agent console . ...

CodePad

CodePad Documentation Use the below links to download CodePad: Download from dropbox Direct Download supports more than 40 languages best XML view easy CMD operations 10000+ English word suggestion Java,HTML,XML keywords and class name suggestion list customized suggestions Spell checker

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...

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...

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...

PO useful links

SAP PI Learning Link PI node Function: http://saptechnical.com/Tutorials/XI/NodeFunctions/Page1.htm Format by example(in depth) http://saprainbow.com/sap-pi-mapping/collapsecontext-and-formatbyexample-to-convert-flat-structure-to-tree-structure/ Use One As Many (In depth) https://wiki.scn.sap.com/wiki/display/XI/Explain+node+functions   http://saprainbow.com/sap-pi-mapping/useoneasmany-explained-in-easy-exampl/ Netweaver BPM http://scn.sap.com/docs/DOC-28803 http://scn.sap.com/docs/DOC-60042 - BPM Example File content Conversion (FCC) http://saptechnical.com/Tutorials/XI/Contentconversion/page1.htm http://help.sap.com/saphelp_srm40/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm Html to CSV using java mapping http://scn.sap.com/community/pi-and-soa-middleware/blog/2016/02/28/conversion-of-html-wrapped-excel-file-into-csv-file-using-java-mapping-in-sap-pi-731 Cus...