SAP DATABASE USER NAME - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

database user name
Identity used by a database user to log on to a database system. A database user name is assigned a database schema , whose objects can be accessed by the database user implicitly or as an unqualified user.
BEGIN_SECTION VERSION 5 OUT The user name used in an AS ABAP access can be determined using the function module DB_DBUSER. The ABAP database schema is assigned to this user.
END_SECTION VERSION 5 OUT