Skip to content

Latest commit

 

History

History
116 lines (64 loc) · 5.45 KB

subscribe-to-java-multitenant-applications-in-the-neo-environment-e7e62c8.md

File metadata and controls

116 lines (64 loc) · 5.45 KB

Subscribe to Java Multitenant Applications in the Neo Environment

Create, list, and remove subscriptions for a Java application using the console client and view all our subscriptions in the cockpit.

Remember:

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.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

To create Java subscriptions, use the subscribe command.

Example:

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.

    Example:

    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.

    Example:

    neo list-subscribed-accounts --account mysubaccount --application demo --user myuser --host us1.hana.ondemand.com
    
  1. Open the subaccount in the cockpit.

  2. 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.

  3. 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.

Note:

Some subscriptions automatically created by the platform cannot be removed.

To remove Java subscriptions, use the unsubscribe command.

Example:

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

list-subscribed-applications

list-subscribed-accounts

subscribe

unsubscribe