Create, list, and remove subscriptions for a Java application using the console client and view all our subscriptions in the cockpit.
SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.
For more information, see SAP Note 3351844.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
- An enterprise account. For more information, see Global Accounts.
- Develop and deploy an application in the Neo environment for multiple consumers. For more information, see Developing Multitenant Applications in the Neo Environment.
- Provider and consumer subaccounts that belong to the same region. For more information, see Regions and Hosts Available for the Neo Environment.
- If applicable, purchase SaaS licenses for the applications you want to consume.Set up the console client. For more information, see Set Up the Console Client.
To create Java subscriptions, use the subscribe
command.
neo subscribe --account consumersubaccount --application mysubaccount:myapp --user myuser --host us1.hana.ondemand.com
-
To list all Java applications subscribed to a subaccount, use the
list-subscribed-applications
command.neo list-subscribed-applications --account consumersubaccount --user myuser --host hana.ondemand.com
-
To list all subaccounts subscribed to a Java application, use the
list-subscribed-accounts
command.neo list-subscribed-accounts --account mysubaccount --application demo --user myuser --host us1.hana.ondemand.com
-
Open the subaccount in the cockpit.
-
In the navigation area, choose Applications > Subscriptions.
You see a list of subscriptions to Java applications, with the provider subaccount from which the subscription was obtained and the subscribed application.
-
To navigate to the subscription overview, choose the application name. You have the following options:
-
To launch an application, choose the link in the Application URLs panel.
-
To create connectivity destinations, choose Destinations in the navigation area.
-
To create or assign roles, choose Roles in the navigation area.
-
Some subscriptions automatically created by the platform cannot be removed.
To remove Java subscriptions, use the unsubscribe
command.
neo unsubscribe --account consumersubaccount --application mysubaccount:myapp --user myuser --host us1.hana.ondemand.com
Related Information
Subscribe to HTML5 Multitenant Applications in the Neo Environment