Fraud Management on SAP HANA

hi
i wanted to know if you are using SAP HANA for fraud management do you have to created the fraud management uses in the Hana db as well as i am not being able to get to see the calibration . I am on the latest hana rev 74. Fraud management 1.1 on netweaver 7.4

Hi Vincent,
This is not Fraud spesific error I think, all information and data are kept in tables in HANA, and they are organized under views in order to retriew them. While you are retrieving data with any method or tool you need specific priviliges such as:
Insufficient privilege: Not authorized: (DATA PREVIEW)
Sol: Grant the package privilege to the user
Insufficient privilege to create view DDL statement while activating a attribute view
Sol: Grant select on schema <SCHEMA> to _SYS_REPO with grant option
Insufficient privilege data preview of attribute view
Sol: Grant execute option for SQL privileges for that schema
Please show my reply to your HANA admin, he will understand and grant you required privileges.
Cheers,
Sarhan.

Similar Messages

  • Memory Management of SAP HANA

    Hi All,
    I went through one of the documentation in SAP HANA Memory management .
    http://www.saphana.com/servlet/JiveServlet/download/2299-2-12806/HANA_Memory_Usage_v2.pdf
    This gave me a really good understanding about the Memory management of HANA . Queries for Used and Resident memory and comparison with Overview tab numbers
    I had few questions , Which was almost answered in other discussed in one :
    But i still have few questions about  Resident and  used memory
    Used Memory : Code + Tables + DB Managment
    Resident :  what is the formula or content ?
    What does this picture refers to ?
    Infact the below statements are bit confusing
    When memory is required for table growth or for temporary computations, the SAP HANA code obtains it from the existing memory pool. When the pool cannot satisfy the request, the HANA memory manager will request and reserve more memory from the operating system. At this point, the virtual memory size of the HANA processes grows.
    Once a temporary computation completes or a table is dropped, the freed memory is returned to the memory manager, who recycles it to its pool, usually without informing Linux6. Thus, from SAP HANA’s perspective, the amount of Used Memory shrinks, but the process’ virtual and resident sizes are not affected. This creates a situation where the Used Memory may even shrink to below the size of SAP HANA’s resident memory, which is perfectly normal.
    My doubt here is how  in any given point of time used memory can go below the used memory , because resident memory is always loaded with what is there in used memory , When used memory itslef is less , what does resident contains extra .
    Also how to make a relation with HANA used memory , Database Resident memory , Virtual memory .
    In case of  a memory issue , what should we check , Used memory of HANA   OR resident memory of HANA  ?
    Thanks,
    Razal

    Hi  all,
    I am trying understand memory part bit in details ,  as i am building a complete monitoring infrastructure for HANA , and memory is core of HANA  all part of HANA
    Can you also help me to understand how to make some difference  for used memory in HANA and Resident memory
    When we say that the Resident memory is something from OS point of view  , this is the memory of the OS which is really being used .
    So if the  used memory from HANA Perspective is full , OS still have some free memory  which can be used , How that part is managed .
    When i say we are out of memory ,  Both used memory from HANA
    Resident memory from OS is full ?
    OR does the used memory is simply a calculation of Code + table + etc from HANA point of view .
    When execute query :
    SELECT SERVICE_NAME,ROUND(SUM(TOTAL_MEMORY_USED_SIZE/1024/1024/1024), 2) AS
    "Used Memory GB", ROUND(SUM(PHYSICAL_MEMORY_SIZE/1024/1024/1024), 2) AS
    "DB RESIDENT Memory GB" FROM SYS.M_SERVICE_MEMORY GROUP BY SERVICE_NAME
      SERVICE_NAME     Used Memory GB DB RESIDENT Memory GB
    1 nameserver         6.73           1.7                 
    2 preprocessor       5.38           0.24                
    3 indexserver        9.19           4.35                
    4 scriptserver       7.52           1.83                
    5 statisticsserver  8.52           3.87                
    6 xsengine          7.92           1.82                
    7 compileserver    5.31           0.23                
    On top of all this , In admin view  i get used memory as 17.87 as used memory and 18.89 as peak  .
    How this used memory is summed up in admin view .
    I am using version 70 .
    Thanks,
    Razal

  • CPU Work load optimization in SAP HANA

    Hi All,
    In virtual SAP HANA , there is an option to assign/optimize the vCPU to corresponds to Physical CPU as mentioned in the document below,
    .http://www.vmware.com/files/pdf/SAP_HANA_on_vmware_vSphere_best_practices_guide.pdf
    But,in Physical SAP HANA Systems, are the below mentioned features available,
    Can we assign dedicated CPU cores manually to a particular user/users ?
    Or, Is there a way to reserve  certain CPU cores for particular Application/Schema Threads/Sessions?
    Thanks for your help!!
    -Gayathri
    Message was edited by: Julie Blaufuss

    Nope, there is no such cpu-core based allocation option available.
    You can limit how many worker threads will be created, in case you need to balance the CPU usage on in a multi instance setup.
    However, you don't have any control on the actual amount of CPU resource that any SAP HANA instance, let alone DB user or query has.
    Comparing this with what you can do in vSphere is not suitable, as we are looking at a different level of abstraction here.
    To SAP HANA the machine that vSphere emulates will have x cores and SAP HANA will use these x cores - all of them.
    It's important not to forget that you have an additional layer of indirection here and things like CPU core binding can easily have negative side effects.
    For the SAP HANA users it would be more interesting to have a workload management within SAP HANA that would allow to manage different requirements on responsiveness and resource usage (it's not just CPU...). And that is what the SAP HANA development is working on.
    Maybe we're lucky and see some features in this direction later this year.

  • Error when  Hana cube are imported in SAP Hana models management

    Hello
    I trying to import 2 or more cubes in the module SAP Hana models management and i cannot do it, the message error says that a model exists with the same name but the name of my  model is different.  I checked my Info.xml and the tag of name  is different. How can i import more than one model in this module?
    Thank you.

    Hi San Xu,
    I am working with SAP 9.0 PL:10 hot fix1 and i can´t see which is the IA tag or you refered   B1AVersions tag,   this is the code for my info.xml 
    <?xml version="1.0" encoding="utf-8" ?>
    - <HANAModelPackageForB1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" defaultLanguage="English"> 
    <Name>Cubo circulo bizarro</Name>  
    <Author>Agasys S.A. de C.V.</Author>  
    <ModelVersion>1.1</ModelVersion>  
    - <HANAVersions> 
    <Version />  
    </HANAVersions>
    - <B1Versions> 
    <Version />  
    </B1Versions>
    - <B1AVersions> 
    <Version />  
    </B1AVersions>
    <Description />  
    - <Metadata> 
    <CreatedAt>03/06/2014 01:47:11 p.m.</CreatedAt>  
    <ChangedAt>03/06/2014 01:47:11 p.m.</ChangedAt>  
    <ChangedBy />  
    </Metadata>
    - <ModelList> 
    <Model name="SYS_AT_PCLIENTES" type="AttributeView" />  
    <Model name="SYS_AT_PDEVOLUCIONES" type="AttributeView" />  
    <Model name="SYS_AT_PSUCURSALES" type="AttributeView" />  
    <Model name="SYS_AT_PTRANSACCIONES" type="AttributeView" />  
    <Model name="SYS_CA_PCIRCULOBIZARRO" type="CalculationView" menu="SYS_CA_PCIRCULOBIZARRO" />  
    </ModelList>
    </HANAModelPackageForB1>
      Thanks

  • SAP Solution Manager for SAP Business Suite On HANA

    Dear Experts,
    I have a small question regarding the available installation options for SAP Solution Manager for SOH.
    Is there other available database platforms for the installation of SAP Solution Manager than the SAP HANA Database ?
    Meaning that if we have a customer who has the license for SAP HANA Database, does he have other database options for installing the Solution Manager that are covered by the HANA license ?
    Kind Regards,
    Mohamed Awny

    Well if you can find the solution manager software for a DB other than HANA in service market then you can install.
    You can check this by checking the service market SAP Technology Components" ==> SAP SOLUTION MANAGER" ==> SAP SOLUTION MANAGER 7.1
    HANA is so fast why choose another DB?

  • "Tiles cannot be displayed" error in Fraud Management web ui

    Hi, I'm trying to setup Fraud Management SP1 on NetWeaver. We done all steps from Fraud Management 1.1 SP01 (on SAP HANA) installation guide, but still have a small problem. When I logged to the application through Web UI client and opened one of available tiles I got the error “Tiles cannot be displayed; contact your system administrator”.
    I checked all OData services and authorizations, especially FRA_PERSONAL_SETTINGS_SRV. Looks like all of them are fine. I checked ICM logs, but there is nothing about this problem.
    Is there are any logs that can help to resolve this issue?
    thanks a lot for the helpful info.

    Hello Alexander
    if you are a SAP Partner please contact GRC-FRA component for such issues.
    Is this still an issue? Please check OSS Note #1932303
    Please also note that SP3 is at the moment the latest SP. SP04 is RTC on August 11th
    regards
    Nesimi

  • GRC Fraud management

    Hi,
    I am recently trying to setup Fraud management Web UI. However, after use FRA_UI to go to Web UI, there is nothing on the front end page. Anyone knows what happened? It is supposed to have alert, detection, ect.
    Thanks,

    Hi Lakshmi,
         -  Are you working with SAP Delivered/ Standard content or Custom content ?
        I am working on SAP standard delivered content.
    2.     -  If it is standard content – exactly which scenario you are looking i.e Internal Audit or SCN ?
    I am looking at internal audit, which includes one time vendor, vendor master data change,etc. We activated these detection strategies in fraud management and also in HANA studio.
    3.     -  What Type of Detection -  Mass Detection or Online Detection ?
    Mass detection is what we are looking for.
    4.     -  List out  Investigation Object, Detection Object and assignment of content details ?
    I can use vendor master data change as an example. The problem is it seems we implemented everything, but when we try to make a test on system, it does not show up alert even though it is an absolutely a fraud transaction.

  • How do I get access to Mobile documents admin console login with SAP HANA Cloud cockpit?

    Hi All,
    I am trying to launch SAP Mobile Documents from my trail version of SAP HANA Cloud.
    The Help link which I had followed  via link:
    https://help.hana.ondemand.com/help/frameset.htm?dc618538d97610148155d97dcd123c24.html#concept_0B49F10346C94249845EC16364FFF66D_76
    In SAP Cloud HANA Cockpit Using the link available in Authorization>Authorization Management
    I had created an user assigned to a Group, and Group has been assigned to a  Role ODP-OPERATOR,
    Next step, when I am trying to assign a token, I could not able find a token. How to get a token from here?
    My intention of creating user, group, role and token is for getting access to Mobile documents admin console.
    However I have also tried to access the mobile documents admin console via link
    https://smd-p1886950994trial.hana.ondemand.com/mcm/admin
    When I browse the above link, It shows HTTP 503 the requested service is not currently available.
    I am not sure, How to get access Mobile documents Admin page from here
    Could someone clarify on this please?
    Regards,
    Saravanan.R

    Hi,
    I have managed find an answer from this link SAP Mobile Documents on SAP HANA Cloud saying, SAP Mobile documents trial is not available in SAP HANA Cloud cockpit.
    Regards,
    Saravanan.R

  • Which programming is used in SAP HANA? confused b/w ABAp or java?

    Can anyone just tell me As a programmer in which language i have to work on SAp HANA

    Hi Jagaa,
    that really depends on what you'd like to do. But a brief answer:
    a) If you develop ABAP applications - use ABAP (as for other databases) and Open SQL / CDS, and if additional HANA functionality is needed maybe a bit of native SQL (ADBC or ABAP Managed DB Procedures).
    b) If you develop natively on the database please contact the experts on SAP HANA Developer Center.
    Cheers,
    Jasmin

  • Dependencies of Calculation View is not showing in metadata management of SAP IS

    Hi
    I have created calculated view based on 3 tables in sap hana and imported that view into SAP IS .but i am unable
    view the 3 tables used by the  calculation view  in metadata management in SAP IS.
    If i click on view impact/lineage for the calculation view it has to show the 3 tables right?

    Hi Vamsi,
    I order to see objects in IS/MM explorer. You need to run an integrator against the data base or repository the tables reside in.
    So you imported the view into IS/DI correct?
    Thanks,
    BW

  • Lumira Server on SAP HANA Cloud Platform?

    Hi,
    Can we run Lumira Server on SAP HANA Cloud Platform (not SAP HANA)?
    Reason:
    Unless there is a way to publish Lumira Story via Lumira Cloud to BI LaunchPad, otherwise I am only interested in the Lumira Desktop version at the moment. As we want to continue to pursue to have one central portal for all BI contents using BI LaunchPad.
    Question:
    In summary, is it possible to apply SAP Lumira Server on SAP HANA Cloud Platform?
    See screenshots below for the ideal scenarios.

    Hi Ken,
    Great question.
    Yes, absolutely you can.
    As an example: I work with some customers who have small Hana estates "on-premise" (say, for Fraud on Hana, or BW HANA sidecar); as such they may not have the available infrastructure to decouple a sandbox Hana to evaluate new Hana Analytics innovations (like Lumira Server)
    In such situations I recommend this page http://hcp.sap.com/platform.html  to evaluate our Hana Cloud platform options.
    If you scroll half-way down, you'll see a nice graphic under the heading "Choose the Service That's Best for You". (the 3 stacked pillars)
    Depending on your own licensing particulars, you may already have a runtime license for Lumira Server (through your BI bundle), and you may already have HDB (database) licenses available in your enterprise, so potentially you need only the 'infrastructure service' (leftmost chart).
    Then, I've seen this integrated into productive on-premise systems, typically (but optionally) via a "leased line" (between customer & provider (SAP)) , and a VPN tunnel in between to make the secure bridge.
    It's a really neat way to get on the Hana journey: quick to deploy, flexible, and well priced.
    Regards,
    H

  • SAP BW ON SAP HANA..

    Hi Experts,
    I would like to ask a simple question. (Might be quite stupid one for the experts...) in order to determine the right direction for me to achieve the bright future..
    While I knew nothing about SAP Technologies about couple months ago, I am about to finish SAP HANA Application Associate certification, as my academic background is B.Sc. (Maths), and Data Operator as a work experience along with (Business Management work experience), I am planning to go for SAP BW on SAP HANA or ABAP ON SAP HANA (As I love working with SQL as well as I believe it might be quite interesting to go for) course too, just to polish my SAP Knowledge as well as my chances in the competitive market nowadays.
    Currently through SAP Trial offers I am playing with SAP BusinessObjects Products, SAP HANA obviously, SAP Predictive Analysis and SAP Lumira, by contributing full-time behind learning these modules.
    Would it be right choice for me to do so? Any response would be appreciated..
    Cheers,
    Hemang.

    Continue focusing on HANA as there are lot of projects which are demanding HANA skills only. There is no need to jump into BW as there are already many BW Consultants. There is no harm in having knowledge on BW or BO. But, I would recommend you to polish your skills on HANA only and try to get on the implementation project and complete at least one full implementation on the same. If you get an opportunity to learn CAR (Customer Activity Repository), it would be great as this skill is also in demand and quite difficult to find.
    So, I would suggest you to stick to HANA and learn something inline to it like CAR. This way, you will be getting competitive advantage for your profile.
    Regards
    Shanu.

  • Advantages of SSRS over SAP HANA

    We are looking into options for developing reports.
    The data sources are SAP HANA ad Oracle/SQL Server. The two reporting options we are looking at are SSRS and SAP HANA. I would like to know if SSRS is advantageous over SAP HANA. If yes, please specify the reasons.
    Thanks in advance.

    Hello,
    SQL Server Reporting Services provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports for your organization, as well as programming features that enable you to extend and customize your reporting functionality.
    One of the principal advantages of using Reporting Services is the ability to manage reports and related items such as folders, data source connections, and resources, from a central location. We can define security, set properties, and schedule operations.
    We can also create shared schedules and shared data sources and make them available for general use.
    For more information about SQL Server Reporting Services, please refer to the articles below:
    http://technet.microsoft.com/en-us/library/ms159106.aspx
    http://www.venkateswarlu.co.in/MSBI/ssrs/advantages_of_ssrs.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Connectivity between SSRS and SAP HANA

    Hi all
    We currently use SSRS as our main Reporting tool, the company is considering to implement SAP HANA, is it possible to connect SQL Server Reporting Services to SAP HAHA? And what if any are the draw backs?
    Thanks
    Ruan

    Hi ruancra,
    According to your description, you want to connect SSRS to SAP HANA. Right?
    In Reporting Services, it just works on helping us create, deploy, and manage reports. We can only connect to a data source to retrieve data. It is not supported connecting to another report tool. Also we are not sure if reports
    created by SSRS (.rdl/.rdlc files)can be opened in SAP HANA. For more information about SAP HANA, please visit the SAP HANA official site:
    http://hana.sap.com/abouthana.html 
    Best Regards,
    Simon Hou

  • SAP hana influence on ABAP.

    Hi Gurus,
    Thanks to everyone for putting all the hard work for compiling the OPEN SAP courses and other Documents.. Hats off..
    There is one query which has put me in a certain kind of retrospective. In large number of projects which we have worked we have written so much ABAP code ( Without SQL statements being optimized since Database Procedure statements were not much in use as it is now after introduction of HANA ) . So does it mean that SAP will ask all customers to upgrade using SAP Hana Approach or the Only the newly created programs and Database tables etc will use HANA approach..!
    Also i wish to know how much influence will HANA have going further from an Abaper's Prospective.
    Thanking You,
    Best Regards,
    Navin.

    Hi Navin,
    as mentioned in the course (ABAP Development for SAP HANA - Dr. Jasmin Gruschke and Jens Weiler) with the features provided in SAP NW 7.4 we encourage you to follow the code-to-data paradigm to push data-intensive coding down to the HANA database. But we also encourage you to do this with the capabilities Open SQL, CDS views, (and AMDPs if the other are not enough and you need native HANA features). With these ABAP-managed capabilities, there's no need to go too deep into the HANA (talking about becoming a HANA native programmer) but of course HANA has a huge influence on how we develop - it's HANAs capabilities that we are leveraging when doing the code-to-data paradigm.
    So, we typically say, that it's important to get an understanding of SQL (in particular of the Open SQL), which is sometimes lost when only accessing the database content via exiting FuBas, Class methods, or other APIs. But to understand how you (well your programs) can profit from HANA, you should have a fundamental understanding of how SQL can help you... e.g. that JOINs might be a better option than SELECT..... SELECT SINGLE ... ENDSELECT loops etc.
    And with the rise of S/4 HANA (see the openSAP course SAP Business Suite 4 SAP HANA in a Nutshell - ) it should be clear that ABAP is still an important ingredient in the world of business application :-)
    Cheers,
      Jasmin

