Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I have a question,
how to extract SAP data using just SAP Connector connection on blank a QVW file??
I have done
- Create a qvw file
- edit script
- connect the SAP connector
how can i see the tables? there are no tables generated , and i cant click on the SELECT button.
After the connection, you need to Load the tables with a SQL Select.
Example:
Load
*;
SQL Select
*
from TableName;