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: 

BAPI to Update/Modify VIM Table /ORS/USERMAP

Former Member
0 Kudos

Hi All,

I have a requirement to append the records of Su01 from internal table into database table /ORS/USERMAP.

Also i need to modify the deleted field in the same database table by using the internal table.

Please suggest if their is any Bapi that may be used .

Kind Regards

Rahul

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I am now able append the records of Su01 from internal table into database table /ORS/USERMAP by using class /ORS/USERMAPPING. The method ADDNEWMAPPING can be used for this.

But for updation of a particular field of a single record i did'nt find any method.

Method UPDATEUSERMAP also did'nt work.

1 REPLY 1

Former Member
0 Kudos

I am now able append the records of Su01 from internal table into database table /ORS/USERMAP by using class /ORS/USERMAPPING. The method ADDNEWMAPPING can be used for this.

But for updation of a particular field of a single record i did'nt find any method.

Method UPDATEUSERMAP also did'nt work.