Need extra field in S_ALR_87013611 report

Hi There,
I want to modify report S_ALR_87013611. I want to add one column for object currency.
I think S_ALR_87013611 reports using planning layout 1-157 (standard report).
I want to customize this standard report and create variant for users so they can have extra object currency field in report.
can any one suggest me how can i add custom planning layout to S_ALR_87013611 report.
Thanks in Advance.

For you to know that kind of technical information, go to the report transaction code S_ALR_87013611. Here, in the menu goto Environment -> technical information. This will give you all the needed information. In this case, library would be 1VK.
Also, go through this document. It will cover a lot of topics regarding report writer and painter.
http://www.virtuosollc.com/PDF/Get_Reporter.pdf
http://sapdocs.info/wp-content/uploads/2008/11/report-painter.pdf
Shail

Similar Messages

  • Column Headings in the report and adding an extra field to the report

    Hi All.
    I had an issue like i need to put column headings for a report and I want to add an extra field to the report.
    The problem here is that the report was actually cloned from a Query.At the time of cloning,they forgot to add the column headings.
    Now we need to add the column headings for the same.How can we proceed for this and where we need to add our code?
    How to add an extra field  to the existing report?
    Any pointers will be very much helpful.
    Regards,
    SSR.

    Hi,
    you can get this done in 2 ways:
    1 - Change the query to add another column and the re-generate the report
    2 - If changing query is not possible, you can change the report it self for adding extra field. If you look at the code, it will be more like normal ABAP code. you can easily modify it (If you are ABAPer) for your additional requirements.
    thnx,
    ags.
    Edited by: Agasti Kale on Jun 12, 2008 6:26 PM

  • Need to add extra field in BEX report

    Hi  Experts ,
    I have a problem in bex report.
    scenario is like this--
    APD will generate the BPS Daily report on Branch, Group, Area, Region and total company levels and then exports  into a flat files stored in appserver
    and i got the requirement to change the layout of the report. The client wants to need the one field extra ie. 'REPORTS RUN DATE '
    and i am stuck here how to add this field in my report ..
    Please help me  ASAP.
    Thanks a lot in advance
    Saurabh

    hi,
    Enhance your APD and in the target add field REPORTS RUN DATE .
    Fill this using ABAP routine which populates the sy-datum in this field.
    regards,
    Arvind.

  • Insert extra field in ALV report

    Hi All,
    I’ve requirement like … need to add Vendor’s ‘Country Code’ very next to ‘Tax code’ field in standard SAP standard ALV report S_ALR_87012357 .
    I’ve copied program (RFUMSV00) into z-program.
    But I’m not getting any idea how can I add extra field in field catalogue and corresponding value in internal table.
    Any ideas please…..
    Full points will be rewarded for useful answers…

    I didn´t understand the question very well, but if i am in certain, you will have to modify the internal table to add the field. If the table which shows the alv is like a data base type, you will have to modify this in this way:
    data: begin of gt_table occurs 0,
         include structure ,
         new_field type XXXX.
    data: end of gt_table.
    Then, you will have to add this new field to the field catalogue, in this form:
    ls_catalogue-fialdname = 'NEW_FIELD'.
    ls_catalogue-tabname  = 'GT_TABLE'.
    etc...
    Luck in your requeriment.
    ls_catalogue-tabname  = 'GT_TABLE'.
    etc...
    Luck in your travel.

  • Addition of extra fields in Standard report

    Hello Friends,
                  I just wanted to add some extra fields in the standard report MB51, MB52 & MC.1. I wanted to add some of the fields from Basic data1 & 2 screen.
                  is there any method to do this.
    Regards
    ACP

    Dear
    Please check the folloiwng :
    For MB51/MB51 -Additonal field : SAP note 357187
    Refer this useful theard  from expert : Re: req additional fields in MB51
    Regards
    JH

  • Adding extra fields in S_ALR_87012085  report

    hi,
      i want to add two fields in vendor ageing report t code S_ALR_87012085  report.pls help.

    Hi Sudip,
    S_ALR_87012085 is the transaction that is called. Within this transaction, the report RFKOPR00 is called.
    You then could copy or modify this report and add the fields you need.
    Regards,
    Marc

  • Need extra field in J1I5 for delievry document number.

    Dear All,
    in J1i5 when updating RG1 i need one extra colomn that is delivery document number
    so how to do this'
    as its only coming the PGI number i need one extra colomn of delivery document number.
    Regards
    Subrat

    Dear Subu,
      As I have already mentioned that it is not possible to add a new column for J1I5 transaction. But You can add a new column for the report  which you are downloading. For this you need to do a development for it.
    I hope this information is helpful..
    Best Regards
    MBS

  • An extra field in a Report

    Hi all,
         I have a requirement to add an extra column to an existing BW report in BEx on a cube.
         The query now displays the country, material, inventory amount in stock and the value of inventory in USD. The new column should have the inventory value converted in to the local curency.
         Any suggestions are appreciated. Thanks.

    You can use the standard BW Curreny  conversion for getting the new key figure in local curreny. Check the links below:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/287bab90-0201-0010-f48e-cc55b0cd13d0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5ff89c90-0201-0010-5a94-8e99f0bf799b
    Thanks.

  • Can we add extra field in  drag and drop reports

    Can we add some extra field in sales A/R drag and drop report

    Hi
    My understanding about the drag and
    related function is:
    Since Drag and Relate is a query based system, you can
    recreate the Drag and Relate query/result in the Query generator. From
    here you can save the query and access it through the Tools -> User
    Queries. You can also create your own reports through Tools -> User
    Reports.
    If you get a 'no matching records found' error whene using D&R,
    it means the user has created a wrong relation.
    i.e. use the BP code instead of the BP description etc.
    Note! Users with a full authorization to the Drag & Relate function
    can view any data in the system, similarly to a case where a full
    authorization is given to regular queries. Therefore, it is recommended
    not to assign regular users with a full authorization to the Drag &
    Relate function.
    Please have a careful read of the documentation to apply the
    functionality to your needs.
    Furthermore, we could do the following testing:
    e.g. create a UDF on sales order
    and create two sales orders with the
    same UDF value, e.g. ABC
    then we drag the UDF ABC to the sales order , we could get the list of
    these two sales orders.
    Could you also let me know your detailed requirement for this functionality?
    Best Regards
    Helen Sun

  • Need to add Purchase Order field in Standard report in report painter

    Hi Gurus,
    I have a requirement to add an extra field in Cost center:Act/Plan/Comm CC Cur report.This is otherwise a Z report in report painter with 0% code (T-code : GR55-> Report group->Report).But,when we go to technical information of this report,it has four standard sap programs,which contains code for this selection screen.It does not even have a modification scope.
    Selection screen of this report contains following parameters:
    Selection values:
    Controlling Ar
    Fiscal Year
    From Period
    To Period
    Plan Version
    Selection Groups:
    Cost Center Group
    Or value(s)
    Cost Element Group
    Or value(s)
    My requirement is to add one more parameter : Purchase oeder in new block:
    Is there any way to achieve it.
    Note: Copying the standard progs into custom prog is not working,i already tried that.
    Please let me know your suggestions,if any one of you came across such requirement before.it is very impoertant for me.
    Thanks in advance,
    Meenakshi

    Hi Subramaniyam,
    You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.
    cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.

  • How  to add an extra field in the output of a predefined report

    Hi everybody,
    I have to add an extra  field  by name  "DAYS"(VTBFHAPO-ATAGE) in the output of a predefined report" RFTMBL01".
    please provide me the code and where to add in the predefined report

    Hi  Pasquale Isolato
    the predefined alv report name is "RFTMBL01" . If u r  with system  please check the code and the field name i have to add ids"DAYS'.
      if u are not with  system please reply me so that i will sen the code also
    Thanks in advance

  • Adding an extra field in customer statement report

    Dear all,
    We are on SAP B1 2007 PL42. How can we add an extra field eg a UDF on a customer statement in PLD? The system's customer statement have all fields as "free Text".
    Kind Regards,
    Asif

    Hi,
    I have created a free text field in PLD- named Field_101. I have also created a database field from the OINV table and referenced to the UDF "U_FileNo" named Field_102.  On field_101 I have linked to Field_102 but on previewing the report the field is empty/blank.
    Thanks
    Asif

  • Extra Field gone after reopening a saved Report

    Hi all,
    Maybe it is a stupid question but when i have builded a report with the wizzard and i add a extra Field and i save the report as a rdf. The next time i open the saved report the extra Field is gone.
    Does anybody know why?
    Thanks in advance,
    Daniel

    The Fields are present at the object navigator. But i know what the problem is(i guess); sometimes i saved the report with the added fields and after that i try to run the report and suddenly the Reports Builders exits.. normally i restart the Reports Builder and then i am lost the Fields although i saved the reports before.
    What i did is:
    - create the fields manually
    - saved the report
    - exit reports builder
    - start reports builder
    - opened the saved report
    and the fields are still there(in the object navigator and in the paper report) ;-) !
    Thanks for your support,
    Daniel

  • Extra field on Stock In Warehouse Report

    Hi Experts,
    Is it possible to add an extra field to the Stock In Warehouse Report?  I want to show the Item's Sales Weight, but when I add the field, the weight of the first item is just repeated for every item.
    I have had to use Alt & Shift to access the table OITM table.
    Thanks
    Greig

    hi greig,
    Have u entered item description in foreign language in item master ?
    You can add UDF to standard reports like Stock in warehouse report ?
    Reports are linked with PLD dynamically,U can't link datbase field in PLD template,Report is linked internally with free text.
    Better develop query based report(ie. Query Print Layout designer).
    Jeyakanthan

  • 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

