Describing SAP Ariba 2505 Release Features

Objective

After completing this lesson, you will be able to describe new or changed features for SAP Ariba Procurement in the SAP Ariba 2505 release.

Support for Ad Hoc Vendors for Non-Catalog Items in Virtual Card Orders

Business Details

With this feature, buyers can create virtual card orders to procure non-catalog items from ad hoc vendors. Ad hoc vendors are suppliers added to SAP Ariba Buying and SAP Ariba Buying and Invoicing on an as-needed basis without needing to onboard them. Ad hoc vendors receive virtual card details on the email address of their vendor location. They can charge the virtual card to accept payment for the non-catalog items they sell to buyers.

To add ad hoc vendors to requisitions for non-catalog items, identify the vendors existing in the SAP Ariba buying solution that you want to designate as ad hoc vendors and run the Import Ad Hoc Vendor task.

For more information, refer to Importing Ad Hoc Vendors to SAP Ariba Buying Solutions.

You can select ad hoc vendors and add and/or select their vendor locations on purchase requisitions for non-catalog items. Then, approvers verify and approve these requisitions to create virtual card orders (VCO).

Note

For an ad hoc vendor, you must select Email as the preferred ordering method. No other preferred ordering methods are supported for ad hoc vendors.

Before enabling virtual card support for ad hoc vendors, you must ensure that the ad hoc vendors under the partition supplier adhere to the following conditions:

  • Ad hoc vendors are not registered with SAP Business Network and do not have an Ariba Network ID (ANID).
  • Ad hoc vendors are not associated with any catalog item.
  • Ad hoc vendors are not associated with any existing order. You can associate ad hoc vendors with virtual card orders only.
  • Vendor locations of ad hoc vendors must be configured with email as the preferred ordering method.

Implementation Details

General Prerequisites

You must ensure the following:

  • The ICM parameter Use single-use virtual cards to pay suppliers (Application.Common.SupportsvCardBasedOrder) parameter is enabled in your environment.
  • The Use ad hoc vendors for non-catalog items (Application.Common.UseAdHocVendorsForNonCatalogItem) parameter is enabled in your environment.
  • The ad hoc vendors are enabled with virtual card support.

Technical Details

Product

SAP Ariba Buying

SAP Ariba Buying and Invoicing

EnablementCustomer-managed
Reference NumberPROC-986
User TypeBuyer

Support for Classification of Hazardous Materials

Business Details

With this feature, you can identify which types of hazardous materials are present in items according to the Globally Harmonized System (GHS) of Classification and Labelling of Chemicals. Previously, you could only find whether items contained hazardous materials, but you couldn't find which type of hazardous materials were present. Now, items with hazardous materials display the symbols and codes for the types of hazardous materials present.

Examples of the User Interface

Use the following GHS codes in your CIF or cXML catalog file to display the associated hazardous material symbols for this feature.

GHS CodeGHS Code Name
GHS01Explosives
GHS02Flammable
GHS03Inflammatory
GHS04Gases under pressure
GHS05Corrosive
GHS06Acute Toxicity
GHS07Irritant
GHS08Health Hazard
GHS09Environment Hazard

Note

To view the symbols associated with these GHS codes, refer to Configuring Classification of Hazardous Materials.

When this feature is enabled, hazardous material information displays in the following places:

  • Hazardous Material Information on the Item Details PageSearch results view shows generic hazard symbol with hover tooltip revealing multiple GHS classifications for items containing several hazardous material types.
  • Hazardous Material Information in the Search Results

    Note

    When an item contains multiple hazardous materials, the generic hazardous material symbol displays and you can hover over it to view all the hazardous materials types present.
    Search results view shows generic hazard symbol with hover tooltip revealing multiple GHS classifications for items containing several hazardous material types.

Implementation Details

General Prerequisites

Set the following existing guided buying parameters to true:

  • PARAM_ENHANCED_PRODUCT_DETAIL_VIEW
  • PARAM_ENABLE_IMPROVED_SEARCH_EXPERIENCE
  • PARAM_ENABLE_IMPROVED_SEARCH_EXPERIENCE_2
  • PARAM_ENABLE_HAZARDOUS_MATERIAL_CLASSIFICATION

