‎2008 Jul 24 6:00 PM
I am getting a dump if I use Submit statment ..
is there any way to use it..?
Statement "SUBMIT" is not allowed in this form.
submit RSTXPDFT4 via SELECTION-SCREEN
WITH SPOOLNO EQ spool
WITH P_FILE EQ P_FILE AND
RETURN.
‎2008 Jul 24 6:09 PM
It is working fine for me.
REPORT ztest_pdf.
DATA: spool TYPE rqident.
PARAMETERS: p_file TYPE filename.
SUBMIT rstxpdft4 VIA SELECTION-SCREEN
WITH spoolno EQ spool
WITH p_file EQ p_file AND
RETURN.But In background it will fail. are you working in Background?
‎2008 Jul 24 6:09 PM
It is working fine for me.
REPORT ztest_pdf.
DATA: spool TYPE rqident.
PARAMETERS: p_file TYPE filename.
SUBMIT rstxpdft4 VIA SELECTION-SCREEN
WITH spoolno EQ spool
WITH p_file EQ p_file AND
RETURN.But In background it will fail. are you working in Background?
‎2008 Jul 24 6:41 PM
Its working..
But If I access/save invoice then it giving a dump that the
Submit cannot be allowed in the print program ani..