cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynPro-ABAP Component

Former Member
0 Kudos

Hi Friends,

The scenario is like this, we have the three webdynpro components are A,B,C. so we pass the values from A component to the C component . How we will do it. Already I used the "used component method". Is there any alternate method?

Thanks & Regards,

Praveen K.

Accepted Solutions (0)

Answers (2)

Answers (2)

ananth_anni
Participant
0 Kudos

HI ,

Create One class , In that Create the atrributes ( ITAB , Workarea , Variables ). Pass your First Component Internal Tables values to Class Attribute internal Table , ( Should to static ).and Take that value were where you want in another component also

Former Member
0 Kudos

Alternative is to have singleton class. Since it is singleton you have only one instance per session. So you can use the class attributes ,method to share data among the components in one application.