Serial Control Issue

Dear
we are facing a Performance issue in serial control items...
like
while receivng a material to the inventory
and
while issuing a material to the sales order
the management has decided to proceed to no serial control
before proceeding to that i like to the impact after changing that
Note:We have Qunatity with serial contal and pending sales order
Its urgent pls Seniors need ur advice.
Thanks
Mujeeb Ahmed

Dear
we are facing a Performance issue in serial control items...
like
while receivng a material to the inventory
and
while issuing a material to the sales order
the management has decided to proceed to no serial control
before proceeding to that i like to the impact after changing that
Note:We have Qunatity with serial contal and pending sales order
Its urgent pls Seniors need ur advice.
Thanks
Mujeeb Ahmed

Similar Messages

  • Decimal Quantity Receiving in Serial Control Item

    HI ALL,
    Can anyone explain, how can i receive decimal quantity in case of serial control item ? I want to receive quantity in decimal while system is showing error.
    Plz provide any solution or workaround of the issue.
    Regards,
    Fahd

    Decimal quantity for a serialized item is unusual.
    You should put the item on lot control.
    Sandeep Gandhi
    Independent Techno-functional Consultant
    Omkar Technologies Inc
    513-325-9026

  • How to use OE_ORDER_PUB.PROCESS_ORDER API for serial controlled items?

    Hi Guys
    We are using OE_ORDER_PUB.PROCESS_ORDER API with a custom application (R12 12.0.4/12.0.6) for booking sales orders. Right now we don't have serial controlled items, however pretty soon, we will launch medical equipment sales for which we have to start using serial controlled items.
    Anybody has a sample script for the API dealing with serial controlled items?
    Regards,
    Raj

    What kind of serial number related information do you capture during order creation?
    Most businesses either generate serial numbers at the time of Sales order issue OR at wip completion.
    Sometimes a serial number is generated at WIP assembly begin.
    In any case, as long as you don't ALLOCATE serial numbers to a sales order at the time of entry or booking or reservation, you won't need to worry about serial# for oe_order_pub.
    The serial# will come into picture for RMA processing. For that, you can use l_lot_serial_tbl_out oe_order_pub.lot_serial_tbl_type in the oe_order_pub. This will let you record the serial number for the product that is being returned.
    Sandeep Gandhi

  • 11.5.10 : LOT나 SERIAL CONTROL ITEM을 ROI 통해 RECEIPT 하는 방법은?

    제품 : MFG_INV
    작성날짜 : 2006-05-18
    11.5.10: LOT나 SERIAL CONTROL ITEM을 ROI 통해 RECEIPT 하는 방법은?
    ==============================================================
    PURPOSE
    Receiving Open Interface(ROI)에서 Lot나 Serial 정보를 위해 사용하는
    interface tables은 무엇인지 알아본다.
    Explanation
    Serial 및 Lot을 control 하는 item을 Receiving Open Interface(ROI)를 통
    해 Delivery, Correction, Return 작업을 하기 위해서는 기존에 사용하던
    rcv_headers_interface,rcv_transactions_interface table 외에 아래 두
    tables에도 data가 입력되어져야 합니다.
    mtl_transaction_lots_interface,
    mtl_transaction_serial_numbers_interface
    이 주목할 만한 변경은 새로운 ROI functionality를 충족하기 위해 11.5.10,
    SCM_PF.J/11i.PRC_PF.J 에서 만들어졌다.
    많은 dependencies 때문에 이 새로운 ROI functionality는 이전 version을
    위한 backport는 불가능하다.
    Example
    1.Serial Controlled item인 경우 :
    INSERT INTO MTL_SERIAL_NUMBERS_INTERFACE (
    TRANSACTION_INTERFACE_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    FM_SERIAL_NUMBER,
    TO_SERIAL_NUMBER,
    PRODUCT_CODE,
    PRODUCT_TRANSACTION_ID) --link to rcv_transactions_interface
    VALUES
    (MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL,
    sysdate,
    1,
    sysdate,
    1,
    1,
    'sr000016',
    'sr000016',
    'RCV',
    RCV_TRANSACTIONS_INTERFACE_S.CURRVAL); --same as
    rcv_transactions_interface.interface_transaction_id
    2. Lot Controlled item 인 경우 :
    INSERT INTO MTL_TRANSACTION_LOTS_INTERFACE (
    TRANSACTION_INTERFACE_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    LOT_NUMBER,
    TRANSACTION_QUANTITY,
    PRIMARY_QUANTITY,
    PRODUCT_CODE,
    PRODUCT_TRANSACTION_ID) --link to rcv_transactions_interface
    VALUES
    (MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL,
    sysdate,
    1,
    sysdate,
    1,
    1,
    'lt2002',
    1,
    1,
    'RCV',
    RCV_TRANSACTIONS_INTERFACE_S.CURRVAL); --same as
    rcv_transactions_interface.interface_transaction_id
    3. Serial과 Lot Controlled item인 경우:
    INSERT INTO MTL_SERIAL_NUMBERS_INTERFACE (
    TRANSACTION_INTERFACE_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    FM_SERIAL_NUMBER,
    TO_SERIAL_NUMBER,
    PRODUCT_CODE,
    PRODUCT_TRANSACTION_ID) --link to rcv_transactions_interface
    VALUES
    (MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL,
    sysdate,
    1,
    sysdate,
    1,
    1,
    'sr000016',
    'sr000016',
    'RCV',
    RCV_TRANSACTIONS_INTERFACE_S.CURRVAL); --same as
    rcv_transactions_interface.interface_transaction_id
    INSERT INTO MTL_TRANSACTION_LOTS_INTERFACE (
    TRANSACTION_INTERFACE_ID,
    LAST_UPDATE_DATE,
    LAST_UPDATED_BY,
    CREATION_DATE,
    CREATED_BY,
    LAST_UPDATE_LOGIN,
    LOT_NUMBER,
    TRANSACTION_QUANTITY,
    PRIMARY_QUANTITY,
    SERIAL_TRANSACTION_TEMP_ID, --link to mtl_serial_numbers_interface
    PRODUCT_CODE,
    PRODUCT_TRANSACTION_ID) --link to rcv_transactions_interface
    VALUES
    (MTL_MATERIAL_TRANSACTIONS_S.NEXTVAL,
    sysdate,
    1,
    sysdate,
    1,
    1,
    'lt2002',
    1,
    1,
    MTL_MATERIAL_TRANSACTIONS_S.CURRVAL, --link to mtl_serial_numbers_interface
    'RCV',
    RCV_TRANSACTIONS_INTERFACE_S.CURRVAL); --same as
    rcv_transactions_interface.interface_transaction_id
    Reference Documents
    Note 301281.1

  • How to know that item is serially controlled or not ?

    Hi,
    How to know that the ordered item is serially controlled or not ?
    In which tables we have refere to know that ?
    Thanks

    --If the item is only serial number controlled and not lot number controlled
    select serial_number from mtl_unit_transactions a, mtl_material_transactions b, wsh_delivery_details c
    where a.transaction_id=b.transaction_id
    and b.trx_source_line_id=c.source_line_id
    and c.source_header_number=&order_number
    and b.transaction_type_id=33 --34 if it is internal order shipments
    OR (If it is lot and serial number controlled)
    select serial_number from mtl_unit_transactions a, mtl_material_transactions b, wsh_delivery_details c, mtl_transaction_lot_numbers d
    where b.transaction_id=d.transaction_id
    and a.transaction_id=d.serial_transaction_id
    and b.trx_source_line_id=c.source_line_id
    and c.source_header_number=&order_number
    and b.transaction_type_id=33 --34 if it is internal order shipments
    Thanks
    Nagamohan

  • Urgent : Handling of serial control items

    Hi All,
    I had developed a concurrent program to automate the process of updating the quantity on hand and average cost whenever a new inventory org is created.
    My code is inserting data in mtl_transactions_interface table and after that the Interface manager is taking care of things.
    But there are items which are not getting picked from mtl_transactions_interface table and the error is 'For this transaction row the serial records are missing’. Can anyone please advise how to handle the serial control items and what is the specific check needed for these. If anyone has the code for this it would be of great help.
    I need this on an urgent basis. Any help will be really appreciated.
    Regards,
    Shruti

    Hi All,
    We have a requirement wherein whenever a new inventory org is created the quantity on hand needs to be moved & average cost need to be copied from an existing org to a new org with in Oracle. This is currently a manual process and we are automating the same.
    For this we are populating the MTL_TRANSACTIONS_INTERFACE table.
    The process works fine for normal items but whenever we use this for a serialized item (populating the MTL_TRANSACTIONS_INTERFACE and MTL_SERIAL_NUMBERS_INTERFACE , it gives the errors
    ‘Invalid status in STD_GRP’
    ‘SubInv does not match’
    in the MTL_TRANSACTIONS_INTERFACE table.
    If anybody has come across this or has any idea about this please provide some pointers. It would be really helpful as its getting very urgent now.
    Regards,
    Shruti

  • 5s Volume control issues

    Anyone having volume control issues?  My wife's 5s (less than a month old) is having issues with the up volume.  If she mutes it using the down volume, it won't go back up.  I can get it to work if I hold the volume a long time and it eventually comes back.  Or last time i had to remove her case, hold the volume and release several times before it finally kicked in.  Any thoughts or ideas?  Thanks.

    Hi,
    Please test in other computer to see if the issue persists, it may be caused by the bad output channel.
    But for better solution, I recommend you go to MSDN forum for further help.
    http://msdn.microsoft.com/en-US/
    Thanks for your understanding!
    Regards,
    Ada Liu
    TechNet Community Support

  • 2 issues - Invalid Serial Number issue & Lightroom 5 Trial vs full version folder hierarchy question

    Hello
    not sure if I should split these two questions...
    1 - Invalid Serial Number issue
    I'm helping out a friend with their large photo collection and they bought Lightroom 5 and received the serial number but when we add this to Lightroom it states that it's invalid - I tried leaving it until the following week (I visit them weekly) and it still refusing the number - when I went into their Adobe account and took a look at downloads the option to download the full version is greyed out (or an x - I'm not sat on their computer right now so can't double check) but it wouldn't allow me to do anything so we just had the trial version.
    anyone know what the issue is - shall I get them to contact Adobe to get them to take a look - I also had issues trying to find a customer support email address lol. (I seem to faffing with lots of websites/software/companies this week so getting a little frazzled!)
    2 - Lightroom 5 Trial vs full version folder hierarchy question
    This question is linked to the above i- I am wondering if the folders in Lightroom are different in the trial version vs the fully paid version.
    I had set up some greeting card templates and contact sheet layouts for my friend and tried to transfer them to her computer but whilst, LR 'sees' the folders it just doesn't acknowledge the templates - I tried it several ways but I've not had that issue before so will that sort itself when I get the serial number fixed?
    Thank you for any help or suggestions - hope you all have a good weekend :-)
    Lenny

    Hi Lenny, the two questions may be related but the trial is actually the same as the full version. I would suggest getting the serial number issue sorted out first. There have been known issues where a paid for product still shows up as a trial.There is not a lot the community can do. You need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Lightroom
    2. Serial number issues or activating my product
    3. Click on the blue button: Still need help? Contact us – then click the button marked “chat now”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away.
    Click here to get help now Contact Customer Care

  • Serial number issue in STO PGR

    HI
    I am facing serial number issue after doing PGR
    i am into STO process . Oce PGI for outbound delivery is created and then MIGO (PGR) will happen at recveing pant
    issue is after MIGO (PGR) the serial number status must be in AVLB ..but it is still in EDEL  ESTO ...
    The AVLB status must come automatically in the equipment master.

    Hi
    I am doing through PO...we don't have inbound delivery process ... so i do MIGO with reference to PO
    We have equipment master IE01/2.. plant is assigned  after MIGO  reeving plant is getting updated in the equipment master but the serial number status is not getting changed to AVLB.... also the serial number profile is with MMSL procedure.

  • Serial Code Issue

    I purchased a full version of Adobe Photoshop CS4 Extended about a year and a half ago. I loaded it on my laptop just fine. However, following a HD crash, it's asking me for an upgrade check. I used the file just fine previously. How do I fix this issue?

    Your post is entitled "Serial Code Issue" but you make no mention of that in your posting.  You should provide the complete message that the software is providing to help make your problem clearer.
    If the message is indicating you need to provide a serial number to confirm upgrade eligibility it means you purchased CS4 as an upgrade to a preceding version and you need the serial number from that preceding version in order to confirm the eligibility of the new CS4 version.

  • Component Pick Release - Lot, Serial and 'Lot & Serial' Controlled Items

    Hi All,
    Please help understand how Component Pick Release handles Lot, Serial and 'Lot and Serial' Controlled component items.
    Regards,
    Abhishek

    This message pops up, if the supply subinventory has "Allow Reservation" checked. But since you have mentioned that you have checked that. Unable to think of anything else.
    Since the pickset option is turned on, move orders will be generated only if stock is avl for all the components. So, mention as you have already, ensure if avl mtl has been reserved already.

  • 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

  • Legal control Issue - License cannot be used

    Hi Team,
    The sales order has Legal Control: Issue Error, due to this we are unable to deliver the goods. the below message found in the Log details:
    Access object: License Master
    Key (license nubmer): xxxxx
    Validity period not long enough
    Requested delivery date for item: 02/20/2012
    End of validity period of license: 1231/2011
    License cannot be used
    we tried to extend the validity of license but it is not allowing. can anyone give some inputs on this error.
    Thanks,
    Rajam

    Its a SAP GTS related error.
    I hope you are aware of the License are created under Legal Control in GTS system.
    If I'm not wrong, we can maintain License (GTS) by using TCode /SAPSLL/LCLIC01 and if the License is in active mode then can be modified by using TCode /SAPSLL/LCD_CHANGE
    If my input didn't assist, then try to post your SAP GTS related query in SCN Forum following, for expertise help on SAP GTS.
    - [Forum on *_SAP Global Trade Service_*|SAP Global Trade Services (GTS);
    Regards
    JP

  • What is difference btw serial control uniqueness within inventory model

    hi ,
    what is difference btw serial control uniqueness within inventory model and item and with inventory .
    and what is difference btw the serial number generation at item level and at organization level...
    please help me ...
    thanking....

    1) When uniqueness is within inventory items, you cannot create 2 serial numbers for the same item. But you can have same serial# for 2 items.
    In CTO scenario, sometimes this is a problem. So Oracle introduced the new option "within inventory model and item". In this case, Oracle generates a serial number by using the prefix defined at the Model level. This helps you maintain the uniqueness within all * numbers created for a given model.
    2) If you choose generation at item level, you can specify the starting prefix/length for each item. When generation is at org levle, you need to specify it at the org
    Hope this helps,
    Sandeep Gandhi

  • ActiveX Container and serial control

    Hi,
    I'm looking for the serial control in the create control list at the
    ActiveX Container. So i can control a Bluetooth stick. Where can i find
    this activex control and how can i install it.
    I hope somebody knows what i mean, thnx
    Gr Veldmous

    Hi, Veldmous.
    It sounds like you'd like to be able to install a control to be used in an ActiveX container. Although extra controls will appear in that list once they're registered in your system, I'm not aware of some sort of generic serial control that can be installed.
    However, there's a whole series of Bluetooth-related VIs that will probably be much easier to use than controlling your devices through ActiveX. For an example using these VIs, check out the Example Finder. (Help>>Find Examples, then select Networking>>Bluetooth.)
    Good luck! Let me know if you have any more questions.
    Sarah K.
    Search PME
    National Instruments

