Show TOC

Procedure documentationTransferring Account Data to Web Shops Locate this document in the navigation structure

Procedure

To configure the Order-on-behalf work area toolbar item on the account overview page so that it transfers the data of the current account to a business-on-behalf Web shop, you need to perform the following steps in SAP CRM:

  1. Set up a launch transaction that includes a parameter for transferring account data.

    See Customizing a Parameterized Launch Transaction for a description of how to achieve this.

    Note Note

    The standard delivery provides the CHM-BOB-A2O launch transaction for this purpose. The parameter in it is CRM_OBJECT_ID and the value of that parameter is //clipboardBuilHeader/BP_GUID, which is a reference to the GUID of the current account.

    End of the note.
  2. Attach the launch transaction to the appropriate work area toolbar item by assigning the launch transaction to a logical link and assigning the logical link to the object type and object action of the work area toolbar item.

    See Assigning the Launch Transaction to an Account Toolbar Item for a description of how to achieve this.

    Note Note

    The standard delivery provides the CHM-OOB-CR logical link for this purpose.

    The object type for the Order-on-behalf work area toolbar item on the account overview page for the CHM-PM (Partner Manager) business role is BT115_SLSO_OOB, and the object action for this work area toolbar item is Create.

    Attaching the launch transaction to this particular work area toolbar item provides the context for resolving the account reference in the parameter of the launch transaction.

    End of the note.