Show TOC Start of Content Area

Procedure documentation Creating the Products and Software Components  Locate the document in its SAP Library structure

Use

To avoid naming conflicts of development objects in a runtime environment, SAP has introduced a name reservation service within the context of the development infrastructure.

Recommendation

We recommend you use the name reservation service, although this it is not mandatory within the development infrastructure.

Note

The name reservation service runs on the same technical basis as the SLD. It is therefore possible to run these two features in a single system, although this is not necessary in this tutorial.

Prerequisites

In addition to the prerequisites for the SLD server, you have reserved at least one name prefix at SAP Service Marketplace.

More information about namespace reservation: SAP Note 710315.

Procedure

Create the software components:

...

       1.      Start the interface of the SLD with the following URL:

http://<host>:<port>/sld

       2.      Log on as administrator.

The initial screen of the SLD appears.

       3.      Under Software Catalog choose Products link.

       4.      In the screen that appears choose New Product….

       5.      Specify the following information:

Data

Value

Name

MyTechnology

Vendor

example.org

Version

1.0

       6.      Choose Create.

The SLD creates the product and the Define Software Unit screen appears.

       7.      Define the software unit and specify Tax as the name.

The Define Software Component screen appears.

       8.      Specify the following information:

Data

Value

Name

Technology

Vendor

example.org

Version

1.0

Production State

started

       9.      Choose Create.

The SLD creates the software component for the product defined above, and enables you to define a further software component.

   10.      Choose Cancel. The software catalog appears again.

   11.      Repeat steps 1 to 10 above for the product and software component.

Specify the following information:

                            a.      Product:

Data

Value

Name

MyApplication

Vendor

example.org

Version

1.0

Software Unit

TaxApplication

                            b.      Software Component:

Data

Value

Name

Application

Vendor

example.org

Version

1.0

Result

You have defined the product and you have created the required software components.

Next Step

Defining Usage Dependencies

End of Content Area