Interface PartnerFunctionData

  • All Known Implementing Classes:
    Contact, PartnerFunctionBase, SoldTo

    public interface PartnerFunctionData
    Defines the partner functions. The partner functions could used in the sales document to integrate the business partner in their different functions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AGENT
      Constant for the partner function agent.
      static java.lang.String BILLTO
      constant for the partner function billto
      static java.lang.String CONTACT
      constant for the partner function contact
      static java.lang.String END_CUSTOMER
      Constant for the partner function end customer.
      static java.lang.String PAYER
      constant for the partner function payer
      static java.lang.String RESELLER
      constant for the partner function reseller
      static java.lang.String RESP_AT_PARTNER
      Constant for the partner function responsible at partner.
      static java.lang.String RESP_EMPLOYEE
      constant for the partner function responsible employee
      static java.lang.String SALES_PROSPECT
      constant for the partner function sales prospect
      static java.lang.String SHIPFROM
      constant for the partner function ship from.
      static java.lang.String SHIPTO
      constant for the partner function shipto.
      Note that the ship to isn't support as partner function in Java Layer
      static java.lang.String SOLDFROM
      constant for the partner function soldfrom
      static java.lang.String SOLDTO
      constant for the partner function soldto
      static java.lang.String VENDOR
      constant for the partner function vendor
    • Field Detail

      • SOLDTO

        static final java.lang.String SOLDTO
        constant for the partner function soldto
        See Also:
        Constant Field Values
      • PAYER

        static final java.lang.String PAYER
        constant for the partner function payer
        See Also:
        Constant Field Values
      • BILLTO

        static final java.lang.String BILLTO
        constant for the partner function billto
        See Also:
        Constant Field Values
      • SHIPTO

        static final java.lang.String SHIPTO
        constant for the partner function shipto.
        Note that the ship to isn't support as partner function in Java Layer
        See Also:
        Constant Field Values
      • SOLDFROM

        static final java.lang.String SOLDFROM
        constant for the partner function soldfrom
        See Also:
        Constant Field Values
      • CONTACT

        static final java.lang.String CONTACT
        constant for the partner function contact
        See Also:
        Constant Field Values
      • RESELLER

        static final java.lang.String RESELLER
        constant for the partner function reseller
        See Also:
        Constant Field Values
      • SALES_PROSPECT

        static final java.lang.String SALES_PROSPECT
        constant for the partner function sales prospect
        See Also:
        Constant Field Values
      • AGENT

        static final java.lang.String AGENT
        Constant for the partner function agent. An agent is an employee that is not related to a business partner. Used for BOB scenarios.
        See Also:
        Constant Field Values
      • RESP_AT_PARTNER

        static final java.lang.String RESP_AT_PARTNER
        Constant for the partner function responsible at partner.
        See Also:
        Constant Field Values
      • END_CUSTOMER

        static final java.lang.String END_CUSTOMER
        Constant for the partner function end customer.
        See Also:
        Constant Field Values
      • SHIPFROM

        static final java.lang.String SHIPFROM
        constant for the partner function ship from.
        See Also:
        Constant Field Values
      • VENDOR

        static final java.lang.String VENDOR
        constant for the partner function vendor
        See Also:
        Constant Field Values
      • RESP_EMPLOYEE

        static final java.lang.String RESP_EMPLOYEE
        constant for the partner function responsible employee
        See Also:
        Constant Field Values
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the partner function
        Returns:
        name of partner function