Configuration

You configure hazardous material details when you load your suppliers' catalogs in your SAP Ariba Buying solution. To configure this feature, do the following:

  1. Work with your SAP Ariba Catalog Expert to implement the new extensible type HazMatClassification, including all the fields required for the new item type. The following type definition file displays the new extensible type HazMatClassification:
    Code Snippet
    1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
    <TypeDefinition> <TypeProvider name="System"> <OrganizationID> <Credential domain="NETWORKID"> <Identity>2</Identity> </Credential> </OrganizationID> </TypeProvider> <Comments/> <Type name="CatalogItem" extends="System:CatalogItemInternal"> <Name xml:lang="en-US">Catalog Item</Name> <Name xml:lang="fr">Article de Catalogue</Name> <Name xml:lang="de">Katalogeinzelteil</Name> <Description xml:lang="en-US">Type describing Supplemental attributes of any catalog item data</Description> <TypeAttribute name="HazMatClassification" type="Name" isRefinable="yes" isSearchable="yes" isCollection="yes"> <Name xml:lang="en_US">HazMatClassification</Name> <EnumerationValue> <Name xml:lang="en_US">GHS01</Name> <Extrinsic name="CanonicalValue">GHS01</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS02</Name> <Extrinsic name="CanonicalValue">GHS02</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS03</Name> <Extrinsic name="CanonicalValue">GHS03</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS04</Name> <Extrinsic name="CanonicalValue">GHS04</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS05</Name> <Extrinsic name="CanonicalValue">GHS05</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS06</Name> <Extrinsic name="CanonicalValue">GHS06</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS07</Name> <Extrinsic name="CanonicalValue">GHS07</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS08</Name> <Extrinsic name="CanonicalValue">GHS08</Extrinsic> </EnumerationValue> <EnumerationValue> <Name xml:lang="en_US">GHS09</Name> <Extrinsic name="CanonicalValue">GHS09</Extrinsic> </EnumerationValue> <Extrinsic name="inSearchView">yes</Extrinsic> <Extrinsic name="inDetailView">yes</Extrinsic> </TypeAttribute> <TypeAttribute name="CnC" type="Flag"> <Name xml:lang="en_US">Click and Collect</Name> <Extrinsic name="inDetailView">yes</Extrinsic> </TypeAttribute> </Type> </TypeDefinition>
  2. Extend the type definition files that contains the HazMatClasification attribute with the GHS codes (GH01, GH02, etc.). Upload your CIF or cXML catalog with the new attribute. The following customer catalog includes items with the hazardous material attributes:
    Code Snippet
    123456789101112
    CIF_I_V3.0 LOADMODE: F SUPPLIERID_DOMAIN: buyersystemid COMMENTS: Generated on Thu Mar 20, 2025 UNUOM: TRUE CURRENCY: USD CHARSET: UTF-8 FIELDNAMES: Supplier ID, Supplier Part ID, Manufacturer Part ID, Item Description, SPSC Code, Unit Price, Unit of Measure, Lead Time, Manufacturer Name, Supplier URL, Manufacturer URL, Market Price, Currency, PunchOut Enabled, Supplier Part Auxiliary ID, Language, Parametric Name, Parametric Data, Expiration Date, Effective Date, Classification Codes, Territory Available, Short Name, IsPartial, IsInternalPartId, Delete, Image, Thumbnail, InKitOnly, PunchoutLevel, DefaultRelevance, Price Unit Quantity, Price Unit, Unit Conversion, Price Unit Quantity Description, Promotion Rank, Is Preferred Item, storagelocations, plant, cnc, hazmatclassification, stockidentifier, materialnumber, materialgroup, green, bestprice, hazardousmaterials DATA "sid496","Part123","Part123","Monitor Adapter",,"222.22","EA","13","Hallmark Cables","s.html","config/SampleImages/hallmark_cables.html","34","USD","false",,"en_US",,,,,"{UNSPSC=43211800;}",,,"false","false","false",,,"false",,,,,,,,"false",,,"false","(ghs01,ghs02,ghs03,ghs04,ghs05,ghs06,ghs07,ghs08,ghs09)",,,,"false","false","true" ENDOFDATA

    Hint

    Follow these guidelines when implementing this new attribute type:

    • Only use the GHS code in your CIF or cXML catalog, not the GHS code name.
    • Only use English for the HazMatClassification type attribute.
    • The symbols used to identify each type of hazard cannot be changed as per European Union (EU) laws.
    For more information on configuring your catalog, see Customer Catalogs in Guided Buying.

