CL_CHK_STS_USERNAME - Check for Hardcoded User name
BAL Application Log Documentation PERFORM Short ReferenceThis documentation is copyright by SAP AG.
Functionality
This class implements the Checkman interfaces that are required for supporting checks to find SECURITY flaws in applications using this tool. It is basically used find out Hard coded Username used in the programs.
If SY-UNAME is compared with a constant value. This value can either be set in the string value following the =-symbol (IF SY-UNAME = '
If SY-UNAME is compared with a variable value, check, if the variable has been assigned to a constant value in the dataflow graph before.
Relationships
Example
1) If sy-uname = '
endif.
2) Case sy-uname.
endcase.
Notes
Further information
rdisp/max_wprun_time - Maximum work process run time Vendor Master (General Section)
This documentation is copyright by SAP AG.
Length: 802 Date: 20120526 Time: 100216 triton ( 142 ms )






