CL_CI_TEST_SELECT_TAW - Code Inspector: Find Table Names and WHERE Conds for SELECT
BAL Application Log Documentation ABAP Short ReferenceThis documentation is copyright by SAP AG.
Code Inspector
Class: 'Find table name & WHERE condition for SELECT'
Makes the formatted SELECT statements of a program available in the SELECT statement.
Attribute Structure
INCLUDE Program include
POSITION Number of SELECT statement
ROW Line in program
COL,, Column in program
CNT Number of SELECT within the statement (for example with subselects > 1)
SQLTOKEN Type of database command(SELECT, INSERT, MODIFY, UPDATE, DELETE, JOIN)
TABNAME Table name in SELECT
CLNTSPEC Access using CLIENT SPECIFIED ?
WHEREFLDS Structure for the WHERE condition
The structure for the WHERE condition:
EXPRESN Counter for the expressions separated by OR
FIELDNR Counter for the position of the single conditions in the WHERE condition
FIELDNAME Name of the database field in the single condition
NOT Contains the single condition, compare with NOT ?
SIGN Relational operator
Notes
Abstract class for retrieval and formatting of data
Edited objects: SELECT statements
Help class: ---
Extended class CL_CI_TEST_SELECT
Further information
Technical Description of Code Inspector Check Classes
ROGBILLS - Synchronize billing plans ABAP Short Reference
This documentation is copyright by SAP AG.
Length: 1896 Date: 20120526 Time: 101634 triton ( 75 ms )






