Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all 5653 articles
Browse latest View live

what are various methods of importing bulk of data in HANA studio without using data services ?

$
0
0

i have to import bulk data in SAP HANA without using data services. is there any methods from which bulks of data can be loaded?


How to Automate the Csv files to load the updated data in HANA database?

$
0
0

Things that i have done :

One time load of bulk data with ctl files using HANA studio by storing the ctl and csv on the HANA server.

 

things that are to b implemented:

 

How to automate the task of loading the updated csv files into the HANA server.

How to automate to load the contents into the database without using HANA studio.

 

Hierarchy in attribute view in HANA studio

$
0
0

i have set the date hierarchy in the Attribute view in HANA but whenevr i try to view in the analysis edition tool it doesnot drill down unlike if i see the same in excel wher i can easily able to drill down the hierachy.

does anyone set the hierarchy and have used it well in the analysis edition.?

thanks in advance.

 

shweta

Problem in Exposing HANA stored Procedure to ABAP

$
0
0

Hi

 

I have created few stored procedure in HANA Studio, and facing problem when Im trying to expose it through the "DB Procedure Proxy."

 

My steps are given below -

 

My Stored Procedures -

procedures.JPG

Creation of ABAP Repository Object -

Step1.JPGStep2.JPG

 

 

Step3.JPG

Now here Im not getting the next button activated to give the procedure details. If I click on the Finish Button Im getting the below error.

 

Step4.JPG

 

Please help me out to do the same.

HANA Installation Error

$
0
0

Dear Team,

 

We are trying install a HANA DB on host where already 4 HANA database instances are installed (This MCOS option is fine since it is sandbox purpose)

 

When we installing new system, we ended up with below error

 

2013 11 28 06:23:57#0-800#DEBUG#com.sap.lm.services.shell.local.impl.LocalShellImpl#main#Executing command '/usr/sap/hostctrl/exe/saphostctrl -function ListInstances'|

2013 11 28 06:23:58#0-800#DEBUG#com.sap.lm.services.shell.util.ForwardingBuffer#main#stdout: Inst Info : ID1 - 01 - saphananode - 740, patch 17, changelist 1413428|

2013 11 28 06:23:58#0-800#DEBUG#com.sap.lm.services.shell.util.ForwardingBuffer#main#stdout: Inst Info : ID2 - 00 - saphananode - 740, patch 17, changelist 1413428|

2013 11 28 06:23:58#0-800#DEBUG#com.sap.lm.services.shell.util.ForwardingBuffer#main#stdout: Inst Info : ID3 - 03 - saphananode - 740, patch 36, changelist 1444691|

2013 11 28 06:23:58#0-800#DEBUG#com.sap.lm.services.shell.util.ForwardingBuffer#main#stdout: Inst Info : ID4 - 02 - saphananode - 740, patch 17, changelist 1413428|

2013 11 28 06:23:58#0-800#DEBUG#com.sap.lm.services.shell.local.impl.LocalShellImpl#main#Executed command with return code 0|

2013 11 28 06:23:58#0-800#INFO#com.sap.lm.hana.installation.validators.FullPermissionsOnPathForCurrentUserValidator#main#Executing command "test -r /hana/data/ID5" ...|

2013 11 28 06:23:58#0-800#INFO#com.sap.lm.hana.installation.validators.FullPermissionsOnPathForCurrentUserValidator#main#Executing command "test -w /hana/data/ID5" ...|

2013 11 28 06:23:58#0-800#INFO#com.sap.lm.hana.installation.validators.FullPermissionsOnPathForCurrentUserValidator#main#Executing command "test -x /hana/data/ID5" ...|

2013 11 28 06:23:58#0-800#INFO#com.sap.lm.hana.installation.validators.FullPermissionsOnPathForCurrentUserValidator#main#Executing command "test -r /hana/log/ID5" ...|

2013 11 28 06:23:58#0-800#INFO#com.sap.lm.hana.installation.validators.FullPermissionsOnPathForCurrentUserValidator#main#Executing command "test -w /hana/log/ID5=" ...|

2013 11 28 06:23:59#0-800#INFO#com.sap.lm.hana.installation.validators.FullPermissionsOnPathForCurrentUserValidator#main#Executing command "test -x /hana/log/ID5" ...|

2013 11 28 06:23:59#0-800#DEBUG#com.sap.lm.hana.installation.Application#main#|

2013 11 28 06:23:59#0-800#DEBUG#com.sap.lm.hana.installation.Application#main#Versions of existing HANA systems on the host could not be verified|

 

 

Can you please let me know if you any solution for this .I’ve tried all forum and service market place but don’t find anything related to this.

 

Regards,

Shankar

Help on Decision Tables