Technical Details

Product

SAP Ariba Buying

SAP Ariba Buying and Invoicing

EnablementCustomer-managed
Reference NumberGUIDEB-1082
User TypeBuyer

Guided Buying Integration with WalkMe

Business Details

The WalkMe Digital Adoption Platform is now available in guided buying. Users can take advantage of easy-to-understand guidance powered by WalkMe.

WalkMe is an AI-powered solution that enables teams to create guidance and automation in the flow of work, while giving business and technology leaders insights into how people are using the software and where users can be more self-sufficient. This enables organizations to accelerate user adoption of technology, boost productivity, and maximize the value of enterprise software investments.

In the SAP Ariba 2505 release, WalkMe is an optional capability enabled by customer administrators. SAP Ariba will enable it for all customers in a future release, but administrators will have the ability to disable it for their organization.

Note

Customers that use third-party help or learning systems integrated with guided buying are urged to test WalkMe to ensure that they work as desired.

Users choose the question mark icon to launch the WalkMe panel, which lists the smart walk-thrus available.

WalkMe offers the following smart walk-thrus:

  • Show me around guided buying
  • Buy a catalog item
  • Buy a non-catalog item
  • Approve purchase requests

Users can start any of the available smart walk-thrus for the process for which they need help. Each walk-thru provides short descriptions of the main steps and guides them through the procedure for completing a process. They can choose to close a walk-thru at any point.

Customers can also choose to develop their own content by first purchasing WalkMe Premium for SAP Ariba.

Example of User Interface

WalkMe panel lists four available smart walk-thrus with step-by-step guidance options.

Implementation Details

Configuration

Administrators enable WalkMe for their organization. SAP Ariba will enable it for all customers in a future release, but administrators will have the ability to disable it.

Organizations can configure WalkMe to display custom content by first purchasing WalkMe Premium for SAP Ariba and developing their own content.

WalkMe works in conjunction with SAP Companion and the Guided Buying Help Community. You can enable it while you use those other help systems.

WalkMe is controlled by new parameters in the AdminManage parameters page:

  • PARAM_ENABLE_WALKME

    IDDefault Value
    PARAM_ENABLE_WALKMEfalse

    Enables the WalkMe Digital Adoption Platform for all users and shows the question mark icon for displaying the WalkMe panel.

    If set to false (default), the WalkMe question mark and content do not display.

    If set to true, the WalkMe question mark and content display to all users.

  • PARAM_WALKME_CUSTOMER_SYSTEM_URL

    IDDefault Value
    PARAM_WALKME_CUSTOMER_SYSTEM_URL(empty)

    Optionally specifies the URL of custom WalkMe content that was developed in WalkMe Premium for SAP Ariba. For more information, see https://www.walkme.com.

    If this parameter is empty (default), WalkMe displays standard content.

    If this parameter contains the URL of premium content, WalkMe displays custom content to all users. You must also set the parameter PARAM_ENABLE_WALKME. The URL you enter must have the form https://*.walkme.cloud.sap/*.

  • PARAM_ENABLE_WALKME_ANALYTICS

    IDDefault Value
    PARAM_ENABLE_WALKME_ANALYTICStrue

    Enables the collection of WalkMe analytical data.

    WalkMe collects a small amount of data that it uses for internal analytics. SAP uses the information derived from these analytics to develop better, more intuitive features and flows. However, you might prefer not to send analytical data.

    If set to true (default), WalkMe collects the following data from each user session:

    DescriptionPurpose
    Unique User IdentifierUnique identifier
    TimezoneStatic data
    Device typeStatic data
    Browser name and versionStatic data
    Operating systemStatic data
    Display heightStatic data
    Display WidthStatic data
    Session IDGenerated identifier for the visit
    Page URLThe URL in which the event occurred
    Page titleThe page in which the event occurred
    WalkMe account IDThe identifier of the system that sent the event
    WalkMe environmentThe context that sent the event (such as Production or Test)
    WalkMe end user ID sourceMethod of extracting EUID (Identifier, Generated, Cache)

    If set to false, WalkMe collects no analytical data.

