Standard GR/IR report with the followingfields?

Hi All,
Transaction FBL3N gives a list of open GR/IR items at a keydate. However, I'm looking for the following fields to appear in the output
Purchasing doc#, line item, Vendor number, vendor name, Material, Quantity, Accounting document no., Document date and Amount.
I've tried adding certain fields using the Layout option but still havent got all these fields together. Is there any standard SAP report which would give me this output or would I need to develop a custom report?
I also tried ABAP query but there;s no link between an accounting document and Purchase order apart from the "Assignment" field in the BSEG table which has purchase orderno. and line item combined into a single text field.
Thanks
Tejas

The link between the PO and the accounting document is not a simple link, so you will not find it on the same line in ANY standard report.
You will either have to write a custom report or use two reports or similar.
Are you also aware of transaction MR11 this also does not display it in the format you want but it is a relevant transaction for open GR/IRs.
I would be interested to know what you want to use this report for and why you need the accounting document numbers to be displayed like this? It might help us to help you if we know what you are trying to achieve.
Steve B

Similar Messages

  • Creation of report with the help of report painter

    Dear Experts,
                         I need report painter material, if any body have  pls  farward to me.
    my intension to create controlling report with the help of report painter.
    I am ready to award full points.
    Thanks in advance
    Regards
    avudaiappan
    Moderator - Please read this:
    /thread/931177 [original link is broken]
    Thread locked

    Hello Chinasammy,
    Report Painter allows you to create reports using data from SAP application components, which you can adapt to meet your individual requirements.
    Many of your reporting requirements can already be met by using the standard reports provided by various SAP application components. If these SAP standard reports do not meet your reporting needs, Report Painter enables you to define your specific reports quickly and easily.
    When executing a Report Painter report, it is displayed by the system in Report Writer format. You thus have access to the same functions as for Report Writer reports defined in the same way, and can combine Report Painter and Report Writer reports together in a report group.
    Report Painter uses a graphical report structure, which forms the basis for your report definition and displays the rows and columns as they appear in the final report output.
    To facilitate report definition, you can use many of the standard reporting objects provided by SAP (such as libraries, row/column models, and standard layouts) in your own specific reports. When you define a Report Painter report you can use groups (sets). You can also enter characteristic values directly.
    Advantages of Report Painter include:
    Flexible and simple report definition
    Report definition without using sets
    Direct layout control: The rows and columns are displayed in the report definition as they appear in the final report output, making test runs unnecessary.
    =============================================
    Below mentioned is the process for creating reports using Report Painter as a tool.
    Selecting and maintaining a library for your report: As the transfer structure to Report Painter you use a report table, which is defaulted by SAP and can not be maintained. This table contains characteristics, key figures and predefined columns. In a library, you collect the characteristics, key figures, and predefined columns from the report table, which you need for your Report Painter reports.
    When you define a Report Painter report, you assign it to a library. Reports assigned to one library can only use the characteristics, key figures, and predefined columns selected for that library.
    When you create or maintain a library, the Position field determines the sequence in which the characteristics, key figures or (predefined) key figures appear in the Report Painter selection lists when you define a report. This allows you to position the objects that you use regularly in your reports at the beginning of the selection lists. If you do not make an entry in the Position field, you will not be able to use this object in Report Painter reports.
    You can use either the standard SAP libraries for your reports or define your own.
    (ii) Selecting or maintaining a standard layout for your report: Standard layouts determine report layout features and the format of your report data.If the SAP standard layouts do not meet your reporting requirements, you can create a new  standard layout or change an existing one.
    (iii) Defining row and column models: A model is a one-dimensional, predefined reporting structure that you can insert in either the rows or columns of your report.If you often use the same or similar row or column definitions in your reports, it is recommended that you create row or column models.
    You must define the row and/or column models that you want to include in your report definition before you define the report.
    You can also use the standard column models supplied by SAP.
    (iv) Defining the report: Defining a Report Painter report involves the following steps.
    (a) Define the report columns: You define the report columns using the characteristics, key figures, and predefined columns selected for the library that the report uses. Alternatively, you can use a column model for column definition. Column models are predefined column structures which you insert into your entire column definition, instead of defining each individual column.
    (b) Define the report rows: You define the report rows using the characteristics selected for the library selected for the report.
    Alternatively, you can use a row model for your row definition. Row models serve the same purpose as column models, but are used to define a report row.
    Edit and format the report rows and columns in line with your requirements. (For example, you can hide rows or columns, define the column width or define colors for your report rows).
    (iii)Define general data selection criteria for the selection of your report data: Selection criteria are the characteristics used to select data for the entire report. You cannot enter characteristics as data selection criteria if they are already being used in the report rows or columns.
    (iv) Assigning the report to a report group: Once you have defined a report, you must assign it to a report group. A report group can contain one or more reports from the same library. However, reports that share the same data will select data more quickly and improve processing time.
    Hopw this helps you. Please let me know if you need anything more and assign points.
    Rgds
    Manish

  • Stock report with the field... last stock changed at certain date?

    Is there any standard report with the date of the last change of the stock value and quantity?
    Points granted
    BR
    Saso

    Hi people,
    I want to know why MBEWH have not any material stock information for period when doesn´t exist any inventory movement for some materials, for example I have a case in 12.2006 period the material A have stock quantity 100 and value 1000 and the next period 01.2007  no stock movements were done for this reason the MBEWH had to had the same values stock 100 and value 1000 in 01.2007 period, but in MBEWH is missing, there is not any information for material A in this period.
    Anybody knows about this problem?
    Thanks.
    Lili.

  • I need a report with the following fields

    Hi All,
    I need a report with the following fields & G/L "Expenses" only.
    1)G/L Code.
    2) G/L Name.
    3) G/L Balance
    & Selection Criteria From Date, To Date , & Location(for me locations is PROFITCENTRE).
    Please some body suggest me an SQL Querry to fetch this result.
    Thanks in Advance,
    S. Mobin

    Hi!
    Individual G/L means i didn't understand
    check this for only Expence Acc
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Declare @Location nvarchar(20)
    set @FromDate = (Select min(S0.RefDate) from jdt1 s0 where s0.Refdate >='[%0]')
    set @ToDate = (Select max(S1.RefDate) from jdt1 s1 where s1.Refdate >='[%1]')
    set @Location = (Select max(s2.ProfitCode) from jdt1 s2 where s2.ProfitCode  = '[%2]')
    select
    J1.Account,
    max(A0.AcctName) as Name,
    j1.ProfitCode as Location,
    sum(J1.debit-j1.credit) as Balance
    From
    JDT1 J1,OACT A0
    Where
    J1.Account=A0.AcctCode and
    J1.RefDate >=@FromDate and
    J1.RefDate<= @ToDate and
    j1.ProfitCode=@Location and
    A0.GroupMask = 5
    Group By
    J1.Account,j1.ProfitCode

  • Report with the exemption of all obsolete concepts.

    Hi
    can any any one gimme some example of report with the exemption of all the obsolete concepts.
    Plz dont send send any external link except sdn links.
    Thanks and Regards,
    Arun

    does your client use MM-PUR?
    you must select all freight-items from bseg and use BELNR of found items to search in table BSIK/BSAK to find vendor-items
    A.

  • Schedule a report with the system date imbeded in the file name

    Hello,
    Could anyone tell me how I can schedule a crystal report with the system date imbedded in the file name (FileNameYYYYMMDD) through BOE?  When I scheduled the report through BOE, I gave a file name and selected Attach Date Time, but the file name is coming out slightly differently and with the time imbedded as well (FileNameYYYY-MM-DD-HH-MN I think). Is there a way to change the default system date time format in BOE so that the date stamp comes out the way we want it?
    Thanks!

    %SI_STARTTIME% will add the time the report ran too.
    Adding onlt the date will necessarily have to be done via the appropriate SDK.

  • To do a report with the format of MB5B

    Hi,
    I have one requirement is below, not able to get the complete logic:
    We have a Tcode MB5B,it has the selection screen criteria, Matnr, Comp Code, Sales Org and Date Range.
    if we execute, it will give the material quntity as per the above selection criteria.
    If i give low date with 15-06-2011 and high date is 05-07-2011. It will display the material qunatiry available is on the date 15-06-2011 and on the date high date 05-07-2011.(It will give only for 2 dates)
    But here what they are requesting is: they need a report with the availability material quantity on each date. means (Here low date 15-06-2011, high date is 05-07-2011),
    on 15-06-2011,16-06-2011,17-06-2011,..........05-07-2011. like this.
    Output file has should have no of columns is equal to diff between dates.
    Here the version is 4.7,
    I started to bebug it, they are using MARA, MKPF, MARD,MBEW and so on.
    Any table has the date range option to get the material quantity.any idea please.
    could please anyone give suggestions on this.
    Regards,
    Sri

    Hi
    Their is no such table available in sap
    tell me one thing is data available for every day .
    if no then try below mention.
    do one thing print report according to date wise
    display all date from date-low to date-high first
    in that pick all data available for every day and display it
    foreg: 15/06/2011 data is available then print the qty else print as 0.00
    if it is not getting send me ur code i will do changes
    T Bharat Bhushan

  • I need to learn how to build reports with the latest technologies

    Hi everybody
    I hope you can help me out in enlighten me by giving me the keys about how to start building the report with the latest technologies and using them in java applications either web apps or desktop apps
    I really do hope you assist me to go learn it .....
    Thanks folks

    All you ever wanted to know about Oracle Reports:
    http://www.oracle.com/technetwork/middleware/reports/documentation/index.html

  • Compare an old report with the new one

    Hi,
    i have saved a report in Answers. Then in my cube data are changed. In Answers i re-submit request and save new report with new data. Now I would compare two reports. But when i open old report, data shown are new. So I have two identical reports. How can I compare an old report with the new one? Thanks
    Giancarlo

    ok then why don't you create two distinct reports but each with different filter value on the time column.
    so that one report will give you old results. another report will give you new results.

  • Standard Sales Analsis Report with Customer Name and Location

    Hi All,
    Can Anybody provide a custom query for the standard slaes Analysis report which includes Customer Name , Location columns in the Standerd Report. 
    Regards,
    srini

    Hi nick,
    See if anybody has worked on SIS (sales information system) in your team.
    He can help you out to create one info structure , by selecting desired characteristics, key figure with respective update rules. though its require lot of configuration but you can make it without abap development.
    (I couldn"t make it in time to provide you detailed configuration but below given path will take you to the configuration area )
    IMG - LG -Logistick information system -logistick data werhouse- data basis- field catalogue.
    IMG - LG -Logistick information system -logistick data werhouse- data basis -
    infostructure.
    IMG - LG -Logistick information system -logistick data werhouse- data basis - updating - update defination & update rules.
    ( MC18, MC21, MC24,& MC30)this transaction help to create field catelogue, info system, update rule & generation log respectively.
    karnesh

  • Showing Duplicate records in a report with the count of their occurrence

    Hi Members,
    I am novice to BI. i need your suggestion to achiever one of the functionality. A report is required to be built with columns Incident ID, Task ID, Task Name. The Original report is below:-
    In the above report I have to display only duplicated records once. Distincat records are not required to be shown. That is, if the same no. of Task Name is associated with the same Incident ID then it should be displayed once with the count of their occurrences in a separate column say , Count. For example, the Task 'TASK_MANUAL_KCI'  got 4 times associated with the same Incident ID INC000000001434. Then the report should display this task one time in a report with count 4. Similarly, for INC000000000943 where task 'IPCG Diagnostic Template' got associated 2 times. The Count is 2 for this task.
    Other records should not be displayed in a report.
    Would highly appreciate quick response. Please suggest.
    Thanks,
    Neha Pateria

    I tried this Gill, but result is bit different :-
    Seems some little modifications are needed. Report should be displayed like the below one where it says how many times the same Task is associated with the same incident. Eg. Task 'TASK_CIRCUIT_RESOLVER' is associated with the incident 'INC000000001434' 4 times. 'IPCG Diagnostic Template' is associated with  'INC000000000943' 2 times. Similarly for other records.
    But I really thankful to you for giving me the logic proceed further. I tried  '=RunningCount([Task Name]; Row; ([Task Name]; [Incident ID]))'. It gave me desired results. :-
    But the only thing that needs to be done is to bring the single Task associated with the Incident..
    Thanks,
    Neha Pateria

  • How to format the report with the aggregated value

    Hi,
    I have 2 characteristics and 3 KFs in the infocube.
    First field is Cost Center
    Second field is creation Date
    3rd field is KF1
    4th field is KF2
    5th field is KF3
    I have put the date field( in the row) as this is required for calculating formula for KFs. But I have set that as No display.
    The date in the info cube is as follows.
    Cost Ceneter  Date( no Display)   KF1     KF2      KF3
    CC1           01/01/2006          100     150      200
    CC1           02/02/2006          75      100      95
    CC1           05/02/2006          125      95      125
    CC2           01/02/2006          75       25      85
    CC2           02/02/2006          85       65      10
    As the Date field is in query set to No display so the date appearing in the report is as follows
    CC1       100        150        200
              75         100        95
              125          95        125
    CC2       75           25        85
              85           65        10
    But I want the aggregated value at cost senter level i.e.
    CC1       300         245       420
    CC2       160         90         95
    I can not remove the Date frield from query as there is a formula variable defined on the date field.
    Please let me know how to bring the report to the required format.
    Bill
    Message was edited by:
            Bill Bryan

    If you are in new Bex, you can do it.
    You will have to create another (set of) CKF on top of the current ones (which do exception aggregation on DOCNUM) and set the exception aggregation on date.
    Say you have
    CH1--CH2CH3--CKF1
    To have a 'before aggregation' behavior for CKF1 when CH3 is not present, you will create a CKF2 = CKF1 with exception aggregation on CH3.
    Now, if you want to remove CH2 and have the 'before aggregation' behavior you will need to create another CKF3 = CKF2 with exception aggregation on CH2.
    ie for each level of aggregation, you will have to define a new CKF/Formula with corresponding exception aggregation - this is what will be needed to get you your output.
    Message was edited by:
            Ajay Das

  • Report with the alerts that have been thrown

    Hi all!
    We are using the XI alerts to send several e-mails according to the alert that have been thrown.
    Now, I would like to know if some report could be automatically generated showing the information of these alerts. Is it possible?
    Thanks in advance.
    Regards,
    Sergi

    Hi Sergi !
    That's strange. I assume you tried with a wide date range, just to be sure that it is not a filter issue.
    Try this:
    go to TX 'ALRTCATDEF', locate your alert category and write down the name. Maybe you can get it from the RWB Alert Inbox, I'm not sure. Anyway, in the ALRTCATDEF tx there will be one or more alert categories already defined. Also you can find the alert category in use in the part of the scenario where the alert is triggered.
    Then go to tx SLG1, in object filter keep the "*" and this time complete the "External ID" field with the name of the alert category, matching the case.
    Try to find the alert this way.
    Regards,
    Matias.

  • Report with the command button

    Hi folks,
    i had got a set of selection screen in my report to populate the data to a Transparent Table, before saving the record we need to display the exact record to the user for conformation.
    how we archive this one with the normal report.
    Reg,
    Hariharan

    Hi Hariharan,
    Check the logic below.
    Create a PF status with a push button in the tool bar(SAVE).
    Just WRITE the below statement and double click on 123 it will ask for GUI status creation.
    SET PF-STATUS '123'.
    Press yes. Now In Application tool bar option press + sign it will show u like items 1-7 items 8-14... Give ur text in any one. It will create a push button.
    Now display ur report out put. When the user press save now it will ask for saving to data base or not? If the user press yes then it will update else it will not. Just copy paste this code in a sample programu will understand.
    SET PF-STATUS '123'.
    DATA: l_answer TYPE c.
    WRITE 'text'.
    AT USER-COMMAND.
    CHECK sy-ucomm EQ 'SAVE_TO'. "This is the name given in PF status.
    CALL FUNCTION 'POPUP_TO_CONFIRM'
      EXPORTING
      TITLEBAR                    = ' '
      DIAGNOSE_OBJECT             = ' '
        text_question               = 'Want to save the data to data base?'
      TEXT_BUTTON_1               = 'Ja'(001)
      ICON_BUTTON_1               = ' '
      TEXT_BUTTON_2               = 'Nein'(002)
      ICON_BUTTON_2               = ' '
      DEFAULT_BUTTON              = '1'
      DISPLAY_CANCEL_BUTTON       = 'X'
      USERDEFINED_F1_HELP         = ' '
      START_COLUMN                = 25
      START_ROW                   = 6
      POPUP_TYPE                  =
    IMPORTING
       ANSWER                      = l_answer
    TABLES
      PARAMETER                   =
    EXCEPTIONS
       TEXT_NOT_FOUND              = 1
       OTHERS                      = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF l_answer EQ 1.
    Update the databse.
    ELSE.
    Dont update'
    ENDIF.
    Thanks,
    Vinod.
    Edited by: Vinod Kumar Vemuru on Mar 21, 2008 5:19 PM
    Edited by: Vinod Kumar Vemuru on Mar 21, 2008 5:22 PM

  • My PC was stolen during a break in, aside from filing a police report with the serial

    My 2012 16" Macbook pro was stolen from my livingroom during a break in yesterday.
    The first thing I did was call the police and file a report including the laptop serial number with the officer who arrived on scene.
    Then I changed my apple id password along with my email passwords for security.
    The police told me that should anyone try to sell it in a store it will come up flagged since I reported the serial number. However I'm wondering if anyone can give me more information regarding how people track the computer location because I've been researching online and it seems like it is done often, although I don't think I registered for icloud.

    Some newer devices with a built in GPS can be set up to send a location to the iCloud server if the feature is activated before the device is stolen, and the device is turned on/not discharged battery, and it is able to connect to a registered WiFi network, and it has not been restored to new condition by the person who finds the device.
    http://gadgetwise.blogs.nytimes.com/2011/11/25/using-apples-find-my-mac-feature/

Maybe you are looking for

  • Why does the Apple logo appears and disappears when I'm the iphone 4?

    When I'm using iphone 4 the Apple logo appears and disappears and appears lock screen. What to do? It' s a bug or a hardware problem?

  • Hardware test and disk repair

    Hi: I'm relatively new to the mac world and I have a Mini, core solo, intel. I have two questions that I hope you can answer: 1. How do I do a hardware test? 2. How do I repair the disk via the CD that came with the Mini? When I install the disk, it

  • Exclamation Point Error Message - Unable to Update or Restore

    I have tried everything to get my mini to work. I keep getting the error icon of the exclamation point & folder. I've gone through all the troubleshooting tips posted for this error message but they don't work. I've "updated" and "restored" my ipod a

  • Japanese Language tool causing problems

    I'm posting on behalf of my brother. He uses a 14" iBook identical to mine, the last of the PPC kind. His OS is in English, but frequently types in Japanese. About a month ago I did a fresh install of the OS. In the last two weeks he has had severe p

  • HT204655 Photos app stuck @ 12%

    Photos app says it is preparing library on first use but gets stuck at 12%.  I have restarted 3 times trying to fix the problem and it doesn't work.  Any ideas?