PR00 not changeable mode in consignment Fillup after billing

Dear Friends/SAP gurus,
As u know,
In Domestic Sales order processing,
ORDER>DELIVERY->BILLING/INVOICE. And once the billing is over, Sales order gets automatically updated and PR00 price condition type at item level will become GREY(No changes can be done after Billing)
But in Consignment sales process(1st step-Consignment Fill-Up) ORDER>DELIVERY>PROFORMA BILLING. As this is not the original Bill, PR00 price condition type in SALES ORDER will be in OPEN MODE( can be changeable)
But as per my client's requirement, even in Consignment Fillup, after creating PROFORMA billing, sales order should ger updated and PR00 price condition type should become GERY(NOT CHANGEABLE MODE).
we are using PR00---MANUAL CONDITION
kindly help in this regards...points asssured
rgds
KRISHNA.C

Dear krishna
In two ways this could be controlled.
1)  With the help of your Basis team, authorization should not be provided for those users who you dont want to access VA02.
2)  By applying User Exit : MV45AFZZ and with the help of ABABer, you can control changing the PR00 value in sale order.
thanks
G. Lakshmipathi

Similar Messages

  • Item category not changeable in sales order

    Hi
    I have a material where the item category is not changeable in the sales order after you have pressed 'enter' after the material number. It is a bundle material number, with a BOM (structure scope 'A') - does this mean that the item category is greyed out for change?
    It is causing a problem because to select the manual item category in item category assignment, you have to change it before you press enter (and when you do that it only gives you a full list of item categories rather than the ones you can select for the assignment table).
    Jon

    this is standard sap !
    the reason is that if you change something that has relations with other object then problems can raise.
    You cannot do anything for this but you can make a user exit at your own risk that 'opens' up the field:
    the exit looks like this:
    MV45AFZZ
    FORM userexit_field_modification.
      CASE screen-group2.
        WHEN 'LOO'.
          IF screen-name = YourItemCategory AND xvbup-gbsta = ' '.
            screen-input = 1.
            MODIFY SCREEN.
          ENDIF.
      ENDCASE.
    ENDFORM.                    "USEREXIT_FIELD_MODIFICATION
    ROberto

  • How to make selection parameter gray out, not changeble mode

    Hi Experts,
      Selection screen having parameters, I am putting default values in that parametrs.
    How to make this parameter gray out, not changeable mode.
    Thanks in advance
    mahahe.
    See comments below
    Edited by: Rob Burbank on Jul 1, 2009 12:43 PM

    Hi,
    For the parameters required, while declaring them use the MODIF ID, lets say you have choosen the modif id as SC1.
    i.e. parametes: p_mat type matnr DEFAULT '100' MODIF ID SC1.
    Then in the initialization event, code as below.
        LOOP AT SCREEN.
          IF screen-group1 = 'SC1'.
            screen-input = '0'.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
    It will work.
    Regards,
    Nangunoori.

  • Schedule Lines not confirmed for Consignment Fillup

    Hi
    I created Consignment Fillup, Schedule lines are not confirmed, even though stock is available in MMBE.
    Material per batch stock is available
    Help me out in this issue
    Regrds
    Srinivas

    Check what schedule line category is flowing.  I believe it should have been E1 and in VOV6, for this schedule line category, the box "Availability" is checked.  Next go to material master and check whether the availability check is either 01 or 02 is maintained.
    G. Lakshmipathi

  • After the most recent iOS update, notification center doesn't show messages from people who are on "do not disturb mode". Anyone know how to fix it?

    Originally, even if I had some messages on the "do not disturb" mode, I would still be able to preview them in the notification center. After the latest update about a week or so ago, the only messages that appear are the ones that aren't on "do not disturb". I've tried taking them all off the DND mode and turning it back on, messed with the settings, even turned my phone off and on, but nothing is working.
    Any ideas?

    Follow-up to my earlier post that iPhone 6 Bluetooth not working correctly.  I purchased a Jawbone MiniJambox to use as a speaker phone in my office.  Everyone in our company thinks they are the best.  However, it is experiencing the same issues as with all my other Bluetooth headsets.  Everything works except cannot answer or hang up calls pushing the buttons on the Bluetooth devices.  The Bluetooth patio speakers in our courtyard also have the same issue.  However, my colleagues using iPhone 5 and 5s who did not update to iOS8 are using all Bluetooth devices without any issues.  Apple says it is a problem with my Bluetooth device.  Come on Apple.... This makes 7 different Bluetooth devices with different manufacturers.  You cannot possibly believe the problem is with the Bluetooth devices when iOS7 works perfectly fine...
    On another issue, my iPhone 5s worked perfectly fine in my vehicle entertainment center connected via USB.  The vehicle entertainment center had complete control of my iPhone and iTunes.  However, now I plug in my new iPhone 6 and it no longer communicates with my vehicle entertainment center.  Again when I called Apple, they said my vehicle entertainment center needed a firmware update.  Are you kidding me...  That is a bunch of BS...!!!

  • ME22N : Item condition amount not changeable after a cancel document

    Dear guru ,
    I have created a purchase order , a position have two price condition PBXX and ZD30(custom).
    I have executed a goods receipt and also a cancel document for the goods receipt.
    If I try to change item condition amount for condition ZD30 the field is grey (not changeable). Instead item condition amount for condition PBXX is changeable.
    I donu2019t understand this behaviour
    Do you help me ?
    Thanks.

    Hi Cris,
    In M/06 , select Ctype ZD30 and click Detail.
    in "Changes which can be made" screen Amount/percentage will be ticked it means you cannt edit the amount in PO i.e. whichever indicator is ticked over here that value cannt be change in PO and whichever indicator is not ticked you can change the value in PO.
    I hope this small piece of info. helps you to exactly unterstand the behaviour of Ctype.
    Cheers
    Manoj Singh

  • HT1853 My laptop lost connection with itunes while my ipod was in do not disconnect mode.  My ipod will not respond now and still shows do not disconnect?

    My ipod was connected to my laptop and in the 'Do not Disconnect' mode.  My computer rebooted after security scan and now my iPod is stuck in the 'Do not Disconnect' mode.  The iPod will not turn off, nor will my itunes recognize it is connect.

    Try a hard reset of the iPod.  To do this, press and hold both the Select/Center and Menu buttons together long enough for the Apple logo to appear.
    B-rock

  • How to make valuation type field not changeable  in delivery tab of PO

    Hai friends,
                    I am new to badis..please guide me to solve the issue...
    how to make valuation type field not changeable  in delivery tab of PO...
    The field shd be in display mode only ...actually...there  a badi has been used before
    to get valuation type from a ztable depending on material and plant...
    Now ..my requirement is that the user shd not change the default value brought from the ztable...

    Hi SRINIVAS,
    You can achieve this from BADI only if BADI is allows you to do this. You cannot achieve everything from a BADI. Check if there is any expoting field in the methods that can be ticked for making the field in display mode. If not then you cannot achieve this from BADI.
    The field you want to default to display is a standard or zfield. If z, then you can changethe attribute of the screen field to Output only.
    Regards,
    Manish

  • Streaming audio from my IPAD to my Apple TV from Rhapsody application.  when Apple TV go into Screen Saver mode, about 5 minutes after that it stops playing the Audio Stream and goes into Sleep mode.

    I am Streaming audio from my IPAD to my Apple TV from Rhapsody application.  when Apple TV go into Screen Saver mode, about 5 minutes after that it stops playing the Audio Stream and goes into Sleep mode.  I am using the Optical Out from the Apple TV to my receiver, the Apple TV is hard Wired to the Network, the IPAD is Wirelessly attached to the network (it continues to play the Audio Stream).  When the Apple TV is turned back on it resumes playing once I manual select it for output from the IPAD.  All device are on current releases of software.  I have no Video hooked up to the Apple TV.  How do I correct this?

    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • My phone is not coming out from (do not disturb mode) in the scheduled off time eg in the morning?

    scheduled do not disturb ,then it does not come back to normal in the morning and stays in the do not disturb mode till i change it manually

    Try to reset the phone by holding the sleep and home button for about 10sec, until the Apple logo comes back again.
    You will not lose data by resetting.
    Also check this article:
    iOS: Apple logo with progress bar after updating or restoring from backup

  • Will not start even in safe boot after installing latest camera update

    MacBook Pro will not start even in safe boot after installing latest camera update.
    I started my machine and did a software update. Only the camera update needed. So installed and when required I pressed restart. It restarted and did install. Then restarted again. I expected to get to the login screen and it turned itself off. Tried three more times. Each time shutting off. I unplugged everything, and pressed start waiting for log in window. No it shutdown before the log in window. I then tried safe mode and that did not work either on three more occasions.

    I have managed to resolve some issues. I can now restart the machine via a CD boot. If I do cmd C into something like tech tool pro, then restart from that disks menu it restarts every time.
    If I try a safe start it shuts down. If I try a normal start it shuts down. I have managed to repair permissions and that cleared up some start up permissions but with no improvement to the boot problem. The only way to load is via the cmd-C boot option. Any other ideas?

  • Copy Control : Consignment fillup to consignment issue

    Hi all
    My client requirement is to create consignment issue with reference to consignment fillup. But when i checked the standards , i did not see any such copy control. Please advice as to how i should make the settings
    Thanks in advance
    Regards
    Hari

    Hi Harish,
    Once check the Cosignment Document types using VOV8.Here we can find the Tab:Reference Mandatory for KB (Consignment Fill up) as well as KE .(Consignment issue ).Both having the document category as C means it works the properties of a normal sales order.
    As per your client Requirement try this procee:
    1.Create one Quotation having different document type. And maintain the copy controls for the both( like quotation to Sales Order.)
    2.Mean while we can create the Consignment issue with reference to Consignment Fill-up.
    For further clarifications you can check the SAP help itself.
    Regards
    JYothi

  • The multi level "isolation mode" don't work after the last upgrading to Illustrator CC 18.1.0? by the right mouse button menu

    PROVA

    Yes, I know that, but I ever work with the right mouse button,
    because selecting groups and subgroups with double click make some confusion for me.
    Regards,
    Fabio
    ufficio tecnico
    grafica e prestampa
    Via Verdi, 11 - 43058 Sorbolo (PR)
    Tel. 0521.694111 - Fax 0521.694360
    E-mail: [email protected] <mailto:[email protected]>
    E-mail: [email protected] <mailto:[email protected]>
    Web: www.litoexpress.it <http://www.litoexpress.it/>
    Il giorno 28/ott/2014, alle ore 06:57, Satinder S Bains <[email protected]> ha scritto:
    The multi level "isolation mode" don't work after the last upgrading to Illustrator CC 18.1.0? by the right mouse button menu
    created by Satinder S Bains <https://forums.adobe.com/people/SatinderSBains> in Illustrator - View the full discussion <https://forums.adobe.com/message/6874053#6874053>
    You can double click on the selected object to get into the multilevel isolation mode.
    Regards,
    Satinder
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6874053#6874053
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Illustrator by email <mailto:[email protected]m> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=33 67>
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0 <http://forums.adobe.com/thread/416458?tstart=0>.

  • My N73 not working with ovi or pcsuite after i upd...

    My N73 not connecting with my windows vista after an updated my old software with the nokia software update. i have tried resetting mu phone and unistalling the pc suite and ovi and installing them back but no use... i hav no idea what to do. the mass storage option works fine  but the computer just dont recognosie the phone when in pc suite mode... i am using windows vista home basic.....before the update the applications were working fine .....
    Solved!
    Go to Solution.

    Hi, Nokia N73 is compatible with Nokia Ovi Suite. I would recommend following:
    - uninstall all existing Nokia PC SW (Nokia PC Suite, Nokia Connectivity Cable Drivers, Nokia Ovi Suite, Nokia Software Updater) from your PC
    - Check, that you have enough free disk space and free memory in your PC. Error message shown in your screenshot seems to be related to Windows operating system problem, not having enough free resources to complete the installation of drivers needed for your device
    - Reboot your PC
    - Download Nokia Ovi Suite from our web pages
    - Install Nokia Ovi Suite
    - Start Nokia Ovi Suite and connect your device using USB cable to your PC
    - If that doesn't help, try connecting your device using Bluetooth to your PC
    Cheers, Samuli

  • My 4s Goes to speakerphone automatically while calling and does not go back to normal even after disabling speaker  while calling

    My 4s Goes to speakerphone automatically while calling and does not go back to normal even after disabling speaker phone button
    AlsO sometimes I. Cannot hear anything in normal speaker even though the call Is going through and has been re ieved on the other end, I have to enable speaker and then disable it to route audio to normal speakers

    I think that it is something wrong with kernel and graphic drivers but i'm not able to solve it from the beginning of using of Arch by me.
    I'm not so sure this issue is software-related only because in my case it seems the laptop screen enters power-saving mode (10-min timeout) on its own without any events logged (as shown by dmesg) so my next thought was OK, I'm going to get rid of this issue disabling the screen power-saving timeout in the BIOS and set it to never power down or something like that and from then on managing power mode manually; ie: when I want to power down I will just use systemctl suspend/hibernate which work fine ... problem is: there are no related options in my BIOS for such timeout.
    The only timeouts I have are in /etc/systemd/logind.conf set to 30min (#IdleActionSec) (commented) by default so these are not in effect because the screens goes blank after 10m which is less than the (default) 30m in logind. Maybe setting loggind to 9m (un-commented) to catch the event before the machine-default one ?
    IdleActionSec=9min
    IdleAction=suspend
    Will check it and report back.

Maybe you are looking for

  • SP2013 WF works for admin but not end-users

    A simple SP2013 WF calls a SP2010 WF to send email, simple.  Works for me (admin) but when a SP user edits an item on the list (which fires the WF), the WF gets to the 2010 call, and fails with this error... RequestorId: f8c56627-e4e5-5a26-0000-00000

  • Print internal error when tring to print PPA document

    Hello experts,     We got a problem when we tried to print out PPA document in HR system using t-code PHAP_ADMIN_PA. The system always shows the message Error when printing: Internal error. And message no: HRHAP00_DOCUMENT160.     I have searched the

  • Nokia 5800 GPS Problem

    Hello,  i have an Nokia 5800, and i can´t use the gps with a satellite signal, only with the GPRS. someone can helpme. thanks a lot!!!!!!!!!!!! 

  • IPhoto 2.0.1 hangs shortly after launch

    I have been using iPhoto 2.0.1 for some time on MacOS X 10.2.8 with no problems. Recently, the program launches and the main window appears but within a few seconds of launch, the program freezes with the spinning beachball. It takes two passes at "f

  • Solution Manager 7.1 - Monitor scripts which runs as cron job at OS level ?

    Hi All, We have Solution Manager 7.1 in our landscape and we have configured RCA, Monitoring.. Is it possible to Monitor the scripts running as Cron Job at the OS level? If in case, the script stops due to an issue, we need to get the alert in Soluti