cancel
Showing results for 
Search instead for 
Did you mean: 

Create a pdf of Remuneration Statement without Summary info

Former Member
0 Kudos

Hi all,

I want to create a PDF of an employee with Remuneration Statement info.

From my program, I'm calling standard program with the sentece

SUBMIT rpcedte0

using selection-set sy-slset

and return

to sap-spool

spool parameters params

without spool dynpro.

I want to create a spool with the result of the program, but this standard program writes, at the end of the screen, a summary of the execution. I want the spool only with the Remuneration Statement info, and not with the summary.

Is my problem clear? Any help?

Thanks and Regards.

Urtzi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Create a flag and pass that in when you submit to spool.

Inside your form if flag is spool then don't execute the command that go to last page or summary page in this case.

Answers (0)