Change COPA Report - need to add Variable and Characteristics

Hello,
I need to change the existing COPA report, Need to add WBS element as a selection criteria and also a characteristics so it can be drilled down.  Create WBS as a global variable in KE3E and it is not showing up in when i change the report in KE30 in the available list of characteristics. And also it is not showing up in KE35 when i change the general selection to add as a Variable.

Go to KE91 and create the report.
In KE91, the Characteristic Cost element (KSTAR) is available.  Add it as below.
Cost Element      ....   Check the box Hierarchy node ......   check the box Variable on/off   ......          KSTAR......     Cost element.
After this, just check in Variable, the Cost element shuold appear
Line item based reports are defined in KE91 (segment level reports in KE31).
Both types of reports can be started in KE30 and changed in KE32
Let us know if you still have any queries
Thanks
Edited by: nkonnipati on Feb 19, 2012 5:34 AM

Similar Messages

  • Need to add print and download options for report in new window

    Hi,
    On one of the columns empid of the report1 (which is on the dashboard) , I am using navigation and pointing it to report2.
    Report1 has all the links, print, download and refresh (I enabled them using the section properties) but when I click on empid and it takes me to report2, then I don't see any links under that report. I want to include print and download links for report2 when it opens in the new window.
    I know, one way is to embedd that report in the dashboard page and hide it, but is there any other way of doing it?
    Any help would be highly appreciated.
    Thanks,
    Ronny

    Ronny wrote:
    Just to clarify again, I am using a navigation from report1 (which is on the dashboard) to report2 (which is not on the dashboard).
    As per the requirements, I can't put my report2 on any dashboard page and hide it and then use navigation. Also, I can't enable the print and download options for report1 which is already on the dashboard. Doing this gives me print and download options for report2 but that is not the requirement.
    Is there any way to have print and download options for report2 when I am directly navigating to the report2 from report1 and not the report2 on any dashboard page which is hidden.
    I will really appreciate any help on this.
    Thanks,
    RonnyPlease explain why you can't do what I said. What is the "requirements" that prevent this? It would be transparent to the user, really. They just click and get their report.

  • Need to add Header  and footer in an alv grid display output.

    How can I add header and footer in an alv grid dispay output.
    For the grid display, I am using the function module "REUSE_ALV_GRID_DISPLAY".

    HI,
    call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
                i_callback_top_of_page   = 'TOP-OF-PAGE'
                i_callback_html_end_of_list = 'END_OF_LIST_HTML'
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
                i_save                  = 'X'
           tables
                t_outtab                = it_ekko
           exceptions
                program_error           = 1
                others                  = 2.
    FORM end_of_list_html USING end TYPE REF TO cl_dd_document.
      DATA: ls_text TYPE sdydo_text_element,
            l_grid     TYPE REF TO cl_gui_alv_grid,
            f(14) TYPE c VALUE 'SET_ROW_HEIGHT'.
      ls_text = 'Footer title'.
    adds and icon (red triangle)
      CALL METHOD end->add_icon
        EXPORTING
          sap_icon = 'IL'.
    adds test (via variable)
      CALL METHOD end->add_text
        EXPORTING
          text         = ls_text
          sap_emphasis = 'strong'.
    adds new line (start new line)
      CALL METHOD end->new_line.
    display text(bold)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Bold text'
          sap_emphasis = 'strong'.
    adds new line (start new line)
      CALL METHOD end->new_line.
    display text(normal)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Nor'.
    adds new line (start new line)
      CALL METHOD end->new_line.
    display text(bold)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Yellow '
          sap_emphasis = 'str'.
    adds and icon (yellow triangle)
      CALL METHOD end->add_icon
        EXPORTING
          sap_icon = 'IC''.
    display text(normal)
      CALL METHOD end->add_text
        EXPORTING
          text         = 'Mor'.
    *set height of this section
      CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
        IMPORTING
          e_grid = l_grid.
      CALL METHOD l_grid->parent->parent->(f)
        EXPORTING
          id     = 3
          height = 14.
    ENDFORM. "end_of_list_html.
    This will solve  it. Post if you need more help in this.
    Regards,
    Madhu.

  • Need to add row and set attribute value on pageload

    Guys,
    On my page based on the pageflowscope variable value, i need to add a row for master and one row for detail viewobject and set attribute values. (Some of the attribute are LOV and Checkboxes as well)
    I am using following code to create records.....records are being added but i am not able to set the attributes
    OperationBinding ob;
    ob = ADFUtil.findOperationBinding("Create");
    ob.execute();
    ob = ADFUtil.findOperationBinding("CreateInsert3");
    ob.execute();
    I am using following code to set the attributes value
    DCIteratorBinding dc1 = ADFUtil.getBindingIterator("firstiterator");
    DCIteratorBinding dc = ADFUtil.getBindingIterator("seconditerator");
    row1=dc1.getCurrentRow();
    row=dc.getCurrentRow();
    row.setAttribute("activest","A");
    row1.setAttribute("type","dc14");
    Anything i am doing wrong here or any suggestion to try is greatly appreciated....

    Vinod,
    Yes commit button is there and yes its also has entry in pagedef...
    When I open the same page on edit mode and i can edit regular record and save them
    Problem is that when i open the page on new mode and try to add rows on page load..... and setting values as described above.... save button somehow doesn't work...
    seems like after i add the rows on the fly, i need to refresh the binding?
    any help is greatly appreciated....
    thank you guys

  • Need to add Plant and CostCenter as Selection fileds of CJI3 Initial screen

    Hello Team,
    Can you suggest me OSS note or User exit to add Plant and CostCnters as selection criteria for CJI3 Actual cost line Items report.
    Thanks in advance,
    Best regards,
    Harish.P

    Harisha
    I agree with above reply but your requirement sounds a bit weird.
    Note sure if cost element reports are any useful for your requirement.
    Look (refer note) at the report painter option ( but you might still need to enter the Project/WBS)
    Note 668513 - FAQ 2: Cost element reports in Project System
    Regards
    Sreenivas

  • Create a report from scratch, add Table and Datasource Problem

    Hi,
    I'm using the latest Crystal Reports Runtime supplied for eclipse.
    I want to create a report from scratch, add a Table and then add a ArrayList of Pojos as the Datasource.
    But unfortunately depending on the ConnectionInfo I supply to the Table I get different errors.
    I looked through the samples and see that I have to supply properties
    like
      "Database DLL", "crdb_javabeans.dll" and ConnectionInfo.setUserName("");
         ConnectionInfo.setPassword(null)
    I looked through the forums and find different set of properties.
    Actually because I am just working with Pojos I would have thougth that something like the following
    would be sufficient:
    ReportClientDocument  doc = new ReportClientDocument();
                doc.setReportAppServer(ReportClientDocument.inprocConnectionString);
                doc.newDocument();
    Table table = new Table();
    table.setAlias("reportTable");
    table.setName("reportTable");
    doc.getDatabaseController().addTable(oTable, null);
    doc.getDatabaseController().setDataSource(myCoolection, myClass, "reportTable", "reportTable");
    So could someone tell me the right/minimum Set of  Properties to make a Table get connected to Pojos?
    Edited by: jack mann on Aug 31, 2010 3:25 PM

    With XI Release 2, you can come quite close to creating from scratch:
    http://technicalsupport.businessobjects.com/KanisaSupportSite
    /search.do?cmd=displayKC&docType=kc&externalId=5074668
    You need Service Pack 2:
    http://support.businessobjects.com/downloads
    /service_packs/crystal_reports_en.asp
    Sincerely,
    Ted Ueda

  • SCCM 2012 update compalince report -need to add Reboot pending machines

    hi
    I have an Sql Query for update compliance ,which looks for particular software update group and collection   ,need to add rebooting pending machine count in this list
    select
    count
    (*) [Total Clients],
    li.title,coll.name,
    SUM
    (CASE
    WHEN ucs.status=3
    or ucs.status=1 
    then 1
    ELSE 0
    END
    as
    'Installed / Not Applicable',
    sum
    case
    When ucs.status=2
    Then 1
    ELSE 0
    END
    as
    'Required',
    sum
    case
    When ucs.status=0
    Then 1
    ELSE 0
    END
    as
    'Unknown',
    round
    ((CAST(SUM(CASE
    WHEN ucs.status=3
    or ucs.status=1
    THEN 1
    ELSE 0
    END)
    as
    float)/count(*)
    )*100,2)
    as
    'Success %',
    round((CAST(count(case
    when ucs.status
    not
    in('3','1')
    THEN
    end)
    as
    float)/count(*))*100,2)
    as
    'Not Success%'
    From v_Update_ComplianceStatusAll UCS
    inner
    join v_r_system
    sys
    on ucs.resourceid=sys.resourceid
    inner
    join v_FullCollectionMembership fcm
    on ucs.resourceid=fcm.resourceid
    inner
    join v_collection coll
    on coll.collectionid=fcm.collectionid
    inner
    join v_AuthListInfo LI
    on ucs.ci_id=li.ci_id
    where
    li.title='SUG_Windows_
    Workstations' and coll.name='Update_complaince_workstation'
    --and ucs.status=2
    group
    by li.title,coll.name
    order
    by 1
    ankith

    What are you trying to achieve? Isn't it something similar to the default report
    Compliance 3 - Update group (per update)?
    A nice method to find reboot pending machines is described here:
    http://blogs.technet.com/b/smartinez/archive/2014/06/27/reboot-pending-report-how-to-create-the-report.aspx
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • GR55 Report - Need to add Document type in selection parameter

    Hi Friends,
    Our client needs to have document type in selection parameter for one report group which has 4 reports attached.
    Changes have been made and now document type is already there in selection parameter. But irrespective of document type Output is same.
    That is if i Give docuement type or not it gives me same output.
    This report is bein copies n new report is made.
    Can any one help me out with how go proceed further.

    Hi,
    This report is bein copies n new report is made.
    You just copied the output from an existing one right....
    Inorder to get the report documenmt type wise you also need to change the output format of the report.
    Ask your ABAPer to get this tobe done...

  • Report Needed to show WBS and Profit Center on Invoices

    I need a report of open and cleared invoices that show the WBS and Profit Center.
    I have tried the FBL5N and it doesn't populate it. Any other reports out there???

    You dont have to join them. Keep both profit center and cost centre in the cube. While defining the update rules, derive profit center from cot centre.
    In the report , keep profit center and cost centre as free char.
    The users can dynamically drill down and view the report for cost centre or profit centre or both.
    Another idea is to keep profit centre as a nav attribute in the cube and in that case, you dont have to derive profit centre from cost centre in the update rules.
    Ravi Thotahdri

  • Cross-tab report: need to SUM field and present as HH:MM:SS format

    I am creating a cross-tab report and several of the selected data fields I need to summarize are time-based fields, which are stored as seconds in the database.  When I create a standard report, the formula to convert the seconds to HH:MM:SS and SUM works just fine, but when I try to bring that formula field into the cross-tab report, it does a COUNT on it rather than a SUM.
    How can I get it to SUM that data and present it in an HH:MM:SS format in the cross-tab report?
    Here is the formula I'm using in the Standard Report to convert from seconds to HH:MM:SS and SUM the data.
    totext(abs((Sum ({wagent.acwtime})) / 3600),"00") & ":" &
    totext(abs(remainder((Sum ({wagent.acwtime})),3600) / 60),"00") & ":" &
    totext(abs(remainder(remainder((Sum ({wagent.acwtime})),3600),60)),"00");

    In the cross tab, do the sum on {wagent.acwtime}.  In the cross tab on the page, right click on the field for the sum, select Format, press the X-2 next to Display String, and enter your three line formula, replacing {wagent.acwtime} with CurrentFieldValue.
    HTH,
    Carl

  • HT201240 I need to add software and can't recall password. Recently had Apple transfer all files on my 2007 vintage IMAC to a new one.

    I recntly purchased an Imac and had a data transfer from a circa 2007 Imac. I can't remember by admin password to allow software downloads etc.

    Forgot Your Account Password
    For Snow Leopard and earlier
         Mac OS X 10.6- If you forget your administrator password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.
    If you are unable to boot from an installer DVD:
    (these will only work on Leopard or earlier)
      1. Boot to Safe Mode by restarting and after the chime press and hold down
          the COMMAND-S keys until a black screen with white type appears.
      2. At the prompt, type the following commands pressing return after each
          command line:
         /sbin/fsck -yf
         If you do not receive a "Filesystem OK" message then repeat this command
         until you do.  If after seven tries you still do not receive a "Filesystem OK"
         message, then the system is corrupted and needs to be reinstalled.
         mount -uw /
         cd /private/var/db/netinfo
         mv local.nidb local.old
         rm ../.AppleSetupDone
         shutdown -r now
    The second-to-last command above will cause OS X to think that the operating system is newly installed, and when the new owner starts up the computer it will send him/her to the startup wizard where he/she can start a new user without reinstalling.
    This last method does not actually change a password. It simply removes the user accounts and lets you create an initial admin account as if the computer were new out of the box.
    Reset Admin Password Using The Terminal
    You can reset the password by printing out (or writing down) and carefully following these steps.
    First, find the short name of the admin user on the machine. The easiest way of doing this is by looking at what the directory is called in the Users folder.
    Now, start in Single-user Mode. It should boot into a command line.
    Enter these exact lines. Press RETURN after each.
    mount -uw /
    ifconfig lo0 up
    cd /var/db/netinfo
    netinfod -s local
    Now you'll need that short name. Enter "passwd", a space, and the short name of the admin. For example, if the admin was rather prosaically called "imadmin", you would enter "passwd imadmin".
    The computer will now prompt you to change the password for "lmadmin" (or whatever the short name was). Go ahead and enter a new password.
    Now, enter:
    sync
    reboot
    and the machine will reboot. The admin password should now be changed.

  • Report need to be displayed and sent to spool

    Hi All,
    I have a requirement to display the output and simultaneously send the report output to spool and show the status message that report output is sent to spool with XXX spool number. Can you please help me regarding this. Its classical report.
    Thanks,
    Ram

    Hi,
    call the function module while displaying the report GET_PRINT_PARAMS.
    see the sample program http://help.sap.com/saphelp_40b/helpdata/pt/9f/dba5ef35c111d1829f0000e829fbfe/content.htm
    DATA: VAL,
            PRIPAR LIKE PRI_PARAMS,
            ARCPAR LIKE ARC_PARAMS.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          LAYOUT                 = 'X_65_255'
          LINE_COUNT             = 65
          LINE_SIZE              = 255
        IMPORTING
          OUT_PARAMETERS         = PRIPAR
          OUT_ARCHIVE_PARAMETERS = ARCPAR
          VALID                  = VAL.
      NEW-PAGE PRINT ON  NEW-SECTION
                         PARAMETERS PRIPAR
                         ARCHIVE PARAMETERS ARCPAR
                         NO DIALOG.
        IF VAL <> SPACE.
          LOOP AT ALVINTERNAL TABLE
           ENDLOOP.
        ENDIF.
      NEW-PAGE PRINT OFF.
    Prabhudas

  • I deleted bookmarks tab and need to add it and don't know how?

    I deleted the favorites tab on the toolbar and don't know how to add it back. Help

    In Safari SHIFT + COMMAND + B:
    Ciao.

  • COPA - Maximum number of value fileds and characteristics

    Does anybody know wich is the maximum number of value fields in COPA module . VVXXX
    I remember that in 4.6 it's something like 56.
    There's also a maximum, in the number of characterisitcs that you can use in COPA?
    Thanks in advanced
    Edited by: Xavi Herce Segu on Apr 7, 2010 11:51 AM

    Summary
    Symptom
    The technical limits for data structure of an operating concern could constrain further extension for large applications.
    The current limits are set as follows:
    50 characteristics
    120 value fields
    249 fields in table
    1948 bytes of table width
    Other terms
    data structure, KEA0, characteristics, value fields
    Reason and Prerequisites
    This was due to historical as well as performance reasons, because of database and system limitations in past.
    Solution
    As of basis 6.20 package 25 was extended the limit of database table length to 4030 characters. According that, the limits for CO-PA data structure are adapted as well.
    By applying of the attached source code correction the limits are extended as follows:
    50 characteristics
    200 value fields
    749 fields in table
    4030 bytes of table width
    Caution:
    The correction can be applied also in ERP release 4.70, but only under the condition, that basis release 6.20, support package 25 or higher is applied.
    Header Data

  • Adobe CS 5.5 (photoshop, premiere, etc.) and need to add Dreamweaver

    I have Adobe CS 5.5 (photoshop, premiere, etc.), however, I need to add Dreamweaver and I can't find where to purchase/download. Please don't tell me it's unsupported--I didn't buy it that long ago. Thanks for any help.

    CS5.5 is about 3 years old now and no longer sold.  You can either purchase the cloud or you can get a copy of DW CS6 from the following page on Adobe's website: Creative Suite 6 .

Maybe you are looking for

  • Validation: How to maintain the entry in GB02C

    HI FI GURUS n EXPERTS, My requirement is that - We want to restrict Negative posting for some GL i.e. For some GL balance should not be Zero. When I have made the search on SDN, I found it can be done with the help of Validation: OB28 & GGB0. Current

  • Iphoto not storing photos in Last 2 month folder

    Since I upgraded to Os X 10.8 when I download photos from camera,  iphoto is putting the picture in the Last import folder but if you download again from the camera a new  pictures the previous one do not appear anymore in the Last 2 months folder.(

  • Message ouput releasing a purchase order

    Hi all, Our issue is that message outputs are not processed when a purchase order is released.  At the moment of creation, outputs are determined with yellow status since dispatch item is set to 3 (Send with application own transaction), but when I r

  • NI cRIO-9004 safemode improper installation

    We are now working with 'CompactRIO Real-Time Controller - NI cRIO-9004', and facing many problems. hardwares we're using: CompactRIO Real-Time Controller - NI cRIO-9004 chassis: cRIO-9104 modules: NI 9472, NI cRIO-9411, NI cRIO-9221 Softwares we're

  • My SN is missing 4 digits, where can I get help to activate it?

    Please somebody help me