$
0
0

Hi,

 

I'm currently putting together a decision table and have come across a bit of a challenge. I have a decision table that is setup as follows:

 

DECISION TABLE

Field 1Field 2Return Value
XA100
YB200

 

I've applied some basic rules and the decision table in principle is working well. Where I've hit a brick wall is where I want to apply the return value to other rows in a table. The example I have is:

 

I have a table with the following rows:

FOUNDATION TABLE

Field 1
Field 2Field 3
XA95
XC120
YB300

 

The rule I'm trying to model is, if Field 1 is X and Field 2 is A then set the value for Field 3 to 100 for Rows where Field 1 is X and Field 2 is A, but also, set Field 3 to 100 where Field 2 is B. I've thought about transposing Field 2 to seperate columns in my foundation table, however, this would considerably widen my table.

 

Am I trying to model the impossible, or is there something that I am missing.

 

Thanks for any help.

 

Regards,

 

Gary

Looking for more info on CONCAT_ATTRIBUTE

$
0
0

Hi folks,

 

I'm looking at the SQL behind some of our larger tables replicated from SAP and see some have extra concatenated attributes similar to this;

 

ALTER TABLE "OURSCHEMA"."MSEG" WITH PARAMETERS ('CONCAT_ATTRIBUTE'=('$LGORT$MATNR$WERKS$',

          'LGORT',

          'MATNR',

          'WERKS'))

 

Does anybody have any further documentation about this, why it exists exactly and what the benefits are?  At first I thought it was simply a concatenation of KEY fields (and most indeed are) but some of the fields being concatenated are not KEYS.  Some of these concatenated attributes seem like common ways I might want to join to other tables so I wonder why they wouldn't just all be KEY fields to begin with as well.  So I'm wondering the logic behind this and if SAP has pre-chosen all of these combinations.  The other reason I'm asking is I was told by SAP in the past, when looking into huge memory consumption issues for BSEG for example - ie: noticed in some cases record count growth did not directly tie to memory consumption growth) that some additional memory is required for concatenated attributes.  So I just want to understand this better and can not find any documentation anywhere on this.  I noticed some very old SQL Script guides (HANA SPS 01!) had very vague examples of CONCAT_ATTRIBUTE but it was removed in later documentation.

 

Thanks for any information you may have on this subject,

-Patrick

Java script in BODS

$
0
0

Can we use java script as a source in BODS?

We have a requirement where we are getting source in a java script and tranform this and load it in Oracle DB

 

We are using BODS version 3.2.

 

Please suggest.


HANA Data Load and Reporting

$
0
0

I am new to this area so looking for some information from folks who have implemented HANA in their company.

 

1. When you connect SAP HANA to R3 system. Do you load entire SAP R3 Database into SAP HANA or load selective Tables/ Data.

2. How is frequently data is loaded in Hana so that one can say "REAL TIME DATA". Do we run jobs to keep loading data every minute . Hows is this process of data load  done .

3. Reporting. Do we report directly on hana database or use BO as front end tool to run report out of Hana . What is the SAP recommendation when its come to reporting.  Should we install SAP BW on Hana and then use BO to report or Directly load Data in Hana and run reports.

4. Does Hana Appliance are good enough to provide standard reporting needs.

 

Would appreciate if members can provide information on what they have seen or implemented

 

Thanks

What is faster char(9) or int?

$
0
0

Dear HANA Gurus.

 

What is faster in HANA for selecting -  varchar(9) field or integer field?

 

 

With high cardinality values. By example order number.

HANA varaible creation on top of caliculated views...................

$
0
0

Hi Friends,

 

we  are having requirements for caliculation on picking date based input variable(date variable) in this case what ever the date we enter it shoud caliculate with picking date(KODAT) if it is >2 that is routing    between 4 to 3 shipping more than that loaded to ship based on the dates i need to cliculate total amount of value is shiiped , routing  that values i have to post in another column of calicuted view.

BEx Queries role on a Green Field BW on HANA installation

$
0
0

We are in the process of building a solution based on BW on HANA with a green field approach. Everything is new. The first goal is to deliver KPIs from data extracted from ECC and enable flexible reporting for power users.

 

So far our approach has been to use BEx queries to feed the data to Dashboards (Xcelsius) via BICS. Also BEx super queries have been created containing every KPI in scope, so in the future (in theory) a dashboard can be easily connected to this query when using a KPI on a new dashboard is needed.

 

I'd like to validate if this approach is OK, since we've had internally several discussion regarding the need og having BEx queries: some are of the opinion that they're needed in order to leverage new OLAP in memory abilities and other are of the opinion that with Calculated and Analytic views is enough to get the job done to feed the dashboards.

 

