cancel
Showing results for 
Search instead for 
Did you mean: 

Static Values in a Table

Former Member
0 Kudos

I would like to create a table that only contains static values. The only values I want to show are names and phone numbers (one column for each). These are special numbers that are not in a database, so I cannot create a table from a dataset. Is there any other way to do this?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You might want to use formulas.

How many records do you want to display?

If they are more than 5, I'd say you better look to get that into a database table or Excel-Sheet and use this one as a source.

Former Member
0 Kudos

Thanks, I can put the values into an excel spreadsheet. How can I use this as a data source then?

Former Member
0 Kudos

The same way as any database: with JDBC connector in CSV format:

https://wiki.sdn.sap.com/wiki/display/VC/JDBCConnectionSetup