New column in Standard Report

HI all!
Can i create new column in standard report of B1.
Thanks!

Hi Tien,
What do you mean by standard report? such as the aging report?
Kindly be noted that it is not possible to change System Matrix.
If you mean the print layout of report, you can modify the report template with PLD
Regards, Yatsea

Similar Messages

  • Creating a new column in SAP reports

    Hi All,
    I need to add a new column in, Financials -->  Financial Reports --> Accounting --> General Ledger.  When I try to create a column, it says Column already exists.
    Kindly advise me if it is possible to add new columns in SAP reports.
    TIA,
    Satish. B.

    Hi Satish,
    you can't add a column to a system matrix using UIAPI - the only way is to add a userdefined field
    And check this thread..
    New column in Standard Report
    Hope it helps,
    Vasu Natari.
    Edited by: vasu natari on Jul 22, 2009 7:38 AM

  • 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.

  • I want to add a new field  to Standard report  tcode : QM10.

    hi friends,
    I want to add a new field  to Standard report  tcode : QM10.
    how  do i manage it without creating a Z report.
    Please help...

    Hi,
    SAP provides include structure CI_QMEL for QM10 transaction.
    so create CI_QMEL Structure and add field as u need.
    But after that u need to assign it some where i don't know , check with ur funcntional consultants.
    Thanks,
    Ananth

  • 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 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.

  • 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 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

  • Regarding new columns adding in report painter S_ALR_87013611

    Hello Experts,
    I have requirement that, we have a Std report which is developed in report painter S_ALR_87013611.
    We want to add 2 new columns in the output. Those 2 new columns from a Z table.
    Can any body tell how to do this.
    Thanks,
    Suresh

    Hi,
    You have to use the report and get the output then go to settings and report layout and in that Lead column and key and description.This might help you.
    Regards,
    Gokul

  • How to add a new column to a report

    I want to add a new column to my existing report. I modified the using report wizard and added the new column. When I pressed 'Finish' I lost all my previous settings. Without changing the existing stuff, how can add a column to a table.
    Any help is appreciated.
    Regards
    Leena
    null

    go to the data model editor
    click on query .
    add new columns in select statement.
    add the corresponding fields in layout model
    compile it
    run it
    srini

  • Addiing new column in QA33 Report

    Dear Sir,
    We need to add a new Column (a new field)  in QA33 Report . This new field is "Result Recording Date"  and for this we need to make modification in Std QA33 Report .
    Kindly guide us as how can we make the enhancement pl .
    Rgds
    Sonia Agarwal

    Hi Shailaja Ainala
    Thanks for guiding . 
    I am new to  the  aspects related to "Using BADI QEVA_SUBSCREEN_1101  for adding a new field say Result Recording Date in the QA33 output Report" .
    It will be a great help , incase you pl guide me as what steps need to be followed to implement the suggested soulution (if possible pl give syntax also) .
    With Thanks and Rgds
    Sonia Agarwal

  • How to make new column of Interactive Report permanent

    Hi,
    after changing the query of an interactive report (adding a new column) you have to add the column from the Actions Menu -> Select Columns function of the report.
    But this change isn't permanent. After i logout and login again, or a user goes to the specified report, the column isn't visible.
    Is it possible to make this permanent, because the only solution i have found it to recreate the report, which is not a good idea.
    Thank you.
    Teo
    Edited by: temm on Sep 14, 2011 11:21 AM

    Hi,
    Login to Apex builder. Run page where you have IR.
    Select columns you like display. Then from action menu save report default layout.
    Regards,
    Jari
    Edited by: jarola on Sep 14, 2011 11:23 AM
    See documentation
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/bldapp_rpt.htm#sthref1287

  • Urgent..Unable to add new columns to Standard region.

    Hi all,
    Requirement :
    Create new columns (DFF columns) in a region(display-only) on the confirmation page of iExpenses.
    Options Tried:
    Personalize the Region:
    - The VO object did not have the DFF columns, so modified the standard VO. I was able to see the new fields through "About this page"
    - But the region does not have "Create Item" Link.
    Why am I not getting this link? How do I enable it?
    Modifying the Region:
    Modified the standard Region and did an XML Import. But the new fields are not showing up. Even when I do a jdr_util.PrintDocument, the new fields are not showing up in the XML definition.
    Has anybody faced a similar situation/have an idea to solve this issue, please advice. Any new approach is also welcome.
    Your help on this would be highly appreciated.
    Thanks,
    Ashok.

    Why am I not getting this link? How do I enable it?
    Create item is enabled only for Site and Function level personalizations. Once you navigate in to personalization tool choose the context to Site and you should get Create Item Icon against the regions. Also make sure to click on Complete View button to enable all the regions.
    Modified the standard Region and did an XML Import. But the new fields are not showing up. Even when I do a jdr_util.PrintDocument, the new fields are not showing up in the XML definition.
    You should not be doing this, you should use personalization to add new items. Why the items not showing up even if you modify the standard region, you might have imported the file in a wrong package structure.

  • Adding Columns in Standard Report RWBE

    hi ,
    could u please tell me what are the guidelines we have to follow while adding fields to the standard report RWBE. I am looking into Enhancement spot for it, or is there any method to do it.
    Regards
    Ali

    Hi Ali,
    In order to add fields to the report RWBE you can use this exit: COOPA003.
    Regards,
    Quddus.

  • How to add a new column in a report

    Hi all,
    I originally created a report with form. Then I want to add another column to it, but the column added wont display automatically in the report, instead you
    have to go to "action" and manually add the column so it can be diplayed in the report.
    How can I permanently and automatically add it please....thanks

    Hi,
    You can change the column position in interactive report as well. Once you login to your work space, run the report page. In the control when down arrow, click on select columns. Now you can re-arrange the columns as you like using up and down arrows. You can also move the column to DO NOT DISPLAY section if you want to hide any column in default view. Now click on apply.
    Review the report now if it displays correctly then click on the down arrow the control wheel and click on save report. From the dropdown list in the Save field, select "As default report settings". This will save the report for default view.
    It should always display same when you open this report page.
    Hope this helps.
    Regards,
    Tajuddin
    Web://tajuddin.whitepagesbd.com

Maybe you are looking for

  • Premiere Pro Freezes mac while rendering Fast Color Corrector & Rgb curves

    I am having a problem that is impacting our business. We are doing commercials that we are doing color correction of the subject using Fast Color Corrector and RGB curves. When these effects are added to the sequenced video, the performance of the Ma

  • HT1338 will i lose my photos if i update my software

    I need to update my software...updated my iphone now cant get my music to phone unless i upgrade both itunes and OSX..have mac osx 10.5, can I upgrade to leopard??  and will i lose all of my photos from iphoto if I can???  HELP!!!!

  • Load local files in FMP?

    i cannot load a local file into FMP.  i assume this is due to the fact that the FMP swf runs on adobe's servers and is therefore subject to a remote sandbox. however, this makes testing websites locally difficult.  is there any way around this? one i

  • No Instant Client 10.2 for Mac PPC?

    I'll skip the rant about there not being an Oracle Instant Client for Intel Mac since that appears to have been covered in a previous thread. But where's the 10.2 instant client for PPC Macs? All other platforms (at least the ones I care about) have

  • Converting a movie to youtube

    Hi, I encoded a video using apple pro res 422 (Proxy), the final size of the video was under 2gb but when I uploaded it said it failed to convert on youtube. I'm now trying to re-encode this video to another format but I'm using windows and don't kno