Application Development and Automation 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: 
Read only

How to delete items from a table using BOPF Code?...

0 Likes
964

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

1 REPLY 1
Read only

Former Member
0 Likes
551

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.