ISU Material Serial Number to change?

Dear gurus!!
We have list of ISU materials which are all serialized, now the issue is while doing Good receipt, the warehouse personal enter the wrong serial number. Once the serial number is assigned to the equipment and is no longer edited. So now we need to change the serial number for the ISU material. We tried to use the T-code IQ02>>Edit>>Special serial no functions>>change serial number. ERROR u201CTHIS FUNCTION IS NOT PERMITTED FOR ISU EQUIPMENTu201D. Finally we canu2019t able to change the serial number. We have thousands of serial numbers to be changed, So can you please help me in this.
Method 1,
We do GI against 201 wrong serial number and do reversal 202 with correct serial number, still same wrong serial number with status u201CINSTLu201Dand (( correct serial number as status u201CESTOu201D or even some cases while doing reversal it say u201CSystem status PIAC is active (EQU 1090075)u201D )) so we canu2019t proceed from here.
Method 2,
We tried to create physical inventory and while entering the count, we key the correct serial number, now the system status for all new serial number entered is u201CESTOu201D and wrong serial still existing in the system, which shows the status of u201CINSTLu201D.
The above 2 methods is not working! Please advice me.
SAP GURUS PLEASE HELP ME
Regards
RS

Hi saravanan
    u  may  try  deactivate button from the menu  bar.iw31.
equipmentactive inactivedeactivate if u  click this status changes and u  can also  mark deletion  flag  set.
try this and u see the status changed from  inst to dlfl inac
and also  try edit-special functionsmanual transactiontry  delection  to  hu or deletion   to  customer and all posible i  hope  it  may  work
try them
kr
raj

