cancel
Showing results for 
Search instead for 
Did you mean: 

about sending idoc

Former Member
0 Kudos

hi,

How to send control data with doing any mapping functionality?

How can i send header data of an i doc to sap sys without mapping ?

pls give full details on this.

ravi

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi,

>>How to send control data with doing any mapping functionality?

It's not required to map any thing to control data, you can disable it.

u have to do ALE configuration from ECC->XI

Creation of ports and partner profiles is enough.

for idoc to file case, u can use WE19 t.code for testing.

please find the following links regarding idoc adapter.

/people/michal.krawczyk2/blog/2007/12/02/xipi-sender-idoc-adapter-packaging

/people/michal.krawczyk2/blog/2005/09/01/xi-idoc-adapter--edidc40--demystified

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

reward points, if it really help you:)

regards

mahesh

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

How to send control data with doing any mapping functionality?

With mapping, select the checkbox in IDOC adapter config for 'Apply control record values from payload'.

How can i send header data of an i doc to sap sys without mapping ?

This is the default behaviour. U dont have to aconfigure anything for this.

Regards,

Prateek

Former Member
0 Kudos

*Like Mahesh said about the ale settings u need to do the following ....

************************************************************************************************************************

To Configure the IDOC SCENARIOS ,PROCEED AS FOLLOWS

***********************************************************************************************************************

STEP 1:ALE SETTINGS TO POST IDOC INTO SAP R/3

We need to do the following settings in XI

1) Create an RFC Destination to the Receiving System in transaction code (SM59)

a) Choose create

b) Specify the name of the RFC destination

c) Select connection type as 3 and save

d) In the technical settings tab enter the details SAP SID/URL and system number#

e) Enter the Gateway host as same details above SID/URL

f) Gateway service is 3300+system number#

g) In the Logon /Security tab, enter the client, user & Password details of Destination system

h) Test the connection and remote logon.Both should be succesful

****************************************************************

2) Create Port Using Transaction Code IDX1

**************************************************************

a) Select Create New button

b) Enter the port name as SAP+SID (The starting char should be SAP)

c) Enter the destination client

d) Enter the RFC Destination created in XI towards R/3

e) Save

*********************************************************************

3) Load Meta Data for IDOC Using transaction Using Transaction (IDX2)

**********************************************************************

a) Create new

b) IDOC Message Type

c) Enter port created in IDX1

**********************************************************************************************************************

SETTINGS IN SAP R/3

***********************************************************************************************************************

We need to do the following settings in R/3

Logon to Sap R/3 System

**********************************************************************

1) Create an RFC Destination to XI in transaction code (SM59)

***********************************************************************

a) Choose create

b) Specify the name of the RFC destination

c) Select connection type as 3 and save

d) In the technical settings tab enter the details SAP SID/URL and system number#

e) Enter the Gateway host as same details above SID/URL

f) Gateway service is 3300+system number#

g) In the Logon /Security tab, enter the client, user & Password details of Destination system

h) Test the connection and remote logon.Both must be succesful

***********************************************************************

2) Create communication Port for Idoc processing Using Transaction(We21)

***********************************************************************

a) First Select Transactional RFC and then click create button

b) Enter the destination port name as SAP+SID (The starting char should be SAP)

d) Enter the RFC Destination created in SAP R/3 towards other system.

e) Save

***********************************************************************

3) Create Partner Profile with Inbound Parameters (WE20)

***********************************************************************

a) Create New

b) Create the Partner no. name as same the logical system name of the destination system

c) Select Partner type LS

d) Enter details for Type: US/USER, Agent, and Lang

Then Save

e) Select Partner no. and LS which were create above

f) Now we have to give some Inbound Parameters.So click on ADD TO Create Inbound Parameter

g) Select Message type

h) Double click on Message Type and Then Enter the details for Message Type and Process Code.

I) save

*******************************************

4) In Transaction SALE, Create Logical System

*******************************************

a). Go to Basic Settings-> First Define logical systems

and then assign logical systems

b) Double click on Define the logical systems

c) Give data for your Logicaal System and Name

d) Now click on Save.Here one window may appear just click on Continue.Now the Logical System name is ready

e) Assign the logical system name to the client

I think these steps will help

Edited by: Tom Jose on Jan 22, 2008 9:36 AM

Former Member
0 Kudos

Hi,

No need to have mapping for control record,and regading idoc check the links.

http://msdn2.microsoft.com/en-us/library/ms942196.aspx

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

- IDoc to File

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

- Collection of IDoc to Single File

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

Troubleshooting File-to-IDOC Scenario in XI.

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

File to Multiple IDocs (XSLT Mapping)

Regards,

phani

Reward points if Helpful