cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain state in Proxy

Former Member
0 Kudos

Is there a way to maintain state in ABAP server proxy across calls, like http session.

What about java proxy?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Wht information do u want to store for the state. U can always use BPM for storing some info and correlating it.

Regards,

Prateek

Former Member
0 Kudos

This is a scenario where XI calls into R3 proxy via inbound interface. I need to collect data across 3 calls and then write to the database. Yes I could move the logic to BPM, but I want to see if there is an option of have state in server proxy, if so I might be able eliminate BPM.

Thanks

prateek
Active Contributor
0 Kudos

In the ABAP code, there could be a possibility of storing data in inernal tables but across various calls it does not seems to be possible.

Regards,

Prateek