Show TOC Start of Content Area

Component documentation Creating Administration Interfaces (Web Dynpro)  Locate the document in its SAP Library structure

The portal provides an API – the admin studio framework – for modifying the administration environment of the portal.

Pages that provide administration interfaces are called admin studio instances. Some out-of-the-box examples are the Portal Content Studio (for creating and modifying objects in the Portal Catalog) or Portal Permissions (for setting permissions on portal objects and applications).

The following are the tasks for working with the admin studio framework:

      Creating Admin Studio Instances: Describes how to create your own admin studio interfaces, or modify existing instances.

      Creating Work Units: Describes how to create an editor for modifying an existing portal object.

      Creating Wizards: Describes how to create a wizard for creating a portal object.

The tasks for working with the admin studio framework rely heavily on the use of the XML Content and Actions tool, which enables you to create, modify and delete portal objects by uploading an XML script. For more information, see XML Content and Actions.

Dependencies

In order to use the APIs in this section, you must create dependency references in your project to the following DCs:

SC

DC

EP-PSERV

tc/ep/admin/api

EP-WDC

tc/ep/admin/wd/api

EP-WDC

tc/ep/pb/wd/api

 

End of Content Area