SAP ABAP Expert has Published 141 Articles

Maintaining password policy parameters in SAP HANA system

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:21

794 Views

Note that actual parameter of password policy section is maintained by indexserver.ini system file. It is recommended that password policy should be configured using Security editor of SAP HANA Studio however this can also be done by editing indexserver.ini file.

Changes to indexserver.ini file auditable to maintain password policy in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:21

323 Views

It is recommended that password policy should be configured using Security editor of SAP HANA Studio however this can also be done by editing indexserver.ini file.Note that direct changes to the indexserver.ini file cannot be audited.

Password policy parameter in multi container system in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:21

226 Views

In SAP HANA, password policy parameters for the system database of a multiple-container system are maintained in the namesever.ini file and not the indexserver.ini file.

System view to maintain password parameter in SAP HANA

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:21

332 Views

The system view M_PASSWORD_POLICY contains the parameters and their current values.

Password blacklist table in SAP HANA database

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:21

686 Views

The password blacklist in SAP HANA is implemented with the table _SYS_PASSWORD_BLACKLIST in the schema _SYS_SECURITY. This table is empty when you create a new instance.You can enter words in the password blacklist as part of password policy configuration in the Security editor of the SAP HANA studio. Read More

Default location for installation of SAP HANA Studio

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:21

667 Views

You can install SAP HANA studio on Linux platform without Root user. In Windows platform, you can perform the installation without administration rights but it will be available only to the user who has installed it.Default Location on Window Platform: C:\Program Files\sap\hdbstudioDefault installation Location under MAC OS: /Applications/sap/hdbstudio (old) or ... Read More

Forcing SAP Webi report to show specific data

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

227 Views

This can be done by creating a separate query that only shows priority. Then you need to replace column [Query1].[Priority] with the merged dimension [Priority].

Connect to SAP system from C# application

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

749 Views

There is nothing like standard but you need to specify all required details for a successful connection.XXXX-  H/IP Address/S/Port NumberHere H stands for Host, IP Address is the IP Address, S stands for Port Number

Sort Datetime Type in SAP ABAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

489 Views

There are two operation LT (Less than) and GT (Greater Than) which you can use to perform basic comparisons between two variables.You can frame the logic as per your requirement whether you have a set of variables or a table. If it involves set of variables then you need to ... Read More

Refreshing list viewer data selectively in SAP ABAP

SAP ABAP Expert

SAP ABAP Expert

Updated on 30-Jul-2019 22:30:20

141 Views

Only refreshing the selected or the modified rows is compatible or supported in EDIT mode but not in the display mode.As you said, you are using the display mode so I doubt you can do anything. But in case you switch over to EDIT mode from DISPLAY mode, then you ... Read More

Advertisements