Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is sender port in idoc control record!

Former Member
0 Kudos

Dear all

In idoc control records it is showing two ports Receiver port and sender port.receiver port we cen configured in WE21.

where we configured senderport!

how it is updated in control records!

Thanks & Regards

raj

4 REPLIES 4

MarcinPciak
Active Contributor
0 Kudos

When you generate the outbound idoc you provide info for Receipent


  "control record
  idoc_control-idoctp = 'ACC_GL_POSTING01'.
  idoc_control-doctyp = 'ACC_GL_POSTING01'.
  idoc_control-mestyp = 'ACC_GL_POSTING'.
  idoc_control-rcvprt = 'LS'.           "Partner Type of Receiver
  idoc_control-rcvprn = 'WCP100'.       "Partner Number of Recipient
  idoc_control-rcvpor = 'WCP100'.        "Partner Port of Recipient
  idoc_control-direct = '1'.             "outbound idoc

When you receive and inbound idoc you nedd to provided similar info but for Sender

Port for Sender is just like port for Receipent. Both you check in WE21.

Edited by: Marcin Pciak on Oct 17, 2008 9:47 AM

Former Member
0 Kudos

Hi

Sender port details are only for recognition of receiving system about the sender system.

These are the parameter which can be used in control record to send sender details.

-SNDPRN-

-SNDPOR

-SNDLAD

0 Kudos

It's great helpful to me ,thanks to all

regards

raj

Former Member
0 Kudos

This is not answered