public interface SAPProduct
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCustomParameterNames()
For implementing custom fields which are not in SAP OCI specification, use this method and method
getCustomParameterNames().If you using the SAP Fields NEW_ITEM-CUST_FIELD1 to ~5 or
NEW_ITEMEXT_SCHEMA_TYPE (currently not mapped in SAP server), they should be included in this
method. |
String |
getCustomParameterValue(String parameterName)
This method returns the value from the given custom field name.
|
String |
getItemAttachment()
for SAP Field:
NEW_ITEM-ATTACHMENTmax. |
char |
getItemAttachmentPurpose()
for SAP Field:
NEW_ITEM-ATTACHMENT_PURPOSEmax. |
String |
getItemAttachmentTitle()
for SAP Field:
NEW_ITEM-ATTACHMENT_TITLEmax. |
String |
getItemContract()
for SAP Field:
NEW_ITEM-CONTRACTmax. |
String |
getItemContractItem()
for SAP Field:
NEW_ITEM-CONTRACT_ITEMmax. |
String |
getItemCurrency()
for SAP Field:
NEW_ITEM-CURRENCYmax. |
String |
getItemDescription()
for SAP Field:
NEW_ITEM-DESCRIPTIONmax. |
String |
getItemExtCategory()
for SAP Field:
NEW_ITEM-EXT_CATEGORYmax. |
String |
getItemExtCategoryId()
for SAP Field:
NEW_ITEM-EXT_CATEGORY_IDmax. |
String |
getItemExtProductId()
for SAP Field:
NEW_ITEM-EXT_PRODUCT_IDmax. |
String |
getItemExtQuoteId()
for SAP Field:
NEW_ITEM-EXT_QUOTE_IDmax. |
String |
getItemExtQuoteItem()
for SAP Field:
NEW_ITEM-EXT_QUOTE_ITEMmax. |
int |
getItemLeadTime()
for SAP Field:
NEW_ITEM-LEADTIMEmax. |
String |
getItemLongtext()
for SAP Field:
NEW_ITEM-LONGTEXT_n:132[]unlimited Chars |
String |
getItemManufactCode()
for SAP Field:
NEW_ITEM-MANUFACTCODEmax. |
String |
getItemManufactMat()
for SAP Field:
NEW_ITEM-MANUFACTMATmax. |
String |
getItemMatGroup()
for SAP Field:
NEW_ITEM-MATGROUPmax. |
String |
getItemMatNr()
for SAP Field:
NEW_ITEM-MATNRmax. |
double |
getItemPrice()
for SAP Field:
NEW_ITEM-PRICEmax. |
int |
getItemPriceUnit()
for SAP Field:
NEW_ITEM-PRICEUNITmax. |
double |
getItemQuantity()
for SAP Field:
NEW_ITEM-QUANTITYmax. |
boolean |
getItemService()
for SAP Field:
NEW_ITEM-SERVICEmax. |
String |
getItemSLDSysName()
for SAP Field:
NEW_ITEM-SLD_SYS_NAMEmax. |
String |
getItemUnit()
for SAP Field:
NEW_ITEM-UNITmax. |
String |
getItemVendor()
for SAP Field:
NEW_ITEM-VENDORmax. |
String |
getItemVendorMat()
for SAP Field:
NEW_ITEM-VENDORMATmax. |
String getItemDescription()
NEW_ITEM-DESCRIPTIONString getItemMatNr()
NEW_ITEM-MATNRdouble getItemQuantity()
NEW_ITEM-QUANTITYString getItemUnit()
NEW_ITEM-UNITdouble getItemPrice()
NEW_ITEM-PRICEString getItemCurrency()
NEW_ITEM-CURRENCYint getItemPriceUnit()
NEW_ITEM-PRICEUNITint getItemLeadTime()
NEW_ITEM-LEADTIMEString getItemLongtext()
NEW_ITEM-LONGTEXT_n:132[]String getItemVendor()
NEW_ITEM-VENDORString getItemManufactCode()
NEW_ITEM-MANUFACTCODEString getItemVendorMat()
NEW_ITEM-VENDORMATString getItemManufactMat()
NEW_ITEM-MANUFACTMATString getItemMatGroup()
NEW_ITEM-MATGROUPboolean getItemService()
NEW_ITEM-SERVICEString getItemContract()
NEW_ITEM-CONTRACTString getItemContractItem()
NEW_ITEM-CONTRACT_ITEMString getItemExtQuoteId()
NEW_ITEM-EXT_QUOTE_IDString getItemExtQuoteItem()
NEW_ITEM-EXT_QUOTE_ITEMString getItemExtProductId()
NEW_ITEM-EXT_PRODUCT_IDString getItemAttachment()
NEW_ITEM-ATTACHMENTString getItemAttachmentTitle()
NEW_ITEM-ATTACHMENT_TITLEchar getItemAttachmentPurpose()
NEW_ITEM-ATTACHMENT_PURPOSEString getItemExtCategoryId()
NEW_ITEM-EXT_CATEGORY_IDString getItemExtCategory()
NEW_ITEM-EXT_CATEGORYString getItemSLDSysName()
NEW_ITEM-SLD_SYS_NAMEString[] getCustomParameterNames()
getCustomParameterNames().NEW_ITEM-CUST_FIELD1 to ~5 or
NEW_ITEMEXT_SCHEMA_TYPE (currently not mapped in SAP server), they should be included in this
method.Copyright © 2017 SAP SE. All Rights Reserved.