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: 

Error in Batch input : Call Transaction

Former Member
0 Kudos

Hi Gurus,

I have written a BDC for tcode "S_ALR_87013620" to send the report output to spool.

When I recrod from menu Report->Print i get the dialog box to to enter the printer name.

and then i get a popup box saying "Format is X_65_132" then i press Yes button this pop up.

This popup box is not getting recorded in BDC, when i execute the report it is failinng.

Call Transaction is returing sy-subrc eq 1001.

how can i avoid this popup box.

2 REPLIES 2

Former Member
0 Kudos

hi

in window <background print parameters> press button <properties> and then

in next window <spool request attributes> select "general attributes->format"

here press button <settings> and in next window for field <PAART Format> select

function <Copy settings>

now, this popup should not appears....

regards,darek

kesavadas_thekkillath
Active Contributor
0 Kudos

Why dont you try with

SUBMIT... TO SAP-SPOOL AND RETURN.....