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

Problem regarding GET_PRINT_PARAMETERS

amarnath_singanamala2
Participant
0 Likes
769

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

4 REPLIES 4
Read only

Former Member
0 Likes
716

LIST_TEXT for cover page text.

Read only

0 Likes
716

Hi Ravi,

Thanks for ur reply,

nad what about the KEEP IN SPOOL.

Amarnath

Read only

Former Member
0 Likes
716

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.

Read only

0 Likes
716

Hi priya

Thanks for ur reply,

I hope this may help my issue,

ya i do reward u..

Amarnath