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 attachment file deletion Function Module

former_member729235
Discoverer
0 Likes
5,779

Can u help me with the FM to delete GOS attachments?

12 REPLIES 12
Read only

FabioPagoti
Active Contributor
0 Likes
4,441

Please help others help you by providing enough information about what you need and what you have tried so far

Read only

Sandra_Rossi
Active Contributor
4,441

I think one can't do better than a web search engine, by typing: GOS attachment file deletion Function Module

Read only

former_member729235
Discoverer
0 Likes
4,441

I used delete attachment method to delete the GOS file but i am getting the message no relationship exist between , object id ,key and logical system APPLOBJ.

Read only

keremkoseoglu
Contributor
4,441

Here is a library containing may useful GOS methods, including deleting GOS documents: https://github.com/keremkoseoglu/ABAP-Library/blob/master/zcl_bc_gos_toolkit.abap

Read only

4,441

Great! Maybe you could define a license for it please? (currently none)

Read only

4,441

Oh you are right, sandra.rossi ... I will define a license... I consider it free to use (as in free speech & free beer simultaneously) 😊

Read only

4,441

I eventually did define the MIT license for the project, sandra.rossi !

Read only

4,441

Nice, thank you. That makes it easier to use your code.

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
4,441

Check out this blog article: Delete GOS Attachment from an Order (IW33) – ABAP Code

It lists quite nicely all the steps required to delete a GOS attachment with a custom ABAP code.

HTH, BR

Dominik Tylczynski

Read only

4,441

Hmm this blog post proposed a solution highly inspired from kerem.koseoglu library. Prefer the original !

Read only

0 Likes
4,441

Hi sandra.rossi

You might be right. I've not checked the library or compare it to the blog.

Read only

venkateswaran_k
Active Contributor
0 Likes
4,441

Hi

Please provide more information

Are you using a custom program - where you used GOS object to add/delete?

Please provide your code

So that forum can help