Skip to Content
0
Former Member
Apr 08, 2016 at 10:20 AM

How to set user responsible of changing operation status

47 Views

Hi all,

I publish a web service from my application.

A generic user is defined for the webservice authentication.

This webservice allows the consummer to change the operation status. the abap code is using fm CO_RI_CONFIRMATION_CREATE to achieve it.

My request is that the uname in JCDS is the generic user (sy-uname) and not the real user id.

I can receive the real user id in my webservice data, but how can I save it in JCDS ?

Thx all.