SAP HANA Certification - SPS 07 C_HANATEC141
Hi All, I am giving HANA certification this Monday for HANA 1.0 SPS7. Have attended the HANA training this week for C_HANATEC141.Have prepared well but would be glad and grateful if someone can share...
View ArticleSAP Business One 9.0 version for HANA B1A install error
I'm trying to finalize the setup for the B1H installation, and my SAP client connects, but gets the "Cannot connect to SAP HANA database" error. When I click OK on the box, it lets me through to SAP...
View ArticleRe: HCI integration with SAP ERP backend system
Hello Prasad, Went thru the documentation, but i was hoping before configuring everything, is there anyway i can ping the ECC from COD and see i am getting any response. I will take your suggestion and...
View ArticleRe: Whether Variable pushes filter to Data Foundation level
To extend this conversation, the variable (WHERE clauses) will be pushed down to underlying views.a. IF you don't have a filter condition on a calculated attribute (in the calc view)b. IF you have a...
View ArticleRe: HCI integration with SAP ERP backend system
If you can create or see data stores for your ECC systems in HCI - there & then you will get test connection option - which is nothing but ping - assuming your basis engineering team have...
View ArticleRe: HANA System User type with no password ?
Hi Dan, You can accomplish that by architecting a proper security model with SSO between BOBJ and HANA.HANA posses a pretty robust security model that you can implement to secure you data, view models,...
View ArticleRe: HCI integration with SAP ERP backend system
Hi, try the steps as below image. , Prasad
View ArticleRe: Outbound data connectivity-parsing XML in server side javascript
Thanks to SAP - they have done xmltojson parser: and just smth like this... $.import('sap.hana.xs.lm.core', 'xml2json');var xml2json = $.sap.hana.xs.lm.core.xml2json.xml2json;var res = xml2json.parse(t);
View ArticleRe: LRM 1.0 on HANA technical configuration problems
Rex, See if you can help me, the report ESH_IEF_IMP_OM_UPDATE_CONTENT is being processed in the backgound on my user every 10 minutes, do not understand why the system is running this job?I do not...
View ArticleRe: Error during the export of HANA using SWPM
Had similar issue using SWPM for a standard ABAP system. Was 2 x fold issue we had. 1. We had non-standard entries in sidadm's .cshrc file that needed to be removed so SWPM could correctly parse the...
View ArticleRe: Level based Measures in Calc view
Hi Shree, this requirement is not too difficult to fulfill. You may want to look into either multi-level aggregation SQL (maybe using HAVING clause) or by employing restricted key figures/measures. I...
View ArticleUnderstanding of the table level information from SAP HANA Studio
Hello Gurus, Need some clarification from following information provided by SAP HANA Studio. I have a table REGIONS and the contents are as follows: REGION_ID REGION_NAME11 Europe12...
View ArticleUnderstanding the value of hash partition
Hi folks, In the case of Range partition I can clearly see and understand the value. ie: if I create a range partition on MSEG based upon Material Doc year (MJAHR) I can have a partition for each...
View ArticleRe: Upgrade SAP HANA from Revision 28 to Revision 74
Hello, My understanding is that it is possible to upgrade from any SPS to any other SPS. Then you can apply the latest revision/maintenance revision. The difficulty comes when going from SPS to a...
View ArticleRe: Two ABAP stacks on single HANA appliance in MCOD
From a best practice perspective, even in non-HANA landscapes, SAP does not recommend to have more than one DB on the same logical instance (i.e. on the same OS). What you could do today is to share...
View ArticleRe: Where can i find B1_SHF folder in HANA server?
Hi Atul, In /opt/sap/SAPBusinessOne, i only saw the following folders INE-HANA:/opt/sap/SAPBusinessOne # lltotal 28-rw-r--r-- 1 b1service0 b1service0 1531 Jul 10 22:19 .installer.propertiesdrwxr-xr-x 8...
View ArticleRe: Two ABAP stacks on single HANA appliance in MCOD
Hi Andy: Actually, multiple SIDs (physical DBs) on one production SAP HANA system is available today as part of an "early adopter" program where the customer must work closely with SAP on sizing and...
View ArticleError while creating virtual table in Hana
Hi Folks, Good Day! I am trying to create the virtual table in Hana system from Hadoop data base but am getting some privilege issue.Please help me to resolve the issue. Error Screen shot: Thanks,Hari
View ArticleRe: Error while creating virtual table in Hana
Hi Hari, Check if you have the following privileges assigned to your user ID in Object privileges for the created Remote DNS Regards,Nehal
View ArticleRe: VAR_OUT inside cursor
Hi Sergey, If you want to retain the cursor(though you could try the same with JOINS), you can consider using arrays. DECLARECURSOR c_cursor1 FOR...
View Article