Describing SAP Ariba 2505 Release Features

Objective

After completing this lesson, you will be able to describe new or changed features for SAP Business Network Supply Chain Collaboration in the SAP Ariba 2505 release.

Blocking Line Items and Changes to Closing Line Items in Purchase Orders

Business Details

This feature adds blocking of line items and improves closing of line items in purchase orders in SAP Business Network for Supply Chain. For both blocked and closed line items, suppliers are prevented from creating any subsequent documents (order confirmation and ship notice). This feature adds the following to the ItemOut element in an OrderRequest document:

  • operation="block" attribute – When this attribute is included in an ItemOut element, the line item is blocked in the purchase order.
  • Indicator element – This element is used to define indicators. It has the following two attributes:
    • Type – The indicator name.
    • Level – The indicator level. Can be set to warning or error.

For example, buyers configure hard (error) or soft (warning) validation in their ERP using the isDeliveryCompleted indicator. In the following code sample, the isDeliveryCompleted indicator is set to hard validation:

Code Snippet
12345678910111213
<ItemOut> <ItemID> <SupplierPartID/> <BuyerPartID>HWWB348A40</BuyerPartID> </ItemID> <ItemDetail></ItemDetail> <Tax></Tax> <Contact role="BuyerPlannerCode"></Contact> <TermsOfDelivery></TermsOfDelivery> <Comments type="Material Purchase Order text" xml:lang="EN">O-RING 348 AS 568 FEPM-90</Comments> <Indicator type="isDeliveryCompleted" level="error"></Indicator> </ItemOut>

Note

This feature is supported for SAP ERP integration.

Changes to the User Interface

This feature adds functionality for blocked line items and improves functionality for closed line items in purchase orders in SAP Business Network.

Blocked Line Items

For blocked line items, this feature improves visibility for hosted and integrated suppliers to which line items are blocked. Prior to this feature, blocked lines items were treated as deleted line items, and they were not included in the purchase order cXML file sent to suppliers. This confused suppliers because they did not know what happened to the missing line items. They only knew that they could not create any subsequent documents against those line items.

With this feature, blocked line items display on the Purchase OrderOrder Details page with Blocked in the Change column. Prior to this feature, the line item was treated as cancelled, a new line item was created, and the Change column displayed Edited.

When buyers configure the Send notification to suppliers when purchase orders are changed rule in the Electronic Order Routing section, SAP Business Network sends email notifications to the configured suppliers when line items are blocked. When all line items in a purchase order are blocked, SAP Business Network receives a change order and sends an email notification to the supplier.

When the buyer unblocks a line item, the previous document history is retained. Prior to this feature, when the line item was unblocked, the history of the line item was lost.

When the buyer unblocks a line item, the line item will not have the operation="block" attribute in the next change order.

Order Confirmations behavior for Blocked Line Items

  • For Order Confirmations created directly from the Purchase Order (PO) page, blocked Purchase Order lines are not flipped into the Order Confirmation.
  • For Items to Confirm workbench tile, blocked Purchase Order lines are not available for confirmation.
  • For Order Confirmation created through CSV/Excel upload, blocked Purchase Order lines do not appear in the template.
  • For integrated Order Confirmations, if B2B suppliers include blocked items in the Order Confirmation document then SAP Business Network rejects the transaction.

Ship Notices behavior for Blocked Line Items

  • For Ship Notices created directly from the Purchase Order (PO) page, blocked Purchase Order lines are not flipped into the Ship Notice.
  • For Items to Ship workbench tile, blocked Purchase Order lines are not available for shipment.
  • For Ship Notices created through CSV/Excel upload, blocked Purchase Order lines do not appear in the template.
  • For integrated Ship Notices, if B2B suppliers include blocked items in the Ship Notice document then SAP Business Network rejects the transaction.

Closed Line Items

In order to close line items, a purchase order must be at least partially received.

Some reasons buyers may want to close line items are:

  • It is the end of the month or quarter, and there is an accounts payable freeze.
  • They want to close all line items that have not been invoiced.
  • They want to close line items for services after the services are delivered.

Buyers configure hard (error) or soft (warning) validation in their ERP using the isDeliveryCompleted indicator. See the Business Details section above for sample code. When the buyer configures hard validation, the supplier cannot continue creating documents against the closed line item. When the buyer configures soft validation, the supplier can continue creating documents against the closed line item.

When the buyer sends a change order to close a line item, and the isDeliveryCompleted indicator is set to error (hard validation in the ERP), the open purchase order quantity becomes zero, even if the full quantity has not been delivered. SAP Business Network will fail any documents against line items that are already closed. Prior to this feature, SAP Business Network did not prevent suppliers from submitting documents against closed line items.

Order Confirmations behavior for Closed Line Items

  • Purchase Order lines closed with hard validation are not flipped into the Order Confirmation.
  • If only few line items are marked in this way in the Purchase Order, the remaining lines can be flipped and be part of the OC creation.
  • For Items to Confirm workbench tile, the closed Purchase Order lines are not available for confirmation.
  • For Order Confirmation created through CSV/Excel Upload, Purchase Order lines closed with hard validation do not appear in the template after executing the corresPurchase Ordernding job.
  • For integrated Order Confirmations, suppliers include items closed with hard validation in the Order Confirmation document, then SAP Business Network rejects the transaction including the proper reason.

