Newbie Question:
How can I display data from a database other than that which the ABAP Data Dictionary is automatically connected to?
Specifically, I would like to display data from table TABLE_ONE in an MSSQL database. How do I set up the connection and use it in ABAP? (The database is not related to R/3).
Walter