cancel
Showing results for 
Search instead for 
Did you mean: 

HI, how to use assitance class? how to read values in methods

former_member205842
Participant
0 Kudos

HI, how to use assitance class? how to  read values in methods

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
nishantbansal91
Active Contributor
0 Kudos

HI Syed,

While creating the Assitance class always create the assitance class from the webdynpro screen.

Otherwise you need to implement this interface explicitly into your class IF_WD_COMPONENT_ASSISTANCE~GET_TEXT.

automatic when the Web dynpro component load automatic one class object is initiate for the Web dynpro component.

               WD_assit->MEthod_name .

Regards.

Nishant Bansal    

ramakrishnappa
Active Contributor
0 Kudos

Hi,

For assistance class use and its functionality ..

Refer the below links

Working with assistance class in WDA

Hope this helps you.

Regards,

Rama

former_member205842
Participant
0 Kudos

Thnkq ram it helps me alot.....

former_member205144
Active Participant
0 Kudos

Hi,

   Goto the application-> Add the class name in the Assistance class input available .

Goto Component Controller -> and create the following attribute

Now you can use this as instance to call the method like this :

  wd_assist->method_name( ).

PS : Refere webdynpro component DEMO_COMMON_ASSISTANCE1

former_member205842
Participant
0 Kudos

Thankq Lavanya . . .

former_member205144
Active Participant
0 Kudos

Did you call the method successfully ?

Former Member
0 Kudos

Nice explanation .

former_member205842
Participant
0 Kudos

yes

former_member205144
Active Participant
0 Kudos

Actually wd_assist gets created automatically..no need to create....:)