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

CL_GUI_PDF_VIEWER

Former Member
0 Likes
760

Hello,

I I duplicated the class CL_GUI_PDF_VIEWER ---> ZCL_GUI_PDF_VIEWER

because i need to modify the value of CLSID from the CONSTRUCTOR METHOD.

But when I try to activate it, I have the following error message :

CLASS CLGUI_PDF_VIEWER METHOD REGISTER_TOOLBAR_EVENTS_ :

"ME" is not type-compatible with formal parameter "MY_VIEWER"

Thanks in advance for your answsers

Fred.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

hi,

in se24: goto class-local types->local class definition

and

replace all occurances of cl_gui_pdfviewer with "zcl_gui_pdfviewer"...

reagrds, darek

hi,

in se24: goto class-local types->local class definition

and

replace all occurances of cl_gui_pdfviewer with "zcl_gui_pdfviewer"...

reagrds, darek

2 REPLIES 2
Read only

Former Member
0 Likes
655

hi,

in se24: goto class-local types->local class definition

and

replace all occurances of cl_gui_pdfviewer with "zcl_gui_pdfviewer"...

reagrds, darek

Read only

0 Likes
654

Thank you very much; it's ok

by

Fred.