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

Problem to print Purchase Order created in RFC module function

Former Member
0 Likes
351

Hi

I created a specific RFC function module for using in a BSP application. In this specific function module, I have created a Purchase Order (PO) thanks to the standard module "BAPI_PO_CREATE". The PO is well created but I don't manage to print immediately this PO but the spool is queued. Whereas using SE37, the PO is well created and printed.

But the customer wants to find the PO immediately in the printer

Do you know a simply way to solve my problem? I have the feeling that something is lost using RFC module function and the standard module function.

Thank a lot of for your reply

Regards

Francois

Hi

I created a specific RFC function module for using in a BSP application. In this specific function module, I have created a Purchase Order (PO) thanks to the standard module "BAPI_PO_CREATE". The PO is well created but I don't manage to print immediately this PO but the spool is queued. Whereas using SE37, the PO is well created and printed.

But the customer wants to find the PO immediately in the printer

Do you know a simply way to solve my problem? I have the feeling that something is lost using RFC module function and the standard module function.

Thank a lot of for your reply

Regards

Francois

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
307

The issue may be because, its used in BSP application.

may be you need to implement whats explained in this weblog.

/people/thomas.jung3/blog/2005/08/23/bsp-server-side-printing-for-tableviews

Regards

Raja