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.