Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
SAP R/3 Application Connection for ABAP Integration
SAP R/3 Application Connection for ABAP Integration
The application connections for SAP sources use one of the following connections:
File Mode
Use an RFC file mode connection when you extract data through file mode. The connection information for RFC is stored in the
sapnwrfc.ini
file. You must also have authorizations on the SAP system to read SAP tables and to run file mode sessions.
Stream Mode (RFC/HTTP)
In stream mode, you can use an SAP R/3 application connection and an SAP ABAP HTTP stream mode connection.
To extract data through stream mode by using the RFC protocol, use an SAP R/3 application connection The connection information for RFC is stored in the
sapnwrfc.ini
file. You must also have authorizations on the SAP system to read SAP tables and to run stream mode sessions. RFC stream mode sessions use foreground processing.
To extract data through stream mode by using the HTTP protocol, you must use an SAP ABAP HTTP streaming connection in addition to the SAP R/3 application connection. You must have authorizations on the SAP system to read SAP tables and to run stream mode sessions. HTTP stream mode sessions use background processing.