Using Netprice NOT PIR price in LSMW MM Contract Create

Hi
I am using
Business Object     BUS2014     
Method                      CREATE
Message Type         PURCONTRACT_CREATE
Basic Type                PURCONTRACT_CREATE01
I have got it working and posting the only issue i have is it is taking the Price from the PIR and not the Netprice that I am suppling.
I need to be able to overwrite the PIR price.
Thanks

Hi
Yes this is the fields i have used
E1BPMEOUTITEM-NET_PRICE in IDOC is 20 and in the created contract it is 30 which is the price in the PIR.
E1BPMEOUTITEMX-NET_PRICE is 'X'.
What I need is away to have the 20 in the IDOC come though to the Contract.
Thanks

Similar Messages

  • In Sales contact not showing Price and value

    Dear Forum,
    In my Sales contact(VA41) output form I can not see
    Price, Unit price and Value. But final amount is showing well.
    Needed your advice pls.
    Thanks & B/R
    Bishnu
    18/03

    Hi,
    Please check the output condition type for Sales contract. At NACE it will be assinged to a print program and a layout.
    I think here the issue is with the print program, might be that the details missing are not coded into the logic to print in the layout.
    Your abaper can check the print program first if the price, unit price and value are required to printed as per the program else he can add that piece of code. If its already coded and still not only in some conditions he can debug while you do the print preview and see in which condition its failing and make the necessary corrections.
    Please  close previous threads if they are answered & reward useful contributions. That encourages
    Regards
    sadhu kishore

  • PO and PIR price, Infoupdate, deletion indicator......

    Hello friends of MM,
    I have a strange situation.. There is an inforecord in the system, correct validity, correct PB00 condition, the price is taken in the PO. (even there is a PO created with different price, updated the price history of the PIR). So far so good.
    If I split the validity and set for the current validity a deletion indicator for PB00 condition (the only existing condition), the price is still adopted, without any messages, into PO price!!!
    If I mark for deletion PB00 for all the rest periods, the PIR price is still adopted in the PO!!!!
    Only after mark for deletion the PIR on Purch.org. level, things come to their place.
    All my efforts are just to try to set the system not to adopt the price from the last PO, if there is no current valid PIR price.....

    Thanks,  Sap: IN!
    It turns out that it is just a misunderstanding! While I was testing, a colleague of mine has created a PO with the same material and so the last PO price was not the one I was expecting - the system is taking the last PO price correctly, although referring in the condition table to the current conditions form the PO (which were marked for deletion).... A coincidence, which took several hours of my life
    Going to my task - to forbid price adoption from last PO - I set message 06219 "Net price for item & adopted from last document" to be error, but:
    1) It turns out it is displayed only in case I put manually a price in the PO, different form the last PO price and the system overwrites it; it is not displayed when system adopts the price, without any manual entry before that
    2) Even I set the message category to Error, I still get it Warning, although in F4 help it is written that this is settable and not hardcoded....
    Any ideas?

  • Does anyone know how i can view PDF files using Galaxy Note 2?

    Does anyone know how i can view PDF files using Galaxy Note 2?
    This is what i have been doing;
    I click on the file i wish to view (via a portal)
    this file goes to notification widget (i drag down screen)
    notification/message says download complete
    i click on notification/message
    nows it says complete action using (here i only have 2 icon options 1= DB Text Editor 2 = HTML Viewer)
    I have installed Adobe Reader.

    Can you confirm if the downloaded file is a pdf file, that is it ends with .pdf?

  • Questions on use of notes.app

    Hello all.
    I have a few questions on the use of notes.app.
    1.) Is there a size/word limit on the touch 2nd generation?, I have OS4.1 installed.
    2.) My second question is where are my notes stored/synced?
    thanks,
    bill
    edited: -bill

    I do not know about length/size. For the latter question the Users Guide (iOS4.2) states:
    Syncing Notes
    You can sync Notes in either of the following ways:
    In iTunes, use the iPod touch settings panes to sync with Mail on a Mac or with
    Microsoft Outlook 2003, 2007, or 2010 on a PC when you connect iPod touch to your
    computer. See “iPod touch Settings Panes in iTunes” on page 50.
    In Settings, turn on Notes in MobileMe, Google, Yahoo!, AOL, or other IMAP account
    to sync your notes over the air (iPod touch 3rd generation or later) with those
    accounts. See “Adding Mail, Contacts, and Calendar Accounts” on page 1

  • Help needed using NiReport in MSVC (using C, not C++/MeasStudio)

    Hi, folks!
    I develop my apps writing in C, using MSVC (not Measurement Studio/C++). I use LabWindows to design the UI and use the external compiler support to generate the UI's object file, which I link into my program. I've had great results doing this; I link to the appropriate .lib and the corresponding .dll is in the apps root folder.
    However, I'm unable to get this to work for using the NiReport library. I'm trying to build the nirsample app which came with my LabWindows installation but the link step fails because it cannot find the exported functions required (NI_Report_xxx).
    There is a utility that comes with the MSVC installation called Depends, which allows one to view the imported and exported fuinctions in a .dll file. When I load up the NiReports.dll, it only exports four functions: DllCanUnloadNow, DllGetClassObject, DllRegisterServer and DllUnregisterServer. Where are all the NI_Report_xxx functions? I think if I can find the proper .dll, I'll be successful in building my app and will be able to go on with my life... 
    Thanks in advance for any help.
    [update]
    I'm almost there! I'm using nirsample.c and nireport.obj in my test compile and it returns a link error saying it it has an unresolved external symbol, _StrDup@4. Ok, I know that StrDup is a function found in the CVI_Toolbox and I've included that in the libraries used to link against. I had a similar problem using the Excel automation functions and was able to get around it by including the source file, excel2000.c. So, if I could just get hold of the source for nireport.obj, I think that would solve my problem. However, unlike most of the other toolbox extras, this one does not include its source.
    [/update ]
    'til next we type...
    HAVE FUN!! -- Jesse 

    Michael,
    Thanks for the quick response. A long time ago I rebuilt Toolbox as a dll; it works fine that way for all my other projects until this one. However, I tried your suggestion and it led to another error:
    --------------------Configuration: NirSample - Win32 Debug--------------------
    Compiling...
    toolbox.c
    c:\program files\microsoft visual studio\vc98\include\windef.h(252) : error C2371: 'HINSTANCE' : redefinition; different basic types
            g:\extlib\include\cvidef.h(144) : see declaration of 'HINSTANCE'
    Error executing cl.exe.
    NirSample.exe - 1 error(s), 0 warning(s)
    My guess is this is because of a conflict in how the various include files are being loaded and I'm not sure how to fix that. (I do not have that problem when using toolbox as a dll for my other projects.)
    For the sake of completeness, I've attached the MSVC project file (nirsample.dsp) so you can see how I've got this set up.  Oh, and I'm using MSVC 6.0 for coding and LabWindows 6.0 for ui design. (I don't have a CVI2009 directory.)
    Jesse
    p.s.: Your website won't let me upload the dsp file (the file extension is not valid), so I've renamed it NirSample.txt 
    Attachments:
    NirSample.txt ‏5 KB

  • On my iPad I have a working icloud that I have complete access to, but on my iPhone it keeps asking me for the password for it, but I do not know it! And the email that I used is not activated anymore! How do I delete the icloud account on my phone?

    On my iPad I have a working icloud that I have complete access to, but on my iPhone it keeps asking me for the password for it, but I do not know it! And the email that I used is not activated anymore! How do I delete the icloud account on my phone?

    Hi Aurion23,
    If you intend to keep using iCloud on your iPad, your best course of action would be to update your Apple ID/iCloud information so that you have a known password and it is associated with an active email address. You may find the following articles helpful:
    iCloud: Change your iCloud password
    http://support.apple.com/kb/ph2617
    Apple ID: Changing your Apple ID
    http://support.apple.com/kb/ht5621
    Regards,
    - Brenden

  • I recently bought an iphone 4s from people who are not in the know and restore my iphone .. Now do not be in use for not having ID and password ... Owner apple owner just gave me a serial number how do I want to continue to use this ... Their telephone he

    I recently bought an iphone 4s from people who are not in the know
    and restore my iphone .. Now do not be in use for not having ID and password ... Owner apple owner just gave me a serial number how do I want to continue to use this ... Their telephone help me: (

    I am having same problem . i can not use the phone. my Carrier ROGERS checked the phone its not stolen or lost phone but after restoring always ask for apple ID of previous owner and seller is not responding to any mails or phone if some one can help me out than it will be great.
    thank you

  • I would like to know how i can share my music using an UPnp protocole. I have an Imac but when i'm chosing the option share my file i can connect my mac to another network reader . it seems that the protocole used is not UPnp. I need this to be in UPnp.

    I would like to know how i can share my music using an UPnp protocole. I have an Imac but when i'm chosing the option share my file i can connect my mac to another network reader . it seems that the protocole used is not UPnp. I need this to be in UPnp. does somebody can help ?

    Google "upnp mac"

  • Error: The Java Runtime in use does not contain a suitable JAXP feature

    Hi,
    I'm trying to get Eclipse TPTP to work. One of the steps I need to execute is to run a setConfig.bat file. When I ran it, I got the following error:
    ERROR: The Java Runtime in use does not contain a suitable JAXP feature
    RESOLUTION: Use a JRE which supports the JAXP featureI use Eclipse Europa, and it is using my JDK (actually JRE) 1.6.0_05. That should mean I have JAXP in my JRE (which is confirmed when I search on JAXP from the directory C:\Program Files\Java containing jdk1.6.5_05 and jre1.6.5_05 directories).
    Is there something extra I need to do to let Eclipse and TPTP find my JAXP classes?
    TIA,
    Abel

    Hi,
    Even i am getting the same error but i use JRE 1.5.0_14. please let me know if you happen to resolve this.
    Thanks in Advance,
    Sai

  • My Iphone 4s is not being recognized by itunes at all. There is no connection, the cable i am using is not the problem because itunes will recognize my Ipad2 and Ipod thru it. I have the most current itunes and phone software I need help!

    My Ihone 4s is not being recognized by Itunes.There seems to be  no connection, the cable i am using is not the problem because itunes will recognize my Ipad2 and Ipod thru it. I have the most current itunes and phone software I need help!

    Thank you allan this worked, the final thing was updating the driver softwar for the AMDS in device manager. Thanks again.

  • HT201303 Why is the only computer I have used now not being recognized by the App Store

    I recently downloaded an App from the App Store, and then received an email stating the computer used "had not previously been associated with that Apple ID.".  This is the only computer associated with my apple ID what is going on?

    Dear Correct name,
    Your Apple ID, correct Apple ID, was just used to download Codecademy: Code Hour from the App Store on a computer or device that had not previously been associated with that Apple ID. You may also be receiving this email if you reset your password since your last purchase.
    If you initiated this download, you can disregard this email. It was only sent to alert you in case you did not initiate the download yourself.
    If you did not initiate this download, we recommend that you go to iforgot.apple.com to change your password, then see Apple ID: Security and your Apple ID for further assistance.
    Regards,
    Apple
    TM and Copyright © 2014 Apple Inc. 1 Infinite Loop, Cupertino CA 95014, United States.
    All rights reserved / Keep Informed / Privacy Policy / My Apple ID

  • Purchase Order is not Picking Price from Info Record.

    Dear All,
                                                                             User had created a Shopping cart in and an automatic Purchase Order is created which is picking the material price from Purchase Requisition but not from Created Inforecord. As checked in P.R at item level it is found that in VALUATION tab there is a field named as " P.O PRICE " , here defalt t selected as " 1 A Gross Price "., Can u please help that from where this field is automatically selected as Gross Price in Purchase requisition.
    Thanx n Rgds,
    sap11

    This is the config done in the OMET transaction where you will see the Adopt PO price field is checked and now this funcitonal authorization code e.g. 01 assgined to user profile in SU3 transaction agianst the parameter EFB.
    if this is active than it will not take price from info record but it will copy from PR.
    to avoid this kind of issue -
    Remove the EFB value in SU3 for particular user or if user needs to have the EFB profile for some other requirements than go to OMET and remove Adopt po price indicator from that profile which is assigned to user

  • I was using my notes earlier today and now for some reason they are all gone. How does this happen and is there anything I can do to get them back, the new ones also that haven't been synced.

    I was using my notes earlier today and now for some reason they are all gone. How does this happen and is there anything I can do to get them back, the new ones also that haven't been synced.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • To check weather JAVAVM being used or not?

    Hi,
    We are in the process of cleaning up unnecessary components. As a part of this, first of all we are checking weather JAVAVM is being used or not?  How to confirm weather JAVAVM is being used or not?
    I gone through Database Feature Usage but could not find any entry related to JAVAVM, for rest of the components i was able to. Any hints on this.
    DBA_REGISTRY
    COMP_ID
    COMP_NAME
    VERSION
    STATUS
    MODIFIED
    CATALOG
    Oracle Database Catalog Views
    10.2.0.5.0
    VALID
    23-JUN-2013 06:16:06
    CATPROC
    Oracle Database Packages and Types
    10.2.0.5.0
    VALID
    23-JUN-2013 06:16:06
    JAVAVM
    JServer JAVA Virtual Machine
    10.2.0.5.0
    VALID
    23-JUN-2013 06:16:07
    CATJAVA
    Oracle Database Java Packages
    10.2.0.5.0
    VALID
    23-JUN-2013 06:16:07
    And features usage is as follows.
    Database Feature Usage
    NAME
    DETECTED_USAGES
    ASO native encryption and checksumming
    0
    AWR Report
    17
    Advanced Replication
    0
    Advanced Security
    0
    Audit Options
    41
    Automatic Database Diagnostic Monitor
    6
    Automatic SQL Execution Memory
    41
    Automatic Segment Space Management (system)
    41
    Automatic Segment Space Management (user)
    41
    Automatic Storage Manager
    0
    Automatic Undo Management
    41
    Automatic Workload Repository
    1
    CSSCAN
    0
    Change Data Capture
    0
    Change-Aware Incremental Backup
    0
    Character Semantics
    0
    Character Set
    41
    Client Identifier
    0
    Data Guard
    0
    Data Guard Broker
    0
    Data Mining
    0
    Database Replay: Workload Capture
    0
    Diagnostic Pack
    0
    Dynamic SGA
    0
    EM Database Control
    0
    EM Grid Control
    0
    Extensibility
    41
    File Mapping
    0
    Flashback Database
    0
    Internode Parallel Execution
    0
    LOB
    41
    Label Security
    0
    Locally Managed Tablespaces (system)
    41
    Locally Managed Tablespaces (user)
    41
    Locator
    0
    MTTR Advisor
    0
    Materialized Views (User)
    41
    Messaging Gateway
    0
    Multiple Block Sizes
    0
    OLAP - Analytic Workspaces
    0
    OLAP - Cubes
    0
    Object
    41
    Oracle Database Vault
    0
    Oracle Managed Files
    0
    PL/SQL Native Compilation
    0
    Parallel SQL DDL Execution
    24
    Parallel SQL DML Execution
    0
    Parallel SQL Query Execution
    35
    Partitioning (system)
    41
    Partitioning (user)
    0
    Protection Mode - Maximum Availability
    0
    Protection Mode - Maximum Performance
    41
    Protection Mode - Maximum Protection
    0
    Protection Mode - Unprotected
    0
    RMAN - Disk Backup
    0
    RMAN - Tape Backup
    0
    Real Application Clusters (RAC)
    0
    Recovery Area
    0
    Recovery Manager (RMAN)
    0
    Resource Manager
    0
    SQL Access Advisor
    0
    SQL Tuning Advisor
    7
    SQL Tuning Set
    41
    Segment Advisor
    40
    Server Parameter File
    5
    Shared Server
    37
    Spatial
    0
    Standby Archival - ARCH
    0
    Standby Archival - LGWR
    0
    Standby Transmission
    0
    Streams (system)
    0
    Streams (user)
    0
    Transparent Gateway
    0
    Tuning Pack
    0
    Undo Advisor
    0
    Virtual Private Database (VPD)
    0
    XDB
    0
    D
    Regards
    DBA.

    We are in the process of cleaning up unnecessary components. As a part of this, first of all we are checking weather JAVAVM is being used or not?  How to confirm weather JAVAVM is being used or not?
    Yes - if you have an Oracle database the JVM is being used.
    There is NOTHING to 'clean up' as far as the internal JVM that is part of Oracle.
    You can NOT modify it or upgrade it. And if you remove it Oracle will also remove your database.
    See the Database Installation Guide
    http://docs.oracle.com/cd/B28359_01/install.111/b32002/remove_oracle_sw.htm#CCHBABDE
    In the Inventory screen, select the Oracle home and the products that you want to remove, then click Remove.
    Note:
    If you choose to remove Oracle JVM, Oracle Universal Installer removes all installed products that depend on Oracle JVM, including Oracle Database 11g.

Maybe you are looking for

  • Ask the Experts on HP Expert Day - May 8-9, 2013

    Thank you for coming to Expert Day – the event has now concluded. **To find out about future HP Expert Day events, check out this page** On behalf of the Experts, I would like to thank you for coming to the Forum to connect with us.  We hope you will

  • BPM - Optional Multiple Send steps

    I have a situation where I'm doing Message Splits in BPM and subsequently Send steps. Due to MessageSplit I may  or may not produce Target messages. But Send Steps following the transformation are errored out saying no Instance found ( No message fou

  • Has anyone noticed that their iPhone 5 has a yellow tinged display?

    Has anyone noticed that their iPhone 5 has a yellow tinged display and the colours look too intense? Just does not look right.

  • Instance names arnt working for Global Locator

    Hi, i am trying to navigate through my scene, I have several buttons all with instance names, i would like to have a small tween before jumping to the next section, i have been trying to use global locator but it doesnt seem to be working, nort sure

  • Process Order showing incorrect Profit Center

    Hi, I have an issue in which Material Master shows the correct Profit Center, however, in the Process Order another Profit Center appears. Any suggestions on what might be causing this ? Thank you Rogerio