cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone help me out in answering these questions asap ????

Former Member
0 Kudos

1.What steps required to configure a scenario?

2.Types of mapping

3. which all configurations you need to do in R/3

for an Idoc to file scenario

4. How to configure JDBC Adapter(Sender & Receiver)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Andy

1. Steps required for configuring scenario:

a. Sender aggrement: In this step you choose interface corresponding to communication channel.Tis is responsible for triggering the scenario.

Note: There is 1:1 relationship between interface and channel.

b. Reciver Determination: In this step you choose reciever service which is to be triggered. Define interface determination by choosing appropriate interface and mapping.

c. Reciever aggrement: This is reverse of sender aggrement.

2. Types of mapping:

This blog will xplain you different types of maapping and implementation of 1:n mltimmapping with BPM.

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

4. For JDBC

for configuring sender jdbc adapter.

http://help.sap.com/saphelp_nw2004s/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/frameset.htm

for configuring recievr jdbc adapter:

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

Regards

Piyush

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

<i>1.What steps required to configure a scenario?</i>

Are as follows:

Before doing following Steps, you need to assign the Business System, created in the SLD to the Configuration Scneario. If you do not have Business System, create Business Service and assign the same to the Scenario. If you are creating Business Service, make sure that you have explicitly added Inbound/Outbound Interfaces to the Sender and Receiver Tab exists in the Business Service Screen . Then create Sender Communication Channel and Receiver Communication Channel.

a) Sender Agreement- Assigning Sender Communication Channel with the Sender Interface

b) Receiver Determination - Identifying Receiver for the Sender System

c) Interface Determination- Assigning Interface Mapping and Configuring Inbound Interfaces

d) Receiver Agreement- Assigning Receiver Communication Channel to the Receiver/Inbound Message Interface

If you have Integration Process in your Scenario, then go thru following Link for more-

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

<i>2) Types Of Mapping</i>

It is dependent on the complexity and the Business Requirements.

As there 4 ways to do Mapping.

1) Graphical/Message Mapping- using XI Graphical Tool

2) Java Mapping- Need to do externally and Import the JAR files into Imported Archives- Used if the Mapping is complex

3) XSLT Mapping- Need to do externally and Import the XSL files into Imported Archives- Use external editors like XMLSpy etc

4) ABAP Mapping - Import the ABAP class created.

<i>3. which all configurations you need to do in R/3

for an Idoc to file scenario</i>

Refer /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm

<i>4. How to configure JDBC Adapter(Sender & Receiver)</i>

Go thru following links.

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1725 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

Hi,

Thank Q guys...

Andy

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Andy,

//What steps required to configure a scenario?

1. Communication Channels

These are used for conencting XI to your SAP and non SAP systems.

2. Sender Agreement / Receiver Agreement

This is the step wherin you give details like which interface ghas to be used with which communication channel.

3. Receiver Determination

The step wherein the receiver of the message from XI is determined.

4. Interface Determination

The step where the inbound interface and the mapping program are provided.

//types of mapping

1. Graphical Mapping

http://help.sap.com/saphelp_nw04/helpdata/en/2c/2d8c4024d26e1de10000000a1550b0/content.htm

2. XSLT mapping

http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/content.htm

3. Java Mapping

http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm

Graphical Mapping is the simplest mapping but has limitations of functionality. Therefore, whenever complex mapping is needed, you can go for any of the other mapping.

//Configuration for an IDOC to File.

Just check this link,

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

1. Commubnication channel for file as receiver. For IDOC, no sender communication channel is needed.

2. Receiver Agreement for file communication channel.

3. Receiver Determination

4. Interface Determination.

// JDBC Adapter

Sender JDBC adapter will allow you to select some infor from your Database. For sender JDBC adapter, you will have to specify a SELECT statement for QUERY SQL STATEMENT and as it will poll again over the same statement, if needed specify a DELETE STATEMENT for Update SQL statement.

http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm

Receiver JDBC adapter, is used for INSERT, DELETE and UPDATE your database. This can be done by having a particular document format for your Destibnation Datatype. Also, Stored Procedure can be called. Just check this link,

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

hope this info is useful,

Regards,

Bhavesh