ODI background execution with SAP

Hi Experts,
Here is my problem. I am connecting ODI with SAP R/3 to extract data from some tables.
In my client configuration on SAP, they have a timeout of 10 minutes and that is a problem when I try to extract data from a big table where the time of processing is more than 10 minutes. Some people tell me that you can execute the ABAP programs in dialog mode or in background mode, and in the second option, you skip this problem.
So, my question is: can I configure the excecution of the ODI ETL in background on SAP? or Can I configure the ABAP program to always execute in background on SAP?

Someone have an idea?

Similar Messages

  • OWB 11.2 with SAP V6, Eror while execution the mapping.

    I have a simple staging mapping, I am trying to get data into my staging table from SAP system. So far I have created a simple 1-1 mapping. when I generate the code it produces a abap report which when I try to execute on SAP system I get a syntax error. Now this error did not occur with SAP 11.1, Now I am trying to do is the following since going back to 11.1 is not a option.
    When I try to run the mapping using OWB I get the following error.
    NativeExecution PlatformSchema M_STG_CABN_ODS
    M_STG_CABN_ODS
    RPE-01082: Fail to execute the ABAP report.
    Starting Execution of ABAP Report CABN_STG_CABN on Wed Nov 03 11:59:58 EDT 2010
    Running ABAP report through function module RFC_ABAP_RUN_AND_INSTALL
    ERROR: null
    Exit on error: Execution of ABAP Report CABN_STG_CABN on Wed Nov 03 11:59:58 EDT 2010
    M_STG_CABN_ODS FAILURE
    NativeExecution PlatformSchema M_STG_CABN_ODS
    Although the error is not descriptive i believe structure of the report could be the reason.
    Now I am trying to do a work around I save the report into a folder on AIX and modify the file to change the structure of the file. All I have to do is add/ delete spaces in certain places.
    Now I plan on creating a process flow which would call that file using a user defined function.
    Once I modify the report file manually, I want to execute the report so that I can generate the .dat file and ftp it over to the location and load it into staging using SQL loader as the .dat file is in that format.
    The question is How do I do this. Do I need to specify the complete process in the process flow
    or when I execute the report it would do the process for me as the ftp folder location has been specified in the SAP location.
    Edited by: U1234567890 on Nov 3, 2010 9:01 AM

    Is there any other work around?
    I am planning on saving the file and making the changes manually and then FTP it to SAP, Now my problem is I am not sure what Location to move it to.
    My question now is where(location) does it(ABAP Report) get deployed . If it is not stored then how does OWB execute the steps in the file. I am trying to find where I can drop the modified file.
    Thanks

  • ALV GRID with two Containers Background Execution

    Hi Friends,
    I have to display two ALV GRIDS on two Container one below another in one screen.
    I tried with 'DOCKING CONTAINER' - it works fine in foreground and not in BACKGROUND exection.
    In background execution (F9) only one grid is getting displayed.
    Please suggent whether I can go for CUSTOM CONTAINER or SPLITTER or some other way.
    But I should use GRID DISPLAY and it should work in BACKGROUND EXECUTION also.
    Regards,
    Viji

    Hi Vijaya,
    It should work. I am giving you a sample code. Try this and let me know.
    REPORT TEST.
    data gt_lfa1 type standard table of lfa1.
    data gt_kna1 type standard table of kna1.
    start-of-selection.
      select * from lfa1 into table gt_lfa1 up to 10 rows.
      select * from kna1 into table gt_kna1 up to 20 rows.
    end-of-selection.
      if sy-batch eq 'X'.
        perform display_lfa1.
        perform display_kna1.
      endif.
    form display_lfa1 .
      call function 'REUSE_ALV_LIST_DISPLAY'
        exporting
          i_callback_program = sy-repid
          i_structure_name   = 'LFA1'
        tables
          t_outtab           = gt_lfa1
        exceptions
          program_error      = 1
          others             = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " DISPLAY_LFA1
    form display_kna1 .
      call function 'REUSE_ALV_LIST_DISPLAY'
        exporting
          i_callback_program = sy-repid
          i_structure_name   = 'KNA1'
        tables
          t_outtab           = gt_kna1
        exceptions
          program_error      = 1
          others             = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " DISPLAY_KNA1
    copy and paste the code and create a program. Activate it and come back to SE38 screen.
    Now, in program name give the name of the report created and then
    select PROGRAM->EXECUTE->BACKGROUND from the MENU bar.
    This will generate two separate spools . One for KNA1 data & one for LFA1 data.
    Let me know how it goes.
    Thanks,
    Abhishek

  • BO training with SAP Development background(ABAP)

    HI guys. I just wanted to see what everyone's option is regarding Business objects development.
    I have about 8 years of SAP development experience. Mostly with ABAP and web dynpro.
    I have given the opportunity to take BO training for our future implementation.
    Is there specific class you recommend me taking?
    Would I benefit in the future if I have ABAP + BO development experience? or am I comparing apple and oranges here?
    would it be better if I take BW(instead of BO)?
    Just looking for you thoughts.
    thanks

    Our company is currently implementing SAP BPC and BO
    I was given the opportunity to take some training but I am not sure which way to go about it.
    I am leaning towards BO for the fact that it integrates with 3rd party software/DBs and I dont have to be tied to SAP till eternity.
    But at the same time, I have some reservations going the BO way because of my many years of ABAP experience which I think BW will suit me better in the short term( less learning curve).
    Can someone who has been in my shoes provide some insight into my future?
    One of the reasons I am leading more towards BO is for the  fact that HANA will provide most of the  BW functionality build into it in the future. This argument alone makes me hesitant to invest myself in BW at this time.
    Also , does BO have much to do with SAP BPC?  I hear is that most of the development work will be done in EXCEL and BW? is this true? will there be need for BO developer?

  • Can not see the option Execution with Data Change in the infoprovider?

    Hi team,
    i am using query designer 3.x, when i go into my bex brodcaster settings and schedule my report
    i can not see the option "Execution with Data Change in the infoprovider",
    i can only see 2 options
    Direct scheduling in background process
    create new scheduling
    periodic,
    is there any setting which i would be able to see the option "Execution with Data Change in the infoprovider"?
    kindly assist

    Hi Blusky ,
    check the below given link.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/ec/0d0e405c538f5ce10000000a155106/frameset.htm
    Regards,
    Rohit Garg

  • Pop up message in Background execution

    Hello everybody!
    I created a Pop up message in AT-SELECTION-SCREEN event and it's working well in online mode. However, when I try to execute the same program in Background mode, the SE37 transaction does not show me the list at spool.
    Question: Does SAP allow the execution in background mode with pop up messages?
    Thanks!
    Michel Khouri
    Mars, Inc

    Hi,
    in at selection-screen generally we will not use the Information Message, so i think in your case it is Error message. so Obviously it will not work.
    i guess you are using error message.
    Regards
    vijay

  • FDMEE Dataload with SAP ERP Integration

    Hi everyone
    I'm on FDMEE11.1.2.3.530. I've integrated SAP ERP with FDMEE but when doing the dataloads, I'm getting the below error related to OpenTools. Could someone please throw some light on this. I did import the sap-odi.jar files to spcified locations and added the file to ODI Studio.
    After creating the data load rule, the ODI execution fails at "Launch GL Load Balances Data". Below is the error message:
    ODI-1226: Step GL_BALANCES_NEW_1 fails after 1 attempt(s).
    ODI-1240: Flow GL_BALANCES_NEW_1 fails while performing a Loading operation. This flow loads target table BAL1_#P_SID.
    Caused By: java.lang.NoClassDefFoundError: oracle/odi/sdk/opentools/OpenToolAbstract
      at java.lang.ClassLoader.defineClass1(Native Method)
      at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
      at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:295)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Are you using the FDMEE SAP adapter or is this something custom with SAP that you're using to try and load the open interface table? I think that I've heard of this error before 'on the grape vine' from other folks who've been trying custom SAP loads using an FDMEE ODI Agent but not when using the Bristlecone SAP integration for FDMEE.
    The class that can't be found in the classpath seems to be in the odi-core.jar file. It might be worth placing a copy of odi-core.jar in /Oracle/Middleware/odi/odi_misc to see if that can add the jar file to the classpath to get you past this.
    Regards
    Craig

  • SAP Sourcing 7.0 integration with SAP ERP - issue with SAP PI

    Hi All,
    We are integrating SAP Sourcing 7.0 with SAP ERP 6.0 with SAP PI 7.1 in middle. So the Sourcing will talk to PI and this intern will talk to ERP. Sourcing is on oracle 11g where as PI and ERP are on SQL 2008. All these 3 are on windows 2003 x64.
    We are following the "Configuration Guide Integration of SAP ERP and SAP Sourcing 7.0" provided by SAP.
    We have successfully configured Sourcing and PI systems as pe the document. In Sourcing, by using background jobs we are able to successfully generate files in "export" folder which is part of FTP directory.
    However the issue is with PI, we configured the "configuration scenerio" in Integration builder and point all channels to the FTP folder in Sourcing. But PI is not picking up these files.
    Is there any way to trigger this in PI system. Or do we need to do anything in sourcing itself.
    Regards,
    Siva.

    Hello Siva,
    I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
    Let's see what other experts suggest.
    Thanks,
    Siva Kumar

  • AIR 3.9 iOS - 3632886: [Background Execution][Mobile] - App crashes when suspend

    Hi guys,
    does anybody know what's going on with the bug described in the subject? The original notice was:
    3632886: [Background Execution][Mobile] Error 3768 is coming when executeInBackground is set to false with notification center pulled down, incoming call, double tab on Home button..
    I cannot find anything about a solution or something else. I cannot find it in the Adobe Bug database as well. I think the bug still exists in the latest AIR 3.9 SDK but, I'm not pretty sure. Maybe someone knows a workaround? 
    Thanks in advance

    Hi Nimit,
    thank you for your fast reply. I tested an empty app on iOS 7.0.2, compiled with the Air 3.9 release from 10.12.13 (yesterday). The app restarts, when I switch between Safari and the app. Is this a feature or a bug?

  • How to run a background job with the cloud_scheduler package

    Hi,
    Is the cloud_scheduler package able to run background jobs as documented? When you try to run a job in another session using:
    cloud_scheduler.run_job(job_name=>'MYJOB', use_current_session=>false);
    The call fails with:
    ORA-20002: Cannot run job MYJOB. Adhoc background execution is disallowed. Please enable the job instead.
    If you try to use cloud_scheduler.enable to run the job then the job does not run when scheduled.
    Rod West

    Hi Rod,
    Yes, I believe so. Here's a test case that I just ran successfully from SQL Workshop in my database trial service:
    create table myjob_test (aa timestamp with time zone);
    begin
        cloud_scheduler.create_job (
            job_name        => 'MYJOB',
            job_type        => 'PLSQL_BLOCK',
            job_action      => 'begin insert into myjob_test values (systimestamp); commit; end;',
            repeat_interval => 'freq=minutely; interval=3' );
    end;
    begin
        cloud_scheduler.enable ( name => 'MYJOB' );
    end;
    select job_name, state, run_count, failure_count, last_start_date, next_run_date, systimestamp from sys.user_scheduler_jobs;
    select * from myjob_test order by aa;Is the next_run_date in the past for your job? If it is, try disabling/enabling the job to "reinitialize" the job's schedule.
    -- Vlad

  • OBJECTS_OBJREF_NOT_ASSIGNED error in a background execution

    Hi,
    I have a problem at the background execution of my program. I have this error : "OBJECTS_OBJREF_NOT_ASSIGNED"
    Information on where terminated                                    
        Termination occurred in the ABAP program "SAPLCNDP" - in       
         "DP_CONTROL_ASSIGN_TABLE".                                    
        The main program was "ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD ".                                                                               
    In the source code you have the termination point in line 1    
        of the (Include) program "LCNDPU10".                           
        The program "SAPLCNDP" was started as a background job.        
        Job Name....... "ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD"               
        Job Initiator.. "COULOUMIESXA"                                 
        Job Number..... 15580300                                                                               
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    >>>>> FUNCTION DP_CONTROL_ASSIGN_TABLE.                            
        2 *"----
        3 ""Lokale Schnittstelle:                                    
        4 *"  IMPORTING                                                
        5 *"     REFERENCE(H_DP) TYPE  CNTL_HANDLE OPTIONAL            
        6 *"     REFERENCE(H_CNTL) TYPE  CNTL_HANDLE                   
        7 *"     VALUE(TABNAME) LIKE  X030L-TABNAME OPTIONAL           
        8 *"     VALUE(MEDIUM) TYPE  C OPTIONAL                        
        9 *"     VALUE(PROPERTYNAME) TYPE  C                           
       10 *"     VALUE(DATE) LIKE  SY-DATUM OPTIONAL                   
       11 *"     VALUE(TIME) LIKE  SY-UZEIT OPTIONAL                   
       12 *"     VALUE(DESCRIPTION) TYPE  C OPTIONAL                   
       13 *"  TABLES                                                   
       14 *"      DATA                                                 
       15 *"      TABFIELDS STRUCTURE  RFC_FIELDS OPTIONAL             
       16 *"      COLUMNS_TO_STRETCH TYPE  TABLE_OF_STRINGS OPTIONAL   
       17 *"  EXCEPTIONS                                               
       18 *"      DP_ERROR_CREATE                                      
       19 *"      DP_ERROR_SEND_DATA                                   
       20 *"      DP_ERROR_ASSIGN                                      
    Active Calls/Events                                                                               
    No.   Ty.          Program                             Include                             Line 
          Name                                                                               
    6 FUNCTION     SAPLCNDP                            LCNDPU10                                1
          DP_CONTROL_ASSIGN_TABLE                                                                   
        5 METHOD       CL_GUI_FRONTEND_SERVICES======CP    CL_GUI_FRONTEND_SERVICES======CM007    63
          CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES                                            
        4 FORM         ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      ZFI__SAPHIR_ES_SPLIT_INTERFACE        141
          DIRECTORY_LIST_FILES                                                                      
        3 FORM         ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD        165
          %_SEL_SCREEN                                                                               
    2 MODULE (PAI) ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD        805
          %_END_OF_SCREEN                                                                               
    1 EVENT        ZFI__SAPHIR_ES_SPLIT_TRIP_HEAD      <SYSINI>                               20
          SYSTEM-EXIT                                                                               
    Thanks for help.

    How do I retrieve a file list in background without use directory_file_list method?? I try this code of the RSWATCH0 program:
    CALL 'C_DIR_READ_START' ID 'DIR'    FIELD a_dir_name
                              ID 'FILE'   FIELD a_generic_name
                              ID 'ERRNO'  FIELD file-errno
                              ID 'ERRMSG' FIELD file-errmsg.
    DO.
        CLEAR file.
        CALL 'C_DIR_READ_NEXT'
          ID 'TYPE'   FIELD file-type
          ID 'NAME'   FIELD file-name
          ID 'LEN'    FIELD file-len
          ID 'OWNER'  FIELD file-owner
          ID 'MTIME'  FIELD file-mtime
          ID 'MODE'   FIELD file-mode
          ID 'ERRNO'  FIELD file-errno
          ID 'ERRMSG' FIELD file-errmsg.
    ENDDO.
    But, I retrieve files of SAP server random... I don't retrieve my files!

  • Way to get alv grid varients info during background execution

    I have used the function module 'REUSE_ALV_GRID_LAYOUT_INFO_GET' to get info alv grid varients i.e already created layout info. Is there any other way of getting this info as this is not giving the exact layout during background execution.

    Hi Vijaya,
    It should work. I am giving you a sample code. Try this and let me know.
    REPORT TEST.
    data gt_lfa1 type standard table of lfa1.
    data gt_kna1 type standard table of kna1.
    start-of-selection.
      select * from lfa1 into table gt_lfa1 up to 10 rows.
      select * from kna1 into table gt_kna1 up to 20 rows.
    end-of-selection.
      if sy-batch eq 'X'.
        perform display_lfa1.
        perform display_kna1.
      endif.
    form display_lfa1 .
      call function 'REUSE_ALV_LIST_DISPLAY'
        exporting
          i_callback_program = sy-repid
          i_structure_name   = 'LFA1'
        tables
          t_outtab           = gt_lfa1
        exceptions
          program_error      = 1
          others             = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " DISPLAY_LFA1
    form display_kna1 .
      call function 'REUSE_ALV_LIST_DISPLAY'
        exporting
          i_callback_program = sy-repid
          i_structure_name   = 'KNA1'
        tables
          t_outtab           = gt_kna1
        exceptions
          program_error      = 1
          others             = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    endform.                    " DISPLAY_KNA1
    copy and paste the code and create a program. Activate it and come back to SE38 screen.
    Now, in program name give the name of the report created and then
    select PROGRAM->EXECUTE->BACKGROUND from the MENU bar.
    This will generate two separate spools . One for KNA1 data & one for LFA1 data.
    Let me know how it goes.
    Thanks,
    Abhishek

  • One more Problem with SAP query

    Hi All,
    I am having a problem with SAP query
    Execution of SAP query transaction is leading to Dump
    the dump says Field 'R01' contains no fields, syntax check on the program shows same error.
    When I tried regenerating the Query in SQ01
    " Query Specification cannot be use to generate list
    Ranked list contains only numeric fields
    Please help me

    Gianpiero Bucchieri wrote:
    > So its important to listening the following tables too: Faktura (invoice), Partner Role, Partnernumber and the requierements number. The table are EKKO EKPO AND VRKPA OR vbkd, but if I join this table the query doesn't listining any results. If I cancel this 3 or 4 table and I start the query, the listening are ok. 
    >
    I am not sure what business process you are describing here - is it some kind of third-party sales order? If so, your join is wrong.
    From VB E P, firled BANFN and BNFPO you can go to table EBAN, where in field EBELN you will find the number of the purchase order (if somebody already had an MRP+Me58 run over the PR) which will lead you to table EKKO, and EKPO.
    So what we have here (essentially is):
    VBAK -> VBAP -> VBEP -> EBAN -> EKKO -> EKPO
    But that only solves one of your problems - you still have a long way to go to get invoices, partner and partner roles into there and I am beginning to ask myself what exactly it is you want to evaluate.
    Care to explain?
    Edited by: Mylène Dorias on Apr 1, 2010 2:10 PM

  • Career Path with SAP Netweaver

    Hi SDN Gurus,
    This is a generic question around career guidence: What should be the typical/practical career graph for a person who intends to work around SAP Netweaver?
    Initially, when I started my career, I was put into SAP XI, which I learnt with some enthusiasm and kind of became a fanatic towards the concept of ESOA and Integration. But later I found out that just learning SAP XI isn't enough, I realized that to actually be able to position SAP XI as a solution, I need to understand the whole netweaver architecture and also understand the functionalities of the Systems that will be integrated thtough Netweaver. So I wanted to have an understanding of how ERP works; kind of shifted to functional and worked in Some Retail Projects with SAP Retail, alongside XI. Now I understand, to a fair extent, the functionality of ERP and what benefits can it provide to the business. So, in short, I have XI skills, I functionally understand ERP, I know what can be technically done through ABAP (having done some of the coding myself); Now I want to leverge all these knowledge in positioning the entire Netweaver Platform as a solution to the business. For that, I need a functional understanding of the business problem solving capabilities of Netweaver and a Technical understanding of the Netweaver Architecture for enabling the same. For this, where do I start? How do I grow? I know SDN is the best place to start-off, definitely, but I am just looking for some guidence.
    If any of you Gurus can provide me the guidence, that will be of much help.
    Thanks in anticipation!!!
    Sincere Regards,
    Amitabha

    Hi Asif,
    Given your educational background, SAP CRM(Customer Relationship Mgmt) & SAP SRM will be a good choice for you to pursue your career in SAP.
    Please check out blogs in this community site to have a detailed formal knowledge on these modules.
    Regards,
    Gopal

  • Crytal Integration with SAP BW

    Need help.
    I have read some links at SDN, like Getting started link on BO and also [http://www.businessobjects.com/product/packages/] to understand do we have to buy any additional licenses to use Crytal reports with my SAP BI 70?
    1) We already own Crystal Enterprise. We are using for Non SAP Data
    2) I remember to see SAP's integration kit in BW 3.5 and toolset to allow creating Crystal Reports on BW Queries. Also remember as SAP Customer we have access to create 10 queries even when we do not have Crystal License.
    3) Since we have Crystal Enterprise already, do we need to buy additional Licenses for using it for SAP BW.
    My question is limited to Crytal because SAP had some content development relationship with Crystal before.
    BusinessObjects XI Integration Kit for SAP  wiill certainly will allow it but is it really needed for Crystal Reports?
    Can some one clarify?
    Pankaj

    hi pankaj,
    Integration of SAP BW 3.5 and SAP EP 5.0
    Use
    You can integrate a number of objects and applications of SAP BW 3.5 into SAP EP 5.0.
    SAP EP 5.0 includes the following objects:
    Applications are designated as Services in the Enterprise Portal.
    With the integration of roles, the role migration from all services automatically creates External Services, as long as the services have not been saved in the BEx Web Application Designer as iViews. External services are displayed in the portal as applications that fill an entire page.
    iViews are services that encompass an entire page in the portal. A portal page can consist of several iViews from different systems and sources (for example, the Web).
    iView files are files with the ending .ivu that include a description of the iView in XML. You can import IView files without direct role migration into the portal.
    Prerequisites
    You have made the necessary settings in SAP BW 3.5 and SAP EP 5.0. You can find more information under Making Settings for SAP BW 3.5 and SAP EP 5.0.
    Features
    You can use the following BW services in the SAP Enterprise Portal 5.0:
    ·        BEx Web application
    ·        BEx Web Application As an iView
    ·        BEx Web application as an iView file
    ·        BW query
    ·        BW workbook
    ·        Crystal Report
    The following options are available for integration:
    ·        BW services integration using roles with the help of role migration
    For more information, see Integration Using Roles.
    ·        Integration of BEx Web applications using the function Publish ® In the Enterprise Portal 5.0 as an iView in the BEx Web Application Designer
    For more information, see Integration Using iViews.
    ·        Integration of BEx Web applications using the function Publish ® In the Enterprise Portal 5.0 as an iView in the BEx Web Application Designer
    For more information, see Integration Using iViews.
    ·        Integration of BEx Web applications using Create as External Service in the Portal
    You can find additional information in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP5.0 SP6 ® Administration Guide ® iViews ® Java iViews ® Creating Java iViews ® Creating Java iViews for BEx Web Applications.
    ·        Integration of BW services using the iView Wizard in the portal
    For more information, see Integrating BW Services Using the iView Wizard .
    The integration of BW contents into the Enterprise Portal ideally takes place using Web applications and queries that run in the Web browser. In some circumstances, you can also integrate other BW components, such as the Administrator Workbench or the BEx tools BEx Query Designer, BEx Web Application Designer, or BEx Analyzer into the Portal. For more information, see Integration of BW Components into the Portal.
    Integration Using Roles
    Use
    You can save all of the BW services supported by the Portal - except for the iView files – in the BW system. By using role migration you can integrate these BW services quickly and easily into the portal.
    You can find additional information in the Enterprise Portal  documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP5.0 SP6 ® Administration Guide ® Roles ® Roles and SAP Systems ® Migration of SAP Roles to the Enterprise Portal ® Using Migrated Services to Roles and Worksets.
    Features
    The migration logs are usually stored under ...irj
    esourcesSAPMigration.
    The location of the irj directories is dependent on the J2EE Server.
    Checking Migration:
    You can check the migration via Content Admin ®  Roles. You can use Preview to execute the migrated services both in the View Areaand in the Edit Area. If you have assigned a role to a user, you can check the total role completely.
    Integration Using iViews
    Use
    The integration of the BW system and the portal with iViews is possible by using the role migration and the import of iView files. iViews are structured in the portal in channels.
    Features
    Role migration
    With role migration, the iViews contained in the BW role are created in the iView server, where a separate channel is created for each role migrated from the BW system. The channel receives the name of the migrated BW role automatically from the system.
    You can view the migrated iViews in the portal in the iView editor by using Content-Admin ® iViews. Select the name of the channel there.
    If the iViews already exist in the portal, they are neither deleted nor overwritten. You can remove the iViews manually by using Edit ® Delete.
    Import of iView files
    BW iViews are in the portal Java iViews.
           1.      Therefore, choose the category Java iViews before the import.
           2.      In the iView editor under Content-Admin ® iViews, choose the Import function.
    iViews are currently only supported in one language (English).If the English language is not maintained for an iView, then a technical name is created from the logical system and from the BW template ID.
    You can change the texts for iViews using Content Admin ® iViews. Select an iView and choose Edit.
    In addition, note that with BEx Web applications under Content Admin ® iViews ® Edit on the Load tab page, the iView Load Method Bypass iView Server has to be activated.
    Check
    Under Content Admin ® iViews, you will find next to each iView a Preview link that enables the execution of an iView.
    For the display of iViews in the portal, the assignment of iViews to the portal pages and their assignment to roles is necessary.
    Assigning iViews to pages
           1.      Under Content-Admin ® Pages, choose the New function to create new pages in the portal.
           2.      Under the Content tab page, select the iViews you want.
    If necessary, you need to change the Display selection to All or Not Selected to select new iViews.
    You can find additional information in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP 5.0 SP5 ® Administration Guide ® Pages ® Defining the Page Content (Content tab).
    Assigning pages to roles
           1.      Before a page is able to be viewed by a user, you have to assign it to a role.
           2.      Under Content-Admin ® Roles, select a role for editing and choose Edit.
           3.      Under View Area ® Show, select the Pages entry.
           4.      Select a page and choose Add to add it to a role.
    If necessary, select the file as Is Entry Point, so that the page is then able to be viewed.
    The option Mark first-level folders as entry point means that the file is valid on the highest level in the role as the point of entry. This selection causes assigned users to this role to receive this file, displayed in the initial navigation bar.
    You can also restrict this setting subsequently with the help of Content Admin ® Roles for the specific file.
    You can find additional information in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP 5.0 SP5 ® Administration Guide ® Roles ® Role Maintenance ® Creating Roles and Assigning Contents ® Assignment of Content Objects to Roles.
    Assigning roles
    Afterwards, you have to assign the particular role to the user.
    You can find additional information in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP 5.0 SP5 ® Administration Guide ® User Management ® Assignment of Users and Groups to Roles.
    Check
    To check iViews in the portal according to the assignments described above, you need to call up the portal again.
    Calling up the Enterprise Portal is possible by using the URL http:///sapportal.
    See also:
    You can find additional information about Roles and Role Migration in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP 5.0 SP5 ® Administration Guide ® Roles.
    You can find additional information about  iViews and the iView-Editor in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP 5.0 SP5 ® Administration Guide ® iViews.
    Integrating BW Services Using the iView Wizard
    Use
    In addition to the integration of iViews using role migration, you can also use the iView wizard in the portal to integrate iViews into the portal.
    Procedure
    Call up the iView wizard using Content-Admin ® iViews.
    As the type, choose Java.
    Choose New iView.
    On the Info tab page, specify a Unique Name and an iView Title.
    On the Load tab page, choose the iView Load Method Bypass iView Server.
    On the Java tab page, choose BW Web Application as the application type.
    Choose Next.
    Select the BW system from the dropdown box.
    Specify the BW Query String.
    Choose Finish.
    Choose Add.
    The BW Query String is the part of the BEx Web application URL that is found after the question mark, for example, ?cmd=ldoc&template=0Query_template.
    You obtain the query string.
    in the BEx Web application designer:
    Choose Web Template ® Open to open the Web template for the BEx Web application you want.
    Select the Web template from your history, your favorites, or your rolls by double clicking on it.
    In the Web application designer, choose Publish ® Copy URL in Clipboard.
    in the Web application executed on the Web
    Note that the Web application has to be in its initial status. That means that you have not yet navigated there, but rather that you only displayed the Web application on the Web.
    In the context menu for Internet Explorer, choose Properties.
    Select the Address (URL) and choose Copy in the context menu.
    You now have the URL on the clipboard and can then use the query string for entry in the iView wizard.
    Note that you have to specify the correct stylesheet when creating iViews manually.
    Choose under Content-Admin ® iViews next to the Edit iView.
    On the Java tab page, select the BIReports30 stylesheet under Look and Feel Theme Part for BW Reports.
    Using System Configuration ® Styles, you can edit stylesheets that each user can then select themselves using Personalize: Portal.
    The style editor also contains entries for BEx Web applications under Elements ® Complex Elements.
    The modified stylesheets are transferred automatically to the BW system so that the BEx Web Applications are suitably displayed in the stylesheet for the portal.
    Check
    Under Content Admin ® iViews, you will find next to each iView a Preview link that enables the execution of an iView.
    Result
    You have now integrated a Web application as an iView into the portal. Before you can display the iView in the portal, you have to assign the iView to a page. The page has to be assigned to your role. See also Integrating Using iViews.
    Integration of BW Components into the Portal
    Use
    The integration of BW contents into the Enterprise Portal ideally takes place using Web applications and queries that run in the Web browser. In some circumstances, you can also integrate other BW components, such as the Administrator Workbench or the BEx tools BEx Query Designer, BEx Web Application Designer, or BEx Analyzer into the Portal.
    Features
    Calling the Administrator Workbench
    The Administrator Workbench is a comprehensive SAP transaction that functions only in connection with a locally-installed SAP GUI for Windows. With a SAP GUI for Windows 6.20, you do not have to log on again if you want to display SAP GUI for Windows transactions on the Web (single sign-on is supported).
    You can generate the Administrator Workbench in the portal as an external service either using SAP role migration or manually by way of the following steps:
    Start the External Service wizard from Content Admin/Roles/Edit Area/External Service and choose Create.
    Select the BW system.
    Choose SAP Transaction as the application type.
    Choose WinGUI as the GUI type.
    As the transaction code, enter RSA1.
    You can now assign the External Service to a role.
    Calling the Business Explorer Analyzer
    The Business Explorer Analyzer (BEx Analyzer) is an Excel add-in with extensive OLAP functionality in connection with a BW system. In order to use the BEx Analyzer, you have to have the SAP GUI for Windows with the BW Frontend installed locally. For technical reasons, the BEx Analyzer opens in a separate window. You do not have to log on again because single sign-on is supported. A SAP GUI for Windows appears in the Enterprise Portal window in the work area.
    You can generate the Administrator Workbench in the portal as an external service either using SAP role migration or manually by way of the following steps:
    Start the External Service wizard from Content Admin/Roles/Edit Area/External Service and choose Create.
    Select the BW system.
    Choose SAP Transaction as the application type.
    Choose WinGUI as the GUI type.
    As the transaction code, enter RRMX.
    You can now assign the External Service to a role.
    Calling BW Workbooks
    BW workbooks are MS Excel workbooks with one or more embedded queries. BW workbooks need the BEx Analyzer, which requires a local installation of the SAP GUI for Windows with the BW Frontend.
    The Enterprise Portal is an application that runs on the Web. BW workbooks are suitable for Windows with Excel.
    We recommend that you use BEx Web applications in the Enterprise Portal that also run completely in the Web browser.
    You can use the function Export as Excel 2000 File from the Web application context menu as an alternative to a local installation of the BW Frontend if you need to use the functions of Excel. See Functions of the Context Menu  and Exporting as a CSV File/Excel 2000 File.
    SAP role migration automatically generates external services that point to BW workbooks. HERE AND CHECK PATHS
    Start the External Service wizard from Content Admin/Roles/Edit Area/External Service and choose Create.
    Select the BW system.
    Choose SAP Transaction as the application type.
    Choose WinGUI as the GUI type.
    As the transaction code, enter RRMXP.
    Choose Finish to save the external service.
    You then have to add the following parameters using Edit since you cannot enter these using the wizard.
    The parameter Additional Dynpro Parameters name-value-pairs (n1=v1;n2=v2;... – optional allows the workbook ID to be specified (for example “WBID=CN24XRCKJ8HDDIZ3CCUTGPF1A”).
    Under Process first screen automatically?, enter the value True.
    You can now assign the External Service to a role.
    Calling the Business Explorer Web Application Designer
    The Enterprise Portal is an application that runs on the Web. The BEx Web Application Designer is a Windows application. It is technically possible to start Windows applications in the Web browser but this is not recommended for security reasons. Instead, you call the Windows application BEx Web Application Designer from the Windows start menu.
    If necessary, you can create an HTML page on a Web server that contains the link file://C:/Program%20Files/SAP/FrontEnd/Bw/wdbpwpub.exe.
    Note that the path is dependent on the local installation directory. Single sign-on is not supported.
    Calling the Business Explorer Query Designer
    The Enterprise Portal is an application that runs on the Web. The BEx Query Designer is a Windows application. It is technically possible to start Windows applications in the Web browser but this is not recommended for security reasons. Instead, you call the Windows application BEx Query Designer from the Windows start menu.
    As an alternative to the BEx Query Designer, in a Web environment such as the Enterprise Portal, you can use the BEx Ad-hoc Query Designer to create or change queries. You can insert the Ad-hoc Query Designer into a Web application and integrate it using the role migration, for example, or as an iView into the Enterprise Portal. For more information, see Functions of the Ad-hoc Query Designer.
    If necessary, you can create an HTML page on a Web server that contains the link file://C:/Program%20Files/SAP/FrontEnd/Bw/wdbrlog.exe.
    Note that the path is dependent on the local installation directory. Single sign-on is not supported.
    Calling the Business Explorer Browser
    The BEx Browser behaves like the BEx Web Application Designer or the BEx Query Designer.
    There is little point in using the BW-specific BEx Browser in a company-wide Enterprise Portal because the basic functionality of the BEx Browser (calling reports) is covered in the Enterprise Portal.
    You can find additional information in the Enterprise Portal documentation in the SAP Help Portal (http://help.sap.com) ® SAP NetWeaver ® SAP Enterprise Portal ® EP 5.0 SP5 ® Administration Guide ® Roles ®
    ·        Roles and SAP Systems ® Migration of SAP Roles to the Enterprise Portal
    ·        Role Maintenance ® Definition and Provision of Role Contents ® Creating External Services ® Creating External Services for SAP Transactions.
    ·        Role Maintenance ® Creating Roles and Assigning Contents ® Assignment of Content Objects to Roles ® Assigning External Services
    Differences SAP BW 3.5 – SAP EP 6.0 & SAP BW 2.x/3.x – SAP EP 5
    Use of BW Objects in the Enterprise Portal
    For the end user, there are no significant differences in the integration between SAP BW and SAP EP as regards the various release combinations. The updates and changes in SAP Enterprise Portal 6.0 have no effect on the use of BW objects in the portal. You can find more information on the changes under Differences between SAP EP 5.0 and SAP EP 6.0.
    Publishing BW Objects to the Enterprise Portal
    There are significant differences in publishing of BEx Web applications in SAP EP 6.0 with SAP BW 3.5 in comparison to integration between SAP BW 2.x/3.x - SAP EP 5.0. Publishing in SAP BW 3.5 is done using the BEx Web Application Designer, BEx Query Designer or the BEx Broadcaster.
    In SAP EP 5.0, the SAP BW system (or the SAP BW systems) is maintained in the system landscape, through which a call of BEx Web applications is possible at runtime. In SAP BW 2.x/3.x systems, the SAP Enterprise Portal (or SAP Enterprise Portals) are not maintained. Thus a BW system only has a one-sided connected to a portal.  For this reason, the inclusion of BW content must also be done in a separate step in the portal.
    In SAP EP 6.0, the SAP BW system is also maintained in the system landscape. In addition, one or more SAP Enterprise Portals 6.0 can be entered in the SAP BW 3.5 system. Through deployment of Java components of SAP BW 3.5 into SAP EP 6.0, the SAP BW 3.5 System can access and display contents of the portal. In the BEx Application Designer, assigned portal roles, content from the Portal Content Catalog, and documents and folders from Knowledge Management are displayed in the open and save dialogs. During save, iViews or documents can be created directly from the BEx Web Application Designer or BEx Query Designer without having to take separate steps in the portal. Using Information Broadcasting, documents and links can be generated in Knowledge Management.  These documents and links can be visualized using the BEx Portfolio.
    You can find more information on integration options under Integration of SAP BW 3.5 and SAP EP 6.0.
    Integration of SAP BW 3.5 and SAP EP 6.0
    Use
    The integration of content from SAP BW into the SAP Enterprise Portal enables you to work with business intelligence content in the Enterprise Portal.
    This section applies to the integration of SAP BW 3.5 and SAP EP 6.0 on Web AS 6.40.
    SAP EP 6.0 on Web AS 6.20 does not include the necessary enhancements for the full features of integration options that are possible with SAP BW 3.5. For more information about the options with SAP EP 6.0 on Web AS 6.20, see Integration of SAP BW 3.x and SAP EP 6.0.
    Prerequisites
    You have made the necessary settings in SAP BW 3.5 and SAP EP 6.0. For more information, see Making Settings for SAP BW 3.5 and SAP EP 6.0.
    Features
    The following sections describe the integration from the portal user’s viewpoint on one hand, and on the other hand, from the viewpoint of the administrators and authors who generate and publish the content in SAP BW:
    ·        Integration from the User’s Viewpoint
    ·        Integration from the Viewpoint of Administrators and Authors
    Integration of SAP BW 3.x and SAP EP 6.0
    Use
    The integration of content from SAP BW into the SAP Enterprise Portal enables you to work with business intelligence content in the Enterprise Portal.
    The name SAP BW 3.x includes the following releases:
    ·        SAP BW 3.0B
    ·        SAP BW 3.1 Content
    ·        SAP BI Content 3.2 Add-On
    ·        SAP BI Content 3.3 Add-On
    This section is valid for the integration of SAP BW 3.x and SAP EP 6.0 on Web AS 6.40, SAP BW 3.x and SAP EP 6.0 on Web AS 6.20 and the integration of SAP BW 3.5 and SAP EP 6.0 on Web AS 6.20.
    SAP EP 6.0 on Web AS 6.20 does not include the necessary enhancements for the complete scope of functions regarding integration options that are possible with SAP BW 3.5. For this reason, SAP EP 6.0 on Web AS 6.20 cannot use the extensive integration options with SAP BW 3.5
    Prerequisites
    You have made the necessary settings in SAP BW 3.x and SAP EP 6.0. For more information, see Making Settings for SAP BW 3.x and SAP EP 6.0.
    Features
    The features of integration of SAP BW 3.x and SAP EP 6.0 correspond in part to the integration of SAP BW 3.5 and SAP EP 6.0. For this reason, you should carefully read the appropriate sections under features that are linked to here and note the following differences:
    Integration from the User’s Viewpoint
    In the section Integration from the User’s Viewpoint, there are the following restrictions:
    ·        Displaying Content from SAP BW in the Enterprise Portalsapurl_link_0002_0003_0016:
    The display types Precalculated BEx Web Application as Document and BEx Web Application as Link in Knowledge Management are not supported.
    ·        Calling Content from SAP BW in the Enterprise Portalsapurl_link_0002_0004_0016:
    Calling BEx Web Applications as documents and links in Knowledge Management in the KM Navigation iView is not possible.
    The Business Explorer portal role does not exist.
    ·        Content from SAP BW in the Navigation Panelsapurl_link_0002_0005_0016:
    In this section there are no restrictions.
    Integration from the Viewpoint of Administrators and Authors
    In the section Integration from the Viewpoint of Administrators and Authors, there are the following restrictions:
    ·        Overview: Integration- and Display Types of BW Content in the Portalsapurl_link_0002_0007_0016:
    The following display types are supported:
    ¡        BEx Web Application As an iView
    ¡        BW Workbook As an iView
    ¡        BW Query As an iView
    ¡        Web-Interface As an iView
    ¡        Components from SAP BW
    The following display types are not supported:
    ¡        BEx Web Applications as a document in Knowledge Management
    ¡        BEx Web Applications as an online link in Knowledge Management
    ¡        BW workbook as a document in Knowledge Management
    ¡        BW-Query as an online link in Knowledge Management
    ¡        BW query as a document in Knowledge Management
    ¡        Single BW document in Knowledge Management as an iView
    ¡        Multiple BW documents in Knowledge Management as an iView
    The following integration tools are supported:
    ¡        Portal Content Studio
    ¡        SAP Role Upload (from SAP EP 6.0 on Web AS 6.40)
    The following integration tools are not supported:
    ¡        BEx Broadcasting Wizard
    ¡        BEx Broadcaster
    ¡        BEx Web Application Designer
    ¡        BEx Query Designer
    ¡        KM Content
    ·        Displaying Content from SAP BW in the Enterprise Portalsapurl_link_0002_0008_0016:
    Content from SAP BW can be displayed in the following ways:
    ¡        BEx Web Application or Query as iView in the Enterprise Portal
    ¡        BW workbook as an iView in the Enterprise Portal
    ¡        Web Interface (from BW BPS) as iView in the Enterprise Portal
    ¡        Components from SAP BW
    ·        Calling Content from SAP BW in the Enterprise Portalsapurl_link_0002_0009_0016:
    Calling content from SAP BW is only possible using portal roles. For more information, see Calling with Portal Roles.
    ·        Content from SAP BW in the Navigation Panelsapurl_link_0002_0011_0016:
    In this section there are no restrictions.
    ·        Generating Content from SAP BW for the Enterprise Portalsapurl_link_0002_0012_0016:
    To generate content from SAP BW, you have the following: Integration Using the Portal Content Studio, Integration Using Role Upload and Integration Using the Role Menu and the Alert Monitors. Integration Using Role Upload will be supported starting with SAP EP 6.0 on Web AS 6.40.
    Information Broadcasting in SAP BW 3.5 especially provides integration into Knowledge Management, which is not available in SAP BW 3.x. BEx Web Applications as documents and links in Knowledge Management are not supported with SAP BW 3.x.
    thanks
    karthik
    reward me points if helpfull

Maybe you are looking for

  • How to set View for Completed items inside Tasks?

    How to set button for 'View' and see Completed items or not completed inside Tasks?

  • AddRemoveList Component Sorting Issue.

    What I mean here is that while I am trying to retrieve the values from Database using specific order and applying them as the Selected List in the AddRemove Control, then Control is autosorting it according to the display values. And I don't want tha

  • Outputting a box in a report

    Hi guys, Is it possible to ouput a box (as in square) on a single line in a report? How am i going to do it? Thanks a lot! Rgds Mark

  • Support of XQuery

    Hi, I am wondering about XQuery support, ideally out of the box. Please could you help on it, provide some pattern? Thank you!

  • Facebook app isn't work on my Iphone5

    Facebook app isn't work on my Iphone5. It won't no longer load. Any suggestion? I've deleted the app and reloaded but no luck!