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

ITCPO STRUCTURE

Former Member
0 Likes
1,279

CAN YOU PLZ EXPLAIN THE IMPORTANCE ITCPO STRUCTURE IN SCRIPTS

REGARDS

SRIKANTH

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,038

Hi Srikanth,

The ITCPO structure in Scirpts is used to set characterstics to Output interface to the scripts.

Here you can give values to print parameters like no of copies to print, Spool request, Print preview option, type of device specificatin etc.

You will use this structure in the OPEN_FORM function module for the parameter OPTIONS.

Different variants can be defined for the output via the parameter OPTIONS. The structure is described in table ITCPO. Some of the fields contained in this structure can be changed by the user via the print dialog.

Thanks,

Vinay

CAN YOU PLZ EXPLAIN THE IMPORTANCE ITCPO STRUCTURE IN SCRIPTS

REGARDS

SRIKANTH

3 REPLIES 3
Read only

Former Member
0 Likes
1,038

Hi,

It is used in Sapscript print programs to load up output paramaters.

The structure is used when call the OPEN_FORM function module in the print program.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,038

chk this

Read only

Former Member
0 Likes
1,039

Hi Srikanth,

The ITCPO structure in Scirpts is used to set characterstics to Output interface to the scripts.

Here you can give values to print parameters like no of copies to print, Spool request, Print preview option, type of device specificatin etc.

You will use this structure in the OPEN_FORM function module for the parameter OPTIONS.

Different variants can be defined for the output via the parameter OPTIONS. The structure is described in table ITCPO. Some of the fields contained in this structure can be changed by the user via the print dialog.

Thanks,

Vinay