CL_CHK_STS_GENTABLE - Detect Generic Table Access

ABAP Short Reference   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Functionality

This class implements the Checkman interfaces that are required for supporting checks to find SECURITYflaws in applications using this tool. It is basically used find out all possible generic table access used in the programs.

Relationships

Example

SELECT result

FROM source

INTO|APPENDING target

[[FOR ALL ENTRIES IN itab] WHERE sql_cond]

[GROUP BY group] [HAVING group_cond]

[ORDER BY sort_key].

...

[ENDSELECT]

The field "FROM SOURCE" determines the table which provides the data. If the table name is not constant, it might be possible to access any table.

An authority check performed before, covers the data of a few tables in the same business context only but never all tables.

This test is also valid for other access modes (INSERT, UPDATE, MODIFY, DELETE).

Notes

Further information



PERFORM Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.


Length: 1007 Date: 20120526 Time: 100139     triton ( 46 ms )