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

GOS Delete

former_member194669
Active Contributor
0 Likes
445

Hi,

I have custom transaction with in i have given option to attach documents

using CL_GOS class. Each attachment is linked to document number.


      create object gos_manager
        exporting
           is_object            = i_borident
           it_service_selection = i_services
           ip_no_commit         = ' '
        exceptions
           object_invalid       = 1.

My question is if i am deleting a document i need to delete the attachment also from database.

I like to know what will be class i have to use for this.

Thanks

aRs

Hi,

I have custom transaction with in i have given option to attach documents

using CL_GOS class. Each attachment is linked to document number.


      create object gos_manager
        exporting
           is_object            = i_borident
           it_service_selection = i_services
           ip_no_commit         = ' '
        exceptions
           object_invalid       = 1.

My question is if i am deleting a document i need to delete the attachment also from database.

I like to know what will be class i have to use for this.

Thanks

aRs

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
394

Hi,

I solved the issue.

Thanks

aRs