2013 Jul 30 10:16 AM
Hi Experts,
I am trying to delete contents of a table using BOPF code in a report program.
I have created Custom Business Object and trying to delete the contents through abap report program.
Ex: Course(ROOT)
-> Batches
-> Students....
I am trying to delete Batches. Please help me to complete this task.
Thanks & Regards:
Azhar
2014 Feb 27 5:31 AM
Hi Azar,
If you want to delete data from ABAP Program then you have to use Service Manager and save it using transaction manager.
IF you want to change only some fields then using service manager's modify method you can do that and after that save it using transaction manager.
Thanks and regards,
Chetan P. Patil.