‎2013 May 19 6:52 PM
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
‎2013 May 21 11:32 AM
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.
‎2013 May 21 11:32 AM
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.