Interface PartnerFunctionData
-
- All Known Implementing Classes:
Contact,PartnerFunctionBase,SoldTo
public interface PartnerFunctionDataDefines 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.StringAGENTConstant for the partner function agent.static java.lang.StringBILLTOconstant for the partner function billtostatic java.lang.StringCONTACTconstant for the partner function contactstatic java.lang.StringEND_CUSTOMERConstant for the partner function end customer.static java.lang.StringPAYERconstant for the partner function payerstatic java.lang.StringRESELLERconstant for the partner function resellerstatic java.lang.StringRESP_AT_PARTNERConstant for the partner function responsible at partner.static java.lang.StringRESP_EMPLOYEEconstant for the partner function responsible employeestatic java.lang.StringSALES_PROSPECTconstant for the partner function sales prospectstatic java.lang.StringSHIPFROMconstant for the partner function ship from.static java.lang.StringSHIPTOconstant for the partner function shipto.
Note that the ship to isn't support as partner function in Java Layerstatic java.lang.StringSOLDFROMconstant for the partner function soldfromstatic java.lang.StringSOLDTOconstant for the partner function soldtostatic java.lang.StringVENDORconstant for the partner function vendor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the partner function
-
-
-
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
-
-