‎2006 Sep 06 11:49 AM
Hi..
I am able to create a master IDOC from transaction BD10 but I am unable to create a Communication IDOC .
I have configured the settings in BD64 for it too.
After debugging I came to know that the error is in the FM-->SPBT_INITIALIZE called in the program RBDMIDOC(BD10).
The sy-subrc is coming 5 in this case which is NO_PBT_RESOURCES_FOUND.
I dont know what is PBT resource?
I would appreciate a quick response if anyone can give me some information about this .
Thank You
‎2006 Sep 06 12:02 PM
hi,
If you have configured everything in BD64, try creating communication idocs again by opening BD10 session again.
SPBT_INITIALIZE is used to determine the availability of resources for parallel processing.
Due to the non availability of resources, you are unable to create communication idocs.
Regards,
Sailaja.
‎2006 Sep 06 12:29 PM
Thank you Sailaja..
But other than that I dont need to do anything from the configuration end??
Can we make the parallel resourse avaliable for our BD10 transaction?