Maybe you are looking for

  • Error message in LR4

    I am working in LR4 for 30 day and I received an error message; ( bad argument #1 to 'ipairs') (table expected, got nil)) when I am using spot removal. What happen ? It was working fine. Help

  • Server is restarting intermittently

    Dear all My sparc server 280R is running with solaris 9 From thw last one week we are facing a miscellaneous proble that our server is getting restarted automatically in the day time. The server is properly shutting down and gets restarted. If anybod

  • Distribution Cycle error: "No Senders have been found"

    Hello, I have created a distribution cycle in FAGLGA31 with three segments with the following criteria, Sender: Account, Profit Centre C postings and Functional Area YB20 Receiver: function area YB20, profit center A: 80% functional area YB20, profit

  • How to track that, from Where the value is EXPORTing to MY_MEMORY_ID

    Hello, Previous programmer is IMPORTing some value into a variable from MY_MEMORY_ID, fine, this is happening in a Customer- Function of Purchase Req. But, I do not know, From where he is EXPORTing that value? pls. let me know, How to track/How to kn

  • Help me solving this exception: Exception in thread "main" java.lang...

    Dear, I have "test" class: public class test{ public static void main(String argv[]){ System.out.println("Hello world!"); I use below command to compiler & run this class: C:\> javac test.java There is no problem and I get file: test.class After that