Add udf in standard report

Dear All,
Would like to ask if it is possible to add a udf in the Sales Analysis Report?
since this report only have Customer Code, Customer Name, A/R invoice, Total A/R Invoice and GP, i would like to show the COGS / unit price ...
thanks in advance

Hi Tac,
In the Standard Report it is not possible to define and assign a UDF field. A UDF field can be assigned to the forms which are available in the Manage UDF.
Regards,
Jitin

Similar Messages

  • Add fields to standard Report for T-code-S_PL0_86000028-Financial Statement

    Hi Sap Gurus,
    The standard trial balance report does not generate the trial balance report with the parked documents, since the parked documents do not update the posted documents tables.
    now i have to add that colum next to the normal items column and display Parked Document data.
    so please suggest me which is the best way to do it.
    1. Either copying the standard to Z prog and do it
    2. Or enhance in any point in the standard Report.
    this report seems to have dynamic programs in it so confused how to start on.
    Tr code is: S_PL0_86000028

    Hi Sagar,
    Adding a New field is a new requirement. Its a new developement and it would be good idea to
    go ahead and develope a Z-program.
    Using Enahancement- there is high possibility of affecting the functionality...
    Regards,
    Kittu

  • Standard Reports with Links

    I'm trying to create a dashboard on the home page of my application for the logged in user. The page ideally would have 2 interactive reports they could click on to navigate to edit the record. It seems I can only use 1 interactive report per page. Is it possible to add links on standard reports to map to the edit page?
    Thanks,
    Blake

    You're right that you can't use more than one IR on a page. And Jeff is absolutely right that you can use the Form with Report.
    However, if you already have an edit form built on the data you want to edit, you can indeed create a standard report and then link it to the existing form.
    Just create the report on your Dashboard Page as you normally would. When that is done and working the way you want it to, edit the dashboard page and then edit the Report Attributes of that report. Chose the column that you want to make a link to the form and click on the edit icon (on the far left) for that column. Scroll down to the COLUMN LINK region on the page. This is where you can set up the column to be a link to another page (or url).
    Depending on which column you chose, you'll probably want to use either one of the built-in images, or the actual column value for the link text. The quick links below this field will help you out with this.
    For TARGET, select "Page in this Application", and then enter the page number of the edit screen in PAGE.
    You'll also want to pass across the ID of the item you want to edit to the page. You do this by placing that item's name (i.e. P29_ORDER_ID) in the NAME and the replacement variable for the value (i.e. #ORDER_ID#) . Luckily the little flashlights help with this as well.
    Once you've got that done, apply your changes and your link should show up in your report!
    Hope this helps.
    Doug
    www.sumneva.com

  • 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

  • How to add additional fields to zreport which contains standard report code

    Hi Experts,
    In order to add additional fields to standard report i copied the code into zreport but i am unable to  add additonal field into report because the code is looking so complex.
    standard report:AQZZ/SAPQUERY/FKF1============
         or
    sapmenu->accounting->financial accounting->accounts payable->information system->reports for accounts payable accounting->master data->S_ALR_87012087-Addresslist.
    Additional feilds to add is :Region,company code,country
    Please let me know how toidentify ALV and guide me how to solve this.
    Regards,
    naresh.

    Hello Naresh,
    First check whether these three fields are available in the text elements area.
    Please write your code in the subroutine %comp_ldesc.
    Repeat the code for your three new fields
    perform ldesc(rsaqexce) using 'G00010000X010       00  A1'
        %txt1 %txt2 %txt3 'LFA1-LIFNR' LFA1-LIFNR 'LFA1-LIFNR'.
      read table %textpool_langu into %textpool_langu_line
                                 with key ID = 'I' key = 'A01'.
      if sy-subrc is initial. %txt1 = %textpool_langu_line-entry.
      else. %txt1 = %txt_unknown.
      endif.
    So this subroutine will give you the basic list. Now Program is creating ALV with this basic list. So I think you don't need to worry about that. Please have a thorugh look at the code over this perform, and write accordingly.
    I think this is enoogh.
    Please update if you got the solution, which will be informative for others.
    regards,
    Antony Thomas
    Edited by: Antony Thomas on Jul 27, 2010 7:57 AM

  • How to add UDF table on the Againg AR report.

    Hello,
    I need your help.
    I'm using SAP B1 2007A SP:01 PL:10.
    On the Customer Receivable Aging report (detailed receivables againg report), I'd like to add Database "OINV" of UDF on Sales Order but when I try to select source type-database and I don't see the table "OINV" from the selection....
    Could someone help me this ?
    Thank you.

    Hello,
    This report is one of the hard coded PLD that do not allow you to add UDF.
    Thanks,
    Gordon

  • How to add new text field in standard report

    how to add new text field in standard report?

    Hi,
    I presume you are talking about a report display in ALV and u wish to add a column to it .
    If it is a global requirement ,as in table being used there in ALV can be modified, then you can append the table and the system should pick up the same automatically from there.
    Otherwise , you can make a Z program . Modify the catalog being used in ALV.
    Regards,
    Shweta

  • Copy and add standard report

    I have a request to add few column in the standard report (T-code F.19, program, RFWERE00), so i copy the program and proceed modification, when i check the code, it has error. I would like to know can I have any solution to add column into the report. Thanks!

    hi
    make changes in ur list_item table then u wll get the required output in ur tcod
    hey the ouptput is comging for me
    with Regards
    Rohan Shetty
    Edited by: Rohan Shetty on May 7, 2008 6:41 AM

  • Add one field in standard report

    Hi all,
    I want to add one field in the standard report WS_MONITOR_OUTB_DEL_FREE.
    For this I didn't find any User exit or BADI? What is the procedure to add the field in the standard report
    regards,
    Rama

    Hi Ram,
    it would be very difficult for you to find an enhancement for such a requirement.
    Though i can suggest you to do following analysis and then decide.
    See which version you are using if you are using ECC5.0 or above you can use implicit enhancement to append field to the final structure of your report as using implicit enhancement you can add fields to structures.
    then find another implicit enhancement to populate this field in your structure.
    thanks

  • How we can add custom field in standard report 2kee.

    Hi,
    How we can add custom field in standard report 2kee.
    I need one extra field to add in 2kee report for the same is there any customization req.
    Regards
    Ravi

    Ravi,
    Which extra field do you want to add or see?  Without specifying the field, it is difficult for one to tell you precisely whether you need a custom field or just change the layout to get the standard one.
    There are so many fields which exists but are not displayed when you execute 2KEE. You need to change the layout selections to your preference.
    Nonetheless, if the field you want to add does not already exist, then yes you can do customization.  Is there a customization requirement? No. But remember, you are making changes to SAP Standard program which will no longer be supported by SAP should in the case an issue arise in the future related to this very program.
    Have your abaper add the said field in the program or why not just create a query to pull the report?
    Elias
    Edited by: Elias Akorli on Sep 18, 2009 9:02 PM

  • 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

  • Standard Report RFKABLOO i need to add email functionality

    In Standard Report RFKABLOO i need to add email functionality. I am a bit
    Confused with the field groups used and insert statements as:
    INSERT
      icdpos-tabname
      icdpos-tabkey
      icdpos-fname
      icdpos-chngind
      icdpos-f_old
      icdpos-f_new
      fldtype
      fldleng
    INTO daten
    Its having some includes too flags set. Can anyone suggest how to proceed.

    Hi,
    did you try STR+F7?
    do you mean report RFKABL00 (00 -> zero zero) or oo?
    We only have RFKABL00 (zero zero)!
    regards, dieter

  • 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

  • Standard Report VA05 Adds up Returns Value and Qty :(

    Hi Gurus,
    We have an issue the standard Report VA05 Adds up Qty and Value of Returns Orders/ Credit or Debit Request which gives up a wrong value when you look at the Total.
    I checked up with IDES and it is just the same. Any Help how to overcome the issue
    Regards
    SK

    Hi
    VA05 being a standard order display report it will give you all the order types.
    There are 2 ways of doing this.
    1. Click on addtional selection criteria button and select the sales document type in your selection. You will only get the order types you want.
    2. Run the full report and then filter out the order types you dont want and save that as a variant.  You can set this as defualt variant so when your run next time the unwanted order types like Debit memos, etc will not come in the report.
    Regards
    Yatin Thakkar

  • Reg: Parameters to add SAP Standard REport

    HI all,
    I want to add extra parameters to sap standard report. how to add it.
    regards
    JK rao

    Hi Janardhan,
    As SAP recommended, you should not change the standard report, if u want to get support for future versions.
    its better to create a new report by copying old one and adding new field as u want.
    Consult your ABAPER regarding this.
    I hope this will solve ur problem
    Thank you,
    Purnachandra RM

Maybe you are looking for

  • In RoboHelp 11 Responsive HTML5, is it possible to have 2 different language outputs in one generated output file?

    In RoboHelp 11 Responsive HTML5, is it possible to have 2 different language outputs in one generated output file, similar to WebHelp where the use can select the language from a drop-down list? In Webhelp output you could create multiple Content cat

  • Can't connect/log in/post on/open many websites

    Intro I'm currently in Viet Nam, so I assume some of my problems are related to censorship policies, since I never had such problems before in my home country (Canada). I've been here for 3 months and I still have a month to go. Details: I can load s

  • Dynamic Select of Row in a table in webdynpro Abap

    Hi,   I have an requirement, I have an table  and a button, I need to select a row in a table based on button action. For example : in a table i have 3 rows. I am submiting a value in a button, I want to see that row highlighted for the value I am se

  • Is this iPod dead?

    My wife's iPod appears to be dead. It is fully charged, I have attempted to restore it, and not much happens. The display is in black and white and it the click wheel doesn't work (although I could reset it by holding menu and select). Is it time to

  • Dell xps 8700 cant find gtx 970

    I recently installed a new evga gtx 970 into my dell xps 8700. The pc loads up properly but the gtx 970 isn't found in the device manger or nvidia's experience program. I have tried resetting default bios settings with no avail. In the device manager