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

Can zprogram call GOS attachments like standard function ?

0 Likes
1,632

Hi

Can zprogram call GOS attachments like standard function ?

Is it possible to achieve this? I write a dioloag zprogram and it inculdes gos icon function , as shown below.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
1,548

There are some blogs/wiki available on this subject, for example

  1. SWO1 - Create a Business Object type in transaction SWO1 (define key fields, and add interface IFGOSXSERV)
  2. SE80 - Use class CL_GOS_MANAGER (with information of the Business Object)
3 REPLIES 3
Read only

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Likes
1,548

Yes, you can add GOS functionality to the toolbar using class cl_gos_manager.

-- Tomas --
Read only

RaymondGiuseppi
Active Contributor
1,549

There are some blogs/wiki available on this subject, for example

  1. SWO1 - Create a Business Object type in transaction SWO1 (define key fields, and add interface IFGOSXSERV)
  2. SE80 - Use class CL_GOS_MANAGER (with information of the Business Object)
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,548

Many questions and answers in the forum about it...