Certificates using serial numbers with material without batch assigned

Hi experts...how can i track serial numbers and inspection lots from roh material without batch assign but with serial numbers ? these roh materials were used in PO without batch assign to FERT material yet. Is possible use where-used list only to manage serial number or only using batch administration over the serial numbers ?
i will apreciatte any answer!
Regards
Marco Antonio Trois Endres

Hi ,
This seems to be a Material Management configuration question, I dont know if this will answer it
You will have to configure the Characteristics of your Material from a task list and transfer/Copy it to your Certificate profile,
there has to be a feature to enter the desired selection Criteria based on your question
Work with the security team if  your MM_G and MM_S class objects can help open or close certain authroization objects to achieve your goal.
in one of the google search it states that
"This can be done from  Extras Characteristics from  your task list.
A dialog box appears for entering the selection criteria for the task list"
Will Need more security related information to help you on this.

Similar Messages

  • Create Inbound Delivery with Reference to PO using Serial Numbers

    I guys.
    I didn't find any BAPI  to create an Inbound Delivery with Reference to PO using Serial Numbers so I've made a Function Module with BDCData.
      LOOP AT serial.
        ADD 1 TO ld_count.
        ld_value = serial-sernr.
        CONCATENATE  'RIPW0-SERNR(' ld_count ')' INTO ld_field.
        PERFORM bdc_field USING ld_field ld_value.
      ENDLOOP.
    This works fine for 10 entries, but when I'm trying to use 1000 entries in serial Internal Table I'm getting the error: Screen 0000 is too large for internal batch input area - Message no. 00379.
    Please note that my issue is the Serial numbers, so don't answer me please with BAPIs that doesnt allow me to deal with this.
    Any idea?
    Thanks in advance,
    Nuno

    As I expect, it solved my problem. It's not pretty, but it works...
      PERFORM bdc_dynpro      USING 'SAPLIPW1'       '0200'.
      PERFORM bdc_field       USING 'BDC_CURSOR'     'RIPW0-SERNR(01)'.
      DATA: ld_valor(4) TYPE n,
            ld_next,
            ld_tabix TYPE sy-tabix.
      LOOP AT serial.
        ld_tabix = sy-tabix.
        IF ld_next = 'X'.
          CLEAR ld_next.
          ld_count = 2.
        ELSE.
          ADD 1 TO ld_count.
        ENDIF.
        ld_value = serial-sernr.
        CONCATENATE  'RIPW0-SERNR(' ld_count ')' INTO ld_field.
        PERFORM bdc_field USING ld_field ld_value.
        ld_valor = ld_tabix + 17.
        ld_valor = ld_valor MOD 18.
        IF ld_tabix NE 1 AND ( ld_tabix EQ 19 OR ld_valor EQ 0 ).
          ld_next = 'X'.
          PERFORM bdc_field       USING 'BDC_OKCODE'     '=PNPG'.
          PERFORM bdc_dynpro      USING 'SAPLIPW1'       '0200'.
          PERFORM bdc_field       USING 'BDC_CURSOR'     'RIPW0-SERNR(01)'.
        ENDIF.
      ENDLOOP.
      PERFORM bdc_field       USING 'BDC_OKCODE'     '=RWS'.

  • Can I install photoshop elements 10 without disk using serial numbers?

    Hi everyone. I recently purchased a Macbook Air, which doesn't have a disk drive. I have a photoshop elements disk with serial numbers, but obviously without anywhere to put the disk I can't install it with that. I'm wondering if there's a way to download photoshop elements with just the serial numbers. I looked everywhere for a solution and nothing has come up so far.

    PSE 10, 11, 12 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-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.
    Photoshop/Premiere Elements 10: http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l

  • Include batch/serial numbers with Count Sheets

    When performing a cycle count for items that are managed by batch or serial numbers, it is necessary to record the count by batch or serial number, since discrepancies must be entered with this information.  There should be an option or alternative PLD layout that would include a list of batches or serial numbers with quantity > 0 in the warehouse.  Users could then enter the count for each batch, or check off the serial numbers that are counted.

    Hi Marcia,
    I just made a query to pull that data.  I had the item and item group table in there because we were filtering by item group.
    SELECT
      T0.[ItemCode]
      ,T0.[ItemName]
      ,T0.[BatchNum]
      ,T2.[ItmsGrpNam]
      ,T0.[Quantity]
      ,NULL as 'Counted'
    FROM
      OIBT T0 
      INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
      INNER JOIN OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod
    WHERE
      T0.[Quantity] > '0'
    It will give you the list of all batches with quantities to count.  Then you can make a PLD query layout and print that.  Problem is you have to aggregate the items into a total by item code anyways for doing the counting, but then you need to have the batch data when posting.
    Hope that helps,
    Mike

  • Material without batch in subcontracting.

    Hi Experts,             
                   In our company we have activated batch management for some materials and some materials like packaging oil etc we have not activated the batch management.  Both (with & without batch)the materials going outside to subcontractor and a 57f4 nor is generating for movement type 541. We can track the materials with batch by using their batch number for its purchasing document. Kindly explain me how to track materials without batch for its purchasing document(101). Our technical consultant is writing a program for that we are not getting how to get the goods receipt number of the material without batch which is consumed at subcntractor. Tell us tables also.
    Thank you
    Sap MM

    Thanks for replying.
    Yes our requirement is different. As we know when material coming back from subcontractor with final product, we are doing subcontacting goods receipt. The components suppose x&y is consumed for making material Z. In that for material x batch is active and for material y batch in not active. The material x by its batch number i can track it (101) Goods receipt nor. But for material y how to get it (101) goods receipt nor.   Is there any tables are there that from we can get material y goods receipt number.  As batch is the common thing from purchasing to comsumption of a material.
    Thank you
    Sap MM

  • How to use serial numbers in Crystal Reports?

    I want to use serial numbers in Invoices and Packing Lists in the report I built in Crystal. Is there a easy way to do that? I searched the forum but no helpful answers could be found.......

    I need more help! I did the following for my Invoice: OSRD-INV1 join by ItemCode and DocEntry
    DLN1-OSRD join by DocEntry and INV1-OINV join by DocEntry
    I'm sure this is not good. What are the right joins and which field from which table has to be placed in the Report? Thanks for your help, we just got life from April 1st, so I'm new with this....
    Edited by: Frits Pen on Apr 13, 2009 2:38 PM
    Edited by: Paulo Calado on Jun 12, 2009 4:56 PM

  • Adobe wont update my CS 5, it says i have the wrong serial number.  I have 2 serial numbers with my account, how do i switch the serial number in CS 5 to the other number?

    Adobe wont update my CS 5, it says i have the wrong serial number.  I have 2 serial numbers with my account, how do i switch the serial number in CS 5 to the other number?

    David,
    To switch, I am afraid you will have to reinstall using the other one.
    But that should hardly be necessary.
    If you can find no way, you may try a chat here,
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    or Adobe Support (phone) here,
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Function Module to get Active Serial Numbers of Material Stock

    Hi Experts,
    Do we have any function module to get all the active serial numbers of Material Stock? Or any suggestions on how to get these through SQL Queries?
    Thanks a lot for your help!

    GET_SERNOS_OF_DOCUMENT

  • Sales of same material with and without batch

    Hello Experts,
    One of my requirement is
    To sell single material from same plant
    1)with batches and
    2)Without batches
    Will this be possible in R/3 and how?
    Please suggest.
    NVS

    Hi Nikhil
    It Depends on where did you activate the Batch management. If its activated at Plant level, then yes, its possible to maintain the batch for a single material in one plant and no batch in another plant.
    But if you activated batch management at material level. then its not possible to have batch assignment in one plant and not in another.
    If you have batch activated at material level. what you can do is create a dummy batch in the other plant and the actual batch in the original plant.
    Hope this helps..
    Thanks
    Srini

  • [WLAN] Use 802.1x with PEAP without Certificates?

    Hello there,
    is it possible to use 802.1x with PEAP authentication via MS-CHAPv2 without cheking for the servers certificate? I can't find an option to disable it

    On whitch device? You can set the autorithy certifacte to none or choose one from the list.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Import of bulk serial numbers with Goods Receipt

    Hello
    I need to create an Add-On that automates the creation of Goods Receipt PO documents with linked serial numbers. Using the DI API I manage to create the Goods Receipt and link about 1000 serial numbers to one document without any problems. When the item qty (and linked serial number qty) goes beyond 10,000 it crashes (probably runs out of memory).
    I know an alternative would be possibly using the DI Server. Has anyone ever done this with such big volumes? Not sure if the DI Server would be able to handle say 100,000 serial numbers, at a time.
    Any advice is appreciated.
    Thanks,
    Jéan

    Thanks Gordon.
    This is not good news. I am just concerned as the SDK help on DI Server specifically states:
    "Business partners can use the DI Server for the following main scenarios:
    ==>> Heavy duty operations, such as batch"
    I assume this is the same type of "heavy duty operation" as a data take-on would be? Or does it mean that B1's serial number management is limited to small quantities at a time.
    Jéan

  • In Purchase Order Line item Maintaining Serial Numbers for Material Codes

    Dear Gurus,
    We have a business process in legacy system for Purchase Order like in PO line item, Material code with description, Quantity, unit of Measurement, Serial Number Start and Serial Number End is maintained, for example for Material code when we enter the data AXMLN00001 in Serial Number Start column, if the Qty 500 is maintained, by default system will calculate AXMLN00500 in Serial Number End column. 
    We understand that in standard SAP we donu2019t have this option of maintaining Serial Number Start and End in Purchase order Line item. Please let us know how this can be mapped and is it advisable to create two Z fields in EKPO table or else can we make any development.
    Suppose if this is not possible in SAP for PO then in Banks if we want to place a order for Cheque books how we can maintain Start and End Serial Numbers to print in cheque books.
    Also client is not agreeing to maintain manually Serial numbers in item text.
    regards,
    Dhanu

    Aamir,
    When the PO Item was created say for example Material had Valuation category "Y" and latter you wanted to change the category to "Y". Now system would have check for all open PO's etc...based on this you must have set Deletion Indicator to this Line Item to allow valuation category change in material master. Now when this Item got created in the table level (EKPO), system updates the valuation category "Y". Currently this valuation category is not active so it would not allow you to perform removal of deletion indicator as program cannot automatically nor you have an option to manually update the valuation category to this Item.
    Regards,
    Prasobh

  • Serial Numbers with Leading Zeros

    We have leading Zeros in our serial numbers, is thier customizing or any user exits which would allow us to store and use these as they are .
    Ex - SN= 02547 it stores in SAP as 2547 to the user and I think in the DB its right justified and padded with zeros.
    Please advise.

    Hi
    I think you can get this functionality done using function module: CONVERSION_EXIT_ALPHA_INPUT.
    Check with ABAPer.
    regards
    Srinivas

  • Manual Inspection Lot creation using Serial Numbers

    Hi,
    My requirement is to create inspection Lot for Serialized material manually.There is no trigger like Goods Receipt or Issue. I want to assign Serial number for the inspection lot to record the results. When I check the transaction QA01, I can only create it at Material level. Is there any standard way I can achieve this requirement?
    I assigned the Serialized Profile and checked the check box " Serial Number Management Possible" in QM view of material master. Thanks.

    Hi Tim,
    There is a better way of capturing the Serial Numbers for each result recording by using the Inspection Point in the Inspection Plan.
    You may create New Inspection Point in the configuration for the Serial Numbers assignment.
    I hope that this will meet your requirement.
    Regards,
    Bala

  • Serial Numbers with the licence

    Hello,
    I just purchased a licence to use all services from Adobe for students. But when I'm trying to open PhotoShop, Illustrator ans InDesign, it doesn't work and ask me some serial numbers..
    But when I'm using it with Adobe Muse, it works very well.
    So what am I doing wrong?
    Thank you by advance for your answer !

    I don't think you can change the serial numbers of NI hardware.
    You could read the serial number of the hardware, concatenate it with a private string, then compute the MD5 hash using the function
    C:\Program Files\National Instruments\LabVIEW 8.2\vi.lib\Utility\MD5Checksum.llb\MD5Checksum string.vi
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

