‎2006 Jun 30 3:13 PM
Hi All,
I am working for an Upgrade project, the SAP R/3 is upgraded to ECC 5.0 from 4.6B. So in a program they have used NEW-PAGE PRINT ON command, but it is giving a syntax
(warning)error saying " NEW-PAGE PRINT ON should no longer be used to generate a dialog box".
Below given is the list of commands used but i am not able to match few parametrs with GET_PRINT_PARAMETERS function's parameters. so please look in ot this matter
code samople ...
NEW-PAGE
PRINT ON
LINE-SIZE v1
LIST NAME v2
LIST AUTHORITY v3
DESTINATION v4
COVER TEXT v5
LIST DATASET v6
IMMEDIATELY v7
NEW LIST IDENTIFICATION v8
KEEP IN SPOOL v9
LAYOUT v10
SAP COVER PAGE v11
v1..v11 are corresponding variables
So please provide me the corresponding parameters for "COVER TEXT" , "KEEP IN SPOOL" in GET_PRINT PARAMETERS.
Regards,
Amarnath Singanamala
‎2006 Jun 30 3:23 PM
‎2006 Jun 30 3:26 PM
Hi Ravi,
Thanks for ur reply,
nad what about the KEEP IN SPOOL.
Amarnath
‎2006 Jun 30 3:25 PM
hi amarnath,
cover text->>in FM PARAMETER is <b>LIST TEXT</b>
KEEP IN SPOOL ->>in FM PARAMETER is <b>RELEASE</b>
HOPE THIS HELPS,
DO REWARD IF IT HELPS,
PRIYA.
‎2006 Jun 30 3:29 PM
Hi priya
Thanks for ur reply,
I hope this may help my issue,
ya i do reward u..
Amarnath