‎2008 Nov 11 10:51 AM
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
‎2008 Nov 12 9:46 AM
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
‎2008 Nov 12 9:46 AM
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
‎2008 Dec 30 9:19 AM