cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic configuaration

Former Member
0 Kudos

Hi all,

whatz Dynamic configuaration of adapter...

regards

joshi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

Please see the below links

/people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1

/people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address

Dynamically sending a mail to the PO creator using XSLT- ABAP Mapping - /people/rahul.nawale2/blog/2006/11/01/dynamically-sending-a-mail-to-the-po-creator-using-xslt-abap-mapping

Dynamic configuration in adapter modules - /people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules

Dynamic Configuration of Some Communication Channel Parameters using Message Mapping - /people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

Regards

Chilla

former_member201264
Active Contributor
0 Kudos

Hi nitesh

One of the Dynamic cofiguaration of adapter as I know is that to get the receiver business system at run depending on the particular field in a given data type.

For example,

If FieldName is IND, then route the message to the india (say) by selecting the business system (say) BS_INDIA .

If field1 is USA , then route the message to the United States of America (say) by selecting the business system (say) BS_USA.

You may use ABAP mapping to select the Business system at run.

regards

sreeni

bhavesh_kantilal
Active Contributor
0 Kudos

Sreeni,

This is not Dynamic Confiuration of Adapters . It is refeered to as Logical Routing /Conditional Receiver Determination.

Regards

Bhavesh

Former Member
0 Kudos

Hi,

Dynamic configuration is used when the parameter(s) of the adapter cannot be determined at configuration time. But, rather, determined during runtime. For example, the filename is determined based on the content of the message being processed at runtime.

Different adapters have different parameters that can be dynamically configured. Using the file adapter as an example, you can reference the URL below, under the Variable Substitution section:

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm

Regards,

Bill