cancel
Showing results for 
Search instead for 
Did you mean: 

Stateful Session Handling for OData Services - oData v4

former_member184739
Contributor
0 Kudos
520

Hello Experts,

I can notice the stateful session handling is described in the oData v4 supported feature in the following methods as described here. Could you please suggest from which Netweaver system this feature is enabled ? My customer installation is on NW 7.50 but could not find these methods.

Regards

Prabha

METHOD /iwbep/if_v4_dp_process_steps~finalize_request.
      ...
      io_response->start_stateful_session( ).
      ...
ENDMETHOD.


METHOD /iwbep/if_v4_dp_process_steps~finalize_request.
	...
	io_response->end_stateful_session( ).
	...
ENDMETHOD.

Accepted Solutions (0)

Answers (0)