Re: Can HANA be used for broadcasting or like a APD ??
Hi Pac, transaction RSCRM_BAPI might be usable for extracting lots of data from a BEx-Query. This data can then be send to a file or tabel. Regards,Leo
View ArticleError in SLT
Hello HANAWorld, I have replicated around 50 ECC tables a couple of months back from Data Provisioning of HANA Studio. Now I am trying the same thing to replicate some more tables but cannot accomplish...
View ArticleRe: Is SAP HANA a database or an OS ?
Hi Prateek, There is more to my question, How hana being a database, is capable of doing tasks that are to be done by an OS ? I know it is a database, but how it can allocate the tasks to processor's...
View ArticleRe: Table Variable as Input parameters
Hi Nag, I am currently on rev 56 and tried to use the procedure with table input and output parameters. It works for me without any errors. Can you please confirm which revision you are currently...
View ArticleExtract DDL for tables in a schema in HANA database
Hi, I am new to SAP HANA and trying to extract ddl's for all the (150) tables in a schema. Is there is a way to do this through command prompt or Studio ? Thanks
View ArticleRe: Extract DDL for tables in a schema in HANA database
Hi Gurudutt, Multiple options: 1) For each table, you can open the definition and there is GENERATE script option on the right hand side top corner. But you will have to repeat the procedure for all...
View ArticleIs it possible to edit already created view in SAP HANA
Hello All, In SAP HANA studio I have created a view graphically under a schema based on requirement. But now there is a requirement to add some more fields to this view. I tried to edit the view but I...
View ArticleRe: Is it possible to edit already created view in SAP HANA
Hi Rajib, If I understand correctly, you are talking about the database view created on a table(s). You can copy the CREATE VIEW statement from the view definition or generate the "CREATE VIEW"...
View ArticleRe: how replication works in hana?
Hi , Please check below link for replication http://www.dwbiconcepts.com/database/28-hana/129-sap-hana-appliance.html SAP Note No. 1605140 SAP HANA 1.0: Central Note - SAP LT Replication 1514967...
View ArticleRe: Normal HANA user tasks?
HANA user tasks will depend upon the roles and privileges he has been assigned. If he is a MODELER he will be more into data provisioning, creating models and into XS development that includes writing...
View ArticleRe: how replication works in hana?
Hi Lily I think this document helps you. http://www.saphana.com/docs/DOC-21710802 System Replication.pdf Regards.Yoh Maekawa
View ArticleRe: What are the limitations/challenges in HANA sidecar
Hi Hidresh, The advantage of sidecar is that you can continue using your existing system as-is while using HANA as a secondary database. The way the current SAP systems work is, the data is transferred...
View ArticleRe: Date fields changed to NVARCHAR via SLT
Hi Ravi, thanks for the response. Just keeping the thread open a bit longer to see if anybody else responds then will close out soon. -Patrick
View ArticleRe: Determine if valid date via SQL
Haven't forgotten about this, still tinkering and will update soon.... -Patrick
View ArticleRe: Determine if valid date via SQL
Hi Patrick, My 2 cents: 1) If the source system is providing the junk date values, then let the ETL tool handle rejecting the date values. Depending on your ETL, you can reject the incorrect records....
View ArticleRe: Date fields changed to NVARCHAR via SLT
Hi Patrick As per me the SAP DATE format does not match with the DATE format of ANSI SQL 92(HANA uses these standards). The most closely it resembles to is NVARCHAR(8). This could be the reason why it...
View ArticleCan a table become corrupt?
Hi experts, I'm having this bizarre problem with a very simple join on BSEG. When I'm joining a very small subset of data to another of our tables I'm getting NULL values even though the join is...
View ArticleRe: What are the limitations/challenges in HANA sidecar
Hi Hirdesh, We have successfully used HANA Sidecar and the only thing I can add to Sharan's comments is one of our challenges around code review. For example on the HANA side of things we have code...
View ArticleRe: Can a table become corrupt?
Hi Patrick, Couple of thoughts: 1) Do you also have history table associated with BSEG. Did you check if that is consistent. Earlier I had a similar issue where SAP looked into HANA and mentioned that...
View Article