cancel
Showing results for 
Search instead for 
Did you mean: 

FPM - Business Class

Former Member
0 Kudos

Hi all,

I have a question about where I should instantiate my bussines class ( not a BOPF, BOL...) in a OVP/GAF/OIF component.

I need access to this instance from every Feeder class (GUIBBs). So what do you think is the best solution?

Do you know any example?

Thxs!!

View Entire Topic
rohit3611
Contributor
0 Kudos

Hi Carmelo,

Generally you have UI Layer then the Business Layer.

Take a example of SRM, it will help to understand you.

http://scn.sap.com/thread/3242032

SRM is using FPM the way you for OIF, they create  instance of business logic of PDO in the view's init method whenever view is created.

Rohit

Former Member
0 Kudos

Hi Rohit,

And How can I access to that instance from every Feeder class (Guibbs)?

Thxs!

Carmelo.

rohit3611
Contributor
0 Kudos

Hi Carmelo,

Every feeder has standard methods like Process Event, In WDINIT raise a event with parameetrs and in Process event of feeder based on that event and paremeters process that.

Rohit

Former Member
0 Kudos

Hi Rohit,


Thanks for the information.