Application Development and Automation 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: 
Read only

Define Port, Partner Profiles, Process Code

Former Member
0 Likes
602

Hi All,

Please provide the following valueble information

Define the below and why do we create them?

1. Port

2. Partner Profile

3. IDOC type and IDOC

4. Process Code

5. Message Type

Thanks and Regards

Sowjanya

2 REPLIES 2
Read only

jaideepsharma
Active Contributor
0 Likes
425

Hi,

Follow the link below:

[Tutorial 1|http://sapdocs.info/sap/abap/idoc-useful-notes/]

KR Jaideep,

Read only

abdul_hakim
Active Contributor
0 Likes
425

>>1. Port

Ports are channel through which idocs are exchanged.

>>2. Partner Profile

Partner Profile specifies the kind of message that we are going to exchange with our business partner

>>3. IDOC type and IDOC

IDoc type defines the structure of the idoc. IDoc is a container which carries the data from one system to the another.

>>4. Process Code

Process Code refers to inbound function module which will read the data from the idoc and post it in the system.

>>5. Message Type

Message Type defines the kind of data that you are exchanging with your business partner.

Cheers,

Hakim