Report for Deleted Materials,vendos

Hi Friends,
How can I see the list of deleted materials, deleted vendors and rejected PRs for approval.???????
Please advice...
Thanks & Regards
Satya

Hi,
The user wants to see the repor. User does not have access to SE11 to see the databaase report. Is there any standard report to see how many Materials and vendor are flagged for deletion??????
Thanks & Regards
Satya

Similar Messages

  • Report for deleted line-items in Transfer Orders

    Dear All,
    Please help me in writing the code for "Report for deleted line-items in Transfer Orders".
    regards,
    nishu

    Thanks. Repor completed.

  • Report for consignment materials

    Hi SAP Gurus,
    Is there a report for consignment materials that can show us the opening balance, receipts, Usage, and ending balance (of the stock) for a given time frame?
    thanks
    Anusha

    This doesn't do any good. it just gives the vendor information. I'm not looking for this. I'm looking for a report or a t code which gives what the opening stock levels, receipts of stock, usage of stock and ending balance of stock for consignment materials for a given time period for a plant
    thanks
    Anusha

  • How to get report for deleted line items from sales orders

    Dear FRIENDS,
    please infirm the t.code or report for viewing the deleted line items from sales ordrers.
    Kindly do the neeedful.
    regards,
    N.M.PAWAR

    Hi,
    With transaction SE16 you can view table CDHDR for header changes and
    CDPOS for item changes. This includes deletion.
    OR
    GO to VA03 - Display Sales order -> Put order no : don't press enterbutton. -> Go to Enviornment -> changes -> You will get details
    Date ItmNo. SLNo Action
    Hope this help please close the thread if answers

  • Report for deleting Leave Entitlement in Infotype 5

    Hi all
    I would like to know if there is a Standard Report to delete leave entitlement in Infotype 5: I made a mistake in generating the leave entitlement for 2007, so I would like to delete all the records inserted.
    I'm working in SAP 46C, and I used HR_RPILVA00 to create leave entitlement.
    TIA
    Paolo

    Hello,
    I would advise you to use at customizing level which is achievable on your case.
    The best way to proceed on your case would be to use IT0041 and on T559L for the relevant rule, you would use the Accrual Period Rel. to date type in which the period is defined in relation to a date type from the Date Specifications infotype (0041). You determine the accrual period using the length fields (for example, the date the employee joined the company, with the period you require, for example one year).
    Then, you can accrue via RPTIME00 or RPTQTA00.
    This would be much more scalable than doing customizing at code level.
    Regards,
    Bentow.

  • Need the report  for staged materials in production order

    Hi
    My user is staging the materials multiple times for the one production order.Due this reason multiple TR were generated .Because of Multiple TR , user is generating  multiple TO for issuing the material to a production order.
    Is there any way to stop the  staging process for the materials already staged.I would like to know whether there is any report which give the details of staged materials and corresponding TR & TO for a production order.
    Thanks
    Sankar

    Hi
    Warehouse activity Monitor is best tool/ report , which give the details of staged materials and corresponding TRs & TOs, to stop/cancle you have to use related WM transactions.
    To setup WM moniter user below document
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/LEWM/MMWM.pdf
    Thanks
    Madhu

  • Blocking/Flagging for deletion Materials

    Hi
    Can anyone advise what is the best method to disallow users from using materials in all modules of SAP. eg PM, IM, SD
    1. flagging for deletion
    2. or chaning the X-plant matl stat on Basic Data 1 or changing Plant-sp.matl status on MRP 1
    thanks
    Vishnu

    Hi,
    I agree,
    The Xplant status is designed to do this and so it produces the correct blocks and the correct messages.
    Add to this the fact that by using the delete flags how can you determine which materials are genuinely flagged for deletion and which ones are simply flagged because you want to block the movements.
    The Xplant is to block all plants, the status on the purchasing and MRP views are Plant specific blocks only and can block the material at that plant and allow others to continue as normal.
    Steve B

  • MM06 -flag for deletion materials in massive

    Hello,
    I would like to know if and how I can massively mark materiales for deletion.
    Transaction MM06 only works for individual materials.
    Thanks for any answer
    Aart

    You can do
    1) BDC recording ( Old method not preferred)
    2) LSMW ( New recording method but still not preferred for your case)
    3) MASS tcode with Object Type "BUS1001"
    4) MM17 tcode ( Best Option)
                    Go to MM17--Select the MARA table and execute
                     Click on the icon at the bottom right and select the field Deletion indicator "DF at Client Level"  and bring it to the left
                     Give the materials you want to change and execute ..in the new value select it to be
                      Test it with the icon on the right and then execute it.
    Hope that helps...

  • Need to develope report for Deleting user profiles

    Hi All,
    I need to develop a report to delete inactive user profiles from SAP system. We have  a found out a list of valid users but need to delete all the users which are not contained in this list.
    If anybody is having any inputs, they are welcome.
    Thanks & Regards
    Abhii

    REPORT  ztest5.
    PERFORM delete_user USING 'TEST' .
    *&      Form  DELETE_USER
    *       text
    *      -->USERNAME   text
    FORM delete_user USING username TYPE bapibname-bapibname .
      DATA : li_mess TYPE TABLE OF bapiret2 ,
             ls_mess TYPE          bapiret2 ,
             lv_mess TYPE          string   .
      CALL FUNCTION 'BAPI_USER_DELETE'
        EXPORTING
          username = username
        TABLES
          return   = li_mess.
      LOOP AT li_mess INTO ls_mess .
        CLEAR lv_mess .
        MESSAGE ID     ls_mess-id
                TYPE   ls_mess-type
                NUMBER ls_mess-number
                INTO   lv_mess
                WITH  ls_mess-message_v1
                      ls_mess-message_v2
                      ls_mess-message_v3
                      ls_mess-message_v4.
        WRITE : / ls_mess-type , lv_mess .
      ENDLOOP .
    ENDFORM .                    "DELETE_USER

  • Report for deleted documents

    Hi
    How can we get the report of all the deleted documents.
    The documents were deleted for many times by running MCDOKDEL program. Now the client wants the report of all the deleted documents with user & date information.
    Regards
    Harshini

    Dear Harshani,
    As far as I know there is no report which gives list of DIR deleted with name of User and date. As this program deletes the record completely from data base.
    But for future you can design report which will create a report which gives details of deletion.
    With warm Regards
    Mangesh Pande

  • Report for displaying materials and their prices.

    Hi All
    I am developing a report, which gives details of all material and thir rates ,of division 01, where reorder point >0 sorted by product hierarchy.
    I am using table mara, marc, makt. any anybody suggest which table shows the material rates.??
    I am using SQVI , but its not displaying duplicate records.
    can any body help me with this.
    regards
    AJ

    Dear AJ
    Apart from the tables what you had indicated, for pricing conditions, please refer KONV.  But for information, in SQVI, if you table join Tables MARA, MARC with KONV, you will not get the required details.  So what you have to do is you have to table join VBAK with the above tables and generate a report.  From the table VBAK, make a note of "Doc.condition" references and once again run KONV in which you give the Doc.condition references.
    thanks
    G. Lakshmipathi

  • Report for BOM materials

    Dear Experts,
    i have scenario which i need to capture but do not have any standard report and for that reason i am going in for Z development of the reports. please guide me so as to which field to be pulled to get the desired output.
    Scenario:
    We create Purchase order with a version control
    1. First version has the data which act as baseline and we want to compare rest of the  versions as variance
    2. If the line item in PO is a subcontracting material with L- then the subcomponents will be present as a BOM
    3. when i ammend the PO for the Qty the BOM items also get ammended but do not reflect in the version control - display changes
    4. I want to capture the PO with each line item against which there is qty change and also the material BOM change due to qty change.
    Is there any table from which i capture the data.
    Pl. help me out it would be of great help
    Thanks & Regards,
    Farhan

    Hi
    the following tables might be useful
    MAST
    STKO - Header Table of BOM
    STPO - Item Level for BOM
    MAKT
    regards
    maniraj

  • Report for New Materials

    Hi All,
    I need to create a report of materials created under the specified date range.
    Can you give me an idea about which table needs to use and how to sort that getting newly created materials.
    Thanks
    John K.

    Dear,
    Please check at : Material list creation date wise
    Regards,
    Syed Hussain.

  • Report for the list of materials with component & assembly scrap

    Dear Experts ,
    I have been told to generate a report for the materials which are subjected to component and assembly scrap . Please guide me for the same . Many thanks in advance.
    Yours
    Aman Khan

    Dear Aman,
    It you are maintaining both assembly scrap  & component scrap both in MM you can read MARC table by creating simple query.
    Read Field MARC-AUSSS & MARC-KAUSF.
    If you are maintaining component scrap in BOM item read STPO-AUSCH.
    [Query Creation|How do create query in SAP?]

  • Inventory report for valuation type

    Hi experts,
    Is there any SAP standard reports can show the inventory value based on the valuation type?
    we have actived the split valuation, so one material may have several valuation types. Different valuation types have different MAP and amounts.  Now we want to find the inventory value for each valuation type, for the whole inventory.
    tcode such as MB51 only can display every movement details, we want to find a report for all materials.
    Thanks.

    Hi
    Pls try MB5L
    Regards
    Sanil Bhandari

Maybe you are looking for

  • Updated to 10.5 on vista and hp and now can't access the itunes store.

    Apple support cannot help. Tell me I need Quicktime but 10.5 no longer has quicktime. Tried to download quicktime seperately and that didn't work either. Can anyone help?

  • Find the container name of a component

    hi how does one get the container name of a component on the component's actionListener event. i have a ' N ' number of JInternalFrames in which there are multiple JToggleButtons. On the actionListener event of the togglebutton i would like to know t

  • Adding new field in PCUI

    Hi All, Can anybody tell me how to add new field in PCUI screen which is already present in database? As per my understanding,I need to create a Zstructure which will be copy of my standard structure. To this Z structure I will add my new field. Then

  • SQL Server 2014 Management Studio - "The operation could not be completed"

    Hi there! I've recently installed SQL Server 2014 Express Edition to my Windows 8.1 x64 computer. It was working fine for one month or so. Now, when I try to open Management Studio I get the error "The operation could not be completed". A few seconds

  • Delivery output to .xls or .txt document

    Dear Sir, now we have a requirement, to export informations from delivery ouput(LD00) to .xls or .txt document, does anybody have any clues how to do this? thanks a lot! b.r kitty.