Вы находитесь на странице: 1из 22

DATA BASE

.The Table Relationships & Fields Explorer


FEATURES OF ABAPERS ---TABLOSCOPE
1. Tracks the relationships between two tables either (direct/indirect), specific to each module/application area in SAP (Which may not be proposed by
ABAP QUICK VIEWER (SQVI) or DATABASE VIEW ).
2. Proposes the relationships for a table, specific to each module/application area in sap.
3. Searches the field based on fieldname.
4. Searches the field based on field description ( full/keyword )
5. Displays the list of foreign key tables for a given table specific to each module/application area in sap.
6. Displays the list of Check tables for a given table.
7. Displays table entries with fields entered in the selection screen up to user restricted rows.
a. With field labels (ALV GRID/ ALV LIST) .
b. With field technical names (ALV GRID/ ALV LIST) .
8. Finds First 20 - 25 fields of a table and displays it on the selection screen.
9. Populates fields of a table based on the user selection in F4 Help window, on selection screen field (FIELD LIST).
10. Finds total no: of entries in a table and displays it on the selection screen.
11. Finds the presence of a given field in a table.
12. Shows useful tables in a module.
13. Navigates to ABAP DICTIONARY with the given table .
14. Displays Table structure (with Field description, Data element, Domain, Conversion routine, Data type & Length)
Table Table (Direct Relationships)
Enter required tables.
Click on
Observe the relation between tables
To display table short descriptions, press ENTER after
entering tables on the selection screen.
Table Table (Indirect Relationships)
Click on continue.
Select the required application
area in the pop-up.
Click on Execute
Enter required tables.
Click on
Click on continue
Table Table (Indirect Relationships)
The same functionality (Indirect Relationships) can be found by clicking
Table (Probable Relationships)
Enter required table.
Click on
Select the required application area in the pop-up.
Searching the field based on fieldname.
Enter required field name.
Click on
Select the required application area in the
pop-up
Searching the field based on field description ( full description / keyword )
Enter required field description.
Click on
Select the required application area in the
pop-up
Displays the list of foreign key tables
Enter required table.
Click on
Select the required application area in the
pop-up
Displays the list of Check tables
Enter required table.
Click on
Displays a table entries with selected fields (With field labels -GRID)
Enter required table.
Specify required fields in field list.
Specify no: of records to be displayed.
Select field display type.
Select report type.
Click on execute.
Displays a table entries with selected fields (With field technical names - LIST)
Enter required table.
Specify required fields in field list.
Specify no: of records to be displayed.
Select field display type.
Select report type.
Click on execute.
.
Fetches First 20 - 25 fields of a table
Enter required table.
Click on
Populates fields of a table based on the user selection in F4 Help
Enter required table.
Press ENTER & Click on F4 Help.
Observe that selected fields are populated on the selection screen
Fetches total no: of entries in a table
Enter required table.
Click on
FINDS THE PRESENCE OF A FIELD IN A TABLE
Enter required table.
Enter required fields in field list..
Click on enter.
SHOWS USEFUL TABLE IN A MODULE
Select required module.
Click on
NAVIGATES TO ABAP DICTIONARY
Enter required table.
Click on
Displays Table structure (with Field description, Data element, Domain, Conversion routine, Data type & Length)
Click on F4 Help.
CONTD...
Displays Table structure (with Field description, Data element, Domain, Conversion routine, Data type & Length)
1. This application may appear complex to use, but once habituated, it is a powerful tool for an ABAPER.
2. The code is so written that it is system independent, i.e, just by copying and pasting the code directly in your ABAP editor, this
application works as expected without having to activate Menus or Text elements or Message classes etc.
3. This application includes all the important and useful tables in each module which must be sufficient for any real time requirement of an
ABAPer.
Note:
4. Its always a good practice to press ENTER after any entry or change made in selection screen.
5. For correct functionality, please paste the code as it is without changing any part of it.
IMPORTANT POINTS TO KNOW

Вам также может понравиться