cancel
Showing results for 
Search instead for 
Did you mean: 

The specified type Typ ust10c is unknown--- occurs using sap .net connector

Former Member
0 Kudos

Hi!!!

This error shows while I am invoking the function...

customerList.SetValue("QUERY_TABLE", "ust10c");

                    customerList.SetValue("DELIMITER", "|");

                    customerList.SetValue("ROWCOUNT", "200");

                   

                    customerList.Invoke(rfcDest);// Error

Anyone knows why this error occurs and what I wanna change in my code?

Thanks in advance!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I don't know it's correct but, for me it worked when i change the table name from

ust10c to UST10C

Answers (0)