STATUS WITH SERIAL NUMBER

Hi Gurus
My requirement is as follows
1) This is with serial number concept
2) The production schedule for FG will be given with serial number at intial stage itself every day
3) There are 2 subassemblies required for FG ie) Eg.A and B
4) The above 2 subassemblies were identified with same serial number XXX
5) The subassemblies with Same Serial Numbers A and B only assembled for engineerig purpose
5) I want to monitor the stauts of a) Is schedule has released to shop floor b) Sub assy A with Serial number completed c) Sub assy B with Serial number completed etc d) Is the Final assembly FG completed
6) As the sub assy production process takes long time ie) 1 week it is needed what is the subassy status individually by A and B
At present the client is in Production Order , Interested in going Repetitive, if the solution available in Repetitive it is appreciated
I will clarify in detail if any questions pl
K.Prabakaran

Dear Ramanujam
Need some clarification from your answer
Your scenario is possible using REM also. The serial number profile defined should have the procedure PPSF (for REM). Also in OIS2 tick the check box ExtReqmt if serial numbers are to be created before prodn. You could have external number ranges activated.
<i>I could see procedure PPSF in OSI2 but unable to see the tick mark area ECC6.0</i>
You could track the Serial numbers generated for a material with IQ09 transaction.
Once the serial comes into stock the System status will be AVLB (available). So you could track the prod status of these serial numbers at Sub assembly and assembly stages.
<i>some extend understood</i>
<i>could you please reply with some details with intro to serial numbers business process flow step by step T codes etc</i>
thanks
K.Prabakaran

