Complete Guide On Configuration Steps in Idoc
Complete Guide On Configuration Steps in Idoc
Complete Guide On Configuration Steps in Idoc
Outbound IDOC : These are IDOCs which are sent out from
SAP system to any other system. i.e PI system or any other
external system.
STEP 1:
Create a port in
transaction WE21
which shows the
target system’s RFC
destination.
Step 3:
In transaction WE20, create a
partner profile and mention
the message tpe details .In
case of Oubound IDOC’s ,
mention the message types
under Outbound
Parameters.In case of
Inbound IDOC’s , mention the
message types under
Inbound Parameters. For
outbound parameters
,maintain port and IDOC
details, because port
describes to which system
the IDOC has to flow.
Whereas in Inbound
IDOC,mention the process
code details which
determines the inbound
function module for
processing the data.
Step 4:
Message type SYNCH is
the default message type
for outbound
parameters. Choose a
particular message type
and maintain the below
settings. Under the
receiver port mention
the port created in
transaction WE21. In
Output mode, choose
Transfer IDOC
immediately. In IDOC
type mention the IDOC
associated with the
Message Type.
Step 5:
For Inbound
IDOCs, mention
the process code
as APL1 and
choose option
Trigger
Immediately under
Processing by
Function Module.
Step 6:
In transaction BDFG, we
can see which ALE function
module we need to
enhance for our
requirement. In case, we
are working with Business
Partner we can choose the
FM as
CRMXIF_PARTNER_SAVE
and the Business Object
Type as ‘BUS1006’. In
IDOCs , SAP by standard
provides us to exchange
the business partner
master data details , BP
relationships and BP
Hierarchies.
Step 7:
In case we are
working with
Business
Transactions we can
choose the FM as
CRMXIF_ORDER_SAVE
and the Business
Object Type as
‘BUS20001’.
Step 8:
Once the Z
message type is
created. Release
it as shown.
Step 10:
Once the Z
message type is
created. Release
it as shown.
Step 11:
With Z Message
Type , Z FM’s for
both Inbound
and Outbound
gets created.
Step 12:
In transaction
WE30 we can
check the IDOC
created.
Step 13:
In transaction
WE31 we can
check the IDOC
segment .
Step 14:
Under Logical
Message ,
mention the Z
message type
created.
Step 16:
In transaction
WE81 , we can
see the message
type details.
Step 17:
In transaction
WE82 , we can
see the message
type and basic
type details.
Step 18:
In transaction
BD82, generate
the partner
profile for the
newly created
distribution
model.
Step 21:
In transaction SMOEAC ,
we create the sites and
subscriptions.Site is the
destination where the
data needs to be sent.
Subsricption is to identify
what is the object to be
exchanged. (In case of BP
data it will be All Business
Partner
MESG).Subscriptions are
assigned under Sites.
Type would vary based
on our need.
Step 22:
In transaction
CRMXIF_C1 , we
maintain the
message type
details against the
Site name.
Step 23: