Modifying SAP Connection Properties

Edit connection properties for an SAP mobile business object, and define the property values as parameters.

You can modify Java connector (JCo) properties in SAP mobile business objects (MBOs), and use the property values as parameters; for example, as personalization keys or default values.

  1. In the Mobile Business Object Properties dialog, select the Connection tab.
  2. Select Override default authentication.
  3. Under Connection Properties, select Configure as Parameters.
  4. The table displays the configurable connection properties:
    • For each property, you can either enter a value or select a personalization key. You can also create a new personalization key for any property, except the language property, which does not support personalization.
    • The codepage property does not appear in the table; it is calculated from the language, and cannot be modified.
    • Set the Unicode property to either true or false.
  5. Click Apply, then click OK.

At runtime, you can use SAP connection properties as parameters. For example, if the SalesOrder.CreateFromData1 operation inserts a sales order for a particular user, and it occurs in the context of a known SAP user, the user's credentials can be passed to the operation.