Ship Notices behavior for Closed Line Items

  • Purchase Order lines closed with hard validation are not flipped into the Ship Notice.
  • If only few line items are marked in this way in the Purchase Order, the remaining lines can be flipped and be part of the ASN creation.
  • For Items to Ship workbench tile, the closed Purchase Order lines are not available for shipment.
  • For Ship Notices created through CSV/Excel Upload, Purchase Order lines closed with hard validation do not appear in the template after executing the corresPurchase Ordernding job.
  • For integrated Ship Notices, suppliers include items closed with hard validation in the Ship Notice document, then SAP Business Network rejects the transaction including the proper reason.

Technical Details

ProductSAP Business Network for Supply Chain
EnablementAutomatically On
Reference NumberCSC-41391
User Type

Buyer

Supplier

Related feature: CSC-45783

Support for Approval of Order Confirmation Deviations for a Single Purchase Order

Business Details

Buyers now can approve all line items from a single purchase order in the Order confirmation approval alerts page of the Supply Chain Monitor tab.

This feature allows buyers to select all items from a purchase order in the following ways:

  • Grouping by purchase order.
  • Select more than 15 rows in the Supply Chain Monitor page.
  • Pagination support for up to 50 items per page.

Note

For users with purchase orders with more than 50 line items, the user interface will display up to 50 line items per page. After reviewing all deviations on different pages, users can approve/reject all line items related to the order at the purchase order level.

Changes to the User Interface

Previously, the Order confirmation approvals page in the Supply Chain Monitor displayed a maximum of 15 order confirmation deviation approval requests per page. This action resulted in buyers and planners unable to simultaneously approve order confirmation deviations for a single purchase order and update multiple versions of the purchase order in SAP Business Network.

Now, buyers can approve more than 15 order confirmation deviations for single purchase orders. This enhancement reduces the number of purchase order versions updated in SAP Business Network.

An Export CSV button appears when choosing to view all deviations.

This image shows the export CSV button that appears when choosing to view all deviations.

The export CSV button appears when choosing to view all deviations.

After choosing Export CSV, a CSV file is saved to the local folder. The CSV file contains the following columns:

  • Supplier name
  • Order no.
  • Confirmation no.
  • Buyer part no.
  • Supplier part no.
  • Description
  • Item no.
  • Location
  • Requested delivery date
  • Requested quantity
  • Confirmed quantity
  • Unit price
  • Deviation type
  • Status
  • Purchasing group
  • Purchasing org.
  • Planner code

Note

Part no. has been renamed to Buyer part no. in the menu list and CSV file. Supplier part no. is added to the menu list and CSV file.

Technical Details

ProductSAP Business Network for Supply Chain
EnablementAutomatically On
Reference NumberCSC-52943
User TypeBuyer

Support to Define an Estimated Delivery Date at the Header Level for Suppliers with Order Confirmation Approval

Business Details

SAP Business Network for Supply Chain suppliers with order confirmation approvals can now define an Estimated Delivery Date for all lines in their order confirmations, saving time and reducing errors when confirming purchase orders.

Suppliers with order confirmation approvals can now experience the following:

  • Enter an estimated delivery date for all lines in the confirmation order which is available at the header level.
  • If the Estimated Delivery Date is different from the requested Delivery Date of the original purchase order, it is automatically applied to all lines.
  • If there is a tolerance, it must be applied before submitting the order confirmation approval.

Changes to the User Interface

Previously, suppliers were required to specify the delivery date for each line item even if the delivery date was the same on all lines. This created inefficiencies and potential errors when processing orders.

Now, suppliers can define a delivery date for all line items, which reduces time and minimizes errors when processing orders.

Implementation Details

General Prerequisites

You must be a part of the OCA (Order Confirmation Approval) Supplier Group.

Technical Details

ProductSAP Business Network for Supply Chain
EnablementAutomatically On
Reference NumberCSC-48043
User TypeSupplier

Enhancement to Retain Order Confirmations for Scheduled Agreement Releases and Purchase Orders with Schedule Lines

Business Details

Buyers can now retain their order confirmations when they match the supplier's confirmation even if the item has changed. Therefore, the supplier does not need to reconfirm fulfilled items with conditions set at the schedule line level.

When buyers and suppliers have configured the order confirmation to be retained, the following schedule line-item level fields are evaluated to determine if the new version of the order matches the order confirmation:

SectionField
Line Items
  • Requested Quantity
  • Requested Delivery Date
  • Unit Price
Schedule Lines
  • Quantity
  • Requested Delivery Date

Changes to the User Interface

The following rule is improved to help retain the logic for order confirmations: Retain confirmation status for changed line items on change orders that match supplier confirmation

If the rule is enabled and the order confirmation deviation approval is disabled, the confirmation status of unchanged line items on the previous order is retained on change orders.

Technical Details

ProductSAP Business Network for Supply Chain
EnablementCustomer-managed
Reference NumberCSC-49945
User Type

Buyer

Supplier