Skip to Content
0
Former Member
Jun 11, 2009 at 07:13 AM

Problem with context mapping and data flow in a FPM application

58 Views

Hi All,

I am trying to develop an ESS application using FPM. For the same, the requirement is to see the history of an employee in the second view.

The first view has got just the overview information and the second one has got the detail. So, the records or the fields are the same on both the views.

As per the FPM guidelines, the Model is residing in the Fc component and the respective Vc components are using the model data accordingly.

I am executing the model in the Fc component calling the executable method in the interfaceController of the first view and then trying to display the output data of the BAPI in the first view which provides the overview information.This is working fine.

But when i am trying to map the same output node to the Table UI for the second view, the record size is coming zero and thus no information is available.

For the above issue, I am again executing the RFC in the InterfaceController of the second view to populate the records, which is incorrect as it is already executed and the data is available for the first view.

I request you to let me know the correct approach to Context mapping and data flow when using FPM-roadmap. Is their any standard method or approach available to deal with such requirements? Please let me know.

Thanks in advance.

Regards

DK