SAP ABAP Expert

SAP ABAP Expert

115 Articles Published

Articles by SAP ABAP Expert

Page 11 of 12

Exporting a SAP HANA Modeling view

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 747 Views

When you have to export a HANA Model, right click on Semantic layer -> Export Diagram..It will give you an option to export it as an image. Click Ok and browse the location to save the file locally.

Read More

Using fact and dimension tables in SAP HANA Modeling

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 1K+ Views

The fact table contains measure values and primary key for Dimension tables. Dim tables contain master data. Fact and dimension table are joined in HANA Modeling to achieve some business logic.Example of Measures − Number of unit sold, Total Price, Average Delay time, etc.Dimension Table contains master data and is joined with one or more fact tables to make some business logic. Dimension tables are used to create schemas with fact tables and can be normalized.Example of Dimension Table − Customer, Product, etc.Suppose a company sells products to customers. Every sale is a fact that happens within the company and ...

Read More

Different Engine types in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 756 Views

In SAP HANA, following engine types are available:Join Engine: This is used for attribute viewsOLAP engine: This is used for analytic viewsCalculation Engine: This is used for calculation views

Read More

Maintaining password policy parameters in SAP HANA system

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 961 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.

Read More

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

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 385 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.

Read More

Default location for installation of SAP HANA Studio

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 818 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  /Applications/sap/hdbstudio.app (new)Default installation Linux x86 64 bit: /usr/sap/hdbstudio

Read More

Refreshing list viewer data selectively in SAP ABAP

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 202 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 can go for and bind the function with the DATA_CHANGED event.You can use the suggested approach and it should work for you. Hope it helps.

Read More

How to write on selection screen after giving any user input in SAP ABAP

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 1K+ Views

You can use the WRITE to write on the selection screen. But still you have other options available to accomplish your task.You can choose to show your text in a message which is shown at the bottom of the screen. Also, you can try with a popup to show your required text.Sample snippet: Message 'Your text' TYPE S

Read More

Need to update MySQL and SAP database at the same time from a Form

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 265 Views

Yes, you can do that but if you are thinking of making the changes in the existing PHP script so that it takes care of both the tasks. Then it will be quite tough.But if you want to have two operations in parallel then you can have it.You can go for writing a web service which can do the DB update activity. You can also try using the SAP API to do the updates. SAP API has the most common and used methods to do the updates.So you might be able to find the ones for your requirement.You can also ...

Read More

Getting error not assigned on running SAP ABAP program

SAP ABAP Expert
SAP ABAP Expert
Updated on 30-Jul-2019 948 Views

The error is in field symbol. In future if you encounter such issue you can go through the logs created by ST22. It will help you in detail to understand the issue and its root cause. The reason of your error is that the field symbol is not initialized and you are trying to use it. You should have a habit of checking the content before using.check is ASSIGNED

Read More
Showing 101–110 of 115 articles
« Prev 1 8 9 10 11 12 Next »
Advertisements