Defining Applications

Create a new native, hybrid, or Agentry application definition, which enables you to use Management Cockpit to manage the application.

  1. In Management Cockpit, select Applications, and click New.
  2. In the New Application window, enter:
    Field Value
    ID

    Unique identifier for the application, in reverse domain notation. This is the application or bundled identifier that the application developer assigns or generates during application development. The administrator uses the Application ID to register the application to SAP Mobile Platform Server, and the client application code uses the Application ID while sending requests to the server. Reverse domain notation means reversing a registered domain name; for example, reverse domain notation for the object MyApp.sap.com is com.sap.MyApp.

    The application identifier:
    • Must be unique.
    • Must start with an alphabetic character.
    • Can contain only alphanumeric characters, underscores (_), and periods (.).
    • Cannot include spaces.
    • Can be up to 64 characters long.
    Note: The keywords that are not allowed to be entered as application identifiers include: Admin, AdminData, Push, smp_cloud, resource, test-resources, resources, Scheduler, odata, applications, Connections, public. These keywords are case sensitive.
    Formatting guidelines:
    • SAP recommends that application IDs contain a minimum of two periods ("."). For example, this ID is valid: com.sap.mobile.app1.
    • Application IDs cannot start with a period ("."). For example, this ID is invalid: .com.sap.mobile.app1.
    • Application IDs cannot include two consecutive periods ("."). For example, this ID is invalid: com..sap.mobile.app1.
    Name Application name. The name:
    • Can contain only alphanumeric characters, spaces, underscores (_), and periods (.).
    • Can be up to 80 characters long.
    Vendor (Optional) Vendor who developed the application. The vendor name:
    • Can contain only alphanumeric characters, spaces, underscores (_), and periods (.).
    • Can be up to 255 characters long.
    Type
    Application type.
    • Native – native applications, including Android, BlackBerry, iOS, Windows Mobile 8, and Windows 8.
    • Hybrid – Kapsel container-based applications.
    • Agentry – metadata-driven application. You can configure only one Agentry application per SAP Mobile Platform Server; after that, Agentry no longer appears as an option.
    Description (Optional) Short description of the application. The description:
    • Can contain alphanumeric characters.
    • Can contain most special characters, except percent signs (%) and ampersands (&).
    • Can be up to 255 characters long.
  3. Click Save. You see application-related tabs, such as Back End, Authentication, Push, and so forth. The tabs you see differ by application type. You are ready to configure the application, based on the application type.
    Note: These tabs appear in Management Cockpit only after you define or select an application. The steps that follow assume you have selected the application, and are working through each of the relevant tabs for your selected application. The steps use a "navigational shorthand"— such as "select Applications > Back End—to indicate the tab where tasks are performed, relative to that selected application, rather than repeating the entire navigation instruction.