Show TOC Start of Content Area

Background documentation Action Providers  Locate the document in its SAP Library structure

The portal provides sets of standard actions that can be included in an admin studio instance. For example, you can specify that the cut, copy and paste actions (for working with portal objects) be included.

XML Script

In the configuration <context> element, add an <Attribute> element with the following attribute:

      name: com.sap.portal.admin.studio.config.action.wdActionProviders

You can add one or more attribute values, each of which is the name of a Web Dynpro application that functions as an action provider. The portal contains the following action providers:

Provider

Description

sap.com/tc~pp~adm~tls~advop_actions/
com.sap.portal.adminstudio.AdvOpActionProvider

Provides the following generic actions for all PCD objects:

      Cut

      Copy

      Paste

      Delete

      Change ID

sap.com/tc~pp~adm~tls~gpal_actions/
com.sap.portal.gpal.adminstudio.actions.GpalActionProvider

Provides the following generic actions for all GPAL objects:

      Copy

      Paste as PCD Object

 

This graphic is explained in the accompanying text

Result

The actions defined by the specified providers are displayed in the Portal Catalog.

 

 

 

 

 

 

 

 

End of Content Area