Application Development 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: 

VF24 spool not getting generated from custom program BDC call

Former Member
0 Kudos

Hi,

We have a custom program to call a BDC for VF24 for invoice list creation and spool generation(output type is defined in VV32).

When user's SU3 setting has 'Print Immediately' is checked, the custom program BDC call generates spool in both foreground and background mode.

And if the checkbox for 'Print Immediately' is un-checked, spool does not get generated in either background or foreground.

We tried checking the 'Print Immediately' checkbox in VV32 at the output type definition, instead of SU3 - even then spool is not getting generated in foreground or background from the custom program.

Please advise.

Regards
Deepthi

4 REPLIES 4

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hi Deepthi,

Kindly check the "dispatch time" in VV32. It should be set to  '4' for immediate processing.

Also check the status of output type(configured in VV32) for the invoice created.

Thanks

0 Kudos

Thanks for your reply.

The dispatch time" in VV32 is already set to  '4' for immediate processing.

Also the status of output type(configured in VV32) for the invoice created is showing up as Green immediately after the VF24 BDC call, but still no spool is generated.

0 Kudos

Hi Deepthi,

Check the spool no in processing log of that output type.

Thanks

0 Kudos

Yes, I have checked the output type - No processing log exists.