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

Spool not generated

Former Member
0 Likes
737

Hi,

I created a custom BAPI in which i am using the tcode via VL71using BDC.In this scenario i am having two output type to print.

But the problem here is both the output types are printed but the spool is generated only for one output type.

Please help to solve this issue. When i tried manually by going to VL71 it is generating two spool request.

Regards,

Arun.

3 REPLIES 3
Read only

Former Member
0 Likes
552

Any help.....

Read only

Former Member
0 Likes
552

hi Arun

give a try like this

probably you would have created a recording for your BDC ,

just process the recording in Background mode

and check the same

and see is there any difference in behaviour of BDC

if still you don't able to see the spool generated

raise a ticket through OSS to SAP

and another try is keep the break-point at output type routines and check whether it is stopping at that point while executing your BDC

cheers

S.Janagar

Read only

0 Likes
552

Thanks for ur reply.But the problem here is manually if i go to VL71 it is working one spool is generating with 2 pages containing 2 documents but only if i called the FM it is not working,spool is generated with one page with one document.So i tried to call FM in background still the same.