cancel
Showing results for 
Search instead for 
Did you mean: 

Data Navigation from one FPM Component to Another FPM Component

0 Kudos

Hello Experts,

We are working on a FPM Component which requires to call another standard FPM component and pass the data to it. We are able to call the Standard FPM component from our custom FPM component. But, we are facing issue while sending the data from custom to standard fpm application.

we have used Singleton class approach to pass the data but while in the other application, the data is not getting reflected.

could you please advice on the same to proceed further.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Sudheer,

I'dont know how complex the data you want to transfer between the two applications is. For less complex data you could try to capture your data in an XML transformation and pass the XML string trough URL application parameters. For more complex data you should have a look a SAP Shared Objects - as long as you are dealing with a single application server. In case of multiple application servers, there is the possibility of the system switching application server due to ressource-/load-balancing and Shared Objects may not be working correctly, because the area handle sticks to a single application server.

Best regards,

Fabian