- 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
How to check modules, functions, and tables in SAP ERP system.
For searching within RFC modules, you can use the transaction BAPI (Business Application Programming Interface) for searching modules. The advantage of this approach is that they are completely documented and available on SAP website with sample usage examples. Also, SAP provides support for the same and in case you are stuck somewhere, SAP support will be a good hand for guidance.
Also, you can use transaction SE80, SE84 to query for modules, programs. Search using this supports the search for names, id, and descriptions.
You can also use RS_ABAP_SOURCE_SCAN for searching across ABAP programs. It works fine with sub-system search but for the entire system, the search might be slow.
You can also use token search available in SAP code inspector.
- Related Articles
- How to Learn SAP ERP System?
- What is SAP ERP system?
- How to join tables in SAP system
- Difference between an SAP ERP system and DBMS
- Difference between SAP ERP and a DBMS system
- I am getting GUID Key columns truncated while using proxy ERP tables to query SAP tables
- Extracting data from SAP ERP for a Third Party System\n\nExtracting data from SAP ERP for a Third Party System
- Convert CHAR to HEX in SAP system and functions
- Difference between ERP and SAP
- Fetching data from transparent tables in SAP system
- Getting information from pooled tables in SAP system
- Using clients in SAP ERP
- Difference between SAP ERP and SAP S/4 HANA
- Exploring ERP Modules of Oracle E-Business Suite
- Functions of Index server in SAP HANA system
