Entering content frameProcedure documentation Publishing Object and Starting Service Directly Locate the document in its SAP Library structure

Use

This procedure allows you to publish your object and directly start a service. As soon as a user calls the object, the service is started at the same time, for example, the attachment list is displayed.

Procedure

  1. You must generate an instance of the class cl_gos_manager. However, do not transfer the BOR-ID or the callback class so that no object is published.

This graphic is explained in the accompanying text

  1. The name of the service requested (from table SGOSATTR) provides you with the method start_service_direct, for example for the service Displaying Attachments

This graphic is explained in the accompanying text

You can enter a control container for specific services in the parameter io_container. The services that allow this option can be found in table SGOSATTR.

 

 

 

Leaving content frame