SAP ABAP Expert has Published 141 Articles

Handling String localization hardcoding issue in ERP like SAP, Dynamic, etc.

SAP ABAP Expert

SAP ABAP Expert

Updated on 25-Jun-2020 20:54:53

183 Views

This can be handled by keeping value same and just change meaning as below:'Y'(Yes) or 'N'(No)Should be like this for German-'Y'(Ja) or 'N'(Nein)

Managing password policy in SAP HANA system

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 09:00:08

225 Views

The last folder in SAP HANA Studio system navigation is Security and it has 3 subfolders inside it that define the system security policy and user management activities −SecurityUserRolesSecurity tab is used to manage Password Policy in HANA system −

Defining user lock settings in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:56:20

241 Views

Yes, new for SPS7 is the Lock indefinitely radio button −

Enabling Audit policy in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:55:37

149 Views

To enable Audit policy, navigate to Security tab → AuditingUnder Auditing, you need to enable Auditing policy as shown below −

Configuring blacklist in password policy in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:55:12

173 Views

This can be done under a Blocked password option under the password management policy. Below shows SAP HANA cockpit snapshot −

Configuring Password policy and Blacklist in SAP HANA Studio

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:54:17

247 Views

Following privileges are required −You need to have the system privilege INIFILE ADMIN.You need to have the object privileges SELECT, INSERT, and DELETE for the _SYS_PASSWORD_BLACKLIST table (_SYS_SECURITY).

Create View SQL in SAP HANA database

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:52:55

3K+ Views

>Create View View_name as Select Col1, Col2 From Table_name;In the above SQL statement, you are creating a view that contains Col1 and Col2 from the table.Table Name − Emp_InfoExampleIdEmplNameEmpluserEmplpasswordJoining_Date1Employee 1Emp1Emp1Pwd9/11/20162 Employee 2Emp2 Emp2Pwd   16/08/20153Employee 3Emp3Emp3Pwd15/09/20164Employee 4Emp4   Emp4Pwd  3/07/20145Employee 5Emp5Emp5Pwd10/09/20126Employee 6Emp6  Emp6Pwd   1/10/2013                      ... Read More

Benefits of using SAP HANA database views

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:52:05

254 Views

Following benefits can be achieved using database views −To provide security −Using a view, you can select specific columns and assign access to the users. Users can only see the columns for which permissions are set on the view and not the underlying tables with full data.To hide Complexity −Consider ... Read More

Performing different SAP logon check while connecting to HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:50:36

134 Views

When a user logins to the HANA system, the following steps are performed −Step 1 The system authenticates the user using the configured mechanism.Example − When User name/password authentication is being enforced, the provided user name and password are verified.Step 2The system verifies that the user's account is within its validity ... Read More

Setting detailed error notification about failed login in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 22-Jun-2020 08:48:42

272 Views

You can use parameter detailed_error_on_connect: Indicates the detail level of error information returned when a logon attempt fails.Parameter      detailed_error_on_connectDefault Value falseAdditional Information                                                       ... Read More

1 2 3 4 5 ... 15 Next
Advertisements