Hwo to see the Consumed matererial in sap

Dear Gugrus,
                    Is there any report to see the high and low consumed materials in SAP.
regards,
R.Rajakarthik

Hi,
Check it out in to code MC40 ( usage base ABC analysis)
REgards
Ram

Similar Messages

  • How to see the ABAP Code behind SAP Exit Variables.

    Hi Everyone.
    I was wondering if anyone could help me with the steps to see the ABAP Code behind a SAP Exit Variable.
    Sometime back I remember of going to Transaction SE37 - Function Module and give the Variable name,
    Eg: 0F_ADAY, Hit F4 or something like that and was able to see the ABAP Code/Function Module/Exit written for that Variable.same
    But today I tried to do the same thing to see the code for Variable 0P_FVAEX but I was NOT able to see it.
    I think I am missing something.
    Can someone help me recollect what I am missing.
    Thank You for your time
    NOVICE

    Hi bi novice,
    big sorry for the late reply!
    The following variables are defined in function module RREX_VARIABLE_EXIT as case statement:
    '0CMONTH', '0CWEEK', '0CYEAR', '0CQUART', '0DAT', '0CWD', '0FYEAR', '0FPER', '0FYTCFP',
    '0FYTLFP', '0FYTCD', '0CYTCM', '0CYTLM', '0CYTCD', '0LYTCLD', '0CMONTHT', '0CWEEKT', '0CYEART', '0CQUARTT', '0DATT', '0FYEART', '0FPERT'
    Best regards,
    Andreas

  • Where to see the logic for 0FYEAR (SAP Exit)

    There is already an SAP exit 0FYEAR. There is a requirement to make ZFYEAR1 just like 0FYEAR. So, i want to see where the code (logic) for 0FYEAR is present so that i can write the the same for my custom variable(ZFYEAR1) in CMOD. Can anyone help me with the name of the program?

    Include ZXRSRU01 --> Function Module EXIT_SAPLRRSO_001
    or
    Search for Function Module RSVAREXIT_ [variable name]
    Variable Name = 0FYear

  • How can i see the code of SAP Exit for SAP Defined Variables

    Hi,
       It's very Urgent! How can i see the Source Code of SAP Provided Variables. I need to write code for User Defined Variables. please help me. It's very Urgent.
    Thanks in Advance.
    Nagesh.

    hi Nagesh,
    sample code for variable exit,
    there is 'how to' docs, can't see your email address.
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.

  • How to see the output of a FORM of REMITTANCE ADVICE ( PAYMENT ADVICE )??

    Hi Experts,
    I got a SAP Script of REMITTANCE ADVICE (also known as PAYMENT ADVICE).
    And I know the VENDOR #.
    I need to see the output of this SAP Script on the screen, so, let me know that, How to test it/see its output. (I know, seeing the Customer statemet from the tx of F.27), I mean, wht r the transactions etc. stuff.
    thanq

    You should create a variant for payment advice and you can use the same while executing the t.code:F110.
    Once payment run has been completed system will generate a spool for payment advice. You can view that payment advice through t.code:SP01.

  • Mapping : how to see the field contents

    Hi
    I had tested the mapping object ( source : webservice --> dest: RFC )
    When i ran the test after importing the source instance from XML file, i am getting the message testing is succefull , but i want to see the filed contents in the destination message type (RFC) after the the test.is it passible.
    my requirement is to analyse the field contents after mapping had been done.
    Thanks & regards
    Mallik

    Hi,
    If you want to see what is the actual transformation happening during runtime (i.e. when you test the end-to-end scenario from WebService to RFC)
    1) login to SAP GUI
    2) go to transaction /nSXMB_MONI
    3) double-click on Monitor for Processed XML Messages
    4) Fill the details (like Execution Time, Sender/Receiver Service, Interface etc) and press F8.
    5) double-click on the message-entry corresponding to your scenario
    6) You will see a list as:
    Inbound Message
    Interface Determination
    Request Message Mapping and other options
    7) Expand Inbound Message tab --> Payloads --> Right-click on Main Document and say display in Window 1
    8) Expand Request Message Mapping tab --> Payloads --> Right-click on Main Document and say display in Window 2
    Now you can see the message coming into SAP XI in window 1 (upper window) and message going out of SAP XI in window 2 (lower window)
    Regards,
    Abhishek.

  • In Federated portal's consumer, cannnot see the roles from producer

    We are configuring a Federated Portal.
    On the consumer's UME, we can see the producer in the UME data source
    drop down. However NO roles can be seen under this producer.
    The connection test is successful.
    Can anybody help with this?
    Points guaranteed. Thanks!

    Hmmm. Not sure - are starting on SP13.
    Isn't there a proxy-to-remote migration tool?
    From Release Notes for SP10:
    <b>New Migration Tool for Remote Role Assignment
    In SAP NetWeaver SPS9, the remote role assignment mechanism changed. We described delete-recreate procedure you needed to perform if you wanted to create new remote role assignments with an existing producer or proxy-to-remote role from SAPNetWeaver SPS8 and earlier (see Implementing a Federated Portal Network (Enhanced and Changed)).
    In SAP NetWeaver SPS10, we now offer a migration tool instead of the manual delete-then-recreate procedure. The tool searches for existing producer objects that contain old proxy-to-remote roles assignments (created prior to SAP NW7.0 SPS9), and updates them with the newer remote role assignment capabilities provided by the User Management Engine (UME). Old proxy-to-remote roles are still functional in SAP NW7.0 SPS10 and later. You only need to run the migration tool if you want to make new remote role assignments using older producer objects.
    For instructions on using the tool, see SAP Note 980480.</b>
    Have you done this? Not really sure you do unless you are making new assignments...

  • Extract a report from SAP to see the POs' recommended ship date

    Hi there,
    Can I extract a report from SAP, to see the recommended ship date of my POs, based on the MRP? As I need it to do the pull in and push out.
    Edited by: Cindyye on Jul 20, 2011 8:22 AM

    Refer ME80FN report wherein you can list out PO delivery schedule by clicking on change view icon after executing the report.
    In Change View options select Del. sched this will list out POs with detailed delivery schedule. You can export the same to excel also.
    Njoy SAP...

  • How to see the MM invoice changes in sap?

    Hi
    How to see the MM invoice changes in sap ?

    Dear Prashant,
    When ever we perform LIV and is blocked for payment (due to price variance or other variance) is stored on table RBKP_BLOCKED
    Now when we release it through t. Code MRBR that time its get deleted from RBKP_BLOCKED
    So you can always track it :
    Go to ->SE16 ->Enter table name CDHDR -.>Table contents (F7)
    In the selection screen enter
    OBJECTCLAS as INCOMINGINVOICE
    OBJECTID as =Invoice no+year (e.g 51056066022011 where is 5105606602 invoice no 2011 is year)
    TCODE as MRBR
    ->Execute
    You will find the details when it was released  Date ,Time, User ID etc
    Edited by: redriver on Dec 26, 2011 2:23 PM

  • What is the transaction code for see the Web Services available in SAP

    Hi
    I came to know that SAP has provided its own webservices... I need some information on that... If any one has documentation on that can u please send it to me... My ID is <b>[email protected]</b>.
    What is the trasaction code for see the web services available in SAP.... Can any one help.. Please its  urgent
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

    Hi,
    you can find Web Services (Enterprise Services) in the Enterprise Services Workplace (ES Workplace). The ES Workplace allows you to explore, test, and use enterprise services to make enterprise SOA tangible. Here, you will find all of the currently productized enterprise services by SAP.
    Best Regards,
    Boris Mueller
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/esa/esapreview">ES Workplace at SDN</a>
    <a href="http://esapreview.sap.com:82/socoview(bD1kZSZjPTgwMCZkPW1pbg==)/flddisplay.asp">ES Workplace</a>

  • How to see the SAP certifications

    Hi,
    I recently passed few certifications and just wondered where to see them online
    How do I show it to my employer that I passed my certification other than the copy SAP sends
    Please advice
    Help is appreciated
    Many thanks,
    Dev

    Hi,
    Hmm...there is now way we can see the certificates online then...
    Hey passed three SAP modules
    C_TBI30_73
    C_HANAIMP131
    and TERP10 (Donno know if you have heard of it)
    Many thanks for your wishes
    If anyone need any help you know where I'm
    thanks,
    Dev

  • Unable to see the "Password Reset" tab in Indentity Store (SAP IDM 7.1)

    I am trying to implement Password self-service as per the document "SAP NewWeaver Idenitty Management Identity Center Self-service password reset Implementation Guide" Version 7.1 Rev 2. In this guide, references are made to the Password Reset Tab in the Identity Store properties view in Identity Center. I do not see that tab in my view.
    I followed the standard inst guides during the upgrade. Its a fresh implementation and we are on IDM 7.1 SP5
    I have checked out couple of similar posts where it was resolved by installing SP3/4, does anyone have any other solution than applying the SP again ??
    What do I need to do to have that tab?
    Thanks

    Matt,
    Ours is a fresh installation
    According to the PSS 7.1 V2 guide, i completed the section 1 where i creted the UME roles and the
    Section 1: Creating the tasks
    Creating the folder for the tasks
    Creating the password reset task
    Creating the password reset failed task
    Then started the Section 2 Configuring the identity store and the first point the document says is "Select the identity store in the console tree and choose the "Password reset" tab: " which i am unable to see the tab in my system.
    I am i missing some config steps here ?  again i am just goin line - by - line what the doc says
    Thanks
    Edited by: Chetan on May 23, 2011 4:43 PM

  • Why we able to see the messeges in SXMB_MONI at SAP R/3 side??

    Hi All,
    When we are dealing with Proxy--File scenarios
    After we triggered the proxy from SAP R/3 we are able to see the Messeges in MONI of SAP R/3.
    But if I used IDOC--File scenario, then why can't i see the Msg's in MONI???
    Regards
    Suman

    Hi,
    One more query is
    If i used Proxy --file scenario.
    When this data will be converted into XML format.
    Means before reaching to IE of SAP R/3????
    Or after reaching to IE of SAP R/3??
    I want to know the process flow of Proxy upto reaching of XI system
    Can u please summarize these??
    Double points are awaiting
    Regards
    Suman

  • When will SAP Java AS for EE 7 see the light? And NWDS on Eclipse 4.2?

    Hi,
    since thread 2028916 When will SAP Java AS for EE 6 see the light? became too long and old - scrolling on mobile devices is a pain -  I decided to start a new thread to discuss the future of the SAP Java AS on premise platform in combination with the development tool NWDS.
    Java EE 7 is general available for a year next week. It is difficult to get courses on Java EE 5 and books at the antiquarian bookshop. Eclipse 3.5 underneath NWDS is completely outdated already and out of support on Eclipse side. BPM, SAP's still emerging software, is only availble in this old tooling.
    SAP's CTO Sikka left the company giving us the chance to discuss this topic beyond the time of HANA hype.
    Hopefully this thread will begin with good news.
    Best regards
    Rolf

    Hello Steffen,
    thank you for your input. Because of holiday a late answer.
    You are absolutely right, and I am sure it is not only your personal opinion, but the simple truth.
    NetWeaver Java's right to exist is only as platform for CE tools like PI and BPM engine.
    And because SAP cut themselves off Java 7 and EE >=6 standard, even these tools will become outdated quickly. E.g. you run into trouble running current oData libraries on this platform. I cannot recommend anybody to use BPM in new projects - a tool that is running on Java 6 / EE 5 in 2014 and needs a strange and unneccessary concept of "Development Components" at design time.
    If we knew what we know today in 2010, we would have abandoned the NW Java platform already and found a nice web frontend. But SAP kept stalling us, so now we have dozens of WD Java that want to be replaced.
    What really is striking me at this topic is the hype of the al the important SAP people (mentors etc.) around "kiss of death of WD Java" that kept the social networks busy in 2010 as constrasted with the ignorance regarding the way more substantial decay of the complete SAP NetWeaver Java platform. Our customers and we as software developers could live for the next 10 years with a rock solid and "mature" UI framework like WD Java even without any enhancements, but we cannot bear complete stagnation in our business layer and the platform and development infrastrucure on the whole.
    SAP NetWeaver Java is dead, "deader" than WD Java will ever be, but the important people do not even read the death notice. Probably they are out of town in the HANA cloud.
    SAP neglected the house for a too long time, the house is decayed, it is too late for cosmetic repairs by SAP, we have to move out.
    Best regards
    Rolf

  • How to see the list of Negative wagetypes in a SAP system

    Hi
    I want to see the list of all wagetypes where the user enters negative number, Is there any standard report or  Table where can i find these, please provide the path.
    please help
    Regards
    Sangitha

    Hi Sangitha,
    Are you talking about wage types for IT0014&15? You can check table PA0014 and PA0015 via SE16 with the condition that amount < 0.  Export the resutl to Excel and group the wage type from Excel sheet, then the list will be what you want.
    Regards,
    Jim