Similar Messages

  • RE:BAPI for Create Material Serial Number

    Can anybody please suggest me any function module or BAPI available to Create Material Serial Number (transaction IQ04), and later Change Material Serial Number (transaction IQ02) for updating its class type, class and characteristic description?

    Hi,
    Two options for creating meters, meter serial number
    - FM: EQUIPMENT_SAVE - It is too trickly to use this FM, one has to do lot of research and should have good technical skills
    - Using BDC - simple and straigh.
    For updating class for the meter you can use FM: BAPI_OBJCL_CREATE (BDC does not work for this one). Again it is pretty complex to implement.
    For created meters, i have used both FM and BDC. Decision depends on requirement, volume and resource.
    - ASB

  • Material Serial Number Issue.

    Dear Friends,
    Material Serial Number Issue.
    Its better to explain with the example.
    Material Number : ABCD with serial number as 123456
    There is a reservation for the Material ABCD from work order, now the warehouse person Goods Issues for the reservation ABCD with serial number 06-123456.(he issued wrong serial number)
    Correction action - Reverse Goods Issue for serial number 06-123456, now Goods issue for correct number as 123456. But the systems doesnot allows the serial number, error Material ABCD 123456 is already installed. Thenin  IQ09 the material ABCD with SNO 123456 is INSTL Status.
    Now question.
    1. In 1st place how system allows the Goods issue for particular reservation with different serial number?
    2. Without issuing the serial number 123456, how the status changed to INSTL???
    3. How to solve this problem, need to change the stauts of Material 123456 as ESTO, then i can do goods issue,. how to change the status??
    Regards,
    Saravanan.S

    Hi,
    Ask the workcentre to give that materail with 202 or 262 mvt to you. Now with the new reservation issue the required serial number material to site.
    System does not have the serial number in reservation slip.Manually u are assigning it diuring the MIGO.
    Ramesh

  • Create material serial number and update class type and class

    Hi ,
    do we have any function to create material serial number and update class type, class and Characteristic Description?
    for transcation IQ04 0-Create material Serial number and IQ02 for change mat. serial number
    cheers,
    RAAG

    hi
    u  can  go to  iqo2 and click  class overview and assign the class type ,class and description.but u need to maintain  class for this first.
    it would be helpful for u  to  read iut  221 for work management
    for creation  of class,service object  etc.and understand the concept .
    all the best
    kr
    raj
    RAJ on Oct 14, 2008 3:20 PM

  • Function module to get material serial number status

    Hi Gurus,
    How to get get material serial number status? Is there any function module?
    TCode IQ03 to display the serial number staus, but where i can find the status (AVLB / ESTO / ECUS) of these serial number ?
    Pls help.
    Regards,
    Sankaran

    hi,
    SELECT SINGLE  equnr objnr FROM
                               equi INTO (equnr1 , objnr1)
                               WHERE sernr = wa_final-sernr
                                 AND matnr = wa_final-matnr.
        CALL FUNCTION 'STATUS_TEXT_EDIT'
          EXPORTING
            client           = sy-mandt
            flg_user_stat    = 'X'
            objnr            = objnr1
            spras            = sy-langu
            bypass_buffer    = 'X'
          IMPORTING
            line             = sttxt
          EXCEPTIONS
            object_not_found = 1
            OTHERS           = 2.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards
    siva

  • Get inbound delivery number by using material serial number

    is anyfuction module to get inbound delivery number by using material serial number?
    input---material serial number.
    output--inbound delivery number.

    Hi,
    BAPI_OUTB_DELIVERY_CHANGE
    BAPI_GOODSMVT_CREATE
    it's ok with the Function module
    CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
    EXPORTING
    VBKOK_WA = LWA_VBKOK
    SYNCHRON = ' '
    NO_MESSAGES_UPDATE = ' '
    COMMIT = 'X'
    DELIVERY = P_ITEM-VBELN
    IT_SERNR_UPDATE = LT_SERIALS
    IMPORTING
    EF_ERROR_SERNR_UPDATE = L_SERNR_UPDATE
    <b>Reward points</b>
    Regards

  • BAPI to get inbound delivery from material serial number

    BAPI to get inbound delivery number from material serial number?
    input---material serial number.
    output--inbound delivery number.

    Perhaps instead of using a BAPI you can code it like this.
    DATA:serial(10) TYPE n VALUE '0000340078',
    pos TYPE i VALUE 1.
    START-OF-SELECTION.
      WHILE pos <= 10 AND serial+pos(1) = 0.
        pos = pos + 1.
      ENDWHILE.
      REPLACE ALL OCCURRENCES OF '0' IN serial(pos) WITH space.
      WRITE serial.

  • Maintain revison level at Material Serial Number

    Any pointer on how can I maintain and track the revision level by Material Serial Number? 
    All SAP information I have seen is maintaining revision at Material master.

    Thanks for responding. My understanding is that ECM only maintain revision level at Material Master but not at the Material Serial Number.  If we use ECM, am I able to track revision level by serial number. I cannot find a revision data field in the Material Serial number record.
    Currently, we create material master id with part-number/rev to track the revision at serial number record.

  • Chagne Material Serial number : IS data

    Hi,
    I need to chagne material serial Number detail.
    Could any one please let me know a FM to achieve this.?
    With regards,
    Sumanth

    try IQ02 tcode where u can see the material serial number detail.

  • Regarding the material serial number

    Hi Experts,
    How can i get the material serial number?
    Rgds,
    Sruthi.

    Hi Shruthi,
    _Analysis_ :
    A Sale Order (EBELN) can have one or more Materials (MATNR) in its line items (POSNR).
    Each of these Materials will be used in one or more Equipments (EQUNR). The  combination would be unique and this unique combination generates a unique Serial No.
    For each Material in a Sales Order, we need to attach a u201CSerial No. Profileu201D. (These Serial No. Profiles are defined in SPRO settings).
    In a Sale Order, we can see the Serial No. for a particular Material, only if the Serial No. Profile is defined/attached.
    _To verify:_
    Goto Tcode VA03. Enter the Order no.
    In the Menu bar, go to u2013 Extras à Technical Objects : To find Sale Order No., Material, Equipment No, Serial No.
    Logic to fetch Serial No. :
    1.       Enter the Sales Order No. (VBELN) in table VBAP.
    Determine:
    ·         Materials (VBAP-MATNR) for this VBELN
    ·         Position No.( VBAP-POSNR)
    ·         Serial No. Profile (VBAP-SERAIL).
    2.       Enter the Sales Document No. (VBELN) into table SER02.
    Determine:
    ·         Object No. (OBKNR) for each Position (POSNR) of the Sale Document.
    3.    From steps 1 & 2 :
          Enter this Object No. (SER02-OBKNR) and Material (VBAP-MATNR) into table QBJK.
          Fetch the following fields:
    ·         Equipment No. (EQUNR)
    ·         Serial No. (SERNR)
    This logic actually works. I have implemented it jst a month ago.
    Hope this solves your problem.
    Rgds,
    Lakshmi

  • User exit for sale order material serial number change

    I am looking for User exit for changing the serial number for the saleorder material va01.

    Hey,
      Check the include program : MV45AFZZ. it will trigger at the of saving the sale order.
    IF SY-TCODE EQ 'VA02' OR SY-TCODE EQ 'VA01'.
    Endif.
    Note : Write your coding inside the IF clause to avoid affecting the other transaction codes.
    Regards,
    Saravanan M

  • Material; Serial Number profile check

    Dear All.
    We've recently upgraded from ECC 5.0 to ECC 6.0.
    In 5.0 we used to receive a warning message if someone tried to create a serial number for a material which did have a serial number profile.  The message was "Material not allocated a Serial Number Profile".
    It was only a warning message, but was still helpful.
    Now in 6.0 we're not getting that message.  SAP is letting us create the serial number even though no profile has been assigned in the material master.
    Does anyone know if there's been a change made between 5.0 and 6.0?
    If this is configurable?
    Other tips?
    Many thanks!

    Hi,
    Ecc 6.0 also if you are not assign serial number profile it will give warning message.
    below the message number will display as warning.
    Material not allocated a serial number profile
    Message no. IS160
    Please check with ABAPer.
    SAM

  • SU Number as material serial number

    Dear Expers,
    I have to meet (if possible) a specific business requirement, i.e.:
    To place materials with SN returned to Warehoues into Storage bins where it can be identified somehow by SN. Theoretically there can be two ideas/solutions:
    a) use dynamic storage bins
    b) use dynamic storage units numbers i.e. for each material receipt assign storage unit = Serial Number.
    I have made an inwestigation and:
    a) dynamic storage bins are dedicated only for interim storage types. Is it possible to use dynamic storage bis for "NON-INTERIM" storage types?
    b) In my WM system I use SUMngmnt and HUMngmt. The SU Numbers conversion is set to '1 - Only lenght conversion'.
    Is it possible to use the option '3     - Customer-specific user exit' to meet my requirement? How the change of this option can influence other related areas? Where could I find the exit, that is used to SU number conversion?
    I will be grateful for any ideas.
    Regards,
    Wojciech
    Regards,
    Wojciech
    Edited by: Wojciech Zalech on Apr 27, 2009 9:41 PM

    Hello
    You can try to use the field requirement no in creating a TO
    So the process could be:
    1) Receive the item in stock , your mvt. type definition should have a new storage type for receiving these materials ( return scenario) say 992 and then you can create 1 bin say Returns in this storage type. in the source have 992 and test and the destination have which ever storage type you want to see this stock in say RET, and have the dynamic bin indication checked.
    2) Define a new requirement for serial nos. so that you can create new bin (dynamic way). This is done in activities>transfers>define new requirement type. You can create a new type as Z
    3) Then in your mvt. type use this new indicator as the the requirement type.
    4) You can then putaway the SU by LT07 , use your mvt. type and then the requirement no. as Z and the next space enter the serial no. that you want the bin to be created.
    5) You should be able to create the TO based on these data .
    6) however, the only bad part is that you will have to create the Bins = serial nos. prior to creating this TO.
    7) Your new bin will now reflect the serial no.
    Hope this helps.
    But im guessing that there should be a better way of doing this.
    Thanks,

  • VWLC serial number can change if using disaster recovery.

    I know this was published before but I cannot find it at the moment so I will republish.
    If  a person is running DRS for VMWare or any type of disater recovery  solution that moves the vWLC to another host, the serial number of the  vWLC will change. Since our SN is node-locked to the UUID in VMWare, if  the UUID changes, the UDI (and serial number) of the controller will  also change. The only way to avoid this from happening is to maintain  the UUID in VMware .
    Here are a couple of VMWare KB articles:
    Changing or keeping a UUID for a moved virtual machine (1541)
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1541
    Virtual Machine Identifier - UUID
    http://www.vmware.com/support/ws5/doc/ws_move_uuid.html
    Ray Garner, CCNP
    Cisco Wireless TAC
    EDIT:
    https://tools.cisco.com/bugsearch/bug/CSCun11124
    https://tools.cisco.com/bugsearch/bug/CSCun11108
    Both bugs now fixed as of wlc release 8.0.100.

    On the line w/ Cisco Licensing right now.  VMotioned my vWLC running 7.6.100.0 to another node in the ESXI cluster.  After I had rebooted, poof... all licensing was missing.   Luckily we should have the license keys rehosted here shortly so I can get my APs back online.
    I don't see version 8.0.115.0 listed as a version with the known fixes, just the 8.0(100.0), and 8.0(72.160).   Can anyone confirm the bug is fixed in 8.0(115.0) as well please?  I would prefer not to vMotion again and repeat this entire licensing exercise if unnecessary.   ;)  Thanks for the posting!

  • Material Serial Number reporting

    Hi,
    I need to create an ABAP report or potentially a BI extractor to look at material stock by functional location, with serialised materials detailed down to serial number. I can see all of the relevant information through MMBE, but need to know where the link is between the MM documents and the serial numbers, in order to show the detail down to serial number.
    Thanks

    Hi,
    Thanks for your response. This table is empty, but I think I have found the solution.
    Table SER03 holds link from material document number to an object number (SER03-OBKNR). This object number is listed in table OBJK against serial numbers, equipment numbers, and materials.
    It looks like SER07 is the table used to link Physical Inventory Documents to OBJK.
    The OBJK table holds the link table (SER07 or SER03 in this case) in field TASER.
    If anyone else has any info on this it would be useful.

Maybe you are looking for

  • Can I copy a Backup file from one PC to another and use it?

    IPhone got all screwed up with the update on my home PC and wont restore, my PC at work does it fine, but my backup file is on my home PC. Can I copy my Backup file from my home PC and put it on my work PC to restore my IPhone?

  • How can I see the organization of searched bookmarks?

    I have bookmarks organized in folders and subfolders. When I search for a bookmark, the results are returned in a list. How can I find out which folder or subfolder the bookmark resides in? == Firefox version == 3.6.3

  • Why do I have two versions of Photoshop?

    My CC lists Photoshop CC and Photoshop CC (2014) and every time it updates, it updates them both with the same thing. Why is there two and can I get rid of one and if so, which one and how do I get rid of it please? thanks David

  • Adobe Audition

    Has anyone tried running Adobe Audition on a Mac Book Pro? I work for a radio station and use that to edit all of my audio files... I know Apple makes a product like that.. What is it called??

  • I'm stuck! Following the Java Tutorial

    I'm confused :=Q I am following the Java tutorial and am trying to do the ClickMe applet. The html file was saved as text in notepad. I downloaded the ClickMe and Spot source files. They compiled without errors along with the html file. I double chec