Missing fields in Goods Receipt PO from SAP SDK after upgrade

Hi there,
I am using VB.net 2003 with SAP 2005 PL 20 and SQL 2005
We have upgraded the Patch level of SAP 2005 from Patch Level 4 to Patch Level 20.
After the upgrade I executed the same source on the new Patch level the SDK didn't pick up existing fields that was used in my source.
I have commented the lines out and the Good Receipt PO is created again.
I am not sure what the fields where for or if they are still being used but they are not available in the SDK.
Please can someone let me know what the fields are for and why they are not available in the SDK?
Private oOPDN As SAPbobsCOM.Documents
'Initialise Goods Receipt PO object
            oOPDN = oCom.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
With oOPDN.Expenses
    .LastPurchasePrice =
    .Stock =
    .WTLiable =
End With
Kind Regards,
Jan Marais

Thanks for the reply.
I am busy with the upgrade of the Patch levels in the correct order to see if this will sort ou tmy problem.
Do you think that this will have an impact on the UnitPrice field in the system not being able to be populated through the SDK ?
This will be on the creation of the Delivery Note / Goods Receipt PO and Goods Receipt.
P.S. I have checked the Calculate via UnitPrice field in the Settings.

Similar Messages

  • Printing Goods Receipt labels from a PO after the inspection is done

    Hi Guys,
    Just wondering if you can help me...
    I am having problems to print to 2 differents printer a WEE1 output type labels from MB90, like::
    -If is ACCEPTED, it will print to PRINTER A;
    -IF is REJECTED, it will print to PRINTER B.
    What is the best way to do it?
    Thanks heaps.

    Hi
    you can use user exit QSS10001 Possibility of calling a different print report.
    You can hardcode output device & call SAPLPDE printer as per UD
    Regards
    Sujit

  • Edit goods receipt copied from approved purchase order?

    Hi everyone
         Is it possible to edit quantity field or add a new row to a goods receipt copied from a purchase order that has been approved ?
      if  this behavior was changed from past releases or it always was like that?
    i appreciate your help and thanx in advance
    (any link to a official document, guide, how to doc that describes this point would be great)

    hi gordon thanx for your response
    just another thing before i mark my question as answered, is there a official guide or SAP document that describes every detail of approval procedures including this question?
         once again i appreciate your kind help.
    Aley Chena

  • Create Goods Receipt PO from  AP Reserve Invoice (bug?)

    Via the user interface of sap2005 pl7 you can create "Goods Receipt PO" from an "AP Reserve Invoice".
    In the "base type" field of goods receipt the value "18" is displayed. This seems not to be a "valid value" and it is as a consequence not possible to read the contents of this field with the UI-API, because <i>base type</i> is a combo box and only valid values can be returned.
    Is there a workaround to get a none valid value from a combobox?

    Hi Jurgen,
    It looks like it is a bug and that the same bug exists on the sales side of the DI API. Herewith a post that you can read about it.
    /thread/48329 [original link is broken]
    Hope it helps,
    Adele

  • MPN Material Field in Goods Receipt for Purchase Order

    Hi,
    I have created PO for MPN material "MFG-A" for IM material " 123". ( ECC 6.0)
    Already the material "123" is maintained with other MPN material "MFG-B"
    The have checked the " MPN Change" check box in the respective Mfg Part profile( IMG: OMPN) 
    While I am doing goods receipt, the MPN material field is in display mode.
    But in other system the field is in change mode.
    Default the system will show "MFG-A" as the MPN material is maintained in PO.
    But I need to  change the MPN materail at the time of GR.
    I would like to change the MPN material from "MFG-A" to "MFG-B" while doing GR time.
    kindly guide me what are the settings required to change MPN Material Field in Goods Receipt.
    Thanks in Advance,
    Kumar.

    Hi,
    I have maintained all the settings.
    But the issue was, I have not put the field "MPN material" (GOITEM-EMATN) as input field in field selection group in Inventory management.( it was in display mode )
    Once I have changed to input option, I can able to change the MPN material while GR.
    Regards,
    Kumar

  • Good receipt PO from PO

    Existing PO in SAP
    PO#1
    ROW    ITEM                QTY
    0           item A            100000
    Could we create a good receipt PO from PO  as following using SAP SDK?
    GRPO#1
    ROW   ITEM                QTY         Base Type           Base Ref. Base Key base Row
    0         item A             50000     Purchase Order   1                1                        0
    1         item A             50000     Purchase Order   1                1                        0
    Edited by: wing168 on Nov 14, 2011 2:04 PM

    We want to store the packing info for label printing.
    ie
    PO#1
    ROW  ITEM           QTY
    0        item A         100000
    GRPO
    ROW  IITEM           QTY        No of ctn (UDF)
    0         item A         20000     10                           -> print 10 label with QTY 2000
    1         item A         30000     10                           -> print 10 label with QTY 3000                        
    2         item A         50000     10                          -> print 10 label with QTY 5000
    All 3 rows refer to same PO, and the PO will be closed after adding this GRPO
    However, in SAP UI one PO line could only copy to one GRPO line.

  • Error while trying to raise a Goods Receipt PO in SAP B1 v 9.0

    Hi Experts,
    while trying to raise a Goods Receipt PO in SAP B1 v 9.0 the following error is been generated:
    You should use existing Serial/batch number for this document type [21-59 ]
    Note:We are able  to generate Goods Receipt PO for an item which is not serialized.
    Thanks
    Regards,
    Satish.

    Hi Edy,
    Dim oPDN As SAPbobsCOM.Documents
    oPDN = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
                    oPDN.CardCode = "C232323"
                    oPDN.Lines.ItemCode = "A00004"
                    'oGR.Lines.LineNum = 0
                    oPDN.Lines.BaseLine = 1
                    oPDN.Lines.BaseEntry = 202
                    'oGR.Lines.BaseRef = 203
                    oPDN.Lines.BaseType = 20
                    oPDN.Lines.Quantity = 1
                    oPDN.Lines.UnitPrice = 2
                    oPDN.Lines.WarehouseCode = '01'
                        oPDN.Lines.SerialNumbers.InternalSerialNumber = 3
                        oPDN.Lines.SerialNumbers.SystemSerialNumber = "Sh01"
                        oPDN.Lines.SerialNumbers.ManufacturerSerialNumber = "Mf01"
                        oPDN.Lines.SerialNumbers.SetCurrentLine(iRowNo)
                        oPDN.Lines.SerialNumbers.Add()
                    End If
                Next
                oPDN.Lines.Add()
                lRetCode = oPDN.Add
    Thanks,
    Satish.

  • What is the field for good receipts?

    hi friends
    i got the requirement to create the goods receipts
    what is the field for good receipts
    plz tell me how to create it
    thanks in advance
    Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:33 PM

    adapt this to your own requirements.  
    Structures for BAPI
    data: gm_header type bapi2017_gm_head_01.
    data: gm_code type bapi2017_gm_code.
    data: gm_headret type bapi2017_gm_head_ret.
    data: gm_item type table of
    bapi2017_gm_item_create with header line.
    data: gm_return type bapiret2 occurs 0.
    data: gm_retmtd type bapi2017_gm_head_ret-mat_doc.
    clear: gm_return, gm_retmtd. refresh gm_return.
    Setup BAPI header data.
    gm_header-pstng_date = sy-datum.
    gm_header-doc_date = sy-datum.
    gm_code-gm_code = '01'. " MB01
    Write 551 movement to table
    clear gm_item.
    move '101' to gm_item-move_type .
    move '000000000040001234' to gm_item-material.
    move '1' to gm_item-entry_qnt.
    move 'EA' to gm_item-entry_uom.
    move '0004' to gm_item-plant.
    move '4000' to gm_item-stge_loc.
    move '201' to gm_item-move_reas.
    Determine cost center per plant
    case xresb-werks.
    when '0004'.
    move '0000041430' to gm_item-costcenter.
    when '0006'.
    move '0000041630' to gm_item-costcenter.
    when '0007'.
    move '0000041731' to gm_item-costcenter.
    when '0008'.
    move '0000041830' to gm_item-costcenter.
    endcase.
    append gm_item.
    Call goods movement BAPI
    call function 'BAPI_GOODSMVT_CREATE'
    exporting
    goodsmvt_header = gm_header
    goodsmvt_code = gm_code
    importing
    goodsmvt_headret = gm_headret
    materialdocument = gm_retmtd
    tables
    goodsmvt_item = gm_item
    return = gm_return.
    call function 'BAPI_TRANSACTION_COMMIT'
    exporting
    wait = 'X'.

  • E payment should be enabled so that the user could make payment directly from SAP and after the payment is verified ,approved and authorized by the concerned users responsible the payment should be electronically transferred to the payee's bank account th

    E payment should be enabled so that the user could make payment directly from SAP and after the payment is verified ,approved and authorized by the concerned users responsible the payment should be electronically transferred to the payee’s bank account through our bank.

    Thanks,
    I usually use the OS connection option. So as you suggest, connect without the ISP connection software.  Doing so does not by-pass the sudo command being active in Activity Monitor however. 
    On reading my post I see my failure to link the concerns of the laptop purchase with the sudo and modem. My thought here is of an intersection of known vulnerability with this widely used modem/software (via permanent sudo process activated) and that vulnerability then being known and utilised by another party(s).
    I am pursuing the issue in part with consideration to a broader possible issue of vulnerability.
    Thanks again for your thoughts and suggestions. Valued.

  • IMovie can't see my photos from iPhoto anymore after upgrade.

    Can anyone help with allowing iMovie to see my photos I have imported previously from iphoto?
    After upgrading to the new iMovie i have alot of photos in the project saying 'Missing file, try importing original source media.
    They were once all there in a finished project but now are gone.
    Any help is appreciated
    Thanks

    After I import my photos from my phone to iphoto, i always move my pictures to a folder i made in my documents
    You realise that this is just wasting space, right?

  • I'm unable to write/burn a CD-R (Verbatim) from a playlist after upgrading to iTunes 12.0.1.26. I get error 4000. I can however write/burn a CD from Windows Explorer and CDBurnerXP v4.5.4.5143 – which implies the device is working OK

    I’m unable to write/burn a CD-R (Verbatim) from a playlist after upgrading to iTunes 12.0.1.26. I get error 4000. I can however write/burn a CD from Windows Explorer and CDBurnerXP v4.5.4.5143 – which implies the device is working OK – and only fails when I write from iTunes.  The drivers are up to date
    Microsoft Windows 7 x64 Business Edition Service Pack 1 (Build 7601)
    Dell Inc. Latitude E6420
    iTunes 12.0.1.26
    QuickTime 7.7.6
    FairPlay 2.7.39
    Apple Application Support 3.1
    iPod Updater Library 12.0
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 8.0.5.6
    Apple Mobile Device Driver 1.65.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 3.06.0.2770
    Gracenote MusicID 3.06.0.2770
    Gracenote Submit 3.06.0.2770
    Gracenote DSP 3.06.0.2770
    iTunes Serial Number 756D13C00C3583C8
    Current user is not an administrator.
    The current local date and time is 2015-01-13 14:47:35.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 12.0.1.26 (x64) is currently running.
    iTunesHelper 12.0.1.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    LowerFilters: SbCeCd (3.2.6.3),
    UpperFilters: GEARAspiWDM (2.2.3.0),
    F: HL-DT-ST DVD+-RW GU40N, Rev A103
    Drive is empty.
    The last failed audio CD burn had error code 4000(0x00000fa0). It happened on drive F: HL-DT-ST DVD+-RW GU40N on CDR media at speed 24X.
    F: HL-DT-ST DVD+-RW GU40N, Rev A103
    Audio CD in drive.
    Failed Reading table of contents, error 4000.
    Check the website of your computer or drive manufacturer to verify that you have the latest firmware for your CD / DVD drive.
    Audio CD reading failed. Error Code:   87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87.
    iTunes cannot play or import music from a CD in this drive. The drive may need a firmware update. Check with the manufacturer.
    Get drive speed failed. Error Code: 4000.
    The last failed audio CD burn had error code 4000(0x00000fa0). It happened on drive F: HL-DT-ST DVD+-RW GU40N on CDR media at speed 24X.

    Hi iTunes-1,
    Welcome to the Support Communities!  The error message you posted indicates a possible firmware update is needed for iTunes for Windows to work with your CD drive.  
    iTunes for Windows: Updating the firmware on your CD or DVD drive - Apple Support
    http://support.apple.com/en-us/HT201852
    Having outdated firmware can cause issues using CDs and DVDs with iTunes for Windows. Firmware is a type of software stored in a chip in hardware that can sometimes be updated.Identifying drives and firmware versions
    To run CD Diagnostics, follow the steps in this document.
    After following the steps to run CD Diagnostics linked above, look at section three to find out more about your optical drive(s).
    Here is an example of what section three might look like:
    In this example there are two drives. Drive E is a Samsung DVD-ROM drive with a model designation of SD-616 that has firmware version F000. Drive F is an NEC drive with a model designation of NR-7900A that has firmware version 1.08.Updating the firmware
    If the optical drive you are using came with your computer, check with the support site for your computer for a firmware update. Typically you will need to go to the support website for the computer maker and click on a "downloads" or "updates" link, and then enter your computer model designation and operating system version to see what updates are available. Then look through the available updates for a firmware update for your optical drive. Download the updater and run it. If you need assistance applying the update, contact the maker of your computer.
    If the optical drive you are using came as a separate part (was not included with a computer), check the support site for the drive maker for a firmware update. Sometimes the manufacturer is not clear in the CD Diagnostics results. In that case, you may just have to search the Internet for the drive model designation. You can usually find out who made the drive by looking through the results of such a search. Once you have identified who made your drive, go to the support website for that company. Look for a "downloads" or "updates" link, and then enter your optical drive model designation. Download the updater and run it. If you need assistance applying the update, contact the maker of the optical drive.Verifying that the firmware was updated
    Run CD Diagnostics again.
    Examine the CD Diagnostics results. The firmware version for the drive should be the new version.
    Information about products not manufactured by Apple, or independent websites not controlled or tested by Apple, is provided without recommendation or endorsement. Apple assumes no responsibility with regard to the selection, performance, or use of third-party websites or products. Apple makes no representations regarding third-party website accuracy or reliability. Risks are inherent in the use of the Internet. Contact the vendor for additional information.
    Last Modified: Nov 8, 2014
    Also, you mentioned that you have been successful burning a CD with the Windows OS.  Make sure that you have closed all software programs that can access the CD burner so that there isn't a conflict for the drive.   Sometimes chaning the burn speed from "maximum" to 8x can also help in this situation.
    I hope this information helps ...
    - Judy

  • TS3161 iWeb 'disappeared' from my iMac after upgrading to OS X10.8 - any ideas? tkx

    iWeb 'disappeared' from my iMac after upgrading to OS X10.8 - any ideas? tkx

    Did you do an erase and install of Mt Lion? In any case you'll have to reinstall iWeb from its original source.  Did iWeb come with your computer?  If so you should have a couple of disks that came with your Mac and one of them will have the Bundled Software Install package on it.  Like one of these:
    Be sure to update iWeb to the latest and last version, 3.0.4, from Apple Downloads web page.
    OT

  • Lost you tube from home screen after upgrading to os6?

    I've lost you tube from home screen after upgrading iPad software. Is this normal?

    Sorry, no YouTube in IOS 6.
    You can use the iPhone version of YouTube or Jasmine
    http://itunes.apple.com/sg/app/youtube/id544007664?mt=8
    https://itunes.apple.com/sg/app/jasmine-youtube-client/id554937050?mt=8

  • TS4118 Can I retrieve to do list from old calendar after upgrading to mountain lion?

    Can I retrieve "to do list" from old calendar after upgrading to mountain lion?

    Hello MacMystie,
    Thank you for using Apple Support Communities. 
    If you have a recent backup with the old "to do list" you can use the following article will provide information on recovering information from a backup. 
    Recovering iCloud contacts, calendars, and bookmarks from an iTunes backup of an iOS device - Apple Support
    Regards,
    Jeff D. 

  • How do I remove MobileMe from iPhone Mailboxes after upgrading to iCloud.

    How do I remove MobileMe from iPhone Mailboxes after upgrading to iCloud. I now have both a MobileMe and iCloud mailbox in Mail in iOS5, but in Mail,Contacts, Calendars there is no MobileMe account to delete!

    check this https://discussions.apple.com/message/16371039#16371039

Maybe you are looking for