Also, som are of the opinion that BEx queries are still there just to provide backwards compatibility on non green field instalations: e.g. migration from BW to BW on HANA.

 

Your opinions are hihgly appreciated.

Error when joining Attribute View to Data Foundation in Analytic View

$
0
0

Hi I get the error below when activating the Analytic View where I'm trying to join an Attribute View to the Data Foundation Table. Thanks.

 

Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Deploy Analytic View: SQL: column store error: <?xml version="1.0" encoding="utf-8"?><createCubeResult version="1.0"><status><message>The scenario XML is not valid</message><errorCode>2112</errorCode></status><details><errors><detail><element>cubeSchema -> cubes -> cube (_SYS_BIC:TEST/Q1ACC) -> characteristics -> dimension (DATE_SQL)</element><code>41</code><message>Referenced join path '_SYS_BI:M_TIME_DIMENSION' does not have table '$2$' as endpoint</message></detail><detail><element>cubeSchema -> cubes -> cube (_SYS_BIC:TEST/Q1ACC) -> characteristics -> dimension (ACTUALDATE_YEAR)</element><code>41</code><message>Referenced join path '_SYS_BI:M_TIME_DIMENSION' does not have table '$2$' as endpoint</message></detail><detail><element>cubeSchema -> cubes -> cube (_SYS_BIC:TEST/Q1ACC) -> characteristics -> dimension (ACTUALDATE_QUARTER)</element><code>41</code><message>Referenced join path '_SYS_BI:M_TIME_DIMENSION' does not have table '$2$' as endpoint</message></detail><detail><element>cubeSchema -> cubes -> cube (_SYS_BIC:TEST/Q1ACC) -> characteristics -> dimension (ACTUALDATE_MONTH)</element><code>41</code><message>Referenced join path '_SYS_BI:M_TIME_DIMENSION' does not have table '$2$' as endpoint</message></detail><detail><element>cubeSchema -> cubes -> cube (_SYS_BIC:TEST/Q1ACC) -> characteristics -> dimension (ACTUALDATE_CALQUARTER)</element><code>41</code><message>Referenced join path '_SYS_BI:M_TIME_DIMENSION' does not have table '$2$' as endpoint</message></detail><detail><element>cubeSchema -> cubes -> cube (_SYS_BIC:TEST/Q1ACC) -> characteristics -> dimension (ACTUALDATE_CALMONTH)</element><code>41</code><message>Referenced join path '_SYS_BI:M_TIME_DIMENSION' does not have table '$2$' as endpoint</message></detail></errors></details></createCubeResult>nCreate OLAP Scenario statement: CREATE OLAP SCENARIO '<?xml version="1.0" encoding="utf-8"?><cubeSchema version="3" operation="createHanaCube"><cube name="_SYS_BIC:TEST/Q1ACC" registerCubeForApsFlag="true"><cubeTables><cubeTable name="TEST:DATA" type="f-table"/><cubeTable name="_SYS_BI:M_TIME_DIMENSION" type="d-table"/></cubeTables><joinConditions><joinCondition name="JOIN_M_TIME_DIMENSION_DATA_2" cardinality="1:1" referentialIntegrity="true" joinType="inner"><partner1 table="_SYS_BI:M_TIME_DIMENSION" column="DATE_SQL"/><partner2 table="TEST:DATA" column="SHIPDATE"/></joinCondition></joinConditions><joinPaths/><dimensionAttributes><dimensionAttribute name="TEST/SHIPDATE_TIME$DATE_SQL"><columnMappings><columnMapping name="DATE_SQL" technicalName="TEST/SHIPDATE_TIME$DATE_SQL" type="key" table="_SYS_BI:M_TIME_DIMENSION" column="DATE_SQL" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$ACTUALDATE_YEAR"><columnMappings><columnMapping name="ACTUALDATE_YEAR" technicalName="TEST/SHIPDATE_TIME$ACTUALDATE_YEAR" type="key" table="_SYS_BI:M_TIME_DIMENSION" column="YEAR" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$ACTUALDATE_QUARTER"><columnMappings><columnMapping name="ACTUALDATE_QUARTER" technicalName="TEST/SHIPDATE_TIME$ACTUALDATE_QUARTER" type="key" table="_SYS_BI:M_TIME_DIMENSION" column="QUARTER" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$ACTUALDATE_MONTH"><columnMappings><columnMapping name="ACTUALDATE_MONTH" technicalName="TEST/SHIPDATE_TIME$ACTUALDATE_MONTH" type="key" table="_SYS_BI:M_TIME_DIMENSION" column="MONTH" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$ACTUALDATE_CALQUARTER"><columnMappings><columnMapping name="ACTUALDATE_CALQUARTER" technicalName="TEST/SHIPDATE_TIME$ACTUALDATE_CALQUARTER" type="key" table="_SYS_BI:M_TIME_DIMENSION" column="CALQUARTER" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$ACTUALDATE_CALMONTH"><columnMappings><columnMapping name="ACTUALDATE_CALMONTH" technicalName="TEST/SHIPDATE_TIME$ACTUALDATE_CALMONTH" type="key" table="_SYS_BI:M_TIME_DIMENSION" column="CALMONTH" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$ACTUALDATE"><columnMappings><columnMapping name="ACTUALDATE" technicalName="TEST/SHIPDATE_TIME$ACTUALDATE" type="key" table="TEST:DATA" column="SHIPDATE" isVisible="true"/></columnMappings></dimensionAttribute><dimensionAttribute name="TEST/SHIPDATE_TIME$SALESDOC_NO"><columnMappings><columnMapping name="SALESDOC_NO" technicalName="TEST/SHIPDATE_TIME$SALESDOC_NO" type="key" table="TEST:DATA" column="SALESDOC_NO" isVisible="true"/></columnMappings></dimensionAttribute></dimensionAttributes><measures><measure name="QTY" table="TEST:DATA" column="QTY" aggregationType="sum" isVisible="true"/><measure name="ORDER_QTY" table="TEST:DATA" column="ORDER_QTY" aggregationType="sum" isVisible="true"/></measures><constraints/></cube></cubeSchema>'n

