Hi Gurus,  Report in MM

Hi Gurus,
My client wants the report in the following manner
1)Material Code
2)Description
3) Receipt Quantity
4) Receipt Value
5)Balance Quantity at Month End
6) Moving average Rate ---  This is the rate which we specifying in the Material Master Statistical Field for Finished and Semifinised.
Note: We r using Standard Rate not Moving average Price.
Please suggest us the Tables for these fields, where i can get these details.
Regards
Sreenivas.P

Hii,
1) Material Code MSEG-MATNR
2) Description MAKT-MAKTX
3) Receipt Quantity MSEG-ERFMG
4) Receipt Value MSEG-DMBTR
All the above details can be found in Table MSEG
5) Closing balance of the Month End is not directly update in any of the field you have caluclate in the program itself
6) MAPrice: MBEW-VERPR
Hope this Info helps you!
Regards,
Kumar

Similar Messages

  • Report for no of invoices sent for print

    Hi Gurus,
    Report is needed that indicates how many invoices should be printed daily from SAP.  we are printing and mailing invoices; report should detail how many need to be mailed vs. were sent edi/faxed.
    How i can achive this ?
    Regards,
    Sujit Shinde.

    The output records can be found from table NAST. I suppose you could create a query based on it.

  • BENEFITS: Reporting

    Hi Gurus,
    Reports:
    1. During open enrollment window, is there a report that exists in SAP which gives the information on the number of employees who has made enrollment changes -  count as well as details like employee number. This will be helpful for the benefit admin to send a email reminder for the remaining employees to make enrollment.
    2. Is there a report in SAP that provides a list of employees and the associated action reason for which enrollment changes have not been made yet.
    For example, if there was a mass new hire like 100 employees, the benefits administrator should get the new hire employee numbers who have not sent the elections yet and send them a reminder.
    Another example: Benefits administrator might enter the dependent and the corresponding adjustment reason and forget to make the enrollment changes.
    SOLUTION WOULD BE SUITABLY REWARDED.
    Thanks & Regards
    Kumarpal Jain.

    Not really a correct answer. If the software is tested very well, then why would you want me to consider joining Muse Prerelease? This would be a time consuming job with no pay correct? Not ever free Creative Cloud? Is that not so?
    Trying to follow your logic here. Either you need more help to test, because testing isn't good enough or everything is just fine and new release don't harm customer's businesses. It's one or the other.
    Testing isn't good enough and "very well" is a poor and incorrect description. Don't you think?
    Paul Russell

  • Error while executing the Report( Need your help gurus) !!!

    Hi,
    Today morning when i was checking the report for monthly data i,e from 1sept to 28th sept.
    I got this below error msg. Can you pls guide me why its throwing an error.
    <b>Error      SQL Error: 1555
    Error      Error when generating the SQL statement
    Error      Error reading the data of InfoProvider POS_IS1
    Cancel      System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-</b>
    Points Assured.
    Urs,
    RK.

    hi,
    There is some time limit set for the request to run when you run a program in the foreground or in the background. If the time limit exceeds this will occur, run the program again then this might not happen.
    This might be related to table space issue, or roll area or memory. Show the short dump (ST22) to your Basis person and tell me to adjust/increase the respective tablespace .
    Regards
    Pankaj

  • Interactive Report Link Column HELP FROM GURUS requested

    Hi,
    I have an interactive report the data of which returns a file name for an image. I would like to use the Link Column (Link to Custom Target) option. The column in my underlying query has the image file name #ILINK#.
    The Target URL is correctly formed using the #ILINK# bind variable http://myserver.mycompany.com/cgi-bin/oracle/img.cgi?img_file=#ILINK#;size=full
    However, for the Link Icon (which I wanted to be a dynamic thumbnail of the linked image). The #ILINK# bind variable is not read. Is this because the Link Icon cannot be dynamically determined and must always be the same image?
    I can get this working as a regular report using HTML expression, but I really wanted to harness the power of an interactive report.
    Thanks

    Hi,
    in this case you could build the required html-tags in your SELECT statement, like this:
    SELECT EMPNO
         , ENAME
         , '<a href="blablabla/index"><img src="'||ENAME||'.gif">'||ENAME||'</a>' AS ENAME_LINK
      FROM EMP
    ;brgds,
    Peter
    Blog: http://www.oracle-and-apex.com

  • Any crash report gurus?

    CS4  PS 11.0.1    10.5.8
    Here's the thread listed as crash'd.  Without cluttering up the forum is there other info in the crash report that is pertinent? I was just moving some layers within PS.
    any thoughts on a likely suspect?  is this a common problem ( it is for me ) ?  thx
    Date/Time:       2009-09-15 09:10:37.379 -0400
    OS Version:      Mac OS X 10.5.8 (9L30)
    Report Version:  6
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  37
    Thread 37 Crashed:
    0   com.apple.CoreFoundation      0x92461e99 CFRunLoopRunSpecific + 1817
    1   com.apple.CoreFoundation      0x92462b04 CFRunLoopRun + 84
    2   com.apple.DesktopServices     0x916f0f90 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    3   ...ple.CoreServices.CarbonCore 0x94697057 PrivateMPEntryPoint + 56
    4   libSystem.B.dylib             0x93674155 _pthread_start + 321
    5   libSystem.B.dylib             0x93674012 thread_start + 34

    Yes, it is a common(ish) problem - see here for more on the problem.
    In a nutshell - it is a known issue. Adobe say it is underlying code in OSX that does it, and it is not their fault. Apple don't seem to be rushing out a fix for it. Keep sending in the crash reports to Adobe - Chris Cox (adobe engineer and forumite and all-round helpful bloke) says they are looking at them.
    Oh, and it was hoped that Snow Leopard might sort it out, but that seems to have its own set of issues and doesn't cure this one either, looking at the reports elsewhere in the forum.

  • SMARTFORMS gurus: I can't see zeroes in my report !!!

    Please respond me ASAP. I can't see zeroes in my field numbers in a report. In this case is necessary to see the zeroes when they appears.
    <b>I've proved with every solution without success</b> (Formating Options, one by one; SMARTSTYLES, etc).
    Actually, when the variables get zero, they dissapears (blank).
    Please help me !!!!, and thank you in advance.

    I have this happen in reports where the dict def. supresses the zeros.  Below is code I use. Hope this helps.
    DATA: lv_all_zeroes(18) TYPE c VALUE '000000000000000000',
          lv_len TYPE i,
          lv_fieldsize TYPE i,
          lv_material LIKE mara-matnr.
    put the zeroes back in front of the material
        lv_material = mara-matnr.
        lv_len = strlen( lv_material ).
        lv_fieldsize = 18 - lv_len.
        SHIFT lv_material
          RIGHT BY lv_fieldsize PLACES.
        OVERLAY lv_material
          WITH lv_all_zeroes ONLY space.
        mara-matnr = lv_material.
    This has worked for me in the past.

  • Hi Gurus! how to count number of records in any column of ALV Grid report

    Hi Guys!
    I want to know how can we count the number of records in any column selected by the user. Like for oe customer there might be 20 sale order that means for 10 customer there will be 200 Sale order. So if i select cutomer number column ti should give 10 out put and whern select sale order it should give 200 as output.
    -Anurag Jain

    Hi,
    Either you can use the hotspot_click event or double_click to show the Pop-up info of the Sales Order count or customer Count depending on the selection.
    In the hotspot_click event  method you have E_ROW_ID E_COLUMN_ID..using these you can find the Sales Ordert or customer Number.. Loop the internal table and find the Count.
    In the double_click event  method you have E_ROW E_COLUMN..using these you can find the Sales Ordert or customer Number.. Loop the internal table and find the Count.

  • Re: Column is not getting displayed in the BI report

    Hello Gurus,
    I have developed a BI report with more number of parameters.
    Case 1:
    When i run my report , I am able to see data for particular condition but one column doesn't show any thing. All the rows in the column are blank.
    Case 2
    I tried to put the blank column as parameter, The Program works with out displaying that column data.
    I am not sure where it is going wrong. I tried running the code in toad and i am able to see the data.
    I have checked the code, Parameter description, length, Template and data definition.
    Please help.
    Thanks,
    Sreekanth

    Hi ,
    For that column did u changed any alias name in the query...
    check ur template once by loading the xml data...
    check that column form field that matches with the xml tag or not..
    Thanks,
    Ananth

  • Vendor Spend Report

    Hi Gurus,
    I am working on developing a quaterly vendor spend report with some additional custom fields to narrow down the custom report. I am looking at table LFC1. I want to know if that is the right table for payment information for quaterly purpose. Also, please throw in your logic to calculate the quaterly amount .
    Also, suggest me if there are any other tables i should be taking into picture for vendor quarterly spend report .
    Thank you for reading this message and will really appreciate if you can send your views.
    Sri

    Hi
    The table you are looking into is the perfect table.
    The only problem in this table is it will be the transaaction figure total table, which will take your invoice booked, credit memo booked & the payment made also.
    So i feel that this table will not solve your requirement.
    Better take the table BSIK & check with your FI team & exclude the document types that are used for the payment to the vendor
    To arrive at the quarterly spend check the fiscal year variant attached to the company code & map the no of the periods to the quarter (Posting period in BSIK - MONAT)
    Hope this will fulfill your requirement
    Let me know if you need further clarification on this front.
    Regards
    R.Karthigayan

  • Vendor payment report

    Hi gurus,
    I have a smalll requirement that , my client want to see the vendors payments list on material wise.
    I tried in FBL1N by selecting the cleared items. and also changed the layout by dragging the material field column in the report.
    but for the material columns showing blank in the report.....
    Is there any other way to see this type of report ( vendor payement list on matrial wise).... kindly suggest
    Thanks in advance
    Alex

    Hi Alex,
    Go to  the this t.codes.MB5S,ME2L,ME2M.May be you see the vendor payment list on meterial wise.
    Cheers
    Mastan Reddy

  • Open Item Report

    Hi SAP Gurus!!
    I have something in mind, i need your help guys.   I want to make a report of all open items ( vendor ).  I would like to customize a report for this. I want to:
    1. Display all open items net of payments. Line item should display remaining balances only.
    2.  I would like also to display all MIGO transactions that have no Invoice receipt yet.
    Requirements:  I want to do this in a query, what are the sap tables should i use to make this report.
    I already checked FBL1N and chose INVOICENET layout, but still i am not satisfied with that kind of report.
    Please help me guys. I will assign maximum points to useful answers.
    Thanks in advance.

    Hi,
    Check this SAP Standard report RFKEPL00 .Go to T.code se38 and enter the standard report RFKEPL00 ( Vendor open items) and execute.Check whether it meets your requirement or not.
    To see the tables used in this report, Enter the program name and click on display.and click on INCLUDE fkepl00_top.It will show yo the tables used in the report.
    In FBL1N changelayout (Ctrl + F8) , Select purchase document or other fields to meet your requirement.
    Please let me know if you need more information.
    Pelase let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • Report for current day and current month

    Hi gurus,
    i 've a report, where i 've to display the values for qty and cost of the material for the current day and current month
    HOw can i do this in BEx Query designer..If any document plz share
    thanks
    rakesh

    hi Kolli
    here i want to filter the data on system date,
    i wnt the report to pick the date dynamically based on the system date.
    but i think restricting on calmonth and calday is not going to solve my scenario..
    rakesh

  • Report for Parked Invoices

    Dear gurus
    Im generating a report using structure RFPOSXEXT. problem im facing is that im getting all the document numbers which are open items and cleared items but im not getting the document number of a parked items. can you tell me how. ?
    regards
    Saad NIsar

    ADDTIONAL :
    Create your new report using the table RBKP : Invoice header...
    here use the field RBSTAT and entry as PARKED...and then execute...
    It will show all parked documents...
    HOPE YOUR QUERY IS SOLVED NOW...
    hi,
    What you want exactly?? If you wanna see just Parked invoices, then can check it form FBV3 report...
    FBV0 is used for post/delete the park invoices...
    Hope it helps..
    Regards
    Priyanka.P
    Edited by: Priyanka Paltanwale on Apr 9, 2009 10:22 AM

  • Report Performance Issue - Activity

    Hi gurus,
    I'm developing an Activity report using Transactional database (Online real time object).
    the purpose of the report is to list down all contacts related activities and activities NOT related to Contact by activity owner (user id).
    In order to fullfill that requirment I've created 2 report
    1) All Activities related to Contact -- Report A
    pull in Acitivity ID , Activity Type, Status, Contact ID
    2) All Activities not related to Contact UNION All Activities related to Contact (Base report) -- Report B
    to get the list of activities not related to contact i'm using Advanced filter based on result of another request which is I think is the part that slow down the query.
    <Activity ID not equal to any Activity ID in Report B>
    Anyone encountered performance issue due to the advanced filter in analytic before?
    any input is really appriciated
    Thanks in advanced,
    Fina

    Fina,
    Union is always the last option. If you can get all record in one report, do not use union.
    since all records, which you are targeting, are in the activity subject area, it is not nessecery to combine reports. add a column with the following logic
    if contact id is null (or = 'Unspecified') then owner name else contact name
    Hopefully, this is helping.

Maybe you are looking for

  • Role management in OIM 11g.

    Hi All, I am working on OIM 11g PS1. In this I want to give some of the users in OIM ability to manage the roles in OIM and view and modify the role and role membership. For this the simplest way is to add the user to role 'Role Administrators'. Now

  • Changes made in jsp are not reflected

    webpages are not reflected after modifying jsp pages what i need to do?? thanks in advance

  • Sharing Photos

    Is it possible to share an album to selected people over the internet? In other words, make an album of my son, share it with my mom so this new album shows up in her iPhoto to view. I know I can post it online in several ways, but it would be cool t

  • Check Printing Standard Format

    Q: Is There any Standard Page Formats For Check. e.g ICICI (Only For Check)....?     Width: 20.2 CentiMeters.      Hight: 9.3 CentiMeters. NOTE: Using SAP Script.

  • Time Machine/Time Capsule with Old Computer

    I have migrated all of the contents of my old, slow MacBookPro to my new MacBook Pro. My time capsule keeps giving me messages that I have exhausted available space and must delete old backups. I would like to delete the thirty backups for my old com