SAP Basis Articles

Page 35 of 50

Using SAP BusinessObjects dynamic recipient

Anil SAP Gupta
Anil SAP Gupta
Updated on 06-Mar-2020 933 Views

In SAP BusinessObjects, you can deliver the reports as per business requirement. It is also possible to use dynamic recipient’s option to deliver reports to users based on their requirement or split reports based on different values of a characteristic.Let us understand this with an example, let us say you have 4 specific regions in the report and you want the report to be delivered to individual Regional Manager for their respective region. You can use dynamic recipient option to make it possible.To implement this, you need to create a dynamic recipient report by developing a webi report which contains ...

Read More

Exporting delivery unit based on time filter in SAP HANA

John SAP
John SAP
Updated on 04-Mar-2020 258 Views

While export a delivery unit, you can restrict the export through “Filter by time” which means Information views, which are updated within the mentioned time interval will only be exported.After selecting Delivery unit from drop down list, you have to select checkbox and then enter the Time interval- From and To date.In below snapshot you can see we have highlighted “Filter by Time” option and user can select this checkbox to use time filter during export.

Read More

Managing cross database container access in SAP HANA

John SAP
John SAP
Updated on 27-Feb-2020 390 Views

The cross database container access is managed in Global.ini file in Configuration under System Administration.To access global.ini file you need to navigate to Administration tab in HANA Studio → Configuration and there you can find Global.ini file.

Read More

Viewing table definition in SAP HANA

John SAP
John SAP
Updated on 27-Feb-2020 3K+ Views

To check table definition, you need to right click on table name → Open Definition and this will open table structure under HANA database.

Read More

SQL statement to create a Restricted user in SAP HANA

SAP Expert
SAP Expert
Updated on 27-Feb-2020 592 Views

It is very simple. You can create a Restricted user with below query −CREATE [RESTRICTED] USER    []    [ ]    [ ]    [ ]    [ ]    [ ]    []In above SQL query, you have to pass following parameters −Specifies a database user in another tenant database as the remote identity of the database user being created.Specifies the user password of the user being created.Defines an external identification mechanism.Defines an external identity that is used to authenticate the user.

Read More

Checking create time for all users in SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 27-Feb-2020 1K+ Views

This can be found using following SQL command −SELECT * from USERS;

Read More

Understanding a database view in SAP HANA database

SAP ABAP Expert
SAP ABAP Expert
Updated on 27-Feb-2020 601 Views

Consider the following example −Example Id Empl. NameEmpl.userEmpl.passwordJoining Date1 Employee 1 Emp1Emp1Pwd 9/11/20162 Employee 2Emp2Emp2Pwd16/08/20153Employee 3 Emp3Emp3Pwd 15/09/20164Employee 4Emp4 Emp4Pwd3/07/20145Employee 5 Emp5 Emp5Pwd 10/09/20126 Employee 6Emp6 Emp6Pwd 1/10/2013 Consider a scenario when a developer needs to analyze some data of Employee Table with the above fields. Using database view, an administrator can create a virtual table which only contains information about Employee Id, Employee name, and date of joining and give permission to developer to use that view.

Read More

In SAP system, how can I find details of Change Request with modification?

Swarali Sree
Swarali Sree
Updated on 25-Feb-2020 833 Views

You can view Transport request that contains detail about your changes by going to T-Code SE37. You have to enter the name of Function Module and click on Utilities → Versions → Version ManagementAlso note that when you don’t put the changes in $TMP package, the system will ask you to provide a Transport Request to save or activate your changes.You can also check the package by navigating to Goto → Object Directory Entry in Transaction code: SE37 as below:

Read More

HANA Modeling objects and Content folder in SAP HANA Studio

John SAP
John SAP
Updated on 24-Feb-2020 1K+ Views

In SAP HANA Studio, Content folder contains all the design time repository objects. In this folder, all objects created in HANA system are managed under packages. To create a new object, you have to first select a Package.In a package you have different HANA Modeling Views- Attribute Views, Analytic Views, Calculation Views and Analytic Privileges. Each of the object type is managed in different folder in a package.

Read More

Different objects inside a package in SAP HANA

John SAP
John SAP
Updated on 24-Feb-2020 292 Views

Following objects are available in a Package under Content tab in HANA system −Attribute ViewsAnalytic ViewsCalculation ViewsAnalytic PrivilegeStored ProceduresSub-PackagesDecision Tables

Read More
Showing 341–350 of 498 articles
« Prev 1 33 34 35 36 37 50 Next »
Advertisements