cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

How to lock an object using an ADT api in NW 7.3 SP04 version.

At the moment we are using this api -> "https//:<domain>/sap/bc/adt/oo/classes/<class_name>?sap-client=100&_action=LOCK& accessMode=MODIFY " to lock the object.

This call needs to be Stateful. In NW 7.5 an option is given to make the ADT api call as stateful by adding a header field -> "X-sap-adt-sessiontype" to "stateful" and its working in NW 7.5. when using this field in NW 7.3 its not working and call is made as stateless.

Any idea how to make the call stateful in NW 7.3...?

Thanks ,

Pavana Rahul Pippalla.

0 Likes
View Entire Topic
yuanshouyan1823
Discoverer
0 Likes

Hello Rahul,

I meet the same issue. And finally solved by a workaround:

https://github.com/marcellourbani/abapfs_extensions

It is a extension of ABAPFS which worked on the VSCode. You can implement it in your system. Then, the issue will be disappeared.

BRs