Develop > Controller layer > Integrate with back-end systems and external applications


Procurement system integration

WebSphere Commerce provides the capability to integrate with procurement systems. This capability enables WebSphere Commerce customers to participate as suppliers in the procurement system's marketplace, increase sales, and enhance their business-to-business presence on the Web. WebSphere Commerce provides an extensible and customizable functionality in such a way that one can extend either the messages or the business logic.

WebSphere Commerce supports two modes of integration to procurement systems: Local catalog mode, and Punch-out catalog mode.


Local catalog mode

In Local catalog mode, suppliers have their catalog replicated on the procurement system. The buyers can browse the catalog and construct a shopping cart without connecting to the supplier's WebSphere Commerce site.


Purchasing flow using the local catalog mode

In local catalog mode, suppliers have their catalog replicated on the procurement system. The following steps represent the purchasing flow:

  1. Buyers browse the catalog on the procurement system and create an order.

  2. The procurement system sends the OrderRequest message to WebSphere Commerce with the buyer and supplier logon and user IDs, the order, and billing and shipping information.

  3. The OrderRequest message is mapped to the BatchOrderRequest command which creates a new order in batch processing.

  4. After the OrderRequest message is authenticated and processed, the OrderResponse message is sent to the procurement system indicating the success or failure of the order.


Punch-out catalog mode

In Punch-out catalog mode, suppliers maintain a single catalog within WebSphere Commerce, and use it to enable Web presence and participation in the procurement system's network.


Purchasing flow using the punch-out catalog mode

In punch-out catalog mode, suppliers maintain a single catalog within WebSphere Commerce and use it to enable Web presence in the procurement system's network. The following steps represent the purchasing flow:

  1. The Buyer selects the supplier on the procurement system and the PunchOutSetupRequest message is sent to WebSphere Commerce.

  2. The PunchOutSetupRequest message is mapped to the PunchOut setup command.

  3. The PunchOutSetup command calls the AuthenticationHelper command to authenticate the buyer and suppliers user and logon IDs. A task command is called depending on the authentication mode.

  4. After successful authentication the PunchOutSetup command calls the RegisterRequisitioner task command to check if the requisitioning user is registered with the system. If they do not exist they are registered as a new user and given the role of Procurement Buyer.

  5. Use the PunchOutSetupResponse message, WebSphere Commerce sends the CatalogDisplay URL and information needed to bind the session back to the procurement system.

  6. The procurement system launches a new browser window using the PunchOutCatalogDisplay command and the catalog is displayed to the Buyer to begin browsing and purchasing.

  7. The Buyer checks out the order and the content is put into the PurchaseOrder message and sent to the procurement system for approval.

  8. The procurement system send the OrderRequest message to WebSphere Commerce to create the order after it has been approved by an approver on the procurement system.


Types of communication in procurement systems

Customers can choose to operate in either local or punch-out catalog mode using the communication of choice with their procurement system. There are two different types of communication protocols used in procurement systems. WebSphere Commerce provides the infrastructure (commands, database schema) to support both types of protocols.

Two-step mode

This protocol is used by procurement systems that use XML/HTTP or some other XML messages. The XML messages are used for initial setup, authentication, and registration of requisitioning users that belong to the buyer organization. Once the initial tasks are completed, a browser window is launched where the buyer can complete their shopping cycle.

One-step mode

This protocol is used by procurement systems that use browser URL requests for initial setup and authentication, as well as for buyers to complete their shopping cycle. An example of this protocol is OCI protocol.


Order Management subsystem extensions for procurement

In WebSphere Commerce the database schema supports additional information for orders and order items from buying organizations, and order status information from the fulfillment center. The database schema was extended for procurement to capture the order and order item information sent by the procurement system on the buyer's behalf.

Two tables were created to extend the capturing of order information:

The ORDRMEEXTN table extends the capability of the ORDERS table, and the ORDIMEEXTN extends the capability of the ORDERITEMS table. These tables can be customized to capture additional information.

The Order Management subsystem cannot send orders to the procurement system for approval or process orders sent from the procurement system. These actions are supported by the SubmitShoppingCart, SendShoppingCart, and BatchOrderRequest commands.


Catalog subsystem extensions for procurement

Some procurement systems require classification codes for catalog entries under different classification standards such as the UNSPC (United Nations Standard Product and Services classification).

To accommodate this requirement, the following additional tables have been added to the catalog subsystem:

WebSphere Commerce Catalog and Order Management subsystems use the UN/CEFACT (United Nations Center for Trade Facilitation and Electronic Business) standard unit of measurement (UOM) code for quantities and pricing calculations. The QTYUNIT table lists the UN/CEFACT UOM codes used, however, procurement system protocols such as MySAP OCI require the ISO standard UOM codes in the messages.

To provide one-to-one mapping between the UN/CEFACT codes in the QTYUNIT table and the UOM codes under other standards, the QTYUNITMAP database table was added to the catalog subsystem. UOM UN/CEFACT codes for catalog entries in the CATENTSHIP table look up other UOM standard codes from the QTYUNITMAP table.


Contract and pricing support for procurement systems (Enterprise)

WebSphere Commerce allows buyers the ability to purchase under different contracts with different terms and conditions. Customized pricing can be set up under any of the contracts. Use the default contract or create the own contracts.

The BUYSUPMAP table lists the relationships between buyers and suppliers and has CONTRACT_ID and MBRGROUP_ID columns which identify the contract used by the buyer and supplier and the member groups to be assigned to requisitioners when they are registered.

If you use the default contract you can perform the following tasks:

The CONTRACT_ID field for the default contract is NULL.

If you create the own contract you can perform the following tasks:


Messages and commands for procurement

In order to integrate with procurement systems, WebSphere Commerce uses a series of messages and commands. There are five messages in total, two inbound messages to WebSphere Commerce from the procurement system and three outbound messages from WebSphere Commerce to the procurement system. Each message is associated with a command, as shown in the following table.

Message Name Command Direction Response
PunchOutSetupRequest PunchOutSetup Inbound PunchOutSetupResponse
OrderRequest BatchOrderRequest Inbound OrderResponse
PunchOutSetupResponse PunchOutSetup Outbound  
PurchaseOrderMessage (The order sent to the procurement system for approval.) PrepareOrder Outbound  
OrderResponse BatchOrderRequest Outbound  


Related tasks

Enable NLS for XML messages

Create messages for procurement integration message keys


+

Search Tips   |   Advanced Search