Generic Object Services (GOS)

Naimesh Patel | Last Updated on April 18, 2012

Generic Object Services (GOS) Toolbar Part 1 : Add New Option in the Toolbar

Eloborates the option to add a new Menu Entry in the GOS toolbar Generic Object Services (GOS) Toolbar offers the functions which are common to many SAP applications. This powerful toolbar provides much functionality like create attachments, notes, mails; send mails; list attachments and many more. You can find more functionality on Generic Object Services…

Generic Object Services (GOS) Toolbar Part 2 : Handle added Service in the Toolbar

Describes the way to handle the added service in the Generic Object service Toolbar You can find all of these discussions at . Today we will see how to call our custom business logic in the added new Service in GOS Toolbar. To be able to process custom logic in the GOS toolbar service, we…

Generic Object Services (GOS) Toolbar Part 3 : Add toolbar in Custom Program

Shows the code for how to add Generic Object service Toolbar in the Z program You can find all of these discussions at . Today, we will see how to get the GOS toolbar in the custom Report. GOS toolbar works on the Business Object. To be able get GOS toolbar, we need to have…

Generic Object Services (GOS) Toolbar Part 4 : Get Attachements

Shows how to get the Attachement details attached to the GOS toolbar You can find all of these discussions at . Today, we will see how to get the attachement details. We will use the static method READ_LINKS from the class CL_BINARY_RELATION. We have to pass what kind of the objects we want to get…

Generic Object Services (GOS) Toolbar Part 5 : Get Note attachment contents

Shows how to get the contents of the NOTE attachements You can find all of these discussions at . Today, we will see how to get the contents of the NOTE attachements. Sometimes, we need to give the options for the attachement List when we design the some application with GOS toolbar. We will use…

Generic Object Services (GOS) Toolbar Part 6 : Copy Attachments between objects

Copy GOS attachment from one object to another object Sometimes it is required to copy the attachments from one object to another object. For example, we want to attach the customer’s purchase order to Sales Order and Billing document once the billing document is generated. To copy the attachments between the objects, we can use…

Generic Object Services (GOS) Toolbar Part 7 : Relationship Browser

Relationships in GOS Toolbar In the series of Generic Object Services(GOS) available in the SAP, we have discussed different usage of the GOS toolbar. You can find all of these discussions at . Today, we’ll see the another concept: Relationship browser. Relationships option is available in the GOS Toolbar at GOS toolbar > Relationships. This…

Generic Object Services (GOS) Toolbar Part 8 : Disable Delete Function

Many times, I have received the request to disable Delete Function on Attachment list of the Generic Object Services (GOS) in SAP. Option in question This delete option on the GOS attachment list, is in the question. Authorization Object S_GOS_ATT Authorization object S_GOS_ATT was introduced in recent support pack releases. Check out the OSS Note…