PI Adapter module filename from payload
Have you ever come across the problem to set the filename in a file receiver scenario dynamically but the standard feature did not suffice? Here is an adapter module to manipulate the filename using parts of the payload of the message or parts of the old filename or even a formatted system timestamp. Oct. 7, 2010
Comments:
3
Rank:
13911
Page Views:
1452 (Stats updated nightly)
Fire and forget during PI message processing
Use the standard jms api to send a message from the mapping runtime or an adapter module to the application servers jms queues. Apr. 18, 2010
Comments:
0
Rank:
13824
Page Views:
1449 (Stats updated nightly)
PI and SAP application server as JMS provider
The SAP Web Application Server can be used as a JMS provider. This article describes how to configure PI to access the queues of a SAP WAS and how to use an open source tool called Hermes JMS to post and read messages from these queues. Dec. 7, 2009
Comments:
3
Rank:
10644
Page Views:
2293 (Stats updated nightly)
PI adapter module RFC by JRA
We create a PI adapter module that calls a ABAP function module to process the messages payload. The function module must accept the message payload and encoding and return the resulting payload and an error text if an error ocurred.
The module uses the java resource architecture (JRA) to call the RFC runtime. This eases transport of the PI communication channel because no module parameters have to be changed in the different stages. Also credentials for RFC connection can be maintained using NWA. Oct. 14, 2009
Comments:
4
Rank:
6777
Page Views:
3628 (Stats updated nightly)