Maybe you are looking for

  • How do I add a speed dial to my iphone with a pause in it to dial an extension?

    I can make an icon for a speed dial, but it will not allow me to use a comma as a pause to dial an extion to the phone number.  Example: phone number being dialed is 507-555-555 (pause) extension: 55555  http://5075554444,12345.tel.qlnk.net is what I

  • How do i run 2 profiles at the same time?

    i have 2 profiles created but i want to run 2 separate profiles at the same time and i cant figure out how...... :-( Please help!! Thanks Ron

  • Accessing DataGrid currentTarget from a dataGridColumn button

    I am trying to access the row item clicked from within a datagrib button. Any thoughts? It seems to only accept event or mouseevent...                public function onDeleteItem(e:Event):void{                     trace(e.currentTarget.parent);     

  • Not able to call RFC from webdynpro

    Dear Experts , I want to call a rfc from my webdynpro application , but its not working                       I have a function module in my ECC system , that I want to call from webdynpro application of SRM system but its not working , it is not sho

  • Start up and Installation Issues Macbook can't run Mac os X!

    I have a Macbook 1.83ghz with 2gb of ram. I upgrade the harddrive as soon as i got it used to 250gb (it was around june). In september i decided to upgrade to leopard. The installation was suscessful. Now here's the problem, at the end of November, t