‎2007 Jul 31 5:16 AM
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......
‎2007 Jul 31 5:19 AM
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
‎2007 Jul 31 5:27 AM
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.
‎2007 Jul 31 5:31 AM
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
‎2007 Jul 31 5:31 AM
Hi Lakhan,
Goto the we02/we05 in the receiver system and check the status record
<b>Regards,
Azhar</b>
‎2007 Jul 31 5:36 AM
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>
‎2007 Jul 31 6:06 AM
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
‎2007 Jul 31 6:10 AM
Hi lakhan,
my gmail id is azustyle@gmail.com but currently im wont be available online
<b>
Regards,
Azhar</b>
‎2007 Jul 31 6:15 AM
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