To keep track of Damaged Stock

Dear Friends,
My client has come up with new requirement to keep track of damaged stocks.
They want us to create new Order type with Zero Pricing and New Invoice type having Net Value Zero.
They have implemented complete Warehouse management.
Earlier they use to scrap material using Movement Type.
Regards,
MAYANK

Hi,
Now for better tracking of damaged stock they want to use Standard process of SD from Order creation to Billing where Net value will be Zero as they can not sell these Bad/Damaged stock to any one.
It's not clear to whom you want to sell the damaged goods. You mentioned that 'they can not sell these Bad/Damaged stock to any one' / still you want to create sales doc...
As I understand you won't sell the goods to anyone, in this case what is the purpose of the sales document? So, my doubt is the same as Kishore's:
I dont know how a zero value sales order is going to serve your Purpose of scrapping & track of the Finshed goods.
Please describe the tracking requirement better. What do you want to map/trace exactly?
Traceabilty is realized trough / by batch management / serial number management both in business and in SAP.
Csaba
Edited by: Csaba Szommer on Aug 28, 2008 4:38 PM
Edited by: Csaba Szommer on Aug 28, 2008 4:39 PM
Edited by: Csaba Szommer on Aug 28, 2008 4:40 PM

Similar Messages

  • Link mails to keep track of topics

    I often encounter the problem that i get several mails regarding one single topic.
    I think a function like this would be really useful:
    User should have the option to mark two or more mails as linked. They appear collected beyond one topic thread. This would improve keeping track of your tasks a lot.
    Is there any add-on that provides such a function? Could you consider adding this in a future release?
    Thank you.

    Hi,
    Now for better tracking of damaged stock they want to use Standard process of SD from Order creation to Billing where Net value will be Zero as they can not sell these Bad/Damaged stock to any one.
    It's not clear to whom you want to sell the damaged goods. You mentioned that 'they can not sell these Bad/Damaged stock to any one' / still you want to create sales doc...
    As I understand you won't sell the goods to anyone, in this case what is the purpose of the sales document? So, my doubt is the same as Kishore's:
    I dont know how a zero value sales order is going to serve your Purpose of scrapping & track of the Finshed goods.
    Please describe the tracking requirement better. What do you want to map/trace exactly?
    Traceabilty is realized trough / by batch management / serial number management both in business and in SAP.
    Csaba
    Edited by: Csaba Szommer on Aug 28, 2008 4:38 PM
    Edited by: Csaba Szommer on Aug 28, 2008 4:39 PM
    Edited by: Csaba Szommer on Aug 28, 2008 4:40 PM

  • Keeping track of stock footage usage

    Hello all,
    Does anyone know of a way where by I can keep track of stock clips used in multiple projects? Basically we have a stock library which contains some clips which are the property of a cameraman we regularly use. Each time we use some of his footage we have to keep track of the duration used so we can reconcile at the end of each series produced. Is there any way of "flagging" his clips so that we can easily do a search and come up with the clips and durations used throughout an entire series or even for each episode? There must be some kind of database software that does this mustn't there?
    Thanks.

    Put the tape name, or his name, in the title of the clip. Then you can search for it in the Timeline by pressing APPLE-F and typing in that name. This will go to each clip in the timeline in turn, so then you can determine the duration.
    Or export an EDL and search that with Apple-F...
    Shane

  • Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also for th

    Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also I wanted to know because for the game center we wanted to keep track of each individual not just o e account.  DID I MAKE SENSE

    Figured it out. Thanks.

  • I have an ipad and iphone with a pc laptop at home. I have a program called "Passkeepers on the laptop that keeps track of all my passwords. Can I tranasfer this file to  my ipad or iphone. If yes, how if now what program for ipad or iphone do I need?

    I have an ipad2 and an iphone 3. I also have a PC laptop. The lap top has a program to keep track of my passwords, "Passkeeper" Can I sync with my ipad or iphone? If yes how? If no what app will work on the ipad or phone to keep track of passwords?
    Thanks

    Oh nice, there's a PassKeeper application for the iPhone and iPad.  Simply install it and it should talk you through steps, otherwise their website is probably a great place to check.
    http://itunes.apple.com/us/app/passkeeper/id405021740?mt=8
    I really like the application 1Password, and it works across all the products, Mac, PC, iPad, iPhone.

  • Looking for an application to keep track of things

    Again, forgive me, for I am new to the BB world.
    I have a Palm Zire that I use to keep track of, among other things, all the books I've read - nothing worse that buying a book for the second or third time!  I use the Palm desktop contacts list, filter by "Books", the by author keep track of the titles in the note field.
    Can anyone recommend a BB application to keep track of this for me.  One of the reasons I got this phone was so I wouldn't to carry my PDA and phone with me when shopping.
    Thanks a million
    kznailz

    Hi there!
    For me, I use contact items...I have a whole batch of them that start with "Note" and contain tons of things. One is my weekly shopping list. Another is a list of gift ideas for folks. And many many other things. I like using Contacts as I can not only search them, but they replicate to my desktop PIM (for me, via BES/Exchange) and I can even edit them in my PIM and they wind up on my BB. Handy, IMHO!
    Hope that helps!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How do I keep track of how many times a method is called inside anthr clas?

    I am writing code for a program that solves a Knight's Tour. A Knight's Tour is a path a Knight Chess piece can take around the board starting at any spot, touching every square once, and only once. I have to write 2 classes and one is provided. The provided class is encrypted and written by our professor. All I know that it does is simulates the game using the two classes I write and provides a print out and prompts to ask the user which square they want to move to next.
    The square class I have to write consists of a constructor that makes a square object that keeps track of its color (white/black) and its status (whether it has been visited, is occupied by the knight, or is free and has not be visited).
    The GameBoard class I have to write is what I am having problems with. I am writing a method that determines how many squares have been visited. The previous mentioned class that my professor wrote for me contains a method moveKnight();. The way the program works is that every time moveKnight() is called a square's status is changed to occupied and therefore visited later. moveKnight() will only work if the move requested by the user is a valid move.
    SO! My main problem (sorry for all the explaining, just trying to give you all the information) is that I don't know how to keep track of how many times moveKnight() is called by the program. If i can figure this out it should be simple. I'm new to java but i believe...
    if(moveKnight() is called)
    {count++;} //count is a member variable already initialized
    return count;
    the moveKnight() is called section within the if() statement is what I am unclear how to do. Please help.
    Thanks, Veritas

    in your case you want 'count' to be a class attribute rather than a local variable. But yes, incrementing it each time that the method is called will serve your purpose.

  • How to keep track of how many times a link has been clicked?

    How to keep track of how many times a link has been clicked or accessed? Do I need to use database for this?

    Hi
    Proably something like this can work,
    1> Have a servlet/bean invoked when the link is linked
    2> have a static variable in that servlet/bean wich gets incremented before the control is passed to another desired page..
    The problem with this approach is that care has to be taken that the servlet/bean is not re-instalised, in case of which the static variable will also be instalised and the data would be lost.
    The best thing is to store the count in the database.
    Regards
    Arathi.

  • My iTunes doesn't keep track of my listening history anymore. It doesn't update play counts and default "Recently Played" playlist.

    My iTunes doesn't keep track of my listening history anymore. It doesn't update play counts and default "Recently Played" playlist. But it still tracking plays from my iPhone and syncing them.
    I've tried to repair it with setup file. Nothing's changed.
    Can you help me with that?
    NOTE: Now I tried disabling the crossfade feature and it worked, started to count again. But I like crossfade, I don't want to keep it off.

    I think I got this figured out. The playcount does update, but not how the previous iPod models update their playcount. Instead of immediately updating the playcount right after you finish the song like the older iPod models, iPod Touch keeps the updates in memory. The next time you connect to iTunes it'll sync those playcounts in memory to the actual songs itself, effectively updating the playcount of the songs only after connecting to iTunes. I have set my syncing manually. That's why after connecting to iTunes, my playcounts are updated. BUT it doesn't solve the mystery of my Smart Playlist. Even though in iTunes, the correct songs are listed, in the iPod Touch, it shows the old playlist.
    Don't you just hate that? It was working fine before on non-iPod touch models. Now we have to live with this new bug. I just hope when they release software 2.0 it fixes these bugs and that they *give it for free!* People shouldn't be charged on something they should have gotten as a support!

  • Why do my songs and audio books keep getting erased when I add a new book?  Now some books will not play and the iPod does not keep track of where I was when I pause a book, leave for music and then go back!

    About a month ago I added some new audio books to my iPod Classic and then after disconnecting, I discovered EVERYTHING had been erased. 
    I had to restore through my iTunes but then I could not load my music back on.
    I uninstalled / reinstalled iTunes and completely reformated the iPod drive.
    I successfully got my music and books back on but then added a new book two days ago only to discover everything got erased AGAIN!!!
    Of course, my 1 Year Warranty was up about a week before the first incident.....
    I formatted the iPod again, uninstalled / reinstalled iTunes (it was freezing during sync) and downloaded all my music and books again.
    Now I have several books that will not play (they play on iTunes and they played on the iPod before all these events) and the iPod does not keep track of where I was in a book when I have to stop and go to something else.
    Does anyone know what is going on with this thing???  I have a 5th Gen Video and in all the years I've had it, I've NEVER had problems like this! 
    Does anyone have any ideas on what I can do to get my iPod Classic up and running properly again?
    Thanks.

    When iTunes/iPod sync process failed due to timeout, the iPod, has only the initilaised  filesytem structure at the start of the Sync.
    The timeout failure could be due to
    Bad hardisk - do the iPod disk diagnostic, refer to this excellent post by tt2
    Slow USB port or resource - Dont use any USB hub, disconnect all other USB devices while syncing
    Timeout due to Antivirus or other plugins - disconnect from Internet and stop the Antivirus or monitoribng software if you are syncing.
    Preferably stop doing other things while syncing this ancient device, which the latest iTunes designer, think will soon be extinct.
    Have a nice day!

  • Customer not ready to send free of goods back But he wants money back for damaged stock

    Dear sd Experts please tell me How To Achieve In SAP
    Customer : 120000
    Company: AAA
    AAA Company offered if customer purchased Material ZZZ  For 100 qnty They will Give Free of goods Material XXX 15 For Diwali
    : ex: Now customer Purchased 100 qnty and he got 15 Free of goods from the company Now This scenario ok Imagine stock reached just one day before DIWALI  suddenly Customer Found some damaged stock Like 10 Items
    now he wants to back the stock  and he doesn't want the same material 10 Items  (zzz) He wants only Money
    because Once DIWALI Completed he cant sell the products he will be in loss ( i am giving just example to understand)
    so he wants money back .....................For 10 Qnty
    But he is not ready To Give back Free of goods Back (XXX) Because He purchased the stock From the company is giving free goods thats way
    Yes it is correct point From the customer side because every customer will think like this only no wrong with him ...
    Now coming to Company issue .... Company everything calculated material cost and finally decided That 100 Material ZZZ We can give XXX 15 Material As a free of Goods here no loss and no profit 
    But if customer Is asking Money back for Damaged stock and he doesn't want To give free of goods back ,,, So here from company point of view some loss will be generating definitely..100 %  so how we will proceed with FI @MM IN SAP
    Because I think another option plz guide me
    Thanks a lot

    Dear Venu,
    As i understood On a purchase of 100 TVs--10 DVD players are free(may be 10+1 offer)
    Now after receiving customer found 10TVs damaged
    (only TVs got damaged--not the free good DVD players)
    So he returned those damaged 10 TVs back to Business and he dont want to take this new 10 TVs based on his sales after his seasonal experiences.
    So now the adjustment can happen in the following ways:
    (solely depends on your understanding with your customer)
    1.Adjust the total amount only for 90 TVs(you can use credit memo else invoice correction request)
    2.here the question comes is for 90 TVs only 9 DVDs are free--(here again you can do in two ways charge the customer by a debit memo for additional one piece of DVD player   or   ask the customer to return that one DVD player)
    Hope this helps.
    Very Important note:
    I just saw somebody asking you to correct your punctuation and there is a like given by Our senior and respected member JP. we have to understand one thing here--always we  need to take these comments as positive manner(recently our respected moderator JP cautioned me  too through a direct message asking to correct my diction and some spelling mistakes--which i might be doing without any intention)
    Remember one thing in life--- all of our respected senior members are here to help us whenever we are facing career threatening issues--even though they dont know us personally --they are helping us & we come out with victory and smiley faces from all these issues--we should respect their comments and say thanks to the people who is correcting you at your career.
    To Respected JP: sir--i think you might have observed the change in my approach too
    (like ""me too"" at your message)
    whenever i am crossing-- requesting you again to correct me.
    sorry to give this pain again to you sir.
    Regards
    Phanikumar

  • Any table keep track of Sales order and relevant IDOC

    hi all,
    Do we have any table to keep track Sales order and its relevant IDOC in the system?
    A list of sales order# given by user, from the list, we would like to find a faster way to get the corresponding IDOC.
    thanks.

    Hi Reetha,
    EDIDS table would have the IDOC Number & sales order number. Parameter 2 is the field in EDIDS which would have the sales order number.
    I understand that this table would have many records but i dont think any other table would have the above combination. If you get any other table, then pls. do update @ it on this thread.
    Thanks,
    Best regards,
    Prashant

  • I would like to use GarageBand to remaster downloaded music files that are in iTunes.  Poorly mastered files keep clipping and damaging my speakers.  When I try to use an iTunes file as a new project, it greys out the iTunes songs so I can't select them.

    I would like to use GarageBand to remaster downloaded music files that are in iTunes.  Poorly mastered files keep clipping and damaging my speakers.  When I try to use an iTunes file as a new project, it greys out the iTunes songs so I can't select them.  Any ideas?

    As I said - look whether your original file is damaged or not. If not, I wouldn't change it and find out what in your system makes it sound like it's clipping.
    Good sound file, with volume maxed out. No need to change anything.
    The same song clipped - no chance to repair.

  • I have been using Find my iPhone for over a year to keep track of my 12 year old daughter occasionally.  All of a sudden when I click on the app icon it asks me to log in.  This has not been the case.  It has always remained logged in in the past.  W

    I have been using find my iPhone on my iPhone 4s for the past year.  I will look at it occasionally to keep track of my 12 year old.  All of a sudden I have to log in every time I click on the app.  I have always remained logged in in the past.. I upgraded to IOS 8 today thinking that might fix it.  It has not.

    adkennon wrote:
    And maybe you don't talk to too many people but I've been on many forums on different websites where people have had similar problems and a lot of people in the store were having battery problems where they were draining too fast. What I learned is that all the people who did not download the updates are good. There phone is working the same. The people who have, they're having battery problems
    I have downloaded every update and my battery life is better than any previous iPhone I have ever owned. I see posts from hundreds of people every day, and this is not a commonly reported problem. While there are a few random reports of battery problems, it is no more than I have seen for any other model or any other version of iOS in almost 8 years. Usually problems of rapid battery drain can be traced to bad apps (FaceBook is the worst offender) or corrupt data being synced from iCloud or other sources (gmail, Windows Live, Yahoo, etc).
    The simple test is to restore the phone as New. Do not create any email accounts. Do not install any apps. Do not enable FaceTime or iMessage. Do not enable Twitter or any other social networking app. Use it for a day and check the battery usage. You will find that it is working well.
    And also see this: http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain. It is the best treatise I have seen on the subject of battery usage.

  • Adding a counter that keeps track of the total number of times a loop has run, even if LabVIEW has been restarted.

    Hi all,
    I am writing a VI for measuring data and inserting it into a database. The measurements are controlled by a loop that runs once every minute. I want to give each measurement a unique id number and store this too in the database.
    To do this, I want to add a counter to this loop so that I can count the number of times the loop has executed in total. This is, even if the VI, LabVIEW or even th PC is restarted, I want the counter to keep track of the number of executions. If say, the loope executes two times and then the VI is stopped and restarted, I want the following number on the counter to be three.
    Does anyone have an idea about how to do this? I am gratefule for any help!
    Clara
    Message Edited by Clara G on 05-11-2010 08:21 AM
    Solved!
    Go to Solution.

    Not allowed to give away code but I can describe one of my "Totalizers" used to keep track of how much stuff has passed through a fliter so we know when to change it.
    THe Total izer is implemented as an Action Engine.
    It has three actions (methods)
    1) Init - Opens an ini file and reads the last values read and cahces these in shift registers. It also inits a timer so we now how long since the last file I/O.
    2) Update - Uses the data passed by the caller to update the totals. It also checks how long since the last save and if more than one minute it writes to the ini file (forced write).
    3) Read - returns the totals for display and evealuating if a an alarm should be triggered to change the filter.
    Note:
    THe pre-LV 8.6 version of the ini file exposed methods to allow writing to the file. The new ini functions do not expose that functionality and require closing the file.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

