Skip to Content
0
Jan 11, 2012 at 10:57 AM

Unable to create IDocs

55 Views

I have downloaded Idoc(Already existing in the system with status 53) data using FM IDOC_READ_COMPLETELY(by passing an Idoc number) and passing this downloaded data to FM MASTER_IDOC_DISTRIBUTE to create new Idoc with same data.

Idoc does gets created but with status 29(Partner profile missing). I am not able to figure out what is going wrong because Idoc already exists in the system with same data so how can the new Idoc with same data have this issue?

Also I tried to maintain the partner profile data( that i got as warning message in Long text after the creation of Idoc) but still it did not help.