cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance Class

Former Member
0 Kudos
41

Hi Leads,

Currently I am using the Assistance class for the purpose of Text Symbols.

Are there any other uses of the Assistance class?

Can we use the Assistance class as A Model?

Regards

Sandip

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member40425
Contributor
0 Kudos

Hi,

To simplify access to application logic, the Web Dynpro ABAP supports an assistance class. This class is considered the access API carrier. The Web Dynpro framework instantiates this class and provides uniform access in each controller.

Regards,

Rohit

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

hi,

->You can create Assitance Class for any method and you can re-use that assistance class between differenent components.

-> You can perform any common task in the method and can call the method by re-using assitance class.

Refer : http://help.sap.com/saphelp_nw70/helpdata/EN/43/1f6442a3d9e72ce10000000a1550b0/frameset.htm

Standard Component : DEMO_COMMON_ASSISTANCE1

I hope it helps.