Skip to Content
0
Former Member
Sep 22, 2008 at 10:20 AM

Submit 'program' tp SAP-SPOOL Layout.

84 Views

I am trying to run the program with the below parameters

SUBMIT zcfile08 TO SAP-SPOOL

SPOOL PARAMETERS int_pri_params

ARCHIVE PARAMETERS int_arc_params

WITHOUT SPOOL DYNPRO.

And, its throwing the error as "SPOOL_NO_CONVERSION" where its terminating while converting the data as seen below: "WRITE: / 'From Year : ', fld_year_fr "

Actually, this program other program wherein we enter the parameters in the selection screen of second program and is then executed.

please suggest on how to resolve the issue?