Application Development 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: 

FM: 'DISPLAY_OTF'

Former Member
0 Kudos

Hi I am using the FM : DISPLAY_OTF in script program.

But this function module shows only one page though no of pages are more than one. Below is code

ITCPP-TDNOPRINT = 'X'.

CALL FUNCTION 'DISPLAY_OTF'

EXPORTING

CONTROL = ITCPP

IMPORTING

RESULT = ITCPP

TABLES

OTF = HOTFDATA

EXCEPTIONS

OTHERS = 1.

Can any one suggest

1 REPLY 1

franois_henrotte
Active Contributor
0 Kudos

Hi,

This FM does the same as transaction SP01, it displays a spool on screen

When doing this, you can go from one page to another using the pagedown / pageup or using corresponding buttons on toolbar