cancel
Showing results for 
Search instead for 
Did you mean: 

idoc

Former Member
0 Kudos

Hi experts,

my scenario is idoc to file. i have configued all the ale configuration settings.but how i have to populate the control records for idoc.for testing i am going to we19 and i am giving the details.but in live how the control records are populated.

Thanks

Gopi

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member192295
Active Contributor
0 Kudos

Hi,

Control record values will populate automatically from EDIDC table, this table contain complete information. We need to configure Logical system, RFC Destination, Port and Partner profile for idoc triggering, it is mandatory. Finally through transaction or program will trigger idoc, this program will fill control record data based on partner profile configuration. Internally program link with partner profile.

I hope now little bit clear

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

The IDoc outbound function module should populate the control record sysnchronizating it from the ALE setting like partner profile,port definitaion and rfc destination.

ALE settings for IDOC

SAP XI

1) RFC Destination (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.

2) Create Port (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 SAP R/3 towards other system.

e) Save

3) Load Meta Data for IDOC (IDX2)

a) Create new

b) IDOC Message Type

c) Enter port created in IDX1.

SAP R/3

1) RFC Destination (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.

2) Create Port (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)

c) Enter the destination client.

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

e) Save

3) Create Partner Profile (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.

e) Click on the + button to select the message type.

f) Select Partner no. and LS which ever create above.

g) Select Message type

h) Select Process code related to the Message type.

I) save.

Thanks

SaNv...

Former Member
0 Kudos

Hi Gopi,

normally an IDOC is generated through Transaction, report, function module.

So you dont have to worry about that.

Regards Mario

Former Member
0 Kudos

Hi,

No Problem , Once you configure the Partner Profile and all those will be automatically populate at the time of Idoc Genaration

Regards

Seshagiri