- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the use of Custom Extractor in SAP R/3 system?
In order to extract data from tables, you need to follow steps:
- Create a View of the required table from where the data needs to be extracted or view over multiple joined tables
- Navigate to Transaction SE11 and Select option 'View'. It will ask for a name, name it something like 'View_TableName'.
- Select which all the fields of the tables needs to be extracted and click on activate
- Go to Transaction RS02 and create a transaction extractor and name it something like 'Trans_TableName'
- Specify the position of the created extractor in the component hierarchy.
- If you want to provide descriptions, add it. Specify the view name and save it.
Besides using the view for DB extraction, the other ways to do the same are:
- Using Function Modules
- Using SAP Query
- Related Articles
- Use of Restricted user in SAP HANA system
- Use of Redeploy option in SAP HANA system
- Generating an IDoc file to generate orders in SAP R/3 system
- Can I use Custom Error pages in SAP HANA?
- What is SAP ERP system?
- Connecting to SAP R/3 system via JCo client and JCo Server
- What is the use of set.seed in R?
- What is the use of tilde operator (~) in R?
- What is the use of pheatmap function in R?
- Use of Role tab in SAP HANA system using HANA Studio
- System Authorization to use SAP HANA Smart Data Access
- How to Fetch source code of the transaction note in SAP R/3?
- System measurement of SAP HANA system in XML file
- Everything is stored in database in SAP system
- What is the open/standardized file format for exporting invoices in SAP ERP System?

Advertisements