Maybe you are looking for

  • How can we improve the (extremely) long loading time of our clickable PDF?

    This week the designer of our provincial government delivered a nice clickable PDF. The file wil be loaded on a webpage and the link of that page will be send by email to a stakeholder group. The PDF-file was made in Acrobat X Pro 10.1.3 When testing

  • When Patch for embedded fonts and Lion OSX to be released?

    Was reading through the thread about the problem with embedded fonts and Lion OSX and a patch being released the 3rd week of August. Does anyone know about the patch being released?

  • I just purchased a mac air, i heard i can get the LIONS for free, is this free

    I just purchased a mac air 1 week ago, i was told my bestbuy sales person that i can get the free download to LIONS in july, is this true? or should i just return the macbook air and waite for july. thanks. this is the first mac for me ever, so far i

  • Lightroom 2.5, Canon Raw error

    I am using lightroom 2.5 on Mac OS 10.5.8 and am unable to read raw (cr2) files from certain Canon cameras.  I have tried updating my Adobe Camera Raw 7.1 but there is an error that says I need ApplcationManager.  However ApplMngr6.2, 6 will not open

  • Dispatcher running but unable to connect to message server

    Hi all, I have installed ECC 6.0 EHP 4 on MAXDB 7.7. After doing post steps and installing license I did local client copy, client copy stuck in between and I noticed that session hanged so I opened a new session and found that I was not able to run