cancel
Showing results for 
Search instead for 
Did you mean: 

Hide a adobe form toolbar.

Former Member
0 Kudos

I found a way to hide the toolbar in interactive for in the following like in SAP help.

[SAP HELP|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/128841e8231709e10000000a155106/frameset.htm]

But i can not understand the code.

l_interactive_form ?= *_view_*->get_element( `MY_INTERACTIVE_FORM` ).

Any Body Can explaine to me that, and the view word in bold refore for what?

BR,

Ali

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ali,

l_interactive_form ?= view->get_element( `MY_INTERACTIVE_FORM` ).

this means you are getting reference of your interactive ui element which is on your view.You have to write this code in WDDOMODIFYVIEW of view.There you already have view instancein the interface parameters.So just pass your interactive ui element name you will get reference of that.

Also check this

http://help.sap.com/saphelp_nw04s/helpdata/en/45/2dbb13d79f3446e10000000a155369/content.htm

Former Member
0 Kudos

I did what u ask me to do but i get an error said:

*set_hide_toolbars*

is unknown or Protected.

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem solved.