Technical Details

Product

SAP Ariba Buying

SAP Ariba Buying and Invoicing

Enablement

Customer-managed

Note

This feature is optional for the 2505 release. In a future release, SAP Ariba plans to turn it on for all customers.
Reference NumberGUIDEB-1250
User TypeBuyer

Support for Using Virtual Cards to Pay Suppliers

Business Details

This feature allows buyers to pay suppliers with single-use virtual cards. The card provider generates a virtual card per purchase order and sends the card details to the supplier. The supplier uses the virtual card to receive payment from the buyer's bank. Then, the buyer's account is charged. After reconciling the amount against the purchase order in SAP Ariba buying solution, the buyer updates the details to the buyer’s ERP system.

High-Level Steps to Configure and Use this Feature

To understand, configure, and use this feature, we suggest you learn the following topics:

  • This feature enables you to use single-use embedded virtual cards to pay suppliers for the materials that you have bought from them.

    For more information, refer to the following topic: Virtual Cards

Set Up SAP Buyer Account for Embedded Virtual Cards

To understand the process flow for setting up SAPO buyer account for embedded virtual cards, refer to Buyer Account for the Virtual Card Account – Process Flow.

  1. To use single-use embedded virtual cards to pay suppliers, you must first set up an SAP buyer account for embedded virtual cards.

    For more information, refer to the following topics:

  2. Then, you can send the following master data that needs to be sent from the SAP Ariba buying solution to SAP:

    • Buying organization
    • Suppliers

    For more information, refer to the following topic: Master Data to SAP

  3. After the successful transfer of master data, you can enable the support of embedded virtual cards to suppliers.

    For more information, refer to the following topics:

Procure Catalog or Non-Catalog Items Using a Virtual Card Order

To understand the process flow for procuring items using a virtual card order (VCO), refer to Procurement Using a Virtual Card Order – Process Flow.

  1. To buy catalog or non-catalog items and pay for them using embedded virtual cards, you can create a purchase requisition for the items you want to buy. In the requisition, you can specify a supplier enabled with the support of the embedded virtual card. Then you can create a purchase order using the purchase requisition. This purchase order is known as a virtual card order (VCO).

    For more information, refer to the following topics:

  2. After the supplier receives VCO in the supplier’s account in SAP Business Network, the buyer sends the request for the embedded virtual card to SAP. Then, SAP contacts the card provider, and the card provider contacts the buyer's bank. Then, the card provider shares the embedded virtual card number for the virtual card order with the supplier.

    For more information, refer to the following topic: Virtual Card Details for Suppliers

Charge an Embedded Virtual Card and Perform Charge Reconciliation Against Virtual Card Orders

To understand the process flow for charge reconciliation and payment, refer to Charge Reconciliation and Payment – Process Flow.

Implementation Details

General Prerequisites

Enable the ICM parameter Export Virtual Card Charge Payment Requests.

Authorizations

To set up an SAP buyer account for embedded virtual cards, the buyer administrator must be part of the Virtual Card Manager group.

Technical Details

Product

SAP Ariba Buying

SAP Ariba Buying and Invoicing

EnablementCustomer-managed
Reference NumberPROC-977
User TypeBuyer