Dear Experts,
I got a couple of question that maybe you can help sort it out.
I created a UDF linked with Valid Value, so I press "New" I insert the value and the description and so forth for the other. That make sense if you got just 10 different value. But what if you got 50 different value? I don't want to spend half a day inserting 50 different value.
So my first question is: There is a way to insert data thru DTW in the UDF1 table?
Now same situation, but now I decided to create a table via UDO, with just a field called familyDesc Alphanumeric (100). SAP when create the table automatically create two fields "Code" and "Name". The "Name" field lenght is 30 character and is not enough for me, that's why I created the familyDesc field.
My second question is: How can I, using and UDF link my table that shows my familyDesc field, because, what I learn in my test, is that SAP let you show just the Code and Name field.
My third question is: Why SAP limit the default "Name" field to 30 character?
My last question is: What if I create my own table via SQL statement (CREATE TABLE dbo.MyTable) and I used that in the UDF link table value?
I apologize for all these question but is all the day long that I'm trying to figure it out how to solve this
Thank you for your support
Roberto