Similar Messages

  • How to change the status of Serial number

    Hi Experts,
    Would you please help in solving this problem.
    How to change the status of Serial number?
    I have material stock in a storage location: recieved from Intercompany through outbound delivery, when PGIed material document is created when I am checking the serial numbers of the recieved ones status of the serial numbers are ESTO, I want that into AVLB.
    How can we do that?
    Regards
    Sri

    Hi,
    Go to IQ02 on Header tool bar you will find edit(2nd option on header tool bar) => edit manually=> Click from Customer=> and then to Stock you will find the expected results...
    Generally Serial number Status use to change along with the movement of material linked with that serial number... So if you are changing serial number with manual trasaction then please remove all the details from IQ02 like plant storage location Batch and master batch so that i will not provide you error while doing next transactions.
    Regards,
    Ninad Kshirsagar

  • Error when doing GR for production order with serial number

    I'm not familiar with serial number and equipment management but I'm trying to help my user resolve this issue.
    This product is returned from customer site.
    I saw that this material is being reset in IQ02 from status in warehouse to become Available when the material is consumed in the production order via 261 movement type. So now the status is available. Then the user went to change a new serial number. Later, GR for production order is done in MB31. Errors are encountered when prompted to enter the new serial number.
    Configurations XX01 and XX02 are different
    Message no. CX126
    Configuration of serial number SN02 incompatible with document item
    Message no. IO226

    Hi..
    Can you please explain in detail, I facing same problem, while assigning unrestricted stock to sales order.
    Regards,
    Sumit Pukale

  • Good receipt with serial number already on stock W

    dear all,
    I have this issue:
    Company "A" sent a material (with serial number) to another company "B" in SAP (Intercompany flow) with customer consignment stock (W).
    Company B has to post the good receipt for that material but the system shows the error message that the serial number can't be used.
    My question is:
    is it possible to post the good receipt for a serial number already used in another plant, special stock W?
    Thank you
    Enrico

    Sorry jurgen:
    Serial number 1000152198 cannot be used here
    System status ESTO is active (EQU 1000152198)
    Thank you
    Regards
    Enrico

  • Good afternoon.I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninst

    What's error 1 in adobe photoshop elements configuration? I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninstall and reinstall. I have done this but the message continues to appear

    You haven't mentioned which version of PSE. If it is PSE 13, that requires a minimum of windows 7.

  • I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • Goods Receipt entry for items with serial number

    Hi All,
    When I try to create a Goods receipt entry, for items with serial number, i'm always getting the following error message.
    [OSRI] , 'The selected quantity of serial/batch numbers is greater than the quantity in row Id'
    The following is the code that I'm using
    Dim oInvetoryGenEntry As SAPbobsCOM.Documents
    Dim oSerialNumber As SAPbobsCOM.SerialNumbers
    Dim ErrCode As Long
    Dim ErrMsg As String
    Dim ret As Long
    Set oInvetoryGenEntry = oCmp.GetBusinessObject(oInventoryGenEntry)
    Set oSerialNumber = oInvetoryGenEntry.Lines.SerialNumbers
    oInvetoryGenEntry.DocDate = Now
    oInvetoryGenEntry.DocRate = 1
    oInvetoryGenEntry.TaxDate = Now
    oInvetoryGenEntry.PaymentGroupCode = "3"
    oInvetoryGenEntry.Comments = "GRN Entry11"
    oInvetoryGenEntry.Lines.ItemCode = "A00004"
    oInvetoryGenEntry.Lines.Price = 100
    oInvetoryGenEntry.Lines.Quantity = 1
    oSerialNumber.SystemSerialNumber = 55555
    oSerialNumber.InternalSerialNumber = "2354"
    oSerialNumber.BatchID = "bt1"
    oSerialNumber.Add
    ret = oInvetoryGenEntry.Add
    If ret <> 0 Then
            oCmp.GetLastError ErrCode, ErrMsg
            MsgBox ErrCode & " " & ErrMsg
        Else
            MsgBox "GRN Entry made."
        End If
    It would be wonderful if anyone help me out to trace the exact reason for this issue.
    Thanks
    John

    Hi John I'm almost sure that your working with SDK 6.5 with SP1 or lower, visit this address
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://DI: Add more than one serial numbers in Invoice
    Maybe you can find your answer if you can fix it let me Know my email address is [email protected] because i had the same problem.
    Regards

  • Problem in GR with Serial Number

    Hi experts,
    I have a material with serial number profile. Everytime I carry out a goods receipt from PO by using mvt type 101, the serial no. window pops out by itself. The problem is everytime I carry out a goods recepit blocked stock by using the mvt type 103, the serial no. windows never pops out by itself so that it is not possble for me to input the serial no of the received material. I hope that you can give me opinions in order to solve this problem.

    Is it technically not possible to record serial no. during GR with mvt type 103?
    Serial number managment is not possible for 103 Mvt.(Neither System will ask for Serial No. @ 103 Mvt.), System will prompt for  serial numbers at the time of GR with 105 Mvt. only.

  • Problem with serial Number in Inspection Lot

    Dear All,
    I have a typical problem that material is there in quality inspection lot and serial numbers are aslo assigned during 101 mvt. but when I am posting it to unrestricted stock system is not determine serial number and giving an error
    *Stock data of serial number XXXXXX not suitable for movement
    Message no. IO231*
    All configuration setting are also OK as this problem comes for the first time and previously we were able to clear inspection lots of that material easily with serial number.
    Any Idea to rectify that problem?
    Thanks
    Edited by: Ashu on Aug 9, 2010 5:54 PM

    Hello,
    Check with your serializing Procedure check the assignment in Work scheduling View for this material also check in Quality view
    for inspection type 4 for GR of Production order.
    Regards,
    JayaVimal

  • MB26 ,CO27 - goods issue components with serial number?

    Hi ,everyone!
    I know CO27 and MB26 can do goods issue to production order very easily and quickly!
    But It seems CO27 and MB26 can not work well with the component with serial number.
    I aslo know MB1A and MB1B can post goods issue for component with serial number.But in MB1A and MB11 , it is very difficult to can material by material number quickly while doing more then 100 components issue to one production order.
    And for authorization purpose we restrict MIGO not to use goods issue for production order.
    So I want to ask how CO27 and MB26 do goods issue for the component with serial number?
    Or there is another ways to goods issue component with serial number to production order easily,exclude MB1A,MB11 and MIGO?
    Thanks for any reply!

    Hi Vivek     
    We use CO27 for goods issue to production order ,just like MB1A goods issue to production order.
    But in the BOM components of the production orders ,some semi finished products are with  with serial numbers ,so we can not use CO27 or MB26 to issue these components with serial numbers to production orders!

  • Goods Issue Stock with serial number to asset

    Hi xperts,
    When i GI a stock with serial number to asset (mvmt 241), the serial number is not updated in the asset master. I believe it's due to the asset number has been created before the GI. Is there any way (BADI or user exit) that would allow the serial number to  be updated in the asset master after/during GI postings.
    Thanks in advance.

    HI,
    The serial number is not updated in the asset master & there is no user exit for updating the same . You need to maintain it manually in the Asset master through Tcode AS02. Then after that do the GI,then the serial number would get updated automatically when you manually enter Asset code under  account assignment tab.
    Regards
    Manish Joshi

  • Trying to install Adobe Photodeluxe (elements 13)   I have box and cd sleeve with serial number,   But registration won't let me type letters only numbers allowed.  Help please.

    Trying to install Adobe Photodeluxe (elements 13)   I have box and cd sleeve with serial number,   But registration won't let me type letters only numbers allowed.  Help please.

    You possibly have a redemption code which has to be converted into a serial number.
    https://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • Where to find out with serial number to verify whether my dslr is genuine or not?

    where to find out with serial number to verify whether my dslr is genuine or not?

    Hey guys!
    The following information can be found at https://www.usa.canon.com/cusa/consumer/standard_display/gray_market
    Information on Parallel or "Gray Market" Products
    Canon sells and supports Canon-brand consumer and professional products in the U.S. through Canon U.S.A., which distributes these products through its authorized dealers and distributors. Canon U.S.A. is the only authorized importer of these products in the U.S., and provides industry-leading customer service and support for them. Products distributed by Canon U.S.A. are "localized" to meet the needs of customers in the U.S. market and are engineered to comply with local safety regulations and governmental requirements. As such, these products come with different accessories, manuals, and warranties than the versions intended for sale in other global regions such as Asia. Any Canon-brand products which are imported and sold other than by this method are referred to as "parallel," or "Gray Market," products (collectively, "Gray Market Products").
    Hazards and Difficulties Associated with "Gray Market" Products
    Customers in the U.S. may find that Gray Market Products do not meet their expectations because they were not intended by Canon for sale in the U.S. In some cases, sellers of Gray Market Products may attempt to localize the products themselves by adding, changing or removing certain accessories from the products, which may result in the following:
    including in product packaging illegal or counterfeit accessories, such as batteries, chargers, and ink tanks, which can cause injury and seriously damage your Canon product;
    an incorrect power cord or adapter which was not provided, or quality checked, by Canon;
    incorrect software or illegal copies of software which may not function;
    poor photocopies of the original manual;
    a fake Canon U.S. warranty, a warranty provided by a third party, or no warranty at all; and
    a device with a serial number which cannot be registered with Canon in the U.S.
    Customers should also be aware that Gray Market Products may not be eligible for:
    coverage under a U.S. warranty;
    U.S. promotions, including mail-in and instant rebates; and
    technical support
    If you are in doubt about a seller, or whether the products it sells are intended for the U.S., please visit http://usa.canon.com/authorizeddealers for a list of Canon U.S.A.'s Authorized Dealers. New and genuine Canon products intended for sale in the U.S. can only be purchased from Canon Authorized Dealers in the U.S. or from Canon U.S.A. directly.
    To learn more about counterfeit products, please visit http://usa.canon.com/aboutcounterfeits to view important information.

  • BAPI_GOODSMVT_CREATE with Serial Number

    Dear Gurus,
    Scenario
    We have to transfer serialized Material from one plant to another via STO
    ST order --> Delivery --> PGI (with Serial Number) --> MIGO at recieving plant.
    For MIGO (101) movement we want to use BAPI_GOODSMVT_CREATE.
    Now we have tried many combinations for it.
    if we se GM_CODE = '01'. and Movement Indicator 'B' (for purchase orders) then it gives error "Maintain Serial number."
    So if we maintaine serial number in thetable it says that you "cannot assign this serial number to the material "(AS the serial no is attached to the material at the time of PGI).
    Now if we try to change the the movement Indicator to 'L' (for deliveries) we are getting the error "Update control of movement type is incorrect (entry 101 X X _ L) "
    We have maintianed all necessary fields otherwise it would not give he Maintain srial no error (we think). I know this is very technical. but if anyone has prior knowledge please Help
    Dany

    hI,
    I have on similar error and i made this .  
    header
       IT_HEADER-PSTNG_DATE = SY-DATUM.
       IT_HEADER-DOC_DATE   = SY-DATUM.
       IT_HEADER-PR_UNAME   = SY-UNAME.
       IT_HEADER-HEADER_TXT = W_NUMDOC .
       IT_HEADER-REF_DOC_NO = IT_INPUT-NUMFR.
    Tcod MB01
       IT_CODE-GM_CODE = '01'.
    Fill item
       IT_ITEM-MATERIAL   = IT_PEDNEC-MATNR.     "Material Code
       IT_ITEM-PLANT      = ZGSARMZ-WERKS.      
       IT_ITEM-MOVE_TYPE  = ZGSMOVMOT-TPMOV1.    "Mov. Type
    If necessary used table T156t
    the field  KZBEW  most be used in th internal table .
    IT_ITEM-MVT_IND
       IT_ITEM-MVT_IND    = 'B'.                    
       IT_ITEM-ENTRY_QNT  = ABS( IT_INPUT-QTDSEL ).
       IT_ITEM-ENTRY_UOM  = 'UN'.                 
       IT_ITEM-PO_NUMBER  = IT_INPUT-EBELN.         
       IT_ITEM-PO_ITEM    = IT_INPUT-EBELP.   
    IT_ITEM-STGE_LOC   = .           
    IT_ITEM-BATCH      = .           
    IT_ITEM-COSTCENTER = .          
    IT_ITEM-CUSTOMER   = .           
       APPEND IT_ITEM.
    Regards .
    pedro

  • How to Track iPhone 6? My new iPhone 6 got stollen! I even didn't set up:( I've got its box with serial number

    How to track iPhone with serial number?

    No, Apple does not get involved in tracking devices.  The only way to track it is to have turned on Find My Phone on the iPhone, then locate it through your iCloud account.  But to do that Find My has to have been setup, the iPhone has to be powered up and connected to the internet.

Maybe you are looking for

  • Weird behavior in Flash CS6

    Flash Professional CS6 Windows 7 64 bit These problems were not present yesterday but are today, I was told that a system admin may have fubarred me. Thanks, System Admin! So before I put in the request for a system restore, let's see if we can fix i

  • Plug-in load issue

    I had created a new plugin by copying the code of an existing plugin. Now when I launch Acrobat Pro only one of the plug-ins gets loaded (on Windows Platform). My guess is that it could be happening if there is some ID associated with the plug-in is

  • Search help: default value for 'Maximum no of hits'

    Hello, I have a request from a user to change the default value for maximum number of hits in the search help. Any quick hint? Regards, Michal

  • Error at delivery level

    HI gurus while creating delivery i am getting error like "An item with no delivery quantity is not permitted. Item will be deleted." will reward you sar Edited by: Sarveswara on Jun 20, 2008 9:55 AM

  • Diff betweenn BPM and ccBPM

    Hi Frndz,    Can  u tell me the actual difference between the BPM and CCBPM, and where it is used. Thanks in Advance Karthikeyan