cancel
Showing results for 
Search instead for 
Did you mean: 

Get Flag from another WD Component

Former Member
0 Kudos

Hello,

I create an IFRAME UI-Element in WD Componet (A1), and within this Iframe will be displayed another SAP WD component (B1).

now i want only send a FLAG from WD Componet (B1) to WD Component (A1).

I tryed to do this by creating a singelton Class with Public Static Boolean Attribute. and the Class will be called in Both component, BUT unfortunately i dont get this Flag in the component (A1).

can you please show me if I miss something with singelton Class?  or is there another way to get that Flag back in the Component (A1)?

do I need to create Comp Usage to make this work?

thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197475
Active Contributor
0 Kudos

Hi Agadir,

Please check the below link. It will be very clear.

http://scn.sap.com/community/web-dynpro-abap/floorplan-manager/blog/2010/08/23/abap-class-using-sing...

Also be sure that you set the value to the correct attribute, as I have followed this logic so many times earlier and of-course it works well

BR,

RAM