cancel
Showing results for 
Search instead for 
Did you mean: 

Table Import Configuration for Catalog(Run Time) Object

Former Member
0 Kudos

Hi Experts , I have created a Table in Modeler Perspective(Run Time Table). Going through the below attached link I got to know that we can also  load the Catalog Table also using the  Import Configuration. http://help.sap.com/saphelp_hanaplatform/helpdata/en/c5/8dfa915a394bd5b37b7b87eaf1452e/frameset.htm Below is the code I am using in the Configuration file. import =         [                   {             table = "CT_GEO";                    // Target catalog table               schema = "WC_MASTER";               file = "PROJ_WC.TEST_IMPORT:test.csv";                  header = true;                                    delimField = ",";                              }         ]; I am getting error while activating hdbti file related to the Privileges(see the attachment. What Privileges am I missing here ? Regards, Suma H

Accepted Solutions (0)

Answers (1)

Answers (1)

AtulKumarJain
Active Contributor
0 Kudos

Hi Suma,

Ask your administrator ,to enable user specific trace for your user and you can execute above code ,In trace you will get required information for auth/privileges.

BR

AKJ