Optimization of APD's in SAP BI 7.31 SP10 on HANA

Hi Experts,
We have migrated our system from SAP BI 7.31 SP10 Oracle to HANA, we have lots of APDs in the system taking long run times.
It would be really helpful, if you provide us any optimization technics to reduce the runtime of APD's in BW on HANA and also let us know if there is any best practies to be followed in terms of APDs in BW on HANA.
Thanks for your help in Advance.
Regards,
Raghu

Hi Saranya,
Just google it you will get some good documents related to APD. Below are few docs which you can go through them.
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a019563e-bae8-2c10-0abf-b760907630e9?overridelayout=t…
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00d1c941-25ad-2d10-e0aa-a7470c502212?QuickLink=index&…
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90e15fcc-b253-2e10-c4a6-e4593150f890?overridelayout=t…
What is error message you are getting, give us the screen shot of the same. Without those details you would not get proper replies to your question.
Thanks,
Vengal.

Similar Messages

  • SAP BW 7.4 on Non-HANA database

    Hello SAP Experts,
                                         I am in urgent need for some documentation about SAP BW 7.4 on Non-HANA databse i.e. either or Oracle or anyother database.
    I tried searching google, scn but not able to get even a single line about it.
    Please help me. TIA.
    Regards,
    Priyanka Joshi

    Simplified: SAP BW 7.4 Release Notes
    check the included spreadsheet
    in the BW on HANA only column, filter on "No" (and/or "Partially")

  • Fail to connect DB via DI-API on SAP Business One 9.0 for HANA

    Hi,experts.
    I am coding a sample program using VB.net on SAP Business One 9.0 for HANA.
    But this problem fail to connect DB.
    The code relevant to connect DB is below.
    ============================================-
    SAPbobsCOM.Company.DbServerType = 6
    SAPbobsCOM.Company.Server = ServerName:30015
    SAPbobsCOM.Company.UseTrusted = False
    SAPbobsCOM.Company.DbUserName = SYSTEM
    SAPbobsCOM.Company.DbPassword = ********
    SAPbobsCOM.Company.CompanyDB = CompanyDBName
    SAPbobsCOM.Company.UserName = manager
    SAPbobsCOM.Company.Password = ********
    ' Connecting to a company DB
    RetCode = SAPbobsCOM.Company.Connect
    ============================================
    (Result)  RetCode = False
    (Expected result) RetCode = True
    I think this is a commonly difinition on SAP Business One for HANA.,
    but I can not find any useful information...
    Could you give me advice about this problem?
    Best regards,
    Yuka Masuda

    Thank you for your reply, Maik.
    I changed DbServerType from 6 to 9,
    and the program works!!
    I appreciate your useful information.
    Thank you.
    Best regards,
    Yuka Masuda

  • When will SAP NetWeaver AS ABAP & SAP BW7.4 SP10 on HANA 1.0 SPXX [Dev Ed]

    I have installed 'SAP NetWeaver Application Server ABAP & SAP Business Warehouse 7.4 SP8 on SAP HANA 1.0 SP8 [Developer Edition]' but it is a bit buggy which is a problems since it is not possible to install corrections on these dev editions.
    I looked at the corrections in BW740 SP09 & 10 and several of the issue I face seem to be covered by corrections therein. Hence, when will BW7.4 SP10 on HANA be available?

    Thanks for this info. I hope that you soon overcome the challenges of improving SP8 because it is quite a challenge to develop on the current release. I my case especially with regards to the integration of HANA functionalities into the BW data flow through HAP and AMDP.
    Is there a place to see the latest status on this issue (thread/blog etc.)?

  • APD Execution in SAP BI 7.0

    Hi Experts,
    We have recreated the APD from BW 3.5 to BI 7.0 manually .
    The source of the APD is Query & target is DSO. In BW 3.5 , the APD is executing fine. Whereas in BI 7.0, the APD is not executing and leading to timeout error.
    We scheduled the APD in BGD process and the process is going on ON HOLD and after an hour the execution is failing.
    We created variant with few plant & year selections which has less data for the query, even then the APD is not executing.
    Further to just check the APD execution, i used Flat file as the target and executed in foreground, but same error.
    Can anyone tell me what all the system requirements needed for successful execution of APD's and the criteria's to be checked at the system level?
    Regards,
    Saranya

    Hi Saranya,
    Just google it you will get some good documents related to APD. Below are few docs which you can go through them.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a019563e-bae8-2c10-0abf-b760907630e9?overridelayout=t…
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00d1c941-25ad-2d10-e0aa-a7470c502212?QuickLink=index&…
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90e15fcc-b253-2e10-c4a6-e4593150f890?overridelayout=t…
    What is error message you are getting, give us the screen shot of the same. Without those details you would not get proper replies to your question.
    Thanks,
    Vengal.

  • Optimize a loop in a SAP standard program

    Hi gurus,
    Iv been optimizing this code.. inlcude workarea but still the same. It has 1000 records after retrieving the data from the select statement for less than 1 minute. It takes 10-12 mins in looping. I already debug it and PERFORM takes half a minute or less. So, I need to focus with the loop.
    See the codes below.
    [code]
        SELECT (FIELD_LIST)
               INTO CORRESPONDING FIELDS OF TABLE I_ZZUWT PACKAGE SIZE 1000
               FROM  ZZUWT CLIENT SPECIFIED
               WHERE KUNNR IN SELR_KUNNR
                 AND RACCT IN SELR_RACCT
                 AND RASSC IN SELR_RASSC
                 AND RBUKRS IN SELR_RBUKRS
                 AND RDATLT IN SELR_RDATLT
                 AND RLDNR IN SELR_RLDNR
                 AND RPMAX IN SELR_RPMAX
                 AND RRCTY IN SELR_RRCTY
                 AND RVERS IN SELR_RVERS
                 AND RYEAR IN SELR_RYEAR
                 AND RCLNT IN MANDTTAB
               GROUP BY (GROUP_LIST).
          LOOP AT I_ZZUWT INTO ZZUWT   .
           ZZUWT                          = I_ZZUWT     .
            PERFORM PZZUWT      USING I_ZZUWT-_COUNTER.
            CLEAR: $RWTAB, ZZUWT                         .
            CLEAR GLDBZ                         .
          ENDLOOP.
        ENDSELECT.
    [/code]

    Hi,
    do not use select and end-select!, try out the folowing:
        SELECT (FIELD_LIST)
               INTO CORRESPONDING FIELDS OF TABLE I_ZZUWT PACKAGE SIZE 1000
               FROM  ZZUWT CLIENT SPECIFIED
               WHERE KUNNR IN SELR_KUNNR
                 AND RACCT IN SELR_RACCT
                 AND RASSC IN SELR_RASSC
                 AND RBUKRS IN SELR_RBUKRS
                 AND RDATLT IN SELR_RDATLT
                 AND RLDNR IN SELR_RLDNR
                 AND RPMAX IN SELR_RPMAX
                 AND RRCTY IN SELR_RRCTY
                 AND RVERS IN SELR_RVERS
                 AND RYEAR IN SELR_RYEAR
                 AND RCLNT IN MANDTTAB
               GROUP BY (GROUP_LIST).
    <b>if sy-subrc = 0.
    LOOP AT I_ZZUWT INTO ZZUWT   .
           ZZUWT                          = I_ZZUWT     .
            PERFORM PZZUWT      USING I_ZZUWT-_COUNTER.
            CLEAR: $RWTAB, ZZUWT                         .
            CLEAR GLDBZ                         .
          ENDLOOP.
    endif.</b>
    Thanks and Regards,
    sooness

  • Install the SAP SOLMAN 7.1 SP10

    Hi Team,
    I need to install the SOLMAN 7.1 SP10 from scratch. Later on i need to refresh the set with production system.
    I am searching for the Media on OSS , but i couldn't find media for this.What should be the strategy here
    Abhinav

    Hi Abhinav,
    Instead of SP10 you should plan for SP12 which is more latest or n-1 as SP13 is released already.
    Also, you will get basic version if you install from scratch which is SP04 and then you need to upgrade to SP10 or SP12. There is no shortcut.
    also check below
    http://scn.sap.com/thread/3601564
    hope this clarifies.
    Thanks
    Prakhar

  • SAP BW and BO Universe on HANA

    Hi Experts,
    I'm trying to teach myself SAP HANA and want to clarify few questions I have with what I have studied so far :
    1) Can one HANA unit/Appliance be used as a data source for both BW and BO Universe where the data is coming from a number of SAP and non SAP source systems ?
    2) Do we yet have the ability to use non SAP reporting tools on HANA ?
    and the next question has confused me the most
    3) difference between HANA as a Data Source for BW and BW as a source system for HANA ?
    Any help on this will be really appreciated .
    Thanks
    Gaurav

    Hi Mohammed,
    SSO is not compulsory in a set up where SAP BW is backend and reporting front end is SAP BO. For eg:- in a company where very few business users alone are using BO reports, we can create enterprise users and define our security model in SAP BO.
    But normally when you have common users in SAP BW and SAP BO who access particular data mart data alone, in your case different regional managers, implementing SSO would make security model easier. When a particular manager is having access only to particular regional or application datamart, you can import same roles and users to SAP BO and assign the same to the user so that he will be restricted with the data from only assigned datamart.
    In first case where you create separate users in BO, you will have to define your separate security model in SAP BO and assign the same to users. SSO will make your data security model easier and it will be sync with SAP BW model. You have the option to use both models simultaneously in your set up, provided you should have security model defined for the same.
    Refer below link for more details on implementing SSO.
    http://wiki.scn.sap.com/wiki/display/BOBJ/Setup+of+SAP+SSO+Service+in+SAP+BO+BI4.0+CMC
    Regards,
    Nikhil Joy

  • Download of SAP Developer Studio NW04S SP10

    Hi,
    where can i download the standalone version of the Developer Studio?
    I cant find the download...
    Thanks for help!
    Regards
    Chris
    Message was edited by:
            Christian Maier

    The problem is i cant find the download-link...only downloads with *.sar files...
    i need the developer studio nw04s with sp10...
    can anyone post me the link to the download of the file?
    Message was edited by:
            Christian Maier

  • Maintenance Optimizer - ConfigTool.sh - SAP NetWeaver 7.0

    Hi Everybody,
    First I wanted to set up my MOPZ  to do this I have to create a RFC "SAPSLDAPI"
    Until there no problem but the next step become a little more problematic.
    I have to run the admin tool  /usr/sap/SOL/..../j2ee/admin/go.
    Unfortunatly I lost the password's J2EE_ADMIN, no problem google is your best friend and then I tried to run the config tool. Oh big surprise
    The java class not found: com.sap.offline.OfflineToolStart
    What can i do to fix this problem?
    Note 1024932 - Maintenance Optimizer: Collective Note
    http://help.sap.com/saphelp_nw70/helpdata/en/b7/341241d71cd349e10000000a1550b0/content.htm
    Edited by: Hafid CHEBRAOUI on Jan 14, 2009 4:22 PM

    It sounds like you have two different issues here. 
    MOPZ
    And Java Stack not starting. 
    Maintenance optimizer requires that your connection to SAP is in tact first through the saprouter.  Do you have all of that in place and is your rfc connections for SAP_OSS and SAPNET_RFC working. 
    SAPSLDAPI is a connection for the SLD not for the maintenance optimizer.
    The link you put below doesn't have anything to do with configuring maintenance optimizer.  The ossnote you posted is a collective note for maintenance optimizer and points you to spro to follow the instructions. 
    Review https://websmp108.sap-ag.de/solman-mopz
    Review ossnotes 990534 and 1024932
    try running SE38  SM_PREP_MAINTENANCE_OPTIMIZER  That may give you some assistance.
    Anyone that is going to download using the maintenance optimizer needs to exist in transaction AISUSER
    As for the Java stack. 
    It sounds like your path is not right.  Did you update your path environment variables with the installation directory of java?   Check that java -version is working from the <sid>adm login. 
    Lee

  • 培训邀请函 - SAP DB2 Migration Optimization workshop -- SAP DB2迁移优化 (免费)

    尊敬的客户,您好:
    为了帮助SAP客户更好地进行系统异构迁移,提高用户在DB2数据库环境下的SAP迁移和管理能力,我们代表IBM公司邀请您参加由IBM公司提供的《SAP DB2 Migration Optimization》培训。
    此次免费培训将在北京(4月12日 -4月14 日 )举办。授课对象为具有一定SAP管理经验,希望进一步深入了解DB2 LUW,并了解如何在SAP环境下有效进行异构迁移的SAP系统管理员,DBA和技术顾问。培训为每位学员提供实验环境,其授课目标为:
    u2022     了解DB2的基础知识;
    u2022     掌握使用SAP和DB2工具进行高效安全系统异构迁移;
    u2022     了解迁移监控工具
    u2022     了解迁移相关优化工具和方法;
    u2022     了解针对SAP ERP及BW的迁移优化;
    u2022     掌握迁移过程中基本问题分析能力。
    培训具体事项请见日程安排。
    如您决定参加培训,请填写以下回执表在2011年4月5日之前通过Email予以确认。
    联系人  郭亦群 Guo Yi Qun
    Tel:  86-10 63614570         Email: guoyiq at cn.ibm.com
    Mobile: 86-13701235290                  
    谢谢您的合作!
    (注:交通及住宿自理)
    SAP  DB2迁移优化培训日程
    地点:和盛嘉业大厦605室/北京易智康达科技有限公司
         北京市海淀区中关村大街32号
    时间: 4月12u201414日
    (每日上课时间:9:30-17:30)
    Day 1
    1.1    DB2 & SAP Overview
    1.2    Migration Overview
    1.3    Migration Tools Usage and Optimization
    1.4    Hands On Lab 1
    Day 2
    2.1    Advanced Optimization Techniques
    2.2    Hands On Lab 2
    2.3     Monitoring Tools
    2.4     DB2 Layout and Configuration Options
    2.5     Hands On Lab 3
    2.6     Import Optimization (part 1)
    2.7     Hands On Lab 4
    Day 3
    3.1   Import Optimization (part 2)
    3.2     Hands On Lab 5
    3.3     Import Optimization (part 3)
    3.4     Hands On Lab 6
    3.5     Special Considerations for Migrating BI systems
    3.6     SAP/DB2 Migration Optimization u2013 Summary
    3.7     Q&A
    回执表
    公司名称:___________________________________________________________
    地址:___________________________________________________________
    姓名:          职务:  
    Email:          电话:  
    姓名:          职务:   
    Email:          电话:

    不错,可以去一下。

  • Problem with Maintenance Optimizer...

    Hello gurus,
    I had a problem which I didn´t reached a solution...
    When I create a new maintenance optimizer transaction and choose, on first step "Plan Maintenance", a type of Product Version I don´t have all systems which I configure on this Product Version on SMSY (System Landscape Directory).
    For instance: I configure in SMSY the Product version (group) SAP ECC 6.0 which contains three systems DEV ; QAS ; PRD.
    When I open/create a new maintenance optimizer transaction and choose the SAP ECC 6.0 I only see one system, the DEV system, within his, and I want to see all three systems which I configure in SMSY!
    Help me please...! TKS
    Best regards,
    Joao Dimas

    Hi Vijay,
    When I press in that URL - http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000679533& - does not appear anything about maintenance optimizer guide... it show me a notify "This folder needs to be reviewed" and I can´t see anything like you describe... I´m newest in SAP and still I have difficulties on search sometimes some things...
    The link above, have you sure that's correct?
    What´s the exactly name of document that you refer??
    Thanks in advance,
    Best regards,
    Joao Dimas

  • Variable not working with APD

    Greetings,
    Have the following setup:
    - am trying to run a query in apd  as a source and output to a local file- want to only extract invoices which were billed  the last 7 days
    - in query designer, use a restriction for biling date --> use current calendar day(SAP exit)  variable to pull the last 7 days which were billed
    - when I run the query the report looks fine in analyzer - only pulls the last 7 days
    - when I run the apd, every billed dated for a business partner is displayed
    Why the variable only works when running the analyzer and not the apd?
    Any suggestions is greatly appreciated.
    B.A.

    Did you assign the query to the APD first an then added the variable to the query??? In that case, remove the query from the APD and re-assign to it.
    or try doing it in the Transformation of APD
    http://help.sap.com/saphelp_nw70/helpdata/en/6a/c70b40c6c01961e10000000a155106/content.htm

  • APD Query populating Transactional ODS

    Hi ,
       1) How do we find out if a Transactional ODS is populated by an APD Query. Where will this information be mentioned?
       2) If we dont know the name of the APD Query, but we know the transactional ODS, can we find out the APD query name.
       3) Is an APD Query created like a normal query?
       4) If we know the name of the APD Query, then where do we go and check it?

    Hi,
    You can chek the APD using Tcode RSANWB. Check your particular APD and dbl click on that you will get all information where it is picking and where the data populating.
    check this
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/96939c07-0901-0010-bf94-ac8b347dd541
    and sap help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/39/e45e42ae1fdc54e10000000a155106/frameset.htm
    and service.sap.com/bi
    https://websmp206.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000585703&
    The SAP course that covers APD is BW380 - SAP Business Intelligence: Analysis Processes
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/49/7e960481916448b20134d471d36a6b/frameset.htm
    Reg
    Pra

  • Maintenance Optimizer - Systems and Logical Components are not displayed

    Hi Experts,
    When I use the Maintenance Optimizer and select a product version, I do not get any Systems and the relevant Logical Component so that I can select one of those that are displayed. Did I miss any configuration settings or is there anything else that I need to do. Please give me the checklist that I need to look into before selecting a product version in the maintenance optimizer. Please help me out of this.
    Thanks in advance,
    Sagar.K

    Hi,
    Check this link... it has complete step by step configuration of Maintenance Optimizer...
    https://websmp105.sap-ag.de/~sapidb/011000358700000235502007E
    https://websmp208.sap-ag.de/solman-mopz --> SAP Tutor on Maintenance Optimizer
    Award points if found useful

Maybe you are looking for

  • Onload JComboBox should display "Search" in it

    I want to display "Search" text by default in JComboBox. But it should not be added into JComboBox list, once I select something from drop down or click on JComboBox "Search" text should goes off. On loading the application I want to show to user tha

  • XML integration: SOAP Runtime Exception

    Hi, and a happy new year to all of you. I'm quite in trouble right now: I'm trying to process an XML flow into BW, but I receive the following error when trying: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas

  • User interaction on VI and subVI running simultaneously

    By using labview6.1 how can i create an application which hav some buttons on the vi (say parent VI) & on clicking on any of these buttons will pop another VI(say child VI) to execute. NOTE :: Any child VI's(subVI) "Diagram" is in a while loop i.e. i

  • Adobe 10.1.2  crashes when attempting to print.

    Still expericing problem with printing in citrix enviroment running xenapp 4.5 on windows 2003 64 bit. Workaround to disable protection mode worked for a few day and they stopped also the shared printer name fix does not apply since the printer are a

  • Calendar won't open from dock or applications

    I downloaded Mavericks--calendar won't open from dock or applications--help please