Add Report in WebClient UI

Dear Experts,
I have created a simple ABAP Report from ABAP WorkBench. I would like to get in displayed in my Home page -> Reports work area of WebUI Screen.
Kindly advise me how can I proceed.
Looking forward for response.... Many Thanks in Advance.
Srujan

Hi Surjun,
If Ur using CRM T-code then make sure u have maintained this in Transaction Code - CRMS_IC_CROSS_SYS
Mapped Logs/m
CRMCLNT220      
Logical S/ms
CRDMLNT220     
ITS Client
220     
URL of ITS
http://< ---- >:8000/sap/bc/gui/sap/its/crm_cic_rabox?sap-client=220
Here sap/its/crm_cic_rabox? is very Imp
If ur using ECC T-code it should be
sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE
Regard's,
Lokesh

Similar Messages

  • Add report assignment to AR01 (Asset Balances)?

    AR01-Asset Balances can be drilled-down to Asset Explorer (AW01N) via report interface/assignment.  Can we add report assignment AS03 to report AR01?
    For reports developed using Report Painter/Writer, we cannot change SAP-delivered reports/report groups but we can add report assignment to them.  Any feedback is appreciated.
    Regards,
    Stacy

    Hi Rashmi
    1) If you are in the output list of RABEST_ALV01,  press the Button u201Cchange layoutu201D (CTRL F8). On the right you have a pool of u201Chidden fieldsu201D. Put this fields to the left and you have this columns in the output list.
    2) If the field (column) that you want is not in the standard you can use note 335065. In the note is  described the way how you can put the field in the include CI_REPRABEST of the structure FIAA_SALVTAB_RABEST.          
    (This is for all ALV-Reports expect  RASIMU* and RAKOPL*).  You can take all fields from ANLAV (ANLA, ANLU und ANLZ).    
    Therefore it works for ANLA-ANLUE.                                                                               
    Additionally you can use the SORT functionality of the SAP List Viewer on the output list                                                                               
    If you want to SORT in a certain manner directly after starting the  report, you can create a LAYOUT which stores the SORT information.
    Have a nice weekend
    Bernhard

  • Add Report painter report to Role Menu

    Hi
    I want to add a a report painter report to existing role. In PFCG when I click on Report and select report writer radio button, system prompts me to select report group. When I select this option, system does not show all the reports available within this group so that I can select the one which I want to add and have system generate transaction code Y_DEV_99* for this report. How Can I add report painter report to a role have system generate trans code for it??

    Martinsh Shaiters wrote:
    > Mylène,
    > You can use the Import/Export for the reports. They will keep their names, as far as I'm aware. Not sure what happens when you transport them, as it appears you can do it in GR3x transactions.
    Marthinsh,
    I am aware that you can export/import or transport the reports in themselves - but not their names. In a way I never clearly understood, they are not attached to their names as such.
    But then ...      we do agree, you can only authorise by group.

  • Add report to server

    In the Crystal Management Console I am the 'administrator' on server, when I go to particular folder and tried to upload a report:
    On the right click => Add => I've two options only:
    Add Program File
    Local Document
    I don't see an option to update 'Crystal Report', What am I missing?
    Thanks in advance

    Same as: Add report to server in the BI Space. Please do not cross post. This is against the SCN Rules of Engagement. Also, ensure you are posting gin the correct SCN Space by reading the description of the Space under it's Overview tab.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter
    Message was edited by: Ludek Uher

  • How to add reports to menu

    hi all,
    i want to add report that i have made in my menu, i m using oracle developer 6i forms and reports
    how to add ??
    Regards
    Abhi.

    As i understood...
    i have just designed menu in form build 6iBy this you mean that you want to call report from drop down menu.
    when user select particular report it should open up and yes there are parameters in my reports
    well i m passing the parameters to my query in data modelBy this i can understand that you are passing parameter to query data model etc. By how user will pass the parameters values to the reports. Is there any pre-designed form for report calling or you want to use report's default parameter form?
    Anyway there is standard code for calling reports through forms in 6i like...
    DECLARE
      vParamList PARAMLIST;
    BEGIN
      vParamList:=GET_PARAMETER_LIST('TEMP');
      IF NOT ID_NULL(vParamList) THEN
        DESTROY_PARAMETER_LIST(vParamList);
      END IF;
      vParamList:=CREATE_PARAMETER_LIST('TEMP');
      ADD_PARAMETER(vParamList,'PARAMETER_NAME',TEXT_PARAMETER,'PARAMETER_VALUE');
      ... ADD THE ABOVE LINES ACCORDING TO YOU NUMBER OF PARAMETERS...
      Run_Product(REPORTS, 'REPORT_PATH\REPORT_NAME.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,vParamList,NULL);
    END;-Ammad

  • Add Report Generation toolkit for Microsoft Office in exe

    Hi
    I am having a problem. I am using LabVIEW 8.20, Report Generation Toolkit for Microsoft Office 1.1.2 and Microsoft Excel 2003. My OS is Windows XP (SP )
    I want to build the vi attached below into an exe. The vis that I used are from addons>>_office>>excel.llb. I follow the suggestion found in the link below and add in all the files in excel.llb into my project so that it can be added into the executable as dynamic vis. However, some vis in excel.llb cannot be added into my project. After I have add all vis that can be added into the project, I build an application (exe) with the vi below as the Main vi and all other added vis (from excel.llb) as dynamic vis. After that, I build and run this exe on the same PC. I am unable to run it.
    This vi will save datas when I click on the stop button. After I click on the stop button, a window will pop-up and prompt me to select which directory to save the vi. When I run the exe, I type in test.xls (for example) but the file saved is a picture and not an excel file. If I just run the vi instead of the exe, Excel will open and datas and graph will be displayed in Excel.
    May I know where did I done wrong??
    How do I use the Report Generation Toolkit in an executable with Microsoft Excel?
    http://digital.ni.com/public.nsf/websearch/C38CE3F30542D65B86256F0E00740DD8?OpenDocument
    Thank you & Regards
    Lee
    Attachments:
    Self-Regulating.vi ‏132 KB
    Untitled Project 1.zip ‏3841 KB

    Hi centerbolt,
    Thank you for your reply. I have tried adding in just that dynamic vi found in Excel Library and my main vi but it still cannot work. Is there anything that I need to look out as well?? [View attached picture.]
    Thank you & Regards
    Lee
    Attachments:
    added.JPG ‏92 KB

  • Report Builder - Add report Processing time

    Hi,
    I was wondering if there was any way to add a value field to a report, with the time it took for the report to Process.
    It would probably be a text field with an Expression, but don't know how that would go.
    I know that in Expression there is a value for ExecutionTime (when report began to run), but nothing about when it ends.
    Can this be done? and if yes, how?
    Thanks

    Try the below expression in the text box,
    ="Execution Time: " +
    CStr(System.DateTime.Now.Subtract(Globals!ExecutionTime).Hours) + " hour(s)" + " , " +
    CStr(System.DateTime.Now.Subtract(Globals!ExecutionTime).Minutes) + " minute(s)" + ", " +
    CStr(System.DateTime.Now.Subtract(Globals!ExecutionTime).Seconds) + " second(s)"
    We have another option,
    USE [ReportServer]
    SELECT ReportID
    , TimeStart
    , TimeEnd
    , TimeDataRetrieval
    , TimeProcessing
    , TimeRendering
    , TimeDataRetrieval + TimeProcessing + TimeRendering AS TotalRenderingTime
    FROM dbo.ExecutionLog
    ORDER BY TimeStart DESC
    Regards, RSingh

  • Add button in WebClient UI

    Hi expert!
    We need to add a button in the WebClient UI, in BT116h_srvo component (quotation header).
    We do the following steps:
    1. Tcode SM34 - Create an enhancement set (ZSET_CABECERA) in cluster view BSPWDVC_CMP_EXT
    2. Tcode SM30 - Assign the enhancement set to client in BSPWDV_EHSET_ASG view
    3. Tcode bsp_wd_cmpwb  - Enhance component BT116H_SRVO/details with enhancement set ZSET_CABECERA. In this step we create
    ZSET_CABECERAH bsp application and ZL_BT116H_S_DETAILS_IMPL class.
    4- In ZL_BT116H_S_DETAILS_IMPL class, we redefine DO_PREPARE_OUTPUT method.
    5- Tcode SE80 - Add the new button in BSP application ZSET_CABECERAH.
    As we can see, the crm web client cannot read our definition.
    There are something we forget, or something wrong?
    Thanks in advance

    Hi all
    Sudeep:
    we have already put code in DO_PREPARE_OUTPUT method. The code we have there is the following:
    method DO_PREPARE_OUTPUT.
    DATA ls_button  TYPE crmt_thtmlb_button.
    DATA lv_enabled TYPE abap_bool.
    DATA lv_a       TYPE p.
    lv_a = 5 / 0.
    CLEAR gt_button.
    CLEAR ls_button.
    ls_button-type = cl_thtmlb_util=>gc_separator.
    ls_button-text = 'detail'. "#EC NOTEXT
    ls_button-on_click = 'GET_LIST'. "#EC NOTEXT
    ls_button-enabled = abap_true.
    *ls_button-enabled = me->view_group_context->is_view_in_display_mode( me ).
    INSERT ls_button INTO TABLE gt_button.
    endmethod.
    Line "lnea lv_a = 5 / 0." Should generate an abbend, which never happens
    Radhika / Harshit:
    We cannot redefine IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS method, because it doesn´t exist (is in red).
    Thanks a lot for your help!

  • Dynamically Add Report Parameters & Get Row Count

    In out Portal reports, we are inserting records into our own logging tables at the beginning of the report and updating the record at the end of the report. Currently, the sequential key has been added as a parameter so that we can access it through-out the report execution. Therefore, it displays on the parameter screen. We don't want the users to see this item. Is it possible to add it to the parameter list without having it display on the screen? Can this be done using a procedure in wwv_standard_util? Any other suggestions?
    Also, we need to get the total row count of the query. Where can we get this value?
    null

    In out Portal reports, we are inserting records into our own logging tables at the beginning of the report and updating the record at the end of the report. Currently, the sequential key has been added as a parameter so that we can access it through-out the report execution. Therefore, it displays on the parameter screen. We don't want the users to see this item. Is it possible to add it to the parameter list without having it display on the screen? Can this be done using a procedure in wwv_standard_util? Any other suggestions?
    Also, we need to get the total row count of the query. Where can we get this value?
    null

  • How to add Report to a transport

    HI,
    Can any body tell me how to add the report to a transport number.
    thanks in advance.
    kp

    Hi,
    Open the report in SE80.
    At the left hand side you will find a container which will have a list of all includes,tables,screens whatever you have in your report.
    Right Click on the Program name where in you will find the More functions option under which you will find the Write Transport Entry.
    Click on that and you will get a new pop-up where in you can create a new TR Number by clicking a Create Button.
    Once done with that click on the tick mark.
    With your reoport will have a TR number.
    The most important thing is if  you had saved the object as $TMP you will not be able to transport it.When you save it in $TMP  all the objects will be saved as Local objects and Local objects will not be transportable.
    All the objects should be saved in the resepective Development Class by which we can be able to transport frtom one Serve to another.
    Now go to SE09 and there you wil be able to find a tree with the TR Numbers.By selecting your object and the clicking on the Lorry Button the object will be released.TR can be Modifiable too.By making it a modifibale request we will be able to transport it with the same TR  num even after making some changes.
    Hope I had cleared your doubt,if not revert with your question.
    K.Kiran

  • Reg: Parameters to add report painter report

    HI Gururs,
    I want add more parameters in report painter report how to add it.
    regards
    JK Rao

    Hi,
    Use GRR2 for the library/report and you can change. You can change via GR32 as well.
    Rgds.

  • Add report to module SD

    Hi all.
    i writed report yet, i want run report in module Sales and Distribution.
    To Who those is help I.
    Thank very much.

    Hi ,
    Please as said by anya , u need to extend that Area menu then u can add any thing under that .
    If u want to find out which area menu it is then  place cursor on that  node ->goto EXTRA->Technical Details.
    Regards
    Prabhu

  • Add Report file to menu

    hello All,
    Please how do i add my Crystal report file details to this Table "OCMN" bcos i dont see it inside the table.i want to that through code
    Regards

    Hi,
    As much as I remember, this functionality is not exposed in the API.
    Beni.

  • How to add Reports to existing Role (Urgent).

    Hi Experts,
    I am working in BI7.0 and there are no workbooks in our project.
    There is a Role with two reports. The Role has some users assigned to it.
    One of the Users wants to access two additional reports.
    How should I add those extra two reports to this Role on BW side? Do I have to do something like Publish to Role on the Query side in BEx Analyzer (Query Design Mode)...???
    Thanks in Advance.
    Best Regards,
    Chandu.

    One of the Users wants to access two additional reports?
    if this two reports are new workbooks,  then run the query and save the workbooks directly in the role.  if you dont have access to this role then save it in developer role and ask security team to add them in the user role.
    if this report /workbooks exist in the system and you dont have access to this roles,   then you need to ask secuirty team directly to add them in the user role.  ( give them the role in which this workbooks exist  and the target role where he need to add ,  and give them the transport number ) they will add the role and workbooks in the transpot and give it to you.
    Thanks

  • How to add report transaction to SAP home screen

    Hi all,
    i have one folder for all customized report transaction on my SAP initial screen.
    i want to add one more report transaction to that folder.
    how can i achieve this?
    Amit.

    Good.
    Thanks.
    pls
    Before
    posting
    must
    notice
    the
    threads's
    date
    on
    which
    it
    was
    posted.
    Btw
    i
    was
    not
    talking
    about
    Favorites.
    I
    was
    trying
    to
    add
    in
    Area
    Menu
    of
    SAP.
    Any ways
    thanks.
    i should Open your account
    Cheers.

Maybe you are looking for