‎2010 Mar 30 3:43 AM
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.
‎2010 Apr 08 4:50 AM
‎2010 Apr 08 5:13 AM
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
‎2010 Apr 08 8:22 AM
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.