cancel
Showing results for 
Search instead for 
Did you mean: 

CL_SALV_WD_FE_TOGGLE_BUTTON with alv

Former Member
0 Kudos

hi,

the class CL_SALV_WD_FE_TOGGLE_BUTTON has a string parameter "checked_elementname" in its constructor.

what should I pass as parameter to the construcor?

can someone explain me the principle of togglebutton with alv

or

has someone an example?

the class docu of CL_SALV_WD_FE_TOGGLE_BUTTON doesn´t help me...

regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Thorsten

Define a node with attribute of type string in your component context. and do external context mapping with FUNCTION_ELEMENTS of ALV Interface controller.You can pass the attribute name in the string parameter "checked_elementname" in its constructor

check this link [url] http://help.sap.com/saphelp_nw2004s/helpdata/en/43/160a49b4a404b9e10000000a11466f/content.htm[url];

This worked for me.

Regards

Naresh

Former Member
0 Kudos

Hi,

Refer to these examples

SALV_WD_DEMO_EXTENDED --component controller (initialize_alv)

SALV_WD_TEST_EXTENDED--component controller (on_data_set)

Former Member
0 Kudos

has no one an idea?

Former Member
0 Kudos

Hi,

You can find examples in the system in the Web Dynpro application, WDR_TEST_UI_ELEMENTS.

Shruthi