Maybe you are looking for

  • (ES4) How to create a flowable form that does not overlap when pushed to a new 2nd page

    I have a form that involves text insertion boxes, plain text, and checkboxes.  I successfully made my text insertion boxes a flowing expandable layout, but once it gets too big and it has to push the subforms below it onto a 2nd page, all that inform

  • Problem: installing Recommend Patch Cluster: patch 140900-10 fails

    I don't know if this is correct location for this thread (admin/moderator move as required). We have a number of Solaris x86 hosts (ie 4) and I'm trying to get the patched and up to date. I obtained the latest Recommended Patch Cluster (dated 28Sep20

  • Dbms_java.grant_permission fails during the subsequent executions

    Always first call succeeds for the following lines in a procedure. dbms_java.grant_permission('MDSYS','SYS:java.io.FilePermission','D:\temp\test.dat,'read' ); dbms_java.grant_permission('SCOTT,'SYS:java.io.FilePermission','D:\temp\test.dat,'read' );

  • Dumb Question - default photo file viewing

    OK, this is any easy question -- and tho I have searched for the answer I can't find it. I use aperture and photoshop and here is my question.. (and it's sort of but not totally related to Aperture.. but I use adobe in conjunction w/ aperture, so her

  • Migrate from 32 bit to 64 bit

    Here is the scenario. Need to migrate 32 bit oracle database with datafiles on asm to 64 bit oracle database Do i need to move asm as well to 64 bit or i can jus install 64 bit oracle home in new 64 bit server and use the 32 bit asm oracle home . Tha