Maybe you are looking for

  • Problem with blocking upload file TMG 2010

    I'm using TMG 2010. I have 3 rules :  1/Allow Internet Access :  protocols : dns, http, https from: loclahost, internal to: External 2/Allow Protocols : protocols : all traffics from: localhost, internal to: localhost, internal 3/Defaul Rule : Block

  • ThrottlePolicy only taking effect in OWA and not Outlook 2010

    As a test I created a Throttling Policy and set the RecipientRateLimit to 5.  I then applied that Throttle policy to a user mailbox.  Logged into OWA as this mailbox I am able to send 5 emails.  When I attempt to send a 6th email I receive the warnin

  • File Monitoring - Not able to see File Path on the Detail Information Tab

    Hi Experts: I am setting up the "File Monitoring" in the Solution Manager. I am having STA/PI01L_CRM570 on the Solution Manager. And on the Satelite System - ECC I have STA/PI 01L_ECC600 While I am setting up the parameters, I am supposed to provide

  • IPhoto disappeared. Question mark in its place.  Help

    Help! My iPhoto application disappeared and there is only a question mark in its place.  I do not have the disks to restore.  what do I do??

  • Slide show auto start

    trying to figure out how to have a simple slide show automatically start when someone goes to my iweb site. Any suggestions would be greatly appreciated