cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer data from FPM_POWL_UIBB to FPM_FORM_UIBB

SatyaGade
Explorer
0 Kudos


Hi Team,

How to transfer data from one UIBB (component is FPM_POWL_UIBB) to another UIBB ( Componenet is FPM_FORM_UIBB).

I know the procedure how to transfer data from FPM_LIST_UIBB to FPM_FORM_UIBB using wiring concept, but from FPM_POWL_UIBB am unable to do that.

Appreciate your quick response.

Thanks in advance.

Thanks,

Satya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi satya, 

You can create a singleton class for the data exchange , or you can raise an event to pass value.

for the detail , you can ref to below link.

Hope this will solve your problem!

SatyaGade
Explorer
0 Kudos

Hi Bruce,

Thanks for quick response.

I will explain my requirement in detail.

IN FPM I have used  5 UIBB's ,

  1) FPM_POWL_UIBB with Custom component and its configuration

  2) FPM_FORM_UIBB which is a standard componet UIBB's their configurations and its feeder classes are as below,

 

             EAMS_WDC_ORD_LONGTEXT_CFG       CL_EAMS_UI_FD_ORD_LTXT

             EAMS_WDC_ORD_HEADER_CFG          CL_EAMS_UI_FD_ORD_HEADER

             EAMS_WDC_ORD_RESPONSIB_CFG     CL_EAMS_UI_FD_ORD_HEADER

  In the above FPM application if I choose a record in FPM_POWL_UIBB it has to be appear in the respective standard UIBB's in edit mode so user can change according to his/her comfort and will save.

I have tried Singleton method also but not able to transfer data as I got confused which interface I shoul use in singleton class , as I was working with FPM_POWL_UIBB I may not use IF_FPM_GUIBB_FORM.

Please suggest me on this.

Thanks,

Satya.