Jun 27, 2014

SAP PI Tutorials & Blogs

Links to various helpful posts on SAP PI on SCN n other sites.

Process Integration (PI) & SOA Middleware-SCN
http://scn.sap.com/community/pi-and-soa-middleware

B2B Integration with SAP Process Orchestration
http://scn.sap.com/community/b2b-integration

Mapping Trace in SAP PI 7.31 Single Stack
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/09/18/tracing-in-sap-pi-731-single-stack

B2B Add-On and Secure Connectivity Add-On
http://scn.sap.com/community/b2b-integration/blog/2014/04/18/sp3-released-b2b-add-on-and-secure-connectivity-add-on

HowTo - Send Test Messages to the Adapter Engine (to an Integrated Configuration)
http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/02/17/howto--send-test-messages-to-the-adapter-engine-to-an-integrated-configuration

B2B Add-on SP3: AS2 Log Viewer
http://scn.sap.com/community/b2b-integration/blog/2014/04/23/b2b-add-on-sp3-as2-log-viewer

Manual verification of certificate chain of trust
http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/06/25/manual-verification-of-certificate-chain-of-trust

Dynamic Routing in SAP PI 7.31
http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/02/25/dynamic-routing-in-sap-pi-731

Adapter Module: ReplaceString
http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/04/11/adapter-module-replacestring

"AddSOAPHeaderBean" module
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/11/22/addsoapheaderbean-module

ABAP Proxy Protocols: Use Cases and Examples
http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/10/19/abap-proxy-protocols-use-cases-and-examples

SAP NetWeaver PI 7.1(EHP1) and PO 7.3(EHP1) in Retrospect
http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/05/21/sap-netweaver-pi-71ehp1-and-po-73ehp1-in-retrospect

Request/Response Bean for IDOC_AAE adapter
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/03/25/requestresponse-bean-for-idocaae-adapter

PI 7.3  - XML Validation
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/07/25/pi-73--xml-validation

Creating File Name from Mail Attachment using Standard Beans
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/04/02/creating-file-name-from-mail-attachment

All about XSL Languages:
http://www.w3schools.com/xsl/xsl_languages.asp

SAP NetWeaver : SAP PI (Process Integration) Overview
http://www.architectsap.com/blog/sap-netweaver/sap-pi-process-integration-an-integration-platform/

Basic things you need know about PI
http://aspireopenmic.com/2012/02/14/pi101-basic-things-you-need-know-about-pi/

Video Tutorials:-

WHAT'S NEW IN SAP NETWEAVER PROCESS INTEGRATION 7.3

SAP PI - FILE to IDOC Scenario

Jun 18, 2014

Forbidden message in ADS connection test

I face this issue and found the exact solution to fix it.

Error- ADS status Status HTTP Response 403

Solution- 

Open your Visal Admin and to go Security provider and choose the Policy Configuration "com.sap/com.sap.engine.services.webservices.tool~wsnavigator". 
Select the tab "Security Roles". The applied security roles for WSNavigatorRole is most likly "administartors". Please change this to "all" if you want that everyone can at least call the wsnavigator application or restrict it by other criterias, BUT make sure your adsuser can access it! Change your changes

Now test the ADS RFC Connection from SM59. It should work now.


Jun 2, 2014

Commonly Used Transactions for EDI Support

Transaction               Function
 IDOC Maintenance
 WEDI                      SAP Easy Access - EDI and IDOC Basis
 WE02/05/09             Change/Display/Search IDOC
 WE07                      IDOC Statistics (IDOCs in Error)
 WE19                      Inbound IDOC Testing Tool
 BD87                       Process IDOC
 Business Documents  
 VA03/02                 Display/Change Sales Order
 VL03/02N               Display Outbound Delivery
 VF03/02                  Display/Change Invoice  
 Master Records
XD03                      Display Customer Master Records
MM03                     Display Material Master Records
XK03                      Display Vendor Master Records
VD53                      Customer Material Information Records (CMIR)
 Electronic Business Support
 WE20                      Electronic Trading Partner Profiles
 WE21                      Define SAP IDOC Ports
 VV12/22/32             Edit Sales/Shipping/Billing Output Condition
 SAP Data
 WE60/62                  SAP Data Dictionary
 SM30                       SAP Table Maintenance 
 CUNI                       ISO Units of Measure
 SE16                        View Table
 ABAP and Scheduled Jobs
 SM37                       SAP Job Log
 SE37                        Display Function Module
 SA38                        ABAP Program Execution
 EDI development
WE31                       Idoc segments
WE30                       Idoc types
WE81                       Message types
WE82                       Idoc type/message
WE31                       Outbound process code
BD51                        ALE attributes
WE57                       Message/application object
WE42                       Inbound process code

How to change Transport request from Released to Modifiable

Step 1: Go to SE38 – Execute Program RDDIT076.  Step 2: Give your released requests number and execute again. Step 3: After executing, yo...