Report on materials that have been returned to the vendor

i want to if any report exists in the SAP system, in which i can get the list of material and po's that have been returened or have to be returned to the vendor.
Regards

Hi,
Create a SQVI query.
Create SQVI for table MSEG.
Give movement type(122) from table MSEG has Input field,
And then as output select Material number field.
And then execute.
Thanks & Regards,
Kiran

Similar Messages

  • Can anyone help with a powershell script using the search-adaccount cmdlet to filter out accounts that have been created in the last 90 days?

    Hi,
    I have the following script that is supposed to search AD for all user accounts that haven't logged into the domain in more than 90 days.  I first did not have the where-object clause because I didn't realize the search-adaccount would provide results
    back of users that have never logged in, but were created less than 90 days ago.  So I tried to incorporate the logic to not include user accounts that were created in the last 90 days.
    #requires -version 4
    #This script creates a file of accounts that have not been logged into in the past 90 days, excluding accounts that have been created within the past 90 days since the -AccountInactive option does not factor for the whenCreated property of an AD object
    $DateThreshold = ((Get-Date).AddDays(-90))
    $ReportDate = Get-Date -Format yyyy-MM-dd
    #Create a folder according to the current date to be used for storing the report
    New-Item -Path ".\$ReportDate" -ItemType Directory
    $InactiveUsers = Search-ADAccount -UsersOnly -AccountInactive -TimeSpan "90" -SearchBase "OU=XXXX,DC=XXXX,DC=XXXX,DC=XXXX" | Where-Object {$_.whenCreated -gt $DateThreshold} | Export-Csv ".\$ReportDate\Inactive90_$ReportDate.csv"
    However, I can't ever get the whenCreated field to populate with data.  What gives?

    Hi,
    Search-ADAccount doesn't return a whenCreated property. If you want that, you'll need to use Get-ADUser as well. Here's a basic example you can build from:
    $dateThreshold = (Get-Date).AddDays(-90)
    Search-ADAccount -UsersOnly -SearchBase 'OU=Users,DC=domain,DC=com' -AccountDisabled | ForEach {
    $whenCreated = (Get-ADUser -Identity $_.SamAccountName -Properties whenCreated).whenCreated
    If ($whenCreated -gt $dateThreshold) {
    $_
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • HT201272 How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    How do i see a list of the apps that have been downloaded and the dates and times and amounts?  Tried to follow the on-line thing but i want to compare what has been downloaded with my visa bill.  HELP!!

    See this -> http://support.apple.com/kb/HT2727

  • Hello why cant we store more then 25,000 songs that have been uploaded in the Icloud from my cd's

    Hello why cant we store more then 25,000 songs that have been uploaded in the Icloud from my cd's, I'm a DJ and the purpose of getting the Icloud was not only for backup but to have access to all my music and this 25,000 song limit is not acceptable for me. I also upgraded my icloud drive to 200gb in hope that this would help, did it? I dont know as of yet, I just did it any thoughts out there??

    Apple has not said why. Inform Apple of your displeasure here:
    http://www.apple.com/feedback/itunesapp.html

  • Shadow tables that have been created via the new partitioning schema

    Hi,
         Complete Partitioning :
                    In a complete partitioning, the fact table of the infocube are fully converted using shadow
    tables that have been created via the new partitioning schema.
                   in the above Explanation what is the meaning of shadow tables which perform the
                   partitioning of an info cube.

    Hi
    Shadow tables have the namespace /BIC/4F<Name of InfoCube> or /BIC/4E<Name of InfoCube>.
    Complete Partitioning
    Complete Partitioning fully converts the fact tables of the InfoCube. The system creates shadow tables with the new partitioning schema and copies all of the data from the original tables into the shadow tables. As soon as the data is copied, the system creates indexes and the original table replaces the shadow table. After the system has successfully completed the partitioning request, both fact tables exist in the original state (shadow table), as well as in the modified state with the new partitioning schema (original table). You can manually delete the shadow tables after repartitioning has been successfully completed to free up the memory. Shadow tables have the namespace /BIC/4F<Name of InfoCube> or /BIC/4E<Name of InfoCube>.
    You can only use complete repartitioning for InfoCubes. A heterogeneous state is possible. For example, it is possible to have a partitioned InfoCube with non partitioned aggregates. This does not have an adverse effect on functionality. You can automatically modify all of the active aggregates by reactivating them.
    Hope it helps and clear

  • I want to ask about deleting files that have been deleted in the trash but I want to remove it permanently from the trash can not

    I want to ask about deleting files that have been deleted in the trash but I want to remove it permanently from the trash can not, indeed I delete files that are partly contained in the application file. I want to delete files that are also quite a lot by 5 Gyga, I've tried to remove it from the normal trash remains are not removed. How should I do?

    +

  • Why won't FireFox 4 play mp3 files that have been created since the FF update? It will play mp3 files created prior to the FF update. All of the mp3 files have been created in the same manner, as bounces from Logic Pro 9. Thank you.

    Why won't FireFox 4 play mp3 files that have been created since the FF update? It will play mp3 files created prior to the FF update. All of the mp3 files have been created in the same manner, as bounces from Logic Pro 9. Thank you.

    Hi David,
    Thank you for your detailed question. It sounds like the real issue is pdf files. Are there any antivirus/firewalls that might be blocking this specific file type? or are there any preferences in your control panel that might be blocking this?
    Do you have any stored preferences for PDF files in Firefox?
    *[[Applications panel - Set how Firefox handles different types of files]]

  • I need to be able to find domain controllers that have been removed from the domain but never demoted

    I need to find domain controllers that have been removed but never demoted.
    Here's the story...
    I came on an Active Directory administrator for an organization which has 600+ domain controllers, most running Server 2003, but I have some Server 2008R2. Throughout all this time the organization has had DCs that have stopped working, crashed or failed
    for some reason and all the IT department has done is created another domain controller name it the same thing with an (A), (B) appended to the name and then never removed any of the failed controllers from the directory.
    Thing is this has been going on for quite some time, don’t know for sure how long as I am still trying to clean up DNS replication problems and have been having to go around and reset machine passwords for the forest. What I need to be able to do is to script
    something that will return all the failed DCs so that I can go into the directory and use NTDUTIL to clean the machines. I don’t want to go into the directory and remove a machine that’s still out there. No one in the organization has a list or record of failed
    machines.
    You can see this may be a gargantuan task, but I need to be able to make it easier on 
    myself by finding the machines first and cleaning out DNS, cleaning the DCs out of the “Sites” and cleaning them out of the directory.
    Appreciate any help I can get…

    Hi,
    Thanks for posting in the forum.
    Regarding your question, maybe we should remove these orphaned DC from AD, please try to refer to the following articles to perform the cleanup task.
    How to remove completely orphaned Domain Controller
    http://support.microsoft.com/kb/555846
    Complete Step by Step to Remove an Orphaned Domain controller
    http://msmvps.com/blogs/acefekay/archive/2010/10/05/complete-step-by-step-to-remove-an-orphaned-domain-controller.aspx
    Metadata Cleanup of a Domain controller
    http://sandeshdubey.wordpress.com/2011/10/12/metadata-cleanup-of-a-domain-controller/
    Here is a similar thread as reference, hope it helps.
    Remove References of a Failed DC/Domain
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/87516188-731a-4b7f-a4cc-06ce4ad27b19/remove-references-of-a-failed-dcdomain
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • How to not allow someone to load text messages that have been deleted from the phone however apps are still able to reteive them

    Someone is trying to access the text messages that have been deleted off of my phone thru an app (unknown app)
    I do have somethings that I want to remain private in my phone and I either need help to delete them for good. Or block them

    Let me rephrase that. They can't unless they had physical possession of your phone and installed spyware on it.

  • Can l recover Email that have been send to the trash folder and the trash folder has been empty?

    I would like to recover some Email that have been move by error to the trash folder and this trash folder has been empty.

    You might get them from the trash opr the original folder with this add-on https://freeshell.de//~kaosmos/index-en.html#recDelMsg or you might not. It is hit an miss if they are still available to be undeleted.
    How to install an add-on http://chrisramsden.vfast.co.uk/3_How_to_install_Add-ons_in_Thunderbird.html

  • I am new to Mac and am wondering if I make an Album in iPhoto  by moving similar events that have been dated into the album will they just merge or will the events move into the album and keep their date

    I am new to the MacBook Pro and am wondering if I make an Album in iPhoto by using events that have titles and dates will I loose the titles and dates??I had hoped to combine my ie. 2010 Trip pictures  Grandchildren pictures etc but do not want to lose the dating of them.
    What advice does anyone out there have for a program to add text to the pictures. I have been using Paint Shop on my PC but want to switch totally to the MAC
    Thank you

    1 - iPhoto is a database and there is a learning curve - it  is all about photos and nothing about files - under teh help menu ==> iPhoto help watch the movies - that will help get you started more smoothly
    2 - there never is a reason to go directly into the iPhoto library - do not do it (inclusing via the all images display in teh finder) - doing so can cause loss of data and photos
    3 - preview or a third party editor can add text to photos
    4 - events are very basic automatic automatic things and generallly it is best to leave them as buckets of photos and organize via albums and folders - and using keywords, faces and places and smart albums
    5 - dates are part of the metadate stored in the EXIF fields of the photo - moving a photo will not affect that (but note that file managers like the finder do not look at the photo metadate - they look at teh file metadate which is seperate
    L:N

  • Does Apple replaces iPad That have been scratch by the smart cover ?

    Hi everyone !
    Yesterday I found that I have a big scratch on the left side of my iPad third gen... This scratch have been made by my smart cover ... I called apple and they said that it's not suppose to happen ! I also read on Internet that when your iPad has this problem apple replaces yours for free ... Is that true ... Sorry for my bad English ;)

    Dah•veed wrote:
    It would be difficult to prove that the scratch was caused by the Smart Cover and not by some accident that you had.
    is that so?
    http://www.abload.de/img/ipadj1ed9.jpg
    to be fair, apple gave me a new ipad and a new smart cover, but im pretty sure this will happen again.

  • TS4124 I have a problem that when I sync my ipod with I tunes it only syncs the songs that have been downloaded from the cloud.

    I have 9000 songs in the cloud and have not downloaded all of them
    My ipod does not sync the songs that have not been downloaded.
    Do i have to download all the playlists individually?
    Help

    Here's how iTunes works.  You add a file to iTunes. iTunes makes a note of where that file is located, gets information from it about artist, etc, and writes the information to its library file.  iTunes doesn't look at that file again until you play it.  It knows where to find it when it needs it.  However, sometimes things happen so the file is no longer where iTunes expects it to be.  In many cases this is because the user has renamed  a file or folder in the file's pathway, or moved the file.  In extreme cases it can happen because a hard drive is dying.
    When iTunes invites you to find the file, it is asking you to do exactly that.  If you renamed the file you need to remember what you called it and where you put it and point to it to rebuild the link.  Sometimes if people move all their files to  different drive you need to point to one and iTunes may be able to find others given that information and assumptions as to where the others should be located relative to that.
    It is also possible files have gone missing.  In that case you need to restore them from their original source  or a backup you make regularly of your computer knowing that some day it is 100% guaranteed your drive will fail and you will be very happy you have a copy of everything on another drive.

  • How can I import XDCAM footage from files that have been taken off the card?

    Hi,
    I am trying to log and transfer footage that has been taken off SxS cards and put onto an external hard drive. I've downloaded the Sony plug-ins for my computer, but still can't import anything in Log and Transfer. Can anyone help?

    Was THE ENTIRE CARD backed up?  Everything?  The full card structure?  If not, then FCP won't see it...it'll say the directory structure is invalid.  IN that case you might need to use the XDCAM TRANSFER UTILITY...separate app that can transcode the footage to QT FCP can use.

  • Any way to create a smart playlist on iOS of songs that have been downloaded from the cloud?

    Of my 72gb library it's hard to remember what has been downloaded from the cloud to my iPhone.  It would be great if there was a way to have my tracks be dumped into some sort of playlist to easily access what has been downloaded.  Anyone know of way to do this?  Or recommendations on an easier way to keep track of downloaded tracks?

    These all work fine on my mac but again, I was wanting the smart playlist on my iphone.  I could download songs from the cloud on my mac (which wouldnt make sense anyways since it's where my entire library is) but this defeats the whole purpose of accessing my music through my phone and icloud and not having to sync or make playlists on my mac.
    Let me ask you guys this, every time you want to listen to something on your iOS device, do you wait for it download?  Do you remember everyhting you've downloaded and only listen to those tracks?  What's your method for listening to music on your device?
    Really dissapointed in Match....it's basically a back up service.

Maybe you are looking for