Assignment of my BW reports in EP.

Hi,
I am new to EP. Worked in BW and SEM.
Please let me know, how and where can I link my sap-BW reports in portal and how do I allign in portal??
Thanks,
Prasad.
[email protected]

Hi,
In EP right click portal content folder and say create iview then in the iview definition give the URL of ur web report this is one method
http://help.sap.com/saphelp_erp2004/helpdata/en/19/2615407e145c0ce10000000a1550b0/content.htm
the other method which i've not worked on creating a Role of BI in portal and assigning these queries to tht role (Not sure)
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c39fb990-0201-0010-abae-ba08ada8026b
But can find gud info in the links....
Regards
Madhavi

Similar Messages

  • HOW TO ASSIGN F4_VALUE_HELP FOR A REPORT OUTPUT FIELD???

    Hi Gurus,
      Can you please help me out in assigning F4_VALUE_HELP for a report output field where it is taking value as the input parameter....... If possible please help me out with some sample code ....
    Regards,
    Santosh
    Intelligroup

    I don't think that you are get the F4 functionality by pressing F4, but maybe if you use a hotspot you could achieve it.  Check this sample.  When you click on a company code in the list, it fires the F4 help defined by the program. 
    report zrich_0001 .
    tables: t001.
    data: begin of it001 occurs 0,
          bukrs type t001-bukrs,
          butxt type t001-butxt,
          ort01 type t001-ort01,
          land1 type t001-land1,
          end of it001.
    start-of-selection.
      select bukrs butxt ort01 land1 into table it001 from t001.
      loop at it001.
        format hotspot on.
        write:/ it001-bukrs.
        hide it001-bukrs.
        format hotspot off.
        write: it001-butxt.
      endloop.
    at line-selection.
      call function 'F4IF_INT_TABLE_VALUE_REQUEST'
           exporting
                retfield    = 'BUKRS'
                dynprofield = 'BUKRS'
                dynpprog    = sy-cprog
                dynpnr      = sy-dynnr
                value_org   = 'S'
           tables
                value_tab   = it001.
    Regards,
    Rich Heilman

  • How to assigne transaction Variant to Report

    Dear Hcm Gurus:
    i have to develop a report by using infoset query and also assigned transaction via se93
    Report is alv-based.
    so when i access report through t-code "ZHR_STAFF" and  save variant /default then this variant not
    outcome with desired result when i again access said mentioned t-code so kindly guide me when i access
    t-code then default variant is automatically displayed.
    barket

    Hi:
    Please, go to tcode SE93 and modify your transaction code adding your variant name in the field Start with variant (RSSTCD-REPO_VARI).
    This way while calling tcode ZHR_STAFF the program will be automatically initialized with the specific recorded value for the specified variant.
    Hope it helps,
    Regards.

  • Assignment of Tcode for Report painter's report

    Hi,
    I have created one report on Controlling module through report painter. I created Sets  - Variable - created report on Library - assigned variable to that report and included that report into Report Group as ZCC8 before final execute. Now I want to add that report into form of Tcode like "Y_TU4_04000027". Normally ABAP Consultants developed report and before delivery of that report to client they attach that report into as tecode form like name as Z or Y through tcode SE93 where tcodes are created. Same way please let me know how report painter's tcode are created like Y or Z. I do not like to give report group name as ZCC8 to our client for executing the report. It should deliver as tcode form.
    Please let me know.
    Regards,
    Samrat
    Moderator: Please, search SDN before posting. This question has been answered several times

    HI Samrat
    1. Create the transaction code,say,  ZF01_TCODE from Se93
    2. Choose "Transaction with parameters".. Press enter
    3. Enter START_REPORT in the Transaction field and press Enter
    4. Select the Skip initial screen and Inherit GUI attributes check boxes
    5. On the same screen, scroll down to the Default Values table and select parameters D_SREPOVARI-REPORTTYPE and
    D_SREPOVARI-REPORT.
    6. Enter RW for the report type and your report group ZCC8 as the report value
    7. Now you can save your transaction and transport it to other systems
    Regards
    Ajay M

  • Assign Search help in report program

    Dear All,
    I facing problem to assign search help in report program.
    I crated one elementary search help in which three fields i include
    -carrid
    -carrier name
    -booking  
    all three fields having import and export parameter in search help.
    while executing this search help in se11 it gives proper output.
    but while assigning this search help in report program it only fetch one carried.
    my report is also having three parameter
    -carrid
    -carrier name
    -booking
    i assign search help like
    PARAMETER :  p_carrid TYPE scarr-carrid
                               MATCHCODE OBJECT z01_carrid,
    with all three field but it fetch only carrid ...

    Hi Chintan,
    For such types of requirements you can use this Function Module:
    F4IF_INT_TABLE_VALUE_REQUEST.
    Use this functiom modue under AT SELECTION-SCREEN ON HELP-REQUEST FOR P_CARRID.
    With this function module, you can fill your remainng parameters : P_carriername and booking also.
    Sample Code:
         DATA : TMP_RETURN_TAB  LIKE TABLE OF DDSHRETVAL,                                TMP_RETURN      LIKE DDSHRETVAL,                    
                    TMP_FIELD       TYPE  DFIES-FIELDNAME.               
    CASE AKIND.                                        
       WHEN '1'.                                        
         TMP_FIELD = 'AENNR'.                                        
       WHEN '2'.                                        
         TMP_FIELD = 'VBELN'.                                        
       WHEN '3'.                                        
         TMP_FIELD = 'ZZTEHAI'.                                        
      ENDCASE.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'                                                                 
       EXPORTING                                                                                     
         RETFIELD               = TMP_FIELD                                                                      
         WINDOW_TITLE           = ATITEL                                                                      
         VALUE_ORG              = 'S'                                                                                
       TABLES                                                                                          
         VALUE_TAB              = ATABLES                                                                           
         RETURN_TAB             = TMP_RETURN_TAB                                                                      
       EXCEPTIONS                                                                                
         PARAMETER_ERROR        = 1                                                                           
         NO_VALUES_FOUND        = 2                                                                           
         OTHERS                 = 3.                                                                                
      IF SY-SUBRC =  0.                                                                                
        READ TABLE TMP_RETURN_TAB INDEX 1 INTO TMP_RETUN.                                                            
        AVALUE = TMP_RETURN-FIELDVAL.                                                                      
      ENDIF.                                                  
    Jus analyze this code, you can get ur requirement done.
    Regards
    Sandeep Reddy

  • Mismatch of Assigned Budget in CJ33 & Report S_ALR_87013558

    Hi,
    I would like to inform there is an issue in mismatch of assigned budget value in CJ33 wrt hierarchical report(S_ALR_87013558). Request you to suggest to fix the issue.
    Thank you for your coopearation.
    Regards,
    Ranjan

    Ranjan,
    removing a column in a report will not affect at all at the values observed. Therefore,
    it is unuseful to do it.
    If there are inconsistencies in the assigned value, i suggest you to take the following steps:
    1. Excute the report BPDIST03 via SE38 for the project in question. 
    2. Excute the tnrx CJEN.(Reconstruction of project information DB)  
    3. Excute the trnx CJBW.(Deactivate the availability control)      
    4. Excute the trnx CJBN.(Reconstruction of availability control)   
    5. Excute the trnx CJBV.(Activate the availability control again)  
    Hope this helps
    Regards
    Martina

  • Read Only Access while assigning Analysis Types and Reports in User/Group

    Hi Team,
    While Assigning Analysis Type,Reports and Workbooks to User "Read" option is not enabled. It is not working and as soon as we select analysis type ,Only one option is editable "Create/Update/Delete". The other two Option is always there as display "Read" and "Execute" . Execute might work with "Scripts template" but "READ" should work for analysis types and Reports.
    We are already struggling with "Read Only" Access in security filter as its not working now.
    Thanks
    Edited by: user7918731 on Mar 2, 2011 11:22 AM

    The behavior for Analysis type, workbook and script as follow:-
    The Analysis type create/update/delete option will be enabled, read and execute option will be disabled by default.
    The report workbook read option will be enabled, and other two options will be disabled.
    The script execute option will be enabled, and other two option’s will be disabled.
    For providing “Read Only” access in security filter, Switch to the administration tab, Click on Security Filters, Click on Add button, Open Create Security Filter window, Select the access level to Read Only and select user in assigned user , Click on ok.
    It should work.

  • Assign Transaction Code for Report Painter generated program

    I am trying to assign a transaction code for report painter generated program... I assigned the transaction code in Development for the generated program but the program name changes in every system and I get a runtime error...
    Can you please guide me on how to handle this problem

    http://dap-consulting.com/yahoo_site_admin/assets/docs/Report_Painter_Reports.47142031.pdf
    Found my answer in the above link

  • How to assign transaction code to report group.

    hi experts,
      i used report painter to create some reports and assign these reports to a report group, i want to assign a transaction code to the report group, how can i do that? hunger for your adivces, thanks a lot!!

    Hi Liu,
    when you change an area menu, you can add transactions that launch ABAP/4 reports, Query lists or report writer's. You can use it for your purpose:
    1. Enter transaction SE43 and change a Z* area menu (no matter which one, you will not change it in the end)
    2. Click on "Add entry as subnode" or "Add entry at the same level" (no matter which one of them)
    3. When SAP shows the popup "Add new entries", click on "Add report"
    4. On the next popup, click on radio-button "Report Writer". Then you will be asked foe the code of the report group.
    5. Then save, and... that's it! SAP will automatically create a transaction for the report group
    6. Now you can cancel the changing of the area menu
    I hope this helps. Best regards,
    Alvaro

  • Assignment Field in FBL3N Report

    Hi All,
    In the master data of GL code I had defined the sort field as 001 (Posting Date) due to which the assignment field was showing the posting date in the FBL3N report output.
    I have updated the GL master data sort field with 012 (Vendor Number) and executed the report RFSEPA01 by SE38 to update the data.
    But still it is showing posting date in the assignment field and not vendor code.
    Will it NOT update the existing line items of the GL code ? OR the effect can only be seen on new transactions ?
    Please advise
    Thanks & Regards,
    SAPXPT

    Hi Tehseen,
    If the number of vendors are not much, you can run the report FBL*N and select all the line items together in the report and choose "Mass Change" button and given the vendor number in the Assignment field so that the Vendor number is assigned to all the line items of that vendor.
    This needs to be done for the items posted already.  Going forward, the assignment field will have the Vendor Number automatically as you have already updated the GL with sort key "012".
    Regards,
    KBG
    Message was edited by: Ganesh K.B.

  • Product hierarchy is showing 'Not assigned Materials' in Bex Report

    Dear Gurus,
    I have loaded product hierarchy to 0material from 0PROD_HIER_LPRH_HIER successfully. In Bex report if i use product hierarchy nothing showing to me and it is showing message in one row like 'Not assigned Materials.
    If i remove the Hierarchy i am able to see all materials in the report.
    I have searched in sdn but i didnt get any help.Please help me in this issue.
    Thanks & Regards,
    chandu

    Hi Ravi,
    I have run the Hierarchy change run for 0material.but again it is showing same message 'not assigned materials'.
    Regards,
    chandu

  • Not assigned value in Bex report

    Hello experts,
    One of the value in the BEx report is appearing as not assigned. What could be the reason?
    Thanks
    SP

    Hi all,
    In the back end system 0sales_office is attribute of 0customer,
    Then I have activated the 0customer master data and done attribute change, I have such display at BEx reporting
    customer        sales office(key)       sales office(text)                      Sales      
    9876554               0010                         Michigan                         USD   4567
                                    #                            Not Assigned                  USD   2563
    although I expect to see
    customer        sales office(key)       sales office(text)                      Sales      
    9876554               0010                         Michigan                         USD   7130
    Is there anything I do miss?

  • Dynamically assign column heading to Report columns

    I need to assign values to column headings of various Report Columns of my Report region based on current value of one of my application items. How can I do it?

    Never mind, there was another post like this. Duplicate. Just in case someone is looking for the answer, here is what worked for me:
    Assume the Application item is called app_item_My_dynamic_head_col1.
    Add a page computation before the page loads to set the value of the application item based on whatever condition.
    Edit the report column.
    In place of hard coded column heading "Project Name" (that was my column heading), replace it with
    &app_item_My_dynamic_head_col1.
    The key here is the period after &app_item_My_dynamic_head_col1.
    As the page loads, the column heading will be value of the app_item_My_dynamic_head_col1 (as assigned by the computation).

  • Create User Groups and assign Access privileges in Reports

    Hi All,
    Could you share the document or explain which explains about the Standard method to create User Groups in CMC for BOBJ XI 3.1 architecture.
    And how to assign privileges to user groups like view reports, folders, privileges to create/edit reports etc.
    Environment:
    - Backend - BW
    - and  BO XI 3.1 sp3
    Thanks,
    AK

    BO XI 3.1 Administration guide
    http://help.sap.com/businessobject/product_guides/boexir31SP3/en/xi31_sp3_bip_admin_en.pdf

  • Variant assignment to Tcode of Report

    Hi All,
    Please go through my whole query. It's bit confusing but I tried to explain in detail what is my requirement and what all I did.
    My requirement is, to execute a particular REPORT directly using Variant (Execute with Variant option of SE38-> SHIFT + F6).
    I created a Variant for Report. Same Variant I assigned to the TCODE which I am using to execute the Report.
    But while executing a Tcode I was encountering an error "Transaction cannot be tested due to inconsistencies".
    So, I tried using the System Variant (using prefix CUS&) and it worked. But after transporting the TR to Quality server, I am getting error "Variant not found". Please help me.
    P.S.: This is not a simple report which I am executing. As per requirement, I created one SAP Query using SQ01. And the code generated out of it is pasted in the above mentioned report.

    Thanks guys for your replies.
    @Suzie: I didn't try your last solution.
    @Koolspy: I couldn't try your solution because I didn't had authorizations for another server.
    Somehow I managed to solve my query. Here is what I did,
    1) I opened the System Variant in Change mode.
    2) Tried saving it.
    3) Got option of providing the TR number, which was the only catch.
    4) Moved the TR in Quality.
    5) Now its available to run the program in Quality.
    But new problem encountered
    My all Selection texts and Message texts are not getting displayed in Quality.
    Because I created a SAP Query and pasted the generated code into new Z Program, there is no specific message class available. So I can't move it. Am I supposed to handle the texts in different manner?

Maybe you are looking for