Can fresher directly start learning SAP HANA ?

$
0
0

Hi Friends

 

Can fresher start learning SAP HANA ?

 

Please share your suggestions.

Looking for more info on CONCAT_ATTRIBUTE

$
0
0

Hi folks,

 

I'm looking at the SQL behind some of our larger tables replicated from SAP and see some have extra concatenated attributes similar to this;

 

ALTER TABLE "OURSCHEMA"."MSEG" WITH PARAMETERS ('CONCAT_ATTRIBUTE'=('$LGORT$MATNR$WERKS$',

          'LGORT',

          'MATNR',

          'WERKS'))

 

Does anybody have any further documentation about this, why it exists exactly and what the benefits are?  At first I thought it was simply a concatenation of KEY fields (and most indeed are) but some of the fields being concatenated are not KEYS.  Some of these concatenated attributes seem like common ways I might want to join to other tables so I wonder why they wouldn't just all be KEY fields to begin with as well.  So I'm wondering the logic behind this and if SAP has pre-chosen all of these combinations.  The other reason I'm asking is I was told by SAP in the past, when looking into huge memory consumption issues for BSEG for example - ie: noticed in some cases record count growth did not directly tie to memory consumption growth) that some additional memory is required for concatenated attributes.  So I just want to understand this better and can not find any documentation anywhere on this.  I noticed some very old SQL Script guides (HANA SPS 01!) had very vague examples of CONCAT_ATTRIBUTE but it was removed in later documentation.

 

Thanks for any information you may have on this subject,

-Patrick


To pass input parameter in cognos

$
0
0

Hi all,

 

 

I need suggestions for this.. Please help..

 

Is it possible to use Input Parameters defined in HANA Calculation View in COGNOSFramework Manager and develop dashboard in Report Studio.

Is there any function similarly to PLACEHOLDER which is been used to implement input parameter functionality in IDT Universe level in BO. Please do the needful.

 

 

Regards

Karishma

 

Right track to approach sap hana

$
0
0

Is this a right track for a fresher to get into SAP HANA?

I am sap abap consultant and have interest to learn sap hana...

According to me,I wanted to first learn sap bi through a small or local institute and the n go for sap hana training from Sap bangalore center

Is this the right track for me?

SAP ABAP--->>SAP BI--->>>SAP HANA.

Can anyone guide me about how much experience will be sufficient to gain sap hana?

Selecting Columns/Parameters Randomly

$
0
0

Hi All,

 

I would like to ask one thing.

Is it possible to selecet  parameters or columns randomly from table ?

I am working on PAL where i want to pick parameters or columns randomly.

Picking rows randomly is ok but how to pick columns or parameters?

 

Please guide me.

 

Thanks & Regards,

Zaib

Question on Temporal join in Analytic View

Data Source Key Field error for DXC

$
0
0

Hi All,

 

While trying to activate the data source 2LIS_11_VAHDR and 0MATERIAL_TEXT in the BW System for DXC consumption I get the following error -

 

Error in HANA DB system: Unable to modify DSO table '2LIS_11_VAHDR': no key field defined (at least one of the defined columns must be a key column)

 

How can the data source keys be maintained.

 

Pl assist. Thanks.

Viewing all 5653 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>