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

SPBT_INITIALIZE ??

Former Member
0 Likes
2,884

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,302

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.

Read only

0 Likes
1,302

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?