‎2006 Sep 26 6:07 AM
Hello,
As i used WE31, WE30, WE81, WE82, BD51, WE42, WE20 for my customized INBOUND idoc. I distribute the model, while i am testing IDoc (WE19) its throwing a error saying that "Partner profile not maintained' and "Idoc for Function Z_IDOC_INPUT_EMPMAST is incorrect". Could you let me know what would be the reason..? even i kept breakpoint in Function Module and executing using Inbound function module its not triggering my customized FM. Please let me know ASAP if have idea on this error..
Thanks in advance..
regards
‎2006 Sep 26 6:20 AM
hi,
check if in <b>WE20</b>, partner profile this process code which holds the processing function module zidoc_... is mentioned or not. and also that FM is active.
‎2006 Sep 26 6:29 AM
Hi Pawan,
Thanks. Yes, I checked that one, both are maintained. Unfortunately i am bit of confused which partner number i suppose to maintain while testing is it the partner number which was distributed in Sending(810) and Receving (800) system...
pls let me know//
thanks and regards,
‎2006 Sep 26 6:39 AM
hi,
u r receiver 810. sender is <b>800</b> so this is your partner.
‎2006 Sep 26 6:26 AM
let me tell you how to stop at your break point in FM.
while executing the we19. press /h
then it will go to debugging mode.
there in debugger in setting press update debugging.
this will switch on the update debugging. now press F8.
then it will open another window for update debugging.
your function module will be called here. now press F8 it will definetly stop at your break point.
now coming to your errors. the partner profile doesn't exist is a common one. don't worry about that.
now coming to second error check whether you assigned process code in the we20 and check the structure of idoc in debugging. it will give some idea to you.
‎2006 Sep 26 6:35 AM
Hi Ravi,
Thanks..Yes i am checking in the same way, but its not triggering my Function module..May be its getting stoped after getting Parnrtner number invalid one, so i guess its not going to FM step..could you please let me know where could i suppose to check ..My idoc was generated but it giving status as 56 (EDI Parntner profile not available) after 62 (Idoc passed to application)..
Thansk and regards,
‎2006 Sep 26 6:29 AM
hi
check whether the partner profile exists using we20..
also check the logical system names...
Cheers,
Abdul Hakim
‎2006 Sep 26 6:48 AM
Hi,
In we19 i think you are choosing execute by function module. if it so then it will display options for executions. there you can choose in fore ground and debuginng modes. check this out.
if you have any problems with function module then it will raise the error messaage there it self.
choose only execute by function module option.
if this is helpfull don't forget to reward points.