Find the details of the UDT(user defined Tables) in ivend after integration from SAP.

Find the details of the UDT(user defined Tables) in ivend after integration from SAP.

Product Version: 

iVend 6.5 update 6 with SAP B1 Version 9.3

                          

Problem Statement: 

To find the details of the UDT(user defined Tables) in iVend once integrated from SAP.

 

Proposed Solution: 

To find the details of UDT in iVend which are integrated in iVend one can refer to the below path in iVend MC:

Reports > Designer/Label > Query Builder


Refer to the attached screenshot.



 

This information can also be found from SQL server as well. In CXSRetail DB you can find the information of UDT from below query:

select * from CfgUserDefinedTable

 

Now to find the ROW detail of each user-defined table, one can directly search the table name that was created in SAP in the iVend database and from the iVend query builder as well. Refer to the attached screenshots.