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
FieldsModifier and TypeFieldDescriptionstatic final StringConstant for the partner function agent.static final Stringconstant for the partner function billtostatic final Stringconstant for the partner function contactstatic final StringConstant for the partner function end customer.static final Stringconstant for the partner function payerstatic final Stringconstant for the partner function resellerstatic final StringConstant for the partner function responsible at partner.static final Stringconstant for the partner function responsible employeestatic final Stringconstant for the partner function sales prospectstatic final Stringconstant for the partner function ship from.static final Stringconstant for the partner function shipto.
Note that the ship to isn't support as partner function in Java Layerstatic final Stringconstant for the partner function soldfromstatic final Stringconstant for the partner function soldtostatic final Stringconstant for the partner function vendor -
Method Summary
-
Field Details
-
SOLDTO
constant for the partner function soldto- See Also:
-
PAYER
constant for the partner function payer- See Also:
-
BILLTO
constant for the partner function billto- See Also:
-
SHIPTO
constant for the partner function shipto.
Note that the ship to isn't support as partner function in Java Layer- See Also:
-
SOLDFROM
constant for the partner function soldfrom- See Also:
-
CONTACT
constant for the partner function contact- See Also:
-
RESELLER
constant for the partner function reseller- See Also:
-
SALES_PROSPECT
constant for the partner function sales prospect- See Also:
-
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:
-
RESP_AT_PARTNER
Constant for the partner function responsible at partner.- See Also:
-
END_CUSTOMER
Constant for the partner function end customer.- See Also:
-
SHIPFROM
constant for the partner function ship from.- See Also:
-
VENDOR
constant for the partner function vendor- See Also:
-
RESP_EMPLOYEE
constant for the partner function responsible employee- See Also:
-
-
Method Details
-
getName
String getName()Returns the name of the partner function- Returns:
- name of partner function
-