Maybe you are looking for

  • Using BAPI to upload Equipment Master (IE01)

    Hi, Can any one help to do below object...that i need for resume. Pls provide me compelete details with code or else give me guidelines  in detail to carrayout..... i should be thankful to you.... •Using BAPI to upload Equipment Master (IE01). Fields

  • Aggregates  (Levels)

    Hi, Somebody know if exist a Table where I can get the level of an aggregate? I have many Cubes with many aggregates (e.g. Aggregate 100100 Parent / 100101 Child / 100102 Grandson, etc..) I need to separate all aggregates Parents, and childs. **I kno

  • Height in feet and inches

    I have a string value for height in the database that I would like split out into feet and inches. For example the value right now is 66, 65, etc...

  • Setting the update batch of entity at runtime....

    Hi , Is it possible to set the update batching of entity records at runtime when the number of entity instances exceeds a specified number....???? In other words , to simulate the check the checkbox "Update Batching" of the "Tuning" window of the pro

  • Error Loading data from oracle to flat file in oracle data integrator

    Hi All, I m trying to load data from oracle database to flat file.But I am getting the error at step "Insert new row"(integration) Error Message is: 7000 : null : com.sunopsis.jdbc.driver.file.b.i com.sunopsis.jdbc.driver.file.b.i      at com.sunopsi