public interface AsnService
AdvancedShippingNoticeModel.| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeModel |
cancelAsn(java.lang.String internalId)
Cancels the
AdvancedShippingNoticeModel for the given AdvancedShippingNoticeModel.INTERNALID |
AdvancedShippingNoticeModel |
confirmAsnReceipt(java.lang.String internalId)
Confirms the receipt of given
AdvancedShippingNoticeModel |
AdvancedShippingNoticeModel |
getAsnForInternalId(java.lang.String internalId)
Returns
AdvancedShippingNoticeModel for given AdvancedShippingNoticeModel.INTERNALID |
java.util.List<StockLevelModel> |
getStockLevelsForAsn(AdvancedShippingNoticeModel asn)
Returns list of
StockLevelModel(s) for the given AdvancedShippingNoticeModel |
void |
processAsn(AdvancedShippingNoticeModel asn)
Creates
StockLevelModels based on given asn entries taken from
AdvancedShippingNoticeModel |
void processAsn(AdvancedShippingNoticeModel asn)
StockLevelModels based on given asn entries taken from
AdvancedShippingNoticeModelasn - advanced shipping noticeAdvancedShippingNoticeModel confirmAsnReceipt(java.lang.String internalId)
AdvancedShippingNoticeModelinternalId - the given AdvancedShippingNoticeModel.INTERNALIDAdvancedShippingNoticeModelAdvancedShippingNoticeModel getAsnForInternalId(java.lang.String internalId)
AdvancedShippingNoticeModel for given AdvancedShippingNoticeModel.INTERNALIDinternalId - the given AdvancedShippingNoticeModel.INTERNALIDAdvancedShippingNoticeModeljava.util.List<StockLevelModel> getStockLevelsForAsn(AdvancedShippingNoticeModel asn)
StockLevelModel(s) for the given AdvancedShippingNoticeModelasn - the AdvancedShippingNoticeModelStockLevelModelAdvancedShippingNoticeModel cancelAsn(java.lang.String internalId)
AdvancedShippingNoticeModel for the given AdvancedShippingNoticeModel.INTERNALIDinternalId - the given AdvancedShippingNoticeModel.INTERNALIDAdvancedShippingNoticeModelCopyright © 2018 SAP SE. All Rights Reserved.