Restrict user to delete item in good movement at the time of confirmation

Hi ,
I have one requirement i.e. When user confirming the partial confirmation and if he selected the goods movement button i have to restrict the user not to change the material quantities in the goodsmovement screen.How i can do it .Is there any user-exits to do so, if any plz give me more info .
Regards,
Anand

Hi
Try any of the below enhancements
CONFPP01
With this customer enhancement you can determine your own default values
(ones that deviate from SAP logic) for a confirmation. The confirmation
can be changed in the customer enhancement.
The following are copied to the interface: the operation in the order
(AFVGD), the order header (CAUFVD) and the confirmation (AFRUD) as well
as the confirmation parameters (TCORU). The confirmation is copied back
from the customer enhancement to the SAP standard program.
CONFPP02
With this customer enhancement you can make your own checks of the
confirmation after the SAP checks have taken place. The confirmation
cannot be changed.
The following are copied to the interface: the operation in the order
(AFVGD), the complete order header (CAUFVD) and the confirmation
(AFRUD).
CONFPP03
  With this customer enhancement you can make your own checks once an
  operation has been selected for confirmation. The data cannot be
  changed.
  The following are copied to the interface: the operation in the order
  (AFVGD) and the complete order header (CAUFVD).
CONFPP04
With this customer enhancement you can carry out your own checks on the
confirmation. The confirmation can for example be changed depending on
the user's entries.
The following are copied to the interface: the operation in the order
(AFVGD), the complete order header (CAUFVD) and the confirmation
(AFRUD). The confirmation is copied back from the customer enhancement
to the SAP standard program.
CONFPP05
With this customer enhancement you can update your own data once you
have saved the confirmation. You cannot change the confirmations.
In this customer enhancement it is strictly FORBIDDEN to send error
messages or other messages because otherwise there is the danger that
data will be inconsistent. SAP takes no responsibility for this !!!
The following are copied to the interface: a table with all the
confirmations (AFRUD) created in this transaction and a table with the
order headers (CAUFVD) that belong to it.
CONFPP06
With this enhancement you can determine which data from a manually
entered confirmation is transferred to the automatically created
confirmations, for example, when a confirmation is entered for a
milestone operation.
In addition to the order data (IS_CAUFVD) and operation data (IS_AFVGD),
the confirmation type (I_CONF_TYPE) is also transferred. The data from
the manually entered confirmation is imported via the structure
IS_AFRUD_MAIN and the data determined by the system for the
automatically created confirmation is imported via the structure
IS_ACT_DATA.
The data from the automatically created confirmation can then be
modified and exported via the structure ES_ACT_DATA.
CONFPP07
With this enhancement you can define your own detail areas (screens)
that can be issued for the single screen entry of time ticket
confirmations.
Two function modules are available to implement the flow control for the
customer-defined screens. While the function module EXIT_SAPLCORU_S_100
transmits the data from the confirmation, order, operation and work
center, the entered confirmation data can be exported using the function
module EXIT_SAPLCORU_S_101 and the structure ES_AFRUD.

Similar Messages

  • Automatic goods movement at the time of confirmation in IW42

    Hey gurus,
    In a maintenance order i ve reserved some materials to be issued from the stores. Now i am not issuing the reserved materials from the stores and going to iw42 for confirming the operations of the order. If i select the item overview of the operation line against which we have booked the material, in the goods movement section i can see my reserved material which hasn't been issued from the stores. Now when i'm saving the confirmation, goods movement of the unissued material is automatically taking place and the cost of the material is getting booked in the order. How do i stop this automatic posting of material?
    Regards,
    Abhishek

    Hi friend
               in spro
    Plant Maintenance and Customer Service-Maintenance and Service ProcessingMaintenance and Service OrdersCompletion ConfirmationsDefine Control Parameters for Completion Confirmations
    you can define the setting of goods movements
    jitender

  • Goods receipt at the time of confirmation

    Dear all,
    At the time of confirmation only i want to do goods receipt in the goods movement screen. So please suggest me the configuration setting by which i can do GR at the time of order confirmation.
    Thanks,
    Aravind.

    Hi,
    As others have mentioned, auto GR can be done in the below listed manner:
    1. Maintain control  key with auto GR. If you want only auto GR in last operation then create a new control key for which only auto GR is checked in SPRO T. Code: OP00
    2. If you want auto GR only for few order types then for the respective order type create a production scheduling profile and assign that order type in production scheduling profile and in work scheduling view of material master maintain this production scheduling profile with auto GR checked in SPRO t. Code: OPKP.
    Hope it will help you.
    Regards,
    Alok Tiwari

  • Alternative  items to be selected at the time of confirmation

    I maintain alternative items by using alt group in the bom.But while confirmation of parent material,the material which has the first priority is coming.but if i want to choose different material then what should i do?
    first thing:
    I dont want to touch bom as user dont have authorization for the same.
    second thing:
    can it is possible alt materials will be selected on the basis of stock avl in sto loc

    I know that on the basis of priority ,i can select the required component for confirmation but please tell me how i can select material on the basis of stock available.because suppose in bom i maintained 110022 material as first prioriry and i want to select 110023 at the time of confirmation .
    I know user can change the component 110022 to 110023 on confirmation screen manually .
    also if we dont want user to change this manually .
    Is there any solution that all alt items will appear on the screen and user can choose as per requirement.

  • Restrict Users for  Deletion of Components  in MFBF

    Dear All,
    How to restrict users from deleting components in post with correction screen in MFBF in REM?
    Regards,
    Tejas

    Dear Tejas,
    Check this link
    [Deleting components in MFBF|Deleting BOM components, while backflushing in REM]
    Apart from this you can go for a screen variant,as per to my knowledge i dont think you can restrict
    through an user exit.
    Regards
    Mangalraj.S

  • Forcefully delete user's "Deleted Items" from Exchange 2010 Management shell ?

    After migration from Exchange 2003 to 2010 my organization's some user can't delete items from their deleted items folder, it generate a error message so how can I forcefully delete user's deleted items from their "Deleted Items folder" from
    Exchange 2010 Management shell ? Thanks
    Babu

    Hi Babu ,
    Based on my knowledge i have given some suggestions please have a look in to it.
    1.We cannot use the search-mailbox command specifically for any folder in the mailbox.But we can use it for a whole mailbox.Below is the command which will copy the entire contents of the mailbox to the target folder called as "backup" .
    Search-Mailbox -Identity "problematic mailbox name" -TargetMailbox "test mailbox" -TargetFolder "backup" -LogLevel Full -deletecontent
    Note : Before executing the above command , please execute the below.
    New-ManagementRoleAssignment -Name "Import Export_Enterprise Support" -SecurityGroup "Enterprise Support" -Role "Mailbox Import Export"
    Once the above command is executed then you need to add your admin account to the security group "Enterprise Support" and then use the Search-Mailbox command to copy the entire items to the target mailbox and also it will delete all the copied
    items from the original mailbox.
    2.Another one option is to use the MFCMAPI tool to force delete the items on the deleted items folder.
    Most importantly before doing all the above , please share me the error message what your users are facing while deleting the items from deleted items folder.
    Thanks & Regards S.Nithyanandham

  • Goods movement 101 in Production Order Confirmation.

    Hello Gurus,
    I do the production confirmation via CO15, but when I press the 'Goods movement' button, there are only the components existing on the Goods movement item.
    I can not see the material which I produced with the Movement type 101 'Goods receipt for order into warehouse'.
    Can anyone tell us how to maintain it to allow us do the goods movement for the product?
    Regards,
    Tiger

    Hi Ranga,
    Thank you for your answer.
    I resolve my question according to your solution.
    Select 'Auto Goods receipt' in control key via OP67
    Also thanks to Benny.
    Regards,
    Tiger

  • How do I get my deleted emails to go to the deleted items in Outlook and not the archived folder?

    How do I get my deleted emails to go to the deleted items in Outlook and not the archived folder?

    Who is the email account provider?
    With an Apple iCloud account, there is a preference setting with the account settings on the iPhone to archive messages - save deleted messages in your Archive folder.
    I believe the same is available with a Gmail account.

  • Good Movement at the confirmation of an operation

    Dear All,
    I tried to make good movement when I maked an confirmation for an operation.
    I configured whit TC: OPK4 automatic good movement and whit TC: OP67 I choosed option automatic good movement for control key.
    However, when I maked an confirmation (TC: CO1F), the system didn't propose the material from BOM, for issues, or the finished good to get in stock.
    And an additional question: if I have many operations on the routing and each of them have the same control key (PP01, for example) the system cannot accept any automatic good movement.
    What can I do in this case?
    Thank you very much for the answers.
    Regards,
    Marian

    Hi,
    You are trying progress confirmation right...
    As per my knowledge for production order confirmation you could findth egoods movement...
    in CO15 or CO11N...
    For th e second question if u have N number of operations then you could confirm operation wise in CO11n and for first operation goods issue and for the final operation goods recipet will happen
    Regards,
    sravanthi
    Edited by: Sravanthi683 on May 21, 2009 10:34 AM

  • Manage "Do not permanently delete items until you back up the database" mailbox level

    Hi,
    I need the active directory attribute name for "Do not permanently delete items until you back up the database" at mailbox level and the EMS command for enabling/disabling
    the above setting (the other settings in the following screenshot I found).
    Thanks in advance!

    Well, there are only 3 possible values I believe... 1 = database default, 2 = retain for custom period and 3 = Retain Until Backup Or Custom Period... However I have seen 2 doesn't work for some reason and if you have database default is not selected
    and keep deleted item for x days set to something else other than default and Do not permanently delete items until you back up the database is unselected then it set the value to 5 as well.... I guess other than these possible values if anything else is set
    then it will give you warning that object is corrupted.
    But yes value is other than 3 then checkbox is automatically deselected set based on what value it has... in short I would check what's the value for deletedItemFlags by setting all the possible options before coming to conclusion... ;)

  • How do I delete items from "My Activity" from the Community tab..

    How do I delete items from "My Activity" from the Community tab?

    You can't. The streams are uneditable even to the mods and admins. It's an ongoing data collection. You can only hide stuff by marking it as read in the relevant areas like your Inbox.
    Mylenium

  • Goods receipt is automatically created at the time of confirming the transf

    Hi,
    we are following the confirmation control key inbound delivery process.
    I am making an inbound delivery with refernce to the purchase order.
    then i am making a putaway against the inbound delivery through LT0F and creating a transfer order against the inbound delivery.
    Then i am confirming the transfer order through LT12, when i am confirming the transfer order the goods receipt is automatically created without manuallyy doing a PGR in inbound delivery.
    Can any one let meknow how to avoid the creation of the auto GR at the time of confirming the putaway TO
    Sunil

    Hi,
    In LT0F check in  the initial screen -->control data -->weather the adopt put away quantity field value is 4. If it is 4 then the GR will be posted automatically.
    Regards,
    Bharat.

  • I rented a movie on my iPad. It downloaded fine but would only play 36 minutes, 5 seconds worth of the movie; although the time kept running for the length of the movie. Can this be fixed or do I need to get a refund?

    I rented a movie on my iPad. It downloaded fine but would only play 36 minutes, 5 seconds worth of the movie; although the time kept running for the length of the movie. Can this be fixed or do I need to get a refund?

    You can try a rest:
    Reset iPad:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - If that does work, contact iTunes and request a redownload.  You can ask for a refund though.

  • Alternative item selection at the time of confirmation.

    Hi, please suggest how to maintain alternative items and also how to choose alt items at the time of confirmation of specific material.

    Hi,
    Alternative item has to be maintained in respective BOMs.
    Give the same item no in the BOM for the alternates.
    Double click on one of the alternate item, the header data for the item will appear.
    In the basic data Tab, enter the ALTITEM GRP value it can be any number or character.
    CLick on the arrow button that will appear after entering the alternate item.
    Give the Priority, Strategy & usage probability. BAsed on these values the alternate item is selected during BOM explosion.
    The alternate item group value should be same for both the alternate items.
    For further details refer
    [Alternate Item|http://help.sap.com/saphelp_47x200/helpdata/en/f4/7d2ba044af11d182b40000e829fbfe/frameset.htm]

  • When watching an item ending in ebay/firefox, the time remaining doesn't count down.

    When watching an item ending in ebay/firefox, the time remaining doesn't count down. However I'm sure it used too.

    Just an update... 
    I took my computer into the Apple Store and they gave me a new battery (again).  I also erased my hard drive and reinstalled Lion.  I am still having the same problem with my battery icon not counting down (when i have the power cord unplugged).  Another thing I may have not talked about is when I unplug my power adapter from my MacBook the screen used to dim slightly,  It no longer does that. Hmm.  And yes I have checked the power settings. 
    I am seeing a big difference in my new battery though.  The 6 month old battery I was using before my replacement wasn't lasting but maybe and hour before completely turning off my laptop.  SInce I got my replacement battery I am back to a regular battery life.  Maybe a couple issues going on here...
    As a fix, I purchased Battery Guard from the app store and placed the icon on my tool bar.  It actually counts down my battery life as a percentage.  So its a huge help.  I just don't know why the native Mac icon isn't working properly??  One thing I have noticed is the 3rd party app will only count down using a Percentage.  But, like the native Mac icon it will not count down using time.  Something else to add...  After using my battery, and I plug my MacBook back in, the battery icon will count up.  Kinda strange that it will count up but not down.
    Dstppy, any luck at the Apple Store?

Maybe you are looking for