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

iDOC in Ibound processing problem...

Former Member
0 Likes
1,086

Hi All

i have to transfer data from one server to other and i used Idoc. with ale.

All works fine in Outbound process with status 03.

but in Inbound processing the status is 51.(Documant not posted .).

and i am not able to se the data in the inbound system.

up to point must be awarded..

Regards..

lakhan......

8 REPLIES 8
Read only

Former Member
0 Likes
1,028

Hi Lakhan,

Look at the data in the IDOC using WE02/WE05. There you can see what the error is and what all data came through.

Regards,

Atish

Read only

Former Member
0 Likes
1,028

hai,

in receiver system goto WE02 OR WE05 check the control, status segments. i think u are missing some mandatory fields which should be passed for that inbound idoc.

if helpful reward some points.

with regards,

Suresh Aluri.

Read only

Former Member
0 Likes
1,028

hi

In the receiver system check the ALE settings, then check data in we02.

go through the following steps

Receiving System(Inbound ALE )

Tcode SALE ? for

a) Define Logical System

b) Assign Client to Logical System

Tcode SM59-RFC Destination

Tcode BD64 -- Check for Model view whether it has distributed or not

Tcode BD82 -- Generate partner Profiles & Create Ports

Tcode BD11 Getting Material Data

Tcode WE05 -- Idoc List for inbound status codes

<b>reward points for useful ans</b>

Regards

Aarti

Read only

Former Member
0 Likes
1,028

Hi Lakhan,

Goto the we02/we05 in the receiver system and check the status record

<b>Regards,

Azhar</b>

Read only

Former Member
0 Likes
1,028

Hi lakhan,

Have u created function mdoule & process code for ur idoc

Pleasae go throught this

Create Idoc type – Transaction WE30.

Idoc type Idoc segments

Z_idoc

Create Message Type – Transaction WE81.

Message type

z_mess

Assign Message Type to Idoc type – Transaction WE82.

Idoc type Message type

z_idoc z_mess

Create a function module through SE37

z_idoc_input

Assign characteristic of function module BD51

Assign fn module to Idoc type and Message Type WE57

Idoc type Message type Fn Module

z_idoc z_messs z_idoc_input

Create Inbound process code and assign inbound function module – Transaction WE42.

Process code Inbound function module

zcode z_idoc_input

Create a distribution Model - Transaction BD64

Create distribution model for distribution

with the message type of z_mess

Update inbound parameters of the Partner profile – Transaction WE20

For the Logical system A for the above message type update the partner profile

inbound parameter and specify the process code of Zcode.

<b>Regards,

Azhar</b>

Read only

0 Likes
1,028

Hi Azhar,

i have gone tru all the steps.. but problem still remains there...

Can i have ur massanger Id ..like to chat to u on this issue..Plzz

mine id is ::

manojlakhanpal@gmail.com

Regards

lakhan

Read only

Former Member
0 Likes
1,028

Hi lakhan,

my gmail id is azustyle@gmail.com but currently im wont be available online

<b>

Regards,

Azhar</b>

Read only

Former Member
0 Likes
1,028

Hi,

If u have any testing idoc number ... check in tcode WE19... also check the code in the Inbound Function Module especially the FM IDOC_MASTER_DISTRIBUTE..

Thanks,

Manjunath MS