cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance Class

Former Member
0 Kudos

Hi,

What is the use of assistance class in WD ABAP

Thanks in advance...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Assistance Class has multiple usages -

one instance of class autmoatically created when component using assistance class is initialized.

Can be used to hold some constants, type declarations and some methods which are of reuse prupose

The same assistance class can be reused again with different web dynpro components.

Answers (4)

Answers (4)

Former Member
0 Kudos

hi,

use of assistance class :

1. Shared Use of an Assistance Class Instance across components

2. The second important function of the assistance class is the management of dynamic texts. Texts that are combined at runtime only and/or contain variables can be stored in the text pool of the assistance class as text symbols.

regards,

amit

0 Kudos

Hi

Assistance class is reusable class which could be reused across components

which is derived from Class CL_WD_COMPONENT_ASSISTANCE

for SAP online help please refer

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

Cheers,

Rajashree

0 Kudos

Hi

Assistance class is reusable class which could be reused across components

which is derived from Class CL_WD_COMPONENT_ASSISTANCE

for SAP online help please refer

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

Cheers,

Rajashree

Former Member
0 Kudos