Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

call bapi to change the security

Former Member
0 Likes
439

Hi experts,

I need to change the role for the specified user in my abap program. I want to call bapi rather than read/write tables, but I don't find the entrance in bapi explorer. anyone will help me?

thanks in advanced.

Hi experts,

I need to change the role for the specified user in my abap program. I want to call bapi rather than read/write tables, but I don't find the entrance in bapi explorer. anyone will help me?

thanks in advanced.

1 REPLY 1
Read only

Former Member
0 Likes
393

Hi,

call bapi to change the security.

use these function bapi

Change( )

The BAPI Change() changes an existing instance of an SAP business object type, for example, a purchase order. The BAPI Change () is an instance method .

lt helps you