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

Communication IDOC?

Former Member
0 Likes
926

Hi

While using the transaction BD10 to send materials I am getting an message "0 Communication IDOCs created" and "1 master IDOC created".

I have also maintained the Distribution Modal view in the transaction BD64 .

I couldnt understand why Communication IDOC is not created?

Thank You

Hi

While using the transaction BD10 to send materials I am getting an message "0 Communication IDOCs created" and "1 master IDOC created".

I have also maintained the Distribution Modal view in the transaction BD64 .

I couldnt understand why Communication IDOC is not created?

Thank You

5 REPLIES 5
Read only

Former Member
0 Likes
712

subhash,

check youy setting MESSAGE TYPE IN DMV and the partner profiles ?

Read only

former_member404244
Active Contributor
0 Likes
712

Hi Subash,

check the partner profiles(we20),also BD64.i think there is some missing in sender or receiver information.

Regards,

Nagaraj

Read only

Former Member
0 Likes
712

Are you using ALE- BAPI Interface if your using that interface.you have to keep in mind that there wont be any standard interface for BAPI to create communication IDoc.That interface should be written explicitly by us. So you can observe that communication IDoc is not created when you try to send some data. You can trail on this by creating a reciever of materials using BAPI and then sending the material through the push method (BD10). You'll find that 1 master IDoc is created but no communication IDocs are created.The interface consists of ABAP code which reads the recivers and filter data

from distribution model view and provides that in the control record of the IDoc.

So please check out the documentation on ALE- BAPI interface.

Read only

Former Member
0 Likes
712

Hi,

Check whether you have gib\ven correct RECEIVER in BD64, an then in menu Envirnoment -> Generate partner profiles. Give your model view name and execute.

Regards,

Senthil

Read only

0 Likes
712

Also check to see if you have a filter set up on the distribution model.