Price in non modifiable mode after GR

Dear All,
   Currently we can change the Basic Price of the material even after the Goods receipt of the material is done. I want that after the GR the basic price must come in non modifiable form.
It must come in modifiable mode , when we completely cancelled the GR.
Regards,
Kapil.

Hi,
In customization u can control the PO screen layout , thr u can make the price field as only display mode.
Then the price field in PO will only be in display mode u cant change it.
But the requirement u r asking can be achived i guess by ABAPer so contact ur development to make the changes in program accordingly

Similar Messages

  • Price conditions non modifiable

    Sir,
    While using T-code VA02, some users are not allowed to edit the condition amount in the "Conditions" Tab i.e. the field of "Amount" for some identified condition types must be in editable mode and for rest all other condition types the field "Amount" must be displayed/gray mode.
    Howerver we tried the user-exit include MV45AFZZ and used the FORMS ( USEREXIT_FIELD_MODIFICATION and USEREXIT_PRICING_PREPARE_TKOMP ) to meet the requirement. the changes are working in VA01 but working improperly in VA02.
    the code snapshot is enclosed herewith for needful.
    FORM USEREXIT_FIELD_MODIFICATION.
    data : v_uname type sy-uname.
    if ( sy-tcode = 'VA01' or sy-tcode = 'VA02' ).
    select single uname into v_uname
    from YUSRS4_KSCHLEDIT
    where uname = sy-uname.
    endif.
    if v_uname is initial.
    CASE SCREEN-NAME.
    WHEN 'KOMV-KBETR'.
    SCREEN-INPUT = 0.
    SCREEN-OUTPUT = 1.
    ENDCASE.
    endif.
    ENDFORM.
    FORM USEREXIT_PRICING_PREPARE_TKOMP.
    data : v_uname type sy-uname.
    data : v_kschl type kschl.
    if ( sy-tcode = 'VA01' or sy-tcode = 'VA02' ).
    select single uname into v_uname
    from YUSRS4_KSCHLEDIT
    where uname = sy-uname.
    endif.
    IF NOT V_UNAME IS INITIAL.
    LOOP AT XKOMV.
    v_kschl = XKOMV-KSCHL.
    IF ( v_KSCHL = 'ZR00' or v_KSCHL = 'ZFR1' ).
    XKOMV-KMANU = 'C'.
    MODIFY XKOMV transporting kmanu.
    ENDIF.
    clear:v_kschl,XKOMV.
    ENDLOOP.
    ELSE.
    LOOP AT XKOMV.
    v_kschl = XKOMV-KSCHL.
    IF ( v_KSCHL = 'ZR00' or v_KSCHL = 'ZFR1' ).
    XKOMV-KMANU = 'D'.
    MODIFY XKOMV transporting kmanu.
    ENDIF.
    clear:v_kschl,XKOMV.
    ENDLOOP.
    ENDIF.
    ENDFORM.
    Please help.
    Regards,
    +91-9650493434/9650493432

    Dear MR Bhargav ji,
    thanks for your valuable input. it does not worked for me. i hope that you have clearly read and understood the requirement/problem which is as per below.
    "but when i do run the tcode VA02 by giving the Sales order no 152546, the item detail block is displayed. when i double clikc on field "Material", system control goes to "Sales A" Tab. then I click on "Conditions" Tab to see the pricing conditions, I found that the field "Amount" is editable for condition type "ZR00" and "ZFR1" wheras this these two condition types must be only editable for identified users only. for rest users, it must be disable mode."
    see i want to make the screen field "KOMV-KBETR" enable/disable based on the pre-identified users(being maintained in ZTable) whenver the user CLICK ON on the "Conditions" Tab . thats it. what i have done is working OK not for 1st time but from 2nd or rest all the time it works OK. I want as soon user click on "Conditions" Tab the field "KOMV-KBETR" enbale/disable decision should be carried on.
    please help.
    Regards,

  • Customer masters house bank non-modifiable mode.

    Dear All,
    Can any one tell me how i can make the house bank field in Customer master as display mode to prevent the user from changing the house bank.
    Regards,
    Suresh Patipati.

    Hi Suresh,
    Use transaction code OBD2.  Select the account group type and then click on the magnifying glass (Details).  Next, double-click on Company code data --> Payment Transactions.  Change House Bank to display and save. 
    To make the Bank Details fields as display only as well,  then double click on General Data --> Payment Transactions and change the bank details to display and save.
    Regards,
    Elias

  • How to make a field in non Editable mode

    Hi All:
    Now i created one form through wizard method this consists of following details
    Table name:T1
    Fields:No,Name
    here my requirement is how to make this "No" field in non editable mode after the insertion of the first record.

    You can make it a display item, you can disable the item, or you can set the update property to No. See the set_item_property in the Help documentation.

  • Need help fixing video shut off after 2 minutes in non-windows mode

    Good morning experts in this forum,  I need your help solving a hardware/firmware problem of my computer. I have a Hpe 250f computer with Radeon 5700 series video card on it.  I recently noticed one strange problem which prevents me from doing any meaningful work in non-windows mode: The video will be shut off after around 2 min if the computer is not in Windows mode.  This includes BIOs mode and recovery mode.  There is no problem if the computer logs on Windows within 2 minutes.  But if I stay in BIOs settings or try to use HP diagnostics or try to recover a backup using windows backups for around 2 min, the monitor will turn blank and the power button of monitor will turn yellow from green indicating no video output to it.  It can not wake up by mouse or keyboard. I read that older BIOs have problem with fan speed and I reflashed the BIOs.   But it did not work. This problem drives me mad since I had occasional hard drive failures recently and I could not recover my system (That is why I noticed the problem recently, but the problem could have existed when I bought the computer).  Now the computer is out of warrenty and I could not find any similar case using Google search.  I really appreaciate your help. Thanks

    I had the same problem when I upgraded.  In my case it definitely was the power supply.  In my effort to figure out the problem by swapping components in and out, the dieing power supply killed 2 P8P67 Pro and 2 2500k, and when I tested with the P67A-GD65, the power supply totally died, but the good thing is that the GD65 survived.  Swapped in a 430W to test and everything was perfect.  At full load with GTX260, it will draw less than 300W, so your power supply is fine to test.

  • Item field to non-editable mode(display mode) in Purchase Order(ME22n).

    Hi SDN,
    Based on the Comany code i need to modify the item level fields like <b>Item, Account Assignment, Material</b> to non-editable mode(display mode) in Purchase Order(ME22n).
    So i modifed in the method MODIFY_SCREEN_TC_LINE of class CL_TABLE_VIEW_MM and set the value L_FIELD_STATUS = *  for the screen filed MEPO1211-EBELP. When i execute, the whole column changed to display mode and the empty rows filled with 0(zero). But i want only grey mode for the line items that are present for that PO but not for the whole column. So can any one guide me to do so. I am using 4.6c.
    Thanks in Advance
    Regards
    Basha

    Hi Ramesh,
    Normally you can change the currency field, after entering information in Data base's table, go to Detail's table and change the rate as you want, then directly choose your PO number.
    so the system accept the rate entered aven though the PO had another rate.
    Regards.

  • Exchange 2010 all mail clients with internal cached and internal non-cached mode users having connection status issues, login prompt -- external is fine either way

    Hello,
    I'm seeing an issue that started this past Monday with no recent change to our environment. 
    External Outlook Anywhere users and Mobile users, OWA users are unaffected.
    Internal Users are affected when using Outlook of any version, 2010 or 2013.
    -Internal Users normally log into their workstation with their ad credentials, domain joined machines. Outlook opens without credentials prompting ideally.
    1 . Using Cached Mode:
    a. Login Prompts, slowness - Since Monday, users are getting prompted to login. The prompt goes away after logging in at startup. It is also causing high CPU
    on the workstations.
    b. Free/Busy, Out of Office doesn't work. I can, however complete auto-setup for a new user, so autodiscover is not completely down for internal users.
    c. Checking Connection Status shows connecting status on highlighted entry below without ever establishing connection (just goes away).
    The outlook icon in the system tray says "Outlook is requesting data from the server":
    2. Using Non-cached mode 
    a. No Login Prompt at startup, business as usual
    b. Free/Busy, Out of Office works fine. Autodiscover is fine.
    c. Checking Connection Status shows normal except, it has "casarray URL, then status is referral" it seams to flicker this constantly then go away intermittently.
    d. Main issue in non-cached mode is, sometimes a user will log into windows, open outlook and it will not open and says "server is unavailable. Retry, work offline, or cancel" I can try re-opening, same message.
    Only after logging out of windows, logging back in, I can get back into outlook. This is not every time, or consistent with specific users, but random. 
    3. Lync Pop up  for credentials often, though entering the password.
    URLs are correct. Autodiscover, EWS, etc. 
    Already tried bypassing our loadmaster load balancer with host files on clients. same issue regardless of casarray node. 
    Not sure what is going on.
    Josh

    You have a hybrid configuration with Office 365, right?  You didn't provide this valuable piece of information.
    In Exchange Online PowerShell run this command:
    Get-OrganizationConfig | FL PublicFoldersEnabled
    If the value is "Remote" then users with Exchange Online mailboxes are looking to on-premises public folders.  Be sure that you have legacy pubic folder interoperability properly configured.
    http://technet.microsoft.com/en-us/library/dn249373(v=exchg.150).aspx
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • My iphone 5 is stuck in recovery mode after battery change?

    my iphone 5 is stuck in recovery mode after battery change, I decided to change my faulty iphone 5 battery as i was out of warrenty, I managed to chance the battery with no problems (I Think), when i put the phone back together and tried to power on with the power button, nothing happened.!  i connected to itunes and it powered on, displaying the connect to itunes screen (recovery mode) all was going well, the phone was restoring, the image of the phone restoring and loading up was displayed on the screen, when it finished it restarted but to show the connect to itunes screen again, it is stuck in the recovery loop. i tried the steps with holding the power and home button etc, none worked.! now when i try to restore, it extracts software but then, ' the iphone could not be restored, an unknown error occured (3194)' comes up, any ideas out there???? and Happy Christmas to Everyone ,

    Hello Andyoneill9,
    It sounds like you are trying to restore your phone but keep getting an errror message 3194. I want to recommend the troubleshooting steps from this article named:
    Error 3194 or "This device isn't eligible for the requested build"
    http://support.apple.com/kb/ts4451
    Resolution
    Important: If you see one of these messages and need help updating or restoring your iOS device, Install the latest version of iTunes and try to update or restore again. After that, follow these steps if you need more help.
    Check your "hosts" file
    After you've updated iTunes to the latest version, you can check the hosts file to be sure your computer can contact the update server. Use the numbered steps below if you’re on a Mac.
    If you’re using a Windows computer, follow steps in this Microsoft support article, noting that resetting the hosts file will affect software services that rely on hosts file redirects. If you're using Windows on a business computer, consult your IT department to be sure applications will still work correctly after resetting the hosts file.
    In the Finder, choose Applications > Utilities.
    Open Terminal.
    Enter this command and then press Return:
    sudo nano /private/etc/hosts
    Enter the password you use to sign in to your computer and press Return. You won't see text appear in the Terminal window when you enter the password. Make sure you use a nonblank administrator password.
    Terminal will display the hosts file. Navigate using the arrow keys and look for an entry containing “gs.apple.com”.
    Add the # symbol and a space ("# ") to the beginning of the gs.apple.com entry.
    Press Control-O to save the file. Then, press Enter when prompted for the filename and Control-X to exit the editor.
    Restart your computer.
    Try to update or restore your iOS device again.
    This is the first troublehsooting step to try, so there are additional things to try if needed you need them.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Selection screen in Non-EDIT mode

    Hi all,
    I have a selection screen in which the user wants a field to be in Non-EDIT mode. How to do it?
    PARAMETERS : s_vkorg like vbrk-vkorg default '1000'.
    (The above parameter shud be in non-editable mode) 
    select-options : s_vtweg for vbrk-vtweg.
    select-options : s_spart for vbrk-spart.
    Pls reply.
    Thanks in advance.
    Vijay

    Vijay,
    Use the code below.
    REPORT zscreen.
    TABLES: vbrk.
    SELECT-OPTIONS : s_vtweg FOR vbrk-vtweg MODIF ID mo1.
    SELECT-OPTIONS : s_spart FOR vbrk-spart MODIF ID mo1.
    * At selection Screen Output Event
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'MO1'.
          screen-input = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.

  • Outlook 2007-2013 doesn't connect in non-cached mode to Exchange 2013.

    Hello!
    I have organization Exchange 2010 + Exchange 2013 in one AD site (hybrid organization) 
    Mailboxes based on Exchange 2010 servers work fine. But after moving one of mailboxes to
    Exchange 2013 database, Outlook doesn't connect to mailbox in
    non-cached mode. If I turn on cached mode this mailbox is connecting perfectly (OAB, Folders, PublicFolders, Addresslists).
    I cleaned parameter "PublicFolderDatabase"  for Exchange 2013 database,  but the problem didn't solve.
    In CAS
    RpcHttp
    log:
    2015-01-22T12:08:12.720Z,MBXDB13,RpcHttp,S:Stage=BeginRequest;S:AuthType=Negotiate;S:HttpVerb=RPC_IN_DATA;S:UriQueryString=?MBXDB13.DOMAIN.local:6001;S:RpcHttpUserName=DOMAIN\USER;S:ServerTarget=[email protected];S:RequestId=267b0bf2-4361-4efb-9865-7f8d664b6e00;S:ClientIp=10.10.10.111
    2015-01-22T12:08:12.720Z,MBXDB13,RpcHttp,S:Stage=PostAuthorizeRequest;S:UserName=DOMAIN\MBXDB13.domain.local:6001;S:RpcHttpUserName=DOMAIN\USER;S:ServerTarget=[email protected];S:RequestId=267b0bf2-4361-4efb-9865-7f8d664b6e00;S:ClientIp=10.10.10.111
    Exchange Server 2013 Cumulative Update 7 (CU7)
     are installed.

    Hi Allen!
    Thank you for reply!
    Outlook cannot connect to all mailboxes on Exchange 2013 server.
    >Get-OutlookAnywhere | FL Name,*auth*,*host*Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2010.contoso.com
    InternalHostname                   :
    Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2010.contoso.com
    InternalHostname                   :
    Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2013.contoso.com
    InternalHostname                   : cas1302.domain.local
    Name                               : Rpc (Default Web Site)
    ExternalClientAuthenticationMethod : Basic
    InternalClientAuthenticationMethod : Ntlm
    IISAuthenticationMethods           : {Basic}
    ExternalHostname                   : exchange2013.contoso.com
    InternalHostname                   : cas1301.domain.local
    Outlook error message:
    "Cannot start Microsoft Outlook. Cannot open the Outlook window. The set of folders cannot be opened. The attempt log on to Microsoft Exchange has failed."
    This error reproduced even in new profile. Repair does not help.

  • Videos not playing in landscape mode after upgrading my Z10 software to latest version

    Hello,
    Videos in my Z10 iss not playing in the Landscape mode after upgrading my Z10 smart phone software with the latest version.  I think it is not sensing when i turn my phone.
    Is it a bug in the upgraded software or do i need to do any changes in the settings.
    Also -- i dont seem to have Blackberry balance on my Z10.  Please advise
    regards,
    Yogesh

    Maybe someone else has another suggestion? I'm running 10.2, not released by VZW Yet. Works fine.
    THE BITTERNESS OF POOR QUALITY, LINGERS LONG AFTER THE CHEAPNESS OF PRICE, IS SOON FORGOTTEN.

  • My display is non hdcp compliant after Yosemite install

    My display is non hdcp compliant after Yosemite install, fix this?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Nokia 6500 Slide Connected In Non-Compatible Mode

    Hi,I've cracked my screen and unable to access anything! I transferred my SIM (3 network) to another phone. Although the phone works all my contacts and messages have disappeared. I am quite positive they were saved to SIM. Anyway tried connecting using broken phone with SIM using USB and get message Connected in non-compatible mode and I still cannot access contacts or messages. I'm getting extremely frustrated can anyone help?
    Many thanks
    Solved!
    Go to Solution.

    You have a S40 phone, Another thing you can try is, when you are sure the keypad is unlocked, connect the phone and after a few second press the right selection key(the one you usually use to step back or disagree or cancel) which should be cancel. If your phone is anything like my 5200 that will send it straight to connect via PC suite. I think even pressing the red button will do this(Not sure about the red button though but the right selection I'm certain about)
    Show your appreciation. Hit that kudos button real hard

  • Why can't I run in non-debug mode???

    I recently copied a JSC project into another project using the "Save Project As" option when right clicking on the project name.
    The new project appeared to copy fine and I was able to bild and run the project normally.
    Somewhere along the line, I did something that changed something to where I can no longer run the project in 'non-debug' mode by using either the 'Run Main Project Ctrl+F5' under the 'Run' menu or by clicking the Right Green 'Run" triangle on the main menu.
    The project builds successfully, but never runs in the browser.
    I have tried stopping the server and everything else I can think of, but nothing works.
    I can select 'Debug Main Project F5' from the 'Run' menu and it will build and start in the browser.
    Other projects, including the source for this one, run fine in 'nion-debug' mode, but not this one.
    How can I fix this??
    I have run into instances where I get a message that says the build.xml file was altered externallt and was rebuilt. Is there any way to force a remake of the build.xml file using "Standard" defaults?
    Thanks

    The reason for copying the project was in order to create another very similar product that required only minor modifications at this time.
    I got around the problem by doing another project copy and then using Beyond Compare to update the new copy with modifications I made to the original copy.
    That worked.
    My basic question was what would cause the problem that would create the situation where you could run in debug mode, but not non-debug mode.
    This happened after the original copy (that worked fine) and after I had done most of the required modifications.
    My thought was that there was some file or parameter that I could change rather than redoing the process.
    Apparently not......................

  • Nokia N70 connected in non compatible mode

    First here are some facts: Im Using Pc Suite v6.83 on Windows XPsp2. Im using USB cable to connect to my N70.
    Now here's the problem: The first time I used PC Suite after Installation, it worked fine. When I used it again the second time, it acted strangely. It didn't detect my phone correctly. It detected the N70 alright, but a baloon popped up from the PC suite Icon on the system tray saying "nokia n70 connected in non compatible mode". Then when I went to the Get Connected wizard, a warning popped up which says "Your phone is in file transfer mode and connot be used with PC suite. quit file transfer mode from the phone if you want to use PC suite". I wonder how could this be since I know that the N70 has no file transfer mode.
    Then after finally having my phone detected correctly after diconnecting then connecting the USb cable, my system detected the phone as a digital camera imaging device and as a mass storage device, showing up in windows explorer aside from showing up in the Nokia Phone browser. I Don't think this is a normal bahaviour.
    Then the third time I tried to use PC suite, it detected the phone as bing in in non compatible mode again. Yhis time disconnecting and reconnecting the USb cable didn't help.
    I found some strange things in the windows device manager too. I found out that under portable device, the N70 was there but disabled and labled as not properly working.
    Have you guys encounterd this prblem before? If you did maybe you can help me resolve it. Thanks in advance!

    08-Jul-2007 05:32 PM
    pmguanco wrote:
    First here are some facts: Im Using Pc Suite v6.83 on Windows XPsp2. Im using USB cable to connect to my N70.
    Now here's the problem: The first time I used PC Suite after Installation, it worked fine. When I used it again the second time, it acted strangely. It didn't detect my phone correctly. It detected the N70 alright, but a baloon popped up from the PC suite Icon on the system tray saying "nokia n70 connected in non compatible mode". Then when I went to the Get Connected wizard, a warning popped up which says "Your phone is in file transfer mode and connot be used with PC suite. quit file transfer mode from the phone if you want to use PC suite". I wonder how could this be since I know that the N70 has no file transfer mode.
    Then after finally having my phone detected correctly after diconnecting then connecting the USb cable, my system detected the phone as a digital camera imaging device and as a mass storage device, showing up in windows explorer aside from showing up in the Nokia Phone browser. I Don't think this is a normal bahaviour.
    Then the third time I tried to use PC suite, it detected the phone as bing in in non compatible mode again. Yhis time disconnecting and reconnecting the USb cable didn't help.
    I found some strange things in the windows device manager too. I found out that under portable device, the N70 was there but disabled and labled as not properly working.
    Have you guys encounterd this prblem before? If you did maybe you can help me resolve it. Thanks in advance!
    Message Edited by geronimo on 10-Jan-2008 07:59 AM

Maybe you are looking for

  • .Mac Subscription, 2 Apple Accounts, 1 Big Mess

    I moved to Mac Last February and I got the subscription to .Mac which assigned me a new apple account (@apple.com ). All my purchases with my previous (@msn.com) account I was able to transfer from my IPhone to my new IMac but the problem is that whe

  • IPod mini won't load software

    I just bought a new iPod mini and each time I try to load the software onto my pc I get a message that says error 0. I don't know what to do

  • Changing Order in Browser

    Hi all! Yesterday I noticed that my custom order of my projects in the browser mode changed from 'custom' to 'import date'. It's not the first time this happened to me. I just wonder whether it has has something to do with 'Rebuilding Library', which

  • KM4M-L PC Alert 4 reported mobo temp?

    According to my bios, my idle cpu temp is about 49°C, and MBM 5 (a utility which reads sensor chip values on mobo) agrees. However I installed PC Alert 4 (latest version) and it reckons it is about 5°C higher than that! Interestingly, they all agree

  • My iTunes card is NOT paying off my over due balance!

    Hey Guys! About a month ago i have a visa gift card registered to my itunes account and it had about $4 on it left so i bought one game with that on my iphone. Then I clicked on another game and it let me download that, and 2 more after that. I found