Problem when Add Serial Number for Goods Receipt PO Document

Dear All,
In my App I have function to Add goods receipt PO and Serial for these items of this document as code bellows:
oGrp = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
            'Add Header Goods Receipt
            oGrp.CardCode = "CC1"
            oGrp.CardName = "Card Code 1."
            oGrp.DocDate = now
            oGrp.DocDueDate = now
            oGrp.TaxDate = now
            Dim Qty As Int32 = 2
            For i As Integer = 0 To Qty - 1
                oGrp.Lines.SerialNumbers.SystemSerialNumber = 1
                oGrp.Lines.SerialNumbers.ManufacturerSerialNumber = "MSR01" & "-" & i
                oGrp.Lines.SerialNumbers.InternalSerialNumber = "ISR01" & "-" & i
                oGrp.Lines.SerialNumbers.SetCurrentLine(i)
                oGrp.Lines.SerialNumbers.Add()
            Next
            oGrp.Lines.ItemCode = "YMY2H-BLACK"
            oGrp.Lines.ItemDescription = "My Item"
            oGrp.Lines.Currency = "USD"
            oGrp.Lines.Quantity = Qty
            oGrp.Lines.Price = 10000
            oGrp.Lines.DiscountPercent = 0
            RetVal = oGrp.Add()
            If RetVal <> 0 Then
                oCompany.GetLastError(ErrCode, ErrMsg)
                Return -1
            Else
              End If
When Add this document I have Error : "You should use existing serial/batch numbers for this document type ". Please help me fix this problem. In my SAP doesn't have Serial for these item. Please let me know How to add serial master data?
Thanks & Regards

Dear,
Thanks for your support but when I chaged code as bellows:
oGrp = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
            'Add Header Goods Receipt
            oGrp.CardCode = "CC1"
            oGrp.CardName = "Card Name."
            oGrp.DocDate = MyArrContainDocInfo(2)
            oGrp.DocDueDate = MyArrContainDocInfo(3)
            oGrp.TaxDate = MyArrContainDocInfo(4)
            Dim Qty As Int32 = 2
            oGrp.Lines.ItemCode = "YMY2H-BLACK"
            oGrp.Lines.ItemDescription = "My Item"
            oGrp.Lines.Currency = "USD"
            oGrp.Lines.Quantity = Qty
            oGrp.Lines.Price = 10000
            oGrp.Lines.DiscountPercent = 0
            For i As Integer = 0 To Qty - 1
                oGrp.Lines.SerialNumbers.SetCurrentLine(i)
                oGrp.Lines.SerialNumbers.SystemSerialNumber = i
                oGrp.Lines.SerialNumbers.ManufacturerSerialNumber = "MSR01" & "-" & i
                oGrp.Lines.SerialNumbers.InternalSerialNumber = "ISR01" & "-" & i
                oGrp.Lines.SerialNumbers.Add()
            Next
            RetVal = oGrp.Add()
            If RetVal <> 0 Then
                oCompany.GetLastError(ErrCode, ErrMsg)
                Return -1
            Else
                          End If
I have the same Error: "You should use existing serial/batch numbers for this document type". I try config in Gerneral Setting Form as image bellow: [http://www.hoanghaicap.com/GS.png|http://www.hoanghaicap.com/GS.png]. Please help me fix this problem. I try Add Goods receipt PO with items manage by Serial it's OK but by SDK it's not OK.
Thanks & Regards,
Edited by: Tao lao on Mar 10, 2010 2:44 AM

Similar Messages

  • Huge Serial number at goods receipt

    Hi
    I have required to maintained 10000 serial number at goods receipt against PO. I have did all customizing related to maintained serial number.But at goods receiving time ,we enter serial number one by one and it's huge task for 10000 serial number.We also not able to maintain serial number by before goods receiving.

    External number required

  • Link Asset to Serial number during Goods Receipt

    Hi Experts,
    I need a help on the following
    We are buying for example 10 PC's. When the PC's arrive in the warehouse the Goods Receipt should create a unique serial number for every PC.
    The quantity is booked into the warehouse and the costs need to be booked at an asset that automatically needs to be linked to the Serial number that is justed created.
    I have created a PO and at PO creation I can create an asset in the account assignment for every PC in the PO.I did the goods receipt and I enter the Serial numbers
    What I need to know is at the time of goods receipt how are the unique Serial numbers are assigned to the assets.
    Thanks in advance.
    rgds
    Swamy

    Hi,
    No sir, Still I didn't get any solution for my thread. I don't know nobody is replying on this. Might be we don't have the option to link.
    Atleast I am requesting the experts to look into this thread now and give us the solution.
    rgds
    Swamy

  • Link asset to equipment (serial number) during goods receipt

    Hi all,
    I want to achieve the following. We are buying for example 10 PC's. When the PC's arrive in the warehouse the Goods Receipt should create a unique serial number for every PC. The qauntity is booked into the warehouse and the costs nedd to be booked at an asset that automatically needs to be linked to the equipment that is justed created. That is the sneario.
    1. I know that I can create a PO and at PO creation I can create an asset in the account assignment for every PC in the PO.
    2. I know at goods receipt how create the serial numbers that create automatically equipments in Plant Maintenance
    3. I also know that in Asset customizing you can activate synchronization between Equipments and Assets in both ways.
    What I need to know is.
    1. At goods receipt how are the unique serial numbers (equipments) assigned to the assets that were created during PO creation?
    If any one can help me with this scenario or has implemented such a scenario then your help is very welcome.
    Thanks in advance.
    Regards,
    Roel van Loon

    Hi,
    No sir, Still I didn't get any solution for my thread. I don't know nobody is replying on this. Might be we don't have the option to link.
    Atleast I am requesting the experts to look into this thread now and give us the solution.
    rgds
    Swamy

  • Requirement to maintain additional serial number during Goods Receipt

    We have a requirement to maintain an additional field external serial number while doing Goods Receipt for a PO using movement type 101. This requirement is in addition to the create serial number
    automatically. Which is enabled already.
    Can anybody please let me know how to take care of this requirement.
    Regards,
    Chandra Kumar

    BADI available MB_MIGO_BADI to take care of the requirement for additional custom field

  • Serial numbers for goods receipt

    hi,
    while doing grn via migo t code serial numberes are entered wrongly.
    means current serial number is 4 digits 2000,2001,2002,,, but 8 digit serial numbers(20002001) are entered wrongly in migo ,101m type. when i am going to do grn for that materiall it is taking 8 digit serial number
    how to block those 8 digit serial numbers? How to continue current serial number series as(2000)"
    how to initialize serial numbers for a particular material

    Hi Vasanth,
    I'm not really fluent in VB, but I think that a SerialNumbers.Add() and SerialNumbers.SetCurrentLine() are missing before the Next
    Regards,
    Eric

  • How to block wrong serial numbers for goods receipt.

    "while doing grn via migo t code serial numberes are entered wrongly.
    means current serial number is 4 digits 2000,2001,2002,,, but  8 digit serial numbers(20002001) are entered wrongly in migo  ,101m type. when i am going to do grn for that materiall it is taking 8 digit serial number
    how to block those 8 digit serial numbers? How to continue current serial number series as(2000)"
    how to initialize serial numbers for a particular material

    This means that you are not mapped as a worker in the system
    Go to HRMS resp..create employment...then go to sysadmin user form and query the user for which u want to associate..
    then in the person field map the user which u created employment
    Then you should be able to access the all the purchasing forms
    Mahendra

  • When quoting serial number for iMac download do i quote number for photoshop elements11 or photoshop premiere . my box says " Adobe Photshop Elements 11

    which serial number ( box has two ) do I quote as my Box shows photoshop elements 11 & premiere elements11?

    If there are two serial numbers then you will use the one of them designated for the program you are trying to activate.

  • Retrieving serial number for items in a document

    Hi,
    Using UIAPI, is there a way to retrieve the serial numbers selected for items while doing transactions.
    For example, when i do a goods receipt for an item which uses serial numbers, i will be prompted to enter serial number/s for the item.
    When i click on the add button, i want to able to retrieve the serial numbers selected for items before the document is saved.
    Can this be done?Sample vb code will be a great help.
    Thanks.

    Hi,
    I searched but could not able to find menu 'Select Serial Numbers.....Ctrl-Tab'.
    Also i tried using SboEventSpy but it does not display the event type MenuEvent.
    i tried using applic.SendKeys ("^") and it works!!
    I guess it may be due to the verion of SBO i am using.
    Thank you guys.

  • Help: How to add serial number data into Delivery Order document

    Dear Gurus,
    I am creating an interface program and I have problem in attaching the serial number data to the corresponding material code for a certain delivery order document in R/3 4.6C SP22 system.
    The serial number can be attached either during the creation of the Delivery Order itself or in the subsequent step after creating the Delivery Order (i.e.: create the D/O document first, and then update the D/O data).
    The BAPI_OUTB_DELIVERY_CONFIRM_DEC FM does not provide any input parameter to let me put the serial number in this R/3 version.
    By tracing in SE30 the standard program VL02N --> Menu --> Extras --> Serial Number --> Continue (Enter) --> Save (Ctrl+S), I found out that the serial attachment 'might' be done during sub-routine SERIAL_LISTE_POST_LS in program SAPLIPW1. It will in turn executes FM SERIAL_LISTE_POST_LS. The commit to database table will be done in update task by FM OBJK_POST_UPDATE_N and SERIAL_POST_UPDATE_LS.
    <b>My question:</b>
    ============
    1. Is FM SERNR_ADD_TO_LS can be used to attach the serial number to D/O?
    If yes, how to do it please because I already tried it I can not see the serial information in VL02N after that. There is no any insert or update to database in this function module. Should I call other FM after this? I want to try to call FM OBJK_POST_UPDATE_N and SERIAL_POST_UPDATE_LS but I do not know how I can retrieve the global object such as XOBJK_ALL that is necessary for the input parameter.
    2. If SERNR_ADD_TO_LS can not be used, what other FM can I use? Can I call SERIAL_LISTE_POST_LS instead? Is there any reliable way to generate the import parameter for this FM, such as XSER00, XSER01, XOBJK_ALL and XEQUI?
    Thank you in advanced for your kind assistance.
    Best Regards,
    Hiroshi

    Try something similar to this below...
    Afterwards you should do a call transaction to VL02N and immediately SAVE. This is sufficient to ensure the status on the serial numbers is updated correctly.
    FUNCTION z_mob_serialnr_update_ls.
    ""Local interface:
    *" IMPORTING
    *" VALUE(VBELN_I) LIKE LIKP-VBELN
    *" TABLES
    *" SERNO_TAB STRUCTURE RISERLS
    *" YSER00 STRUCTURE SER00 OPTIONAL
    *" YSER01 STRUCTURE RSERXX OPTIONAL
    *" YOBJK_ALL STRUCTURE RIPW0 OPTIONAL
    *" YEQUI STRUCTURE RIEQUI OPTIONAL
    *" YMASE STRUCTURE MASE OPTIONAL
    *" EXCEPTIONS
    *" NO_EQUIPMENT_FOUND
    The modified/confirmed table of serial numbers is supplied in
    SERNO_TAB.
    These are updated in the SAP tables
    YSER00 - General Header Table for Serial Number Management
    YSER01 - Document Header for Serial Numbers for Delivery
    YOBJK_ALL - Internal Table for Object List Editing/Serial Numbers
    YEQUI - Internal Structure for IEQUI
    local data
    DATA: BEGIN OF del_wa,
    vbeln LIKE likp-vbeln,
    posnr LIKE lips-posnr,
    matnr LIKE lips-matnr,
    lfimg LIKE lips-lfimg.
    DATA: END OF del_wa.
    DATA: del_tab LIKE del_wa OCCURS 0.
    DATA: _ct TYPE i.
    DATA: lastobknr LIKE objk-obknr.
    DATA: _debug.
    CLEAR: yser00, yser01, yobjk_all, yequi, ymase.
    REFRESH: yser00, yser01, yobjk_all, yequi, ymase.
    GET PARAMETER ID 'ZEDI_DEBUG' FIELD _debug.
    OBJECT KEYS
    read the delivery items with serial numbers to be processed
    SELECT * INTO CORRESPONDING FIELDS OF TABLE del_tab
    FROM lips
    WHERE vbeln = vbeln_i
    AND serail NE space.
    if nothing is relevant for serial numbers bailout
    DESCRIBE TABLE del_tab LINES _ct.
    IF _ct IS INITIAL.
    EXIT.
    ENDIF.
    ==== read the existing object keys for delivery items
    SELECT * INTO CORRESPONDING FIELDS OF TABLE yser01
    FROM ser01
    WHERE lief_nr = vbeln_i.
    IF sy-subrc = 0.
    yser01-dbknz = 'X'. "entry exists in db
    MODIFY yser01 TRANSPORTING dbknz WHERE dbknz = space.
    ENDIF.
    == check if there is a header entry for the delivery item
    LOOP AT del_tab INTO del_wa.
    READ TABLE yser01 WITH KEY lief_nr = del_wa-vbeln
    posnr = del_wa-posnr.
    IF sy-subrc NE 0.
    create one
    CALL FUNCTION 'OBJECTLIST_NUMBER'
    IMPORTING
    obknr = yser01-obknr.
    yser00-mandt = sy-mandt.
    yser00-obknr = yser01-obknr.
    APPEND yser00.
    SELECT SINGLE kunnr INTO (yser01-kunde)
    FROM likp
    WHERE vbeln = vbeln_i.
    yser01-mandt = sy-mandt.
    yser01-lief_nr = del_wa-vbeln.
    yser01-posnr = del_wa-posnr.
    yser01-vorgang = 'SDLS'.
    yser01-vbtyp = 'J'.
    yser01-bwart = '601'.
    yser01-dbknz = space. "not in db
    yser01-loknz = space. "do not delete
    APPEND yser01.
    ENDIF.
    ENDLOOP.
    check if any entries should be deleted
    LOOP AT yser01.
    READ TABLE serno_tab WITH KEY vbeln = yser01-lief_nr
    posnr = yser01-posnr.
    IF sy-subrc NE 0.
    yser01-loknz = 'X'. "mark for delete
    MODIFY yser01.
    ENDIF.
    ENDLOOP.
    collect all the object keys for the delivery item with s/n's
    LOOP AT yser01.
    READ TABLE serno_tab WITH KEY vbeln = yser01-lief_nr
    posnr = yser01-posnr.
    IF sy-subrc = 0.
    READ TABLE yser00 WITH KEY obknr = yser01-obknr.
    IF sy-subrc NE 0.
    yser00-mandt = yser01-mandt.
    yser00-obknr = yser01-obknr.
    APPEND yser00.
    ENDIF.
    ENDIF.
    ENDLOOP.
    IF NOT _debug IS INITIAL. BREAK-POINT. ENDIF.
    SERIAL NO OBJECTS
    ==== read the existing serial numbers from the database
    via object number into YOBJK_ALL
    LOOP AT yser00.
    SELECT * APPENDING CORRESPONDING FIELDS OF TABLE yobjk_all
    FROM objk
    WHERE obknr = yser00-obknr.
    ENDLOOP.
    yobjk_all-dbknz = 'X'.
    MODIFY yobjk_all TRANSPORTING dbknz WHERE dbknz = space.
    === add any new serial numbers
    LOOP AT serno_tab.
    READ TABLE yser01 WITH KEY lief_nr = serno_tab-vbeln
    posnr = serno_tab-posnr.
    READ TABLE yobjk_all WITH KEY sernr = serno_tab-sernr
    matnr = del_wa-matnr.
    IF sy-subrc NE 0.
    this is a new serial number
    yobjk_all-mandt = sy-mandt.
    yobjk_all-obknr = yser01-obknr.
    yobjk_all-obzae = 0.
    yobjk_all-equnr = yequi-equnr.
    yobjk_all-objvw = 'S'.
    yobjk_all-sernr = serno_tab-sernr.
    yobjk_all-matnr = del_wa-matnr.
    yobjk_all-datum = sy-datum.
    yobjk_all-taser = 'SER01'.
    yobjk_all-equpd = 'X'.
    yobjk_all-objnr = yequi-objnr.
    yobjk_all-dbknz = space.
    yobjk_all-loknz = space.
    APPEND yobjk_all.
    ENDIF.
    ENDLOOP.
    === mark any which are no longer confirmed as deleted
    LOOP AT yobjk_all.
    READ TABLE yser01 WITH KEY obknr = yobjk_all-obknr.
    READ TABLE serno_tab WITH KEY vbeln = yser01-lief_nr
    posnr = yser01-posnr
    sernr = yobjk_all-sernr.
    IF sy-subrc NE 0.
    yobjk_all-loknz = 'X'.
    MODIFY yobjk_all TRANSPORTING loknz.
    ENDIF.
    ENDLOOP.
    EQUIPMENT RECORDS
    == get the equipment records
    LOOP AT yobjk_all.
    SELECT SINGLE * INTO CORRESPONDING FIELDS OF yequi
    FROM equi
    WHERE sernr = yobjk_all-sernr
    AND matnr = yobjk_all-matnr.
    IF sy-subrc NE 0.
    CONTINUE.
    ENDIF.
    IF yobjk_all-dbknz = space AND
    yobjk_all-loknz = space.
    yequi-dbknz = 'X'.
    yequi-obknr = yobjk_all-obknr.
    yequi-j_vorgang = 'PMS3'. "add to delivery
    yequi-matnr_old = yequi-matnr.
    APPEND yequi.
    yobjk_all-equnr = yequi-equnr.
    MODIFY yobjk_all TRANSPORTING equnr.
    CONTINUE.
    ENDIF.
    IF yobjk_all-dbknz = 'X' AND
    yobjk_all-loknz = 'X'.
    yequi-dbknz = 'X'.
    yequi-j_vorgang = 'PMSA'. "delete from delivery
    yequi-matnr_old = yequi-matnr.
    APPEND yequi.
    CONTINUE.
    ENDIF.
    ENDLOOP.
    remove any Equipment records that do not need to be processed
    DELETE yequi WHERE j_vorgang IS initial.
    IF NOT _debug IS INITIAL. BREAK-POINT. ENDIF.
    fill the object counter
    LOOP AT del_tab INTO del_wa.
    READ TABLE yser01 WITH KEY lief_nr = del_wa-vbeln
    posnr = del_wa-posnr.
    DO del_wa-lfimg TIMES.
    READ TABLE yobjk_all WITH KEY obknr = yser01-obknr
    obzae = sy-index.
    IF sy-subrc NE 0.
    READ TABLE yobjk_all WITH KEY obknr = yser01-obknr
    obzae = 0.
    IF sy-subrc = 0.
    yobjk_all-obzae = sy-index.
    MODIFY yobjk_all INDEX sy-tabix TRANSPORTING obzae.
    ENDIF.
    ENDIF.
    ENDDO.
    ENDLOOP.
    IF NOT _debug IS INITIAL. BREAK-POINT. ENDIF.
    ===========================================
    update the delivery
    ===========================================
    CALL FUNCTION 'SERIAL_LISTE_POST_LS'
    TABLES
    xser00 = yser00
    xser01 = yser01
    xobjk_all = yobjk_all
    xequi = yequi
    xmase = ymase.
    TAB_CUOBJ =
    XSER03 =
    CALL FUNCTION 'STATUS_BUFFER_EXPORT_TO_MEMORY'
    EXPORTING
    i_memory_id = memid_status.
    COMMIT WORK AND WAIT.
    CALL FUNCTION 'Z_MOB_SERIALNR_REFRESH_LS'
    EXPORTING
    ctu = 'X'
    mode = 'N'
    UPDATE = 'L'
    GROUP =
    USER =
    KEEP =
    HOLDDATE =
    NODATA = '/'
    vbeln_i = vbeln_i.
    IMPORTING
    SUBRC =
    TABLES
    MESSTAB =
    ENDFUNCTION.
    FUNCTION z_mob_serialnr_refresh_ls.
    ""Local interface:
    *" IMPORTING
    *" VALUE(CTU) LIKE APQI-PUTACTIVE DEFAULT 'X'
    *" VALUE(MODE) LIKE APQI-PUTACTIVE DEFAULT 'N'
    *" VALUE(UPDATE) LIKE APQI-PUTACTIVE DEFAULT 'L'
    *" VALUE(GROUP) LIKE APQI-GROUPID OPTIONAL
    *" VALUE(USER) LIKE APQI-USERID OPTIONAL
    *" VALUE(KEEP) LIKE APQI-QERASE OPTIONAL
    *" VALUE(HOLDDATE) LIKE APQI-STARTDATE OPTIONAL
    *" VALUE(NODATA) LIKE APQI-PUTACTIVE DEFAULT '/'
    *" VALUE(VBELN_I) LIKE LIKP-VBELN
    *" EXPORTING
    *" VALUE(SUBRC) LIKE SYST-SUBRC
    *" TABLES
    *" MESSTAB STRUCTURE BDCMSGCOLL OPTIONAL
    DATA: vbeln_001 LIKE bdcdata-fval.
    vbeln_001 = vbeln_i.
    subrc = 0.
    PERFORM bdc_nodata USING nodata.
    PERFORM open_group USING group user keep holddate ctu.
    PERFORM bdc_dynpro USING 'SAPMV50A' '4004'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'LIKP-VBELN'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '/00'.
    PERFORM bdc_field USING 'LIKP-VBELN'
    vbeln_001.
    PERFORM bdc_dynpro USING 'SAPMV50A' '1000'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=PSER_T'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'LIPS-POSNR(01)'.
    PERFORM bdc_dynpro USING 'SAPLIPW1' '0200'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'RIPW0-SERNR(01)'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=RWS'.
    PERFORM bdc_dynpro USING 'SAPMV50A' '1000'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=SICH_T'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'LIPS-MATNR(02)'.
    PERFORM bdc_transaction TABLES messtab
    USING 'VL02N'
    ctu
    mode
    update.
    IF sy-subrc <> 0.
    subrc = sy-subrc.
    EXIT.
    ENDIF.
    PERFORM close_group USING ctu.
    ENDFUNCTION.
    INCLUDE bdcrecxy.

  • Problems Getting A Serial Number For My Student Edition

    I got a copy of Photoshop CS4 Extended - Student Edition from JourneyEd.com. Tried to register the product with myidentit-e.com and it says I have an invalid product code number. I call them and they tell me to call JourneyEd and get a new product code number. Called JourneyEd and they said that they don't generate these numbers, call Abobe. I call Adobe and they ask me for some other code number which should be on the inside of the DVD cover. There is no number.
    I have a feeling that I just spent $200 and some change for a product that I can't use and no one wants to take responsibility. Any suggestions out there?
    john

    Doesn't look like journeyed.com has a stellar reputation. If they cannot resolve the problem quickly, get your money back. And call your credit card company today to dispute the charge (assuming you didn't just send 'em a check).
    I recommend that you should buy directly through Adobe, your school store, or other ethical vendor -- check vendor ratings before buying.
    Neil

  • Commercial invoice number and Goods receipt Material document

    Hello,
    Can any one guide me for the following...
    we need to develop a report where we need to track the For each good reciept number the corresponding invoice number...
    Thanks
    Raheem

    Hi
    While doing GR use delivery note number.
    The same you follow for Invoice verification also. With ref. to delivery note you do the IV.
    Then i feel it will be esay to correlate the GR and IV.
    Regards,
    Raman

  • To map batch number to serial number for inbound message type WMMBXY

    Hi Gurus,
    Can anybody guid me how to map batch number to serial number for goods receipt inbound EDI 861 message type WMMBXY  .
    And can tell me how to assign serial number in Purchase Order for serialized product for perticuler Batch number.

    hi dsk,
    thanks for your earliar reply,
    actually iam working on sapscript there i want to add batch number ,but i am not able to clear my doubt from where i get this.
    how can i map batch number with corresponding to PO num ber, '
    in the report i used structure vbplp with field charg"(batch num).
    also i want to know from which table i can get customer part number and Po number .
    how can i add batch num ,..
    from which table or with which field i can compare itr to get .
    sunny

  • How much to purchase serial number for trial version of Premier Elements 11?

    A trial versin of Adobe Premeir Elements 11 came with my Photoshop Elements 11.  How much for a serial number, and what page can I go to get one?

    javair
    Good question. Here is my take on this.
    Adobe is not selling Premiere Elements 11 anymore. It is now selling its current version Premiere Elements 12. And, its free tryout download from Adobe is for Premiere Elements 12. And, no problem purchasing a serial number for version 12 from them.
    There should be no problem in trying out the Premiere Elements 11 as per the installation disc that came with the Photoshop Elements 11 purchase. But, when it comes to purchase of Premiere Elements 11, the only scenario that I am seeing is
    Find an authorized reseller who still has Premiere Elements 11 stock. Purchase that product. And, then you have 2 choices
    a. insert the serial number that comes with the purchased Premiere Elements 11 into the tryout already installed on your computer
    or
    b. uninstall the tryout, install your purchased Premiere Elements 11 with the serial number that comes with it.
    A typical place that might have a Premiere Elements 11 in stock is Amazon. Have you looked there?
    You could contact Adobe for input on the matter, but I suspect that you will get steered to purchasing Photoshop Elements 12 and Premiere Elements 12.
    ATR

  • I have adobe creative cloud and adobe revel premium accounts/works....to completely sign in to my revel account, i need to find the SERIAL NUMBER for the account....where and how can i learn this number--my mobile device is an HTC One (M8). Android by AT&

    here I begin, whenever we can get help?....

    Revel does not require a serial number only your Adobe ID and password. If you are having problems locating a serial number for your Creative Cloud subscription you will need to contact Adobe Customer Support.
    http://www.adobe.com/company/contact.html
    Glenyse

Maybe you are looking for

  • Multiple plots in one graph (LabVIEW to Excel)

    Hi All- Reference this initial discussion: https://forums.ni.com/t5/LabVIEW/Place-Multiple-Data-Sets-on-One-Graph-LabVIEW-to-Excel/td-p/2164380 Problem description: Generated multiple 2D arrays with different x-axis and y-axis values cannot be placed

  • Download button in ovistore is not active (grey)

    When I go in ovi store app via my C6-00 and want to download something I can't download it beacause the download button is not active. I tried to preinstall the ovistore app, but in the middle of installation process I got a message that installation

  • BKPF-BELNR for a given MKPF-MBLNR

    Hi, how can i fast find the BELNR for a given MBLNR. I have MSEG-MBLNR and MKPF-MBLNR and need the corresponding BELNR of FI. Thanks. Regards, Dieter

  • Cross system object lock -how to build up lock entries for existing request

    Hello, we implemented ChaRM for some years and  intend to activate cross system object lock (CSOL), now. But there are a lot of existing transport requests, which have not been imported to productive system, yet. It would be very helpful to create lo

  • Color management issue: What am I doing wrong?

    Ok, the problem is pretty simple to explain; In Bridge CS5's "Creative Suite Color Settings..." I select "Europe Prepress 3" and hit apply. No problems thus far, it does set the same setting across InDesign, Photoshop and Illustrator. Looking at the