To add new characterstics to a report group

Hi,
We have created a report group under 601 library. Structure used is CCSS. But we need the field currency type to be added as a characterstic. Since it is not avialable in CCSS we are unable to do that.Please suggest a way.
Thanks,
Seema.

Hi Shamia,
Check these Tcode for Report painter,
Report painter....
GRR1, grr2, grr3
GS11, 12, 13 for variable
GS01, 01, 03 for sets
GR51, 52, 53 for report group
GR21, 22, 23 for library
for export-import:
-Any new variables (GS17 - Export ,GS18 - Import )
-new sets (GS07 - Export ,GS08 - Import )
-new report (GR37 - Export ,GR38 - Import )
-new report group (GR57 - Export , GR58 - Import )
-new library (GR27 - Export , GR28 - Import )
[Report Painter|http://www.virtuosollc.com/PDF/Get_Reporter.pdf]
Hope your problem solves.
Thanks & regards,
Dileep .C

Similar Messages

  • Reg:HOw to add new charactersitics in standard report

    hi all
    HOw to add new charactersitics in standard report
    regards
    JK Rao

    You need to copy the std report and make necessary changes in the copied report. SAP does not allow changes to std report. The technical details of the report can be seen by selecting from the menu Extras - technical information. Select the library and Report name. Copy the same using t code GRR1. Carry out necessary changes and SAVE. Before execution, you will have to specify the report group in which report needs to be attached. You can choose and existing group or specify a new one.
    Regards
    Rakesh Pawaskar

  • Add New Column in ALV Report of Standard SAP ME28.

    Hi anybody,
    I want add new column in alv report of standard SAP Program ME28 Screen.
    Add Last PO Price column inside ALV Report ME28 Screen.
    Can u please anybody tell me how to add new column in ME28 Screen.
    Thanks
    S.Muthu.

    Try to find any BADI for the same
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    OR
    Also one more option is to copy ME28 and, make modifications to the copied program.

  • Add new column to System report

    Hi experts!
    Can i add new column  to System Report ( Ex: Inventory Status, Agent Report which new Column as "Test") by SDK.)
    Please give me ideas.
    Thanks!

    Tien,
    Using SDK its not possible to add a new column to the existing system reports. As a work around what u can do is use the PLD to design a layout with the new column.
    Hope it helps,
    Vasu Natari.

  • Get error when add new object in crystal report

    hi
    i have this error "You are attempting to use functionality that falls under the Crystal Decisions Report Creation API license. This system does not have a valid license, or the evaluation copy of the license has expired. Please contact Crystal Decisions to obtain a Report Creation API license."
    when i add new object in crystal report with vb.net
    ""CRReport.Sections.Item(ii).AddTextObject("new text", 1000, 0)
    i do same program for 3 months ago but i lost it work without error
    ihave a license key for crystal report
    use cr10 with vb.net 2005
    can help me
    thanks

    Also, check out the blog [Use of the Report Designer Component (RDC) in VS .NET|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID0468837450DB00359707053703393347End?blog=/pub/wlg/15939].
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Add new table in pricing report

    Hello,
    how is it possible to add a new pricing condition table to the pricing report? In transaction V/LB, the option ''Add table'' is not available.
    Thanks.

    you cannot add tables to the pricing report V/LB. you will have to delete the existing report and create a new one , and then you can add this new table.
    Regards
    Sai

  • Add new column to the report

    how can I add a new column to a report ?

    this the code for the trigger
    function BeforePForm return boolean is
    begin
    --     insert into test_java values(:p_order_by);
    --      commit;     
    --return true;
    IF Check_Access_For_Token(:p_Token, :p_Appmod_Code) THEN
         return (TRUE);
    ELSE
         srw.message(1, 'You do not have access to the report!');
         return (FALSE);
    END IF;
    end;
    please help I need this for today

  • How to add new field at standard report,?

    Hi expert,
    How do i find an easy way to add new field using this tcode  s_alr_87012332 ?

    Hi,
    In order to add a custom fields , please chech the enhancement MM06E005.
    Here, you can get includes in which you can place ur field.
    Hope this helps.

  • How to add new fields to standard reports

    hi friends,
                 im into ABAP and working across all modules..the basic thing is users and functional people are not satisfied with the standard reports..they need some logic change or to add some more fieldsinb the standard reports.For logic change we have to copy the standard to zprogram and can do or create a new program itself..but in many cases they ask for extra fields.how to achive it ..
    for example my requirement now is adding vendor name field to the report FAGGL03 ....i found a badi and have make changes to it ...now the vendor name will be coming in sgtxt over writing the text ...but they need text also...now what shall i do???
    append structure vendor name field in faglposx table ....???how to find out the final internal table from where the output is coming ????
    ?when we check the standard rewport codes...there are lot of include statements perform statements etc  ...how to find out the final structure or internal table which has the output values..???

    hi
    it would be better if u giv full name of the report
    if ur displaying the data in alv then search for the
    word REUSE_ALV_LIST_DISPLAY REUSE_ALV_GRID_DISPLAY from which u can get the final table name
    then check the data that is comming into
    try using implicit enhancement or any other exit in the declaration and declare a new structure with the field and append it to the field catalog
    if ur displaying the data using write statement
    then create a zprogram and add a write statement
    fi ur unable to find here the final table then after displayign the report start the debugging and double click on any row to find out more easily
    shiva

  • Add new field in the report VL06O - List outbound deliveries

    Hi,
    In the report VL06O -> List outbound deliveries, we have to add a new column that will show the INCOTERM (KNVV-INCO1). How can I do that please? using User Exit or a BADI? Which one?
    Thanks in advance.
    Saida.

    Hi,
    Exactly, this is the solution. Thanks a lot.
    In fact, we have to add this field to the structure LIPOV, use the user exit EXIT_SAPLV50Q_001 to get this field. But we must also execute the program BALVBUFDEL to set the system Buffers. Then the field will appear in the list of Hidden fields in the transaction VL06O.
    Saida.

  • Add new line in ALV report on click of button...

    Dear All,
    How to add a new line for input in ALV report at runtime, on click of a button.
    Waiting for early and favorable reply.
    Regards,
    Dharmesh Vyas

    Hi,
    First of all u have to Create ur own PF-status and Assign Fcode e.g 'INSERTROW'.
    So, whenevr you will click Insertrow button it will be triggered in your User Command and then just Append the blank line in your Final Internal Table.
    And Refresh Icon will be there by default...
    To Trigger it You have to write rs_selfield-refresh = 'X'
    You can also follow the below link...
    Try it.
    Link:[http://wiki.sdn.sap.com/wiki/display/ABAP/ALVeasytutorial].
    Regards
    Arbind

  • Add new line in ALV report and Refresh button

    How to add a new line in a ALV report?
    How to add a refresh button in a report?

    Hi,
    First of all u have to Create ur own PF-status and Assign Fcode e.g 'INSERTROW'.
    So, whenevr you will click Insertrow button it will be triggered in your User Command and then just Append the blank line in your Final Internal Table.
    And Refresh Icon will be there by default...
    To Trigger it You have to write rs_selfield-refresh = 'X'
    You can also follow the below link...
    Try it.
    Link:[http://wiki.sdn.sap.com/wiki/display/ABAP/ALVeasytutorial].
    Regards
    Arbind

  • Add new virtual characteristic in report writer

    Dear gurus,
    I would like to add a new virtual characteristic 'ZZWKDT' (work done date) so that I can filter my report with this selection criteria. This field has been added to structure "CI_CCR1S". But I don't have any idea on where should I code my program in order to tell the system to fill the "Work done date" from the data I retreived and filter tthose record which not meet with user selection from being displayed.
    Pls guided me accordingly asap.
    Thanks & regards,
    LOI

    Dear gurus,
    I would like to add a new virtual characteristic 'ZZWKDT' (work done date) so that I can filter my report with this selection criteria. This field has been added to structure "CI_CCR1S". But I don't have any idea on where should I code my program in order to tell the system to fill the "Work done date" from the data I retreived and filter tthose record which not meet with user selection from being displayed.
    Pls guided me accordingly asap.
    Thanks & regards,
    LOI

  • Unable to add new WLC to the Mobility Group

    Hi,
    Any help will be very welcome.
    I recently add a second CT5508 to the network, but when I tried to add the first 5508 to the mobilty group I received a message like this:
    "error in creating member"
    I've tried different mobility names, via GUI, via CLI and always the same error.
    I've verified twice or more than twice connectivity issues or any error on the entering the MAC and IP of the controllers, everything is fine.
    Any idea?
    I'm using version 7.0.116.0
    Thanks

    Hello Moises,
    Did you load a configuration backup from your first WLC to the new second WLC? If so, it's possible we have a stale duplicate entry from loading a configuration.
    On the WLC where you cannot add the member, let's try clearing out the stale entry from the CLI:
    config mobility group member delete 00:00:00:00:00:00
    Then, try to add the member and see if it works.
    -Pat

  • Exit for IW31 to add new partner depending on Planner group

    Hello,
    I am having a requirement, where i need to add a partner (by default) in tab partner of transaction IW31, depending on Planner group .
    I had tried all the exits like : ICSV0003
    ICSV0007
    ICSV0008
    IEQM0004
    V09A0002.
    But the above mentioned exits was not getting triggered after entering the planner group data in transaction IW31.
    can any one please help me to find the exit or enhancement points?
    Thanks in advance
    Darshana

    Hi Danish,
    Thanks for your reply.
    But this is not getting triggered after i entering the value in a field planner group (tab header) and then going to tab Partner tab to check defualt added value.
    kindly let me know for any other exit.
    Regards,
    Darshana

Maybe you are looking for

  • Will I be able to sync on both mac and pc?

    I'm planning to buy an iPod but right now, I don't have access to my MBP (which I primarily use) and thought that I could sync my stuff from the PC. I'll eventually get my MBP back and would like to use it there. Is it possible to sync on both a Mac

  • HDMI LCD Big Screen

    Hello - I have a nnewly purchased 37" Protron LCD hat has HDMI input. i have a DVI to HDMI cable and the TV says no signal and the MBP does not see the TV. Suggestions - Cable?

  • Log-in = error every time

    Every time I log into the Apple boards I get this error: "Looking for something on Apple Discussions?" This seems to have plagued the boards for a while now, not that I remember anything before it. I simply press back in the browser and I get to the

  • CS3 Program Has Encountered An Error

    Hey, up until recently my Photoshop has performed perfectly well. Yesterday when I was trying to save an image as a PNG, I pressed save then clicked OK on the small PNG Options / Interlace box and then the program completely crashed, encountered an e

  • Avoid annotation in XSL output

    Hi I am using SAX/XSL to parse an XSD document and display an output in a JTRee. I would like to avoid the annotation text in the XSD document frm appearing in the output.... Please help me with it... Can I use XSL itself to avoid the annotation text