Change 'Working Report" text on interactive report.

Hi all,
Is it possible to change the "Working Report" text label on an interactive report to some other value of my choosing? I can't seem to find where to do this anywhere.
Thanks,
Steve

Hi
Thanks for the reply. It as actually the 'tab' inside the report region that I mean. It only appears when you have saved a report as a tab and then when your new saved report appears (with the caption of your choice) the original layout is labelled as 'Working Report'.
Is there a way as a developer I can change this label as it has caused a little confusion with our users.
Steve

Similar Messages

  • I want to change the selection text in the standard report/transaction  .

    I have added one screen field to the standard report , now i want to change the selection text in the standard report/transaction

    Hi,
    >
    scoy123 wrote:
    > I have added one screen field to the standard report , now i want to change the selection text in the standard report/transaction
    Refer:-
    CONSTANTS : c_comment(20) TYPE c VALUE 'write your comment'.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(20) c_comment.
    PARAMETERS : p_matnr TYPE matnr.
    SELECTION-SCREEN END OF LINE.
    Hope this helps you.
    Regards,
    Tarun

  • LMS 4.2 Change Audit Report

    Hi,
    The audit/compliance department at one of costumer wants to see the weekly config change audit report.
    I have done  many test with this feature and i found two problems:
    1. The given report path is empty. Only the directories  was made and there are not report files.
    2. I can not send the report in attachment. How can i publish it automatically? Many reports have attachment option. It has not.
    The immediately option is working  but it does not make report. ( like .pdf )
    How can i send audit change report autmatically to external costumer?
    Regards,

    Hi,
    Sorry for late answer!
    I did not config report path, i use the default path! ( i have tried another path setting also )
    The screens  show the following.
    1, job info
    2. job report view
    If i use the immediatly options the report is good! Only the scheduled job does not make report!
    Regards,

  • Changing the report in one client , it is getting reflected in other client

    Hello experts,
    We are having one development system(EID) in which we are having two clients.One is development client(100) and one is sandbox client(710).We are having repository object like report.We are changing this report in EID 710 and it is getting reflected in EID 100.Now we want that once we changed this report in EID 710 it shld not get reflected in EID 100.We want to parallely work on this report.We tried with client change option  "no changes to cross client customizing object" but it is not working.Can you plz suggest something.

    Hi,
    you can not do like this...
    if you want to  work parallely copy the same report to $temp program. then you can work parallery on both.
    Regards,
    Satya.

  • OIM report / add column to working report

    Hi,
    I need some help with OIM reports.
    Cannot add a column to a working report. What I have done is that I have changed the Stored procedure and then changed the Report XML Metadata to include that column.
    The report just turns out to be blank after the changes made.
    A snippet of the change to the Stored Procedure(added line in bold):
    -- contruct the query
    strColumnList := ' tusracc.system as "SYSTEM", ' ||
    ' vifs.ifsemp_employee_id as "EMP_ID", ' ||
    ' vusr.usr_first_name || '' '' || vusr.usr_last_name as "EMP_NAME", ' ||
    *' vusr.usr_status as "USR_STATUS", ' ||*
    ' tusracc.attribute as "ATTRIBUTE", ' ||
    ' tusracc.attrvalue1 as "ATTRVALUE" ';
    strFromClause := ' v_users vusr, v_ifsusers vifs, tmp_user_access tusracc ';
    strWhereClause := ' tusracc.usr_key = vusr.usr_key ';
    strWhereClause := strWhereClause || ' and vusr.usr_key=vifs.usr_key(+)';
    IF strsortcolumn_in IS NULL THEN
    strOrderByClause := ' 2 ' ;
    ELSE
    strOrderByClause := strsortcolumn_in ;
    END IF;
    IF strsortorder_in = 'DESC' THEN
    intSortDirection_in := 0;
    ELSE
    intSortDirection_in := 1;
    END IF;
    -- run the report query
    XL_SPG_GetPagingSql(strColumnList,
    strFromClause,
    strWhereClause,
    strOrderByClause,
    intSortDirection_in,
    intStartRow_in,
    intPageSize_in,
    select_stmt
    OPEN csrresultset_inout FOR select_stmt;
    ELSIF intdocount_in = 2 THEN
    OPEN csrresultset_inout FOR select dummy from dual;
    END IF;
    In the report XML Metadata I have added a line for the USR_STATUS column(change in bold):
    <Report layout="Tabular">
    <StoredProcedure>
    <InputParameters>
    <InputParameter name="v_resource_name" parameterType="varchar2" order="1" fieldType="LookupField" fieldLabel="report.ResourceAccessList.label.resourceName" required="true">
         <ValidValues lookupCode="Lookup.Reports.Objects"/>
    </InputParameter>
    </InputParameters>
    </StoredProcedure>
    <ReturnColumns>
    <ReturnColumn name="SYSTEM" label="customer.report.system" display="true" position="SectionHeader" primarySort="true" filterColumn="false" />
    <ReturnColumn name="EMP_ID" label="customer.report.emp_id" display="true" position="SectionHeader" primarySort="false" filterColumn="false" />
    <ReturnColumn name="EMP_NAME" label="customer.report.emp_name" display="true" position="SectionHeader" primarySort="false" filterColumn="false" />
    *<ReturnColumn name="USR_STATUS" label="global.label.Status" display="true" position="SectionHeader" primarySort="false" filterColumn="false" />*
    <ReturnColumn name="ATTRIBUTE" label="customer.report.attribute" display="true" position="SectionHeader" primarySort="false" filterColumn="false" />
    <ReturnColumn name="ATTRVALUE" label="customer.report.value" display="true" position="SectionHeader" primarySort="false" filterColumn="false" />
    </ReturnColumns>
    </Report>
    Anything that I have missed to do? We have restarted the app server, but it still doesn't work.
    Regards,
    Thomas

    Arghle.....
    I found the reason for the blank result page with this...
    apparently we are not allowed to name a resulting column in a stored procedure to USR_STATUS, silent fail :/
    When I renamed this to EMP_STATUS it all works as intended...
    Duh!
    I wonder in where it says not to do this...

  • Change all reports data source connection

    I have numerous SQL reports that require their data source connection changed. Does anyone have code to change all reports that use a data source name of 'Data_Warehouse_Main' to a different shared connection.
    Thanks

    Hi BiscuitB,
    According to your description, there are numerous SQL reports and their data source need to be changed. You used RSScripter but it does not work.
    In Reporting Services, if we want to change data sources of multiple SSRS Report, we can use Powershell to set the data sources for an item in a report server database or SharePoint library. To achieve your goal, we need to use both the Reporting Service
    GetItemDataSources Method and the SetItemDataSources Method. You can refer to the thread provided by PrajapatiNeha, and the PowerShell script sample will be helpful for you.
    Reference:
    GetItemDataSources Method
    SetItemDataSources Method
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • How to change existing reports of sap with CR

    Hello Professionals,
    I need your help on the following matter:
    We recently updated one of our costumers from 2007 to SAP B1 version 8.8
    So, now we are able to use the Crystal Reports-Viewer for most of existing standard-reports of SAP, such as the report for open invoices and so on.
    To the question:
    Our costumer wishes to change the report - instead of information like the installement no. (the costumer doesn't work with payment installements at all) he wishes to have other information, like card code and tel no. within the report.
    Now I tried to implement those informations. But I can't, because I don't know how to link the tables concernig primary keys and so on. And where can I find those "PLD-ITEMS"-tables??
    Can you help me please and hand over some further "how-to-information"?
    Thanks in advance,
    best regards,
    daniel

    Hi Juli,
    The procedure of how to link those table is pretty clear - so theoretically I know how I have to proceed within Crystal Reports in order to get some more - more or less useless - information into an existing report by linking some other tables perjoins into an query.
    The Problem is - to connect the ocrd or other tables concerning the business partners to the report I need the possibility of a correct and smart link. I can't think of any for a connection to the ritm-table. Gordon mentioned  that table in a comment before.
    Hi Gordon,
    meanwhile I got access to the help-information of the sdk. But how am I supposed to find the right information there? I've been into the section Customization Tools - Database Tables References.
    To tell the truth - I got problems understanding those infos and even more important: within the section reports I can't find further information to the open docs-report - is it a 'standard report'?
    Greetings and good start into the week tomorrow,
    daniel

  • Is it possible to change a report variable inside the sapscript

    Hi
    I have to adapt a sapscript and i need a certain value for a variable.
    For ex ekko-bukrs is empty in the report and i want to change it in the sapscript and give it a value
    i tried the next:
    /: define &ekko-bukrs& = '0001'   but it did not work
    Is it possible to change this variable in sapscript?
    I cannot change the report since it is sap standard.

    Hi Seba,
       you can use perform in the sapscript and then you can achieve your scenario in program.
    see example code below and modify according to your needs,
    /:           PERFORM GET_PURORG_ADDRESS IN PROGRAM ZM_PURCHASE_ORDER-------->call this perform in sap script
    /:           USING &EKKO-EKORG&
    /:           CHANGING &V_EKORG&
    /:           ENDPERFORM
    FORM GET_PURORG_ADDRESS      TABLES in_par  STRUCTURE itcsy------------------>call this in program
                                          out_par STRUCTURE itcsy.
      DATA :V_compcode LIKE <tablename-fieldname>.  
    if compcode is initial.
    then assign here.
      IF v_compcode IS NOT INITIAL.
        out_par-value = v_compcode.
        out_par-name = 'V_COMPCODE'.
        MODIFY out_par INDEX 1.
      ENDIF.
    Edited by: suresh suresh on Jul 30, 2009 11:15 AM

  • To change "Default Report Settings"

    Hello All,
    In the interactive report, I am wondering to change “Default Report Settings”.
    Thanks in advance,
    EB NY

    Make sure you're logged into the builder as a developer, pick the columns you want, filters, ordering...etc. When you are done, click Save Report - developers have the option of saving default report settings.
    Again you will only see this option if you are logged into the builder.

  • Configuration Change Audit Report in Prime Infrastructure 2.1

    Is there any plan to implement a Configuration Change Audit report in future releases of Prime Infrastructure (ie. 2.2)?  When I go into the Reporting area and run a Change Audit report under the Compliance section it doesn't give me any information in regards to configuration changes, only inventory changes.  There are managers who would like the ability to receive an e-mailed report of configuration changes within a 24 hours period.  Currently the only way I can tell that you can get this information is by logging into Cisco Prime and going to Network Audit under Operation / Device Work Center.
    Thanks,
    Brian

    Configuration Change Management (with Baseline Compliance reporting) is projected for the next release after 2.2. As of now that's projected to be ca. April 2015.
    On a side note, last I heard, 2.2 should be out in the next couple of weeks.

  • Change SQL report To Intractive Report

    Dear All Friend,
    i have created SQL Report .
    Could you tell me please there is any way to change SQL report To Intractive Report .
    How can i do this.
    Thanks

    Under the Region Definition of the report; look over to the right-hand margin and you will see Migrate to Interactive Report under Tasks .
    Jeff

  • Change the Report Title for XML Publisher, depending on the field value.

    I want to change the Report Title as below.
    if the field_A='B' then the report title as it is defined in report defination
    else the report title is 'XXX"
    Please let me know whether it is possible, if yes please guide me. how can we do it.
    Thanks
    Venkat

    Tim covered the inline if statement, though not specifically regarding a title, in his blog recently:
    http://blogs.oracle.com/xmlpublisher/2007/12/18#a723
    The syntax is:
    xdoxslt:ifelse(.//WM_FLAG='C’,'Canceled','Approved')

  • My ringer is no longer working for text and email notifications. Only working for phone calls. I have gone through all the settings to see where something is off. Not finding anything. I have tried changing the tone and it just vibrates on everything.

    My ringer is no longer working for text and email notifications. Only working for phone calls. I have gone through all the settings to see where something is off. Not finding anything. I have tried changing the tone and it just vibrates on everything.

    Ok so I happened to figure it out while on the phone to apple support. Even though the guy was very nice, I think I knew more than him! He was explaining very basic resolution principles I played about. I had the second option in displays resolution. All I did was unplug the HDMI cable, click on 'best for display' then plugged the HDMI in and my resolution on the normal monitor changed to the normal blue, then went black momentarily and then changed to a strange resolution but another window appeared that said SONY BRAVIA HDMI at the top! Hey presto! Don't know why it didn't do it yesterday - I probably left the HDMI cable in or something! Oh well. Problem solved!

  • How to change a report in Manager's Desktop?

    Hi all,
    i want to change a report in the Manager's Desktop Compensation Management.
    Report name: Cost Center
    You can see it under this link: [www.starbulls-fotos.de/1.jpg]
    When i now run the report i can see the report, but with no selection screen. I only get a finished report with fixed selection parameters
    You can see it under this link: [www.starbulls-fotos.de/2.jpg]
    How can i change this selection parameters?
    In this example i want to change the "Cost Element Group" to an other value.
    When i run this report outside of the Manager's Desktop with the transaction code "S_ALR_87013611" i get the selection screen needed and can change the parameters.
    It would be great if anyone could help me!
    TIA!
    strobbel

    Hi Strobbel,
    Execute your report via the transaction.  Check the selection variants on that first selection screen.  You will see the default one that came up for you and others that may have been created to default for Managers' Desktop.  You can select the one that is appearing with the incorrect cost element group and change it to the correct one. Save the changed selection screen.  We also have a transaction ZZBCVARIANT that can be used to change the selection screen variants. 
    Also, remember, the manager in Managers' Desktop may be limited due to authorizations to see data from only certain cost centers (his own). 
    Paul

  • Format change when report open in report expert

    Hi all,
    I am using report builder 6i and I create invoice report I have attached it with oracle ebs 11i and run it from
    concurrent manager. Now I have to open my invoice report into report expert software.
    when it opens into report experts, It change our report builder fonts and format both.
    suppose if item are 1 then invoice total depens upon number of items. so invoice total position is changed
    according to the number of items. If 1 items total move up and if more than 1 item total moves down.
    In this way my invoice format become changed and total did not maintain in same position.
    Thanks

    The Format is changed due to sizes of Repeating frames in the report layout as well as the fixed frames.
    you can use the border color of the frames to design the report layout.
    when your fixed frame is not in lined with the repeating frame objects and the anchor is not applied then the report output in PDF will not be disturbed
    while in the Excel format it will be as per the no. of fixed frames/objects in the first line will come in first A1 column of the Excel file ans next in the second and so on...

Maybe you are looking for

  • How can i run Creative Cloud on 2 Computers

    Hi! How can I install apps form the adobe creative cloud on 2 computers? I installed the apps on one computer and it's working fine. Then I downloaded the creative cloud on the second one (with the same ID). But when I install the apps on the second

  • I know it has been asked...how do I export audio soundtrack to Powerpoint

    This is totally hosing me right now. Any suggestions? I have never found an answer that works when I am having to use a PC to open an imported KN presentation that I have turned into a powerpoint. Thx

  • Booting safe mode hangs during fsck_hfs rMBP + 10.8.0

    When trying to boot in safe mode (holding down shift while power on) to troubleshoot issues with the upgrade to 10.8.1 the boot process hangs indefinitely. When switching on verbose and safe mode (nvram boot-args="-x -v") I see that it proceeds until

  • Can't locate/find jaxp1.1 in J2EE1.3 or jaxp1.3 in J2SE1.5

    Hi All, I am using an older textbook(2002) on XML and XSL capabilities in Java web applications and the example in the book said that JAXP1.1 contains 3 jar files which are crimson.jar,jaxp.jar and xalan.jar and the book also said that JAXP1.1 is par

  • Automatic Data Transfer

    Hi everyone, I am trying to create an automatic control for checking automatic data transfer settings calibration for transfer data from SAP-FI to SAP BPC. Any idea of how to design it? Is there a tabla containing information about the complete trans