Application Development 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: 

FM or BAPI needed for updating USR05

Former Member
0 Kudos

Hi All,

I have requirement wherein i need to update table USR05 using FM or using BAPI.

i have an internal table whose structure is same as USR05.

I have the values to be updated in USR05 in this internal table. i can directly use a statement like this

MODIFY usr05 FROM TABLE gi_usr05[] for updating user05. But i want a FM or BAPI for updating it instead of direct database update.

This is very urgent.

Thanks in advance,

Srilakshmi.

2 REPLIES 2

Former Member
0 Kudos

Hi

go through the link given below:

With Regards

Nikunj Shah

former_member265047
Active Participant
0 Kudos

Hi

You can check SUSR_RFC_USER_INTERFACE and G_SET_USER_PARAMETER function module. but later wont take user name, it will update sy-uname and paramter id and value..

Even you can create FM similar to this and add user name import parameter...

It may helps you...

Regards,

Naveen Veshala