Application Development and Automation 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: 
Read only

SE38 Background Execution: Output spool

Former Member
0 Likes
613

Hi gurus,

I work with 46.C. This is my question: how can I exclude variant parameters from spool result of generic execution background with SE38? I wish only report row in output without list of parameters used for execution.

Thank in advance to all.

Best regards, Maurizio

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

Hi,

You will have to build the logic.

1. Using FM RSPO_SPOOLDATA_GET_PRINTABLE get the SPOOL into internal table

2. Delete the unwanted rows

Best regards,

Prashant

2 REPLIES 2
Read only

Former Member
0 Likes
480

Hi,

You will have to build the logic.

1. Using FM RSPO_SPOOLDATA_GET_PRINTABLE get the SPOOL into internal table

2. Delete the unwanted rows

Best regards,

Prashant

Read only

Former Member
0 Likes
479

Tnhanks so much. Maurizio