CRM and CX Blogs by Members
Find insights on SAP customer relationship management and customer experience products in blog posts from community members. Post your own perspective today!
cancel
Showing results for 
Search instead for 
Did you mean: 
venkata_bharath
Participant

Summary

This document we will know how we can find a Web UI field’s database table.

Below is the procedure for finding the Web UI field’s database table.

Step 1: Open the Transaction Code CRM_UI  .


Step 2: Select Business Role ZSRVMGR.

Step 3: Open the Warranty link in the Create Work center of Service Contracts.

Step 4: Click on the Warranty Id Field

Step 5: Take the technical details of the WEBUI field the Warranty Id.

Step 6: Open the Component Workbench T.Code : BSP_WD_CMPWB and open the component PRDHS.

   

Step 7: Open the view of the Warranty Id.

Step 8: Open the context and open the context node Product to find the attribute STRUCT.PRODUCT_ID for WebUI  field Warranty ID.

              

                Beside the context node name we can find the Base Entity Name. (This is for SAP CRM 7.0 Ehp1 systems)

   

(This for SAP CRM 7.0 sytems)

For this we have to follow this flow to find the base entity name.

Open the Component ->go to the Context Node Class ->Goto the Attributes Tab -> find this attribute BASE_ENTITY_NAME -> At the end of this row there will be a Initial value as your base entity name in Single quotes called 'Product'.

Step 9: Now open the BOL Model browser in the component workbench and open the Root objects in that we can find this BOL Node Product.

Step 10: Now expand the Product ID in BOL Model Browser and we will get the data element for the WebUI field Warranty Id.

Step 11: Double click on the data element and select the data element CRMT_PRODUCT_ID and click on the where-Used list.

Step 12: After clicking on the where-Used list we will get the a DialogBox in that check the table fields and execute it.

Step 13: Now we will get the list where the data element is used and double click on the Product ID.

Step 14: Now we got the table for the attribute Struct.Product_ID i.e., for the Web UI field Warranty ID.

Step 15: These are the values for the Product_ID.

3 Comments