After you create the list of products and services, you upload the XML file to a repository table. Then you populate a lookup table with the same values. You need to restart the application server to see the changes in the
Supplier Portal
In a database tool that supports the BLOB data type, open the table C_REPOS_APP_CONFIG.
Do one of the following:
If a row exists with the value PRODUCT_HIERARCHY in the CONFIG_TYPE column, use this row.
If not, insert a row and enter PRODUCT_HIERARCHY in the CONFIG_TYPE column.
In the CONFIG_DATA column, load the
prod_hierarchy.xml
file.
Open the lookup table C_BT_PRDCTS_SRVCS.
Insert a row.
In the PRDCT_SRVC_CD column, enter the value of a
code
attribute for a
<tns:product>
element in the XML file.
In the PRDCT_SRVC_DESC column, enter the value of the
description
attribute for the same
<tns:product>
element.
Repeat the substeps to create rows for all the products and services defined in the XML file.
Restart the application server.
Sample Product Hierarchy on the Product and Services Page
The following image shows how the sample product hierarchy appears on the Product and Services Page after you restart the application server and refresh the browser instance: