Restriction  of Field Change in VL02N change(After PGI)

Hi Gurus
In outbound delivery we are using the following fields:-
1.     Means of Tr id:- LIKP-TRATY
2.     Means of Tr. Type:- LIKP-TRAID
3.     Shipping Conditions:- LIKP-VSART
4.     Special Procedure Indicator:- LIKP-SDABW
The same fields are being used in pricing conditions.
However, even after PGI is done the fields can be amended in delivery using VL02N. The system does not turns the fields grey even after PGI and fields are still amendable.
How to restrict the change.
Thanks.

Hi,
You can implement Badi LE_SHP_DELIVERY_PROC with following code in method CHANGE_FIELD_ATTRIBUTES
  data: ls_attrib  type  SHP_SCREEN_ATTRIBUTES.
  ls_attrib-NAME = 'LIKP-TRAID'.
  ls_attrib-INPUT = 0.
  append ls_attrib to CT_FIELD_ATTRIBUTES.
  ls_attrib-NAME = 'LIKP-TRATY'.
  ls_attrib-INPUT = 0.
  append ls_attrib to CT_FIELD_ATTRIBUTES.
  ls_attrib-NAME = 'LIKP-VSART'.
  ls_attrib-INPUT = 0.
  append ls_attrib to CT_FIELD_ATTRIBUTES.
  ls_attrib-NAME = 'LIKP-SDABW'.
  ls_attrib-INPUT = 0.
  append ls_attrib to CT_FIELD_ATTRIBUTES.

Similar Messages

  • Not allowing changes to payment terms after the AR document is released to accounting

    Hi,
    Anyone know the best way to not allow a user to change the payment terms after the AR document has been created in AR? This is affecting aging because users are changing the payment terms without permission. What is the best way to control that?
    Thank you.
    AK

    Hi A K
    Frequent change in payment terms is something business should introspect. Payment term is decided and agreed upon with customer/vendor during the initial stages.
    However from IT perspective, it can be controlled keeping some system controls.
    1. Limit the Customer master change transaction to very limited users or to a manager. There should be internal approvals by management for business to make a change. Bring this into force.
    2. Regularly run the customer master change reports and provide the trend to management to restrict or limit the changes.
    3. Use Change Message control for master data by providing necessary warnings or error messages when master data is changed.
    4. In  the sales order level, there is every possibility to change the payment term. Based on the user authorization get the payment term field greyed out and provide change access to accounting or to a specific user upon approvals. This is a bit complex process but I feel this brings up controls and stops the process from exploitation.
    5. Also activate 'Sensitive fields' KNB1-ZTERM for payment term field in customer master. This brings up another layer of confirmation of change by other users.
    6. Another back route, not recommended in all cases, is to subsititute the required payment term during accounting document posting.
    Hope it helps.
    Thanks,
    Sekhar

  • In Pages 5.1 how do I change the default spacing after a paragraph? I used to be able to do this with the inspector. I no longer see the option.

    In pages 5.1 I was wondering how to change the line spacing after a paragraph.

    This is from the online Pages Help . You have the option to the Help in your Pages Help menu
    Adjust line spacing
    You can adjust the spacing between lines in a paragraph, and change the amount of space before or after a paragraph.
    Click in the paragraph whose spacing you want to change, or select one or more paragraphs.
    In the Text pane of the Format inspector, click Style.
    Click the disclosure triangle next to Spacing, then choose an option from the pop-up menu:
    Lines: Choose when the distance between ascenders (parts of letters that extend to the top of the line) and descenders (parts of letters that extend below the line) should stay the same. The space between lines is proportional to the font size.
    At least: Choose when the distance between lines should remain fixed (but not to overlap if the text gets large).The distance from one line to the next will never be less than the value you set, but it may be larger for larger fonts to prevent overlapping text lines.
    Exactly: The distance between the baselines.
    Between: The value you set increases the space between the lines, instead of increasing the height of the lines. By contrast, double-spacing doubles the height of each line.
    Click the arrows next to the spacing field to set the amount of space for the option you chose.
    To adjust the amount of space before and after the selected paragraph, click the arrows for Before Paragraph and After Paragraph

  • Delivery document change after PGI ?

    Hi All,
    Is any way can I change the value of the field of "Ext.delivery" in delivery document(Header-->Administration) after PGI and billing process. And the most important thing I have to mention: it was closed in previous period. Somebody can help on this issue would be appreciated.
    Thanks.
    mlai

    Hi,
    You can use the user exit MV45AFZ1 sub routine FORM USEREXIT_SAVE_DOCUMENT.
    Here write a small piece of code.
    if LIKP-LIFEX eq '' .
    Message'External Delivery Number is not Maintained' type 'E' .
    endif .
    I hope this will help you to validate before save the document.
    Regards,
    Murali

  • Email and telephone fields in the BAPI change and display in VA13

    Hi All ,
    1, I need to change the email and telephone fields in the BAPI_SALESORDER_CHANGE , but after i give the inputs its not getting updated in VA13.
    2, I am working with FPM screens , in that i have some value in email field in partner details in Va13 , but its not getting displayed in my FPM screen , iam using bapi BAPISDORDER_GETDETAILEDLIST for displaying .
    I have given the link to the partner and address table for change like addr_link and addr_number , still i couldn't change the email values in VA13.
    Please share your ideas!
    Thanks,
    Pradeep.

    Joecui,
    you have to change the standard fm.
    why cant you fill communication infotype with required details so that you dont need to change any code
    Thanks
    Bala Duvvuri

  • How to restrict the user from making any changes in Sales order- item level

    Hi to all
    How to restrict the users from making any changes in sales order at item level if the same sales order is released by senior user through status profile.
    Regards
    Anish Parikh
    Edited by: anish parikh on Jan 24, 2008 5:16 AM

    Hi Anish,
    This can be achieved through the roles and authorization.
    This can be done through the basis team. they can create user profiles and roles.
    For the roles they assign some transaction codes so that they can view the only assigned tr. codes.
    Like that ur requirement can be done.
    Also u can prevent the user to change any fields in the sales order screen (VA02). for that please modify the authorisations.
    Hope i answers.
    Reward points if useful.
    Edited by: kaleeswaran bhoopathy on Jan 24, 2008 9:57 AM

  • Changes in PR even after release

    Dear Gurus
    In purchase Requisition change (ME52N) it is allowing to change PR Quantity and Price even after released from the higher authorities.
    What Configuration has to be done so that After release of PO system should not allow to do any changes in Purchase requisition.
    Where as the purchase requisiotn changes has to be done only after the higher authority asks to make changes i.e the higher authorities has sent for revision.
    Also plz let me know how can the higher authority set the purchase req for Changes in SAP (Any configuration has to be done for that).
    Or any customizing settings required.
    If the Changes is done in PR then again release strategy should be applicable.
    Please guide me.
    Regards
    shailesh

    Hi SHailesh,
    In your release procedure for PR's. For the release indicator, in the field changebill enter
    Options:
    1 - Cannot be changed (no changes possible)
    4 - Changeable, but new release in case of value change or strategy change
    The above will resolve your issue.
    if helpful award points
    Regards,
    Vivek

  • PO change output not triggered after deletion of line item

    Hello SAP experts,
    I have one issue with PO output
    I have created PO with output type & we are outputing through ME9F( 3- Send with application own transaction)
    Below is the sequence,
    1.PO created & outputed thru ME9F
    2.Now ,i added the line item in the PO,Output triggred but not processed.
    3.I deleted the line item immedietely,Output not triggered.
    (My question is Why the output is not tiggered?)
    4.I outputed it through ME9F,vendor will receive only 1st output & never get the 2nd o/p for the deletion of item.
    I am clear that after processsing the 1st output,then only i can process the 2nd.
    But in business point of view,this scene created the problem.
    Please provide your valuable input.

    Hi,
    In IMG - Materials Management- Purchasing-Messages - Fields relevant to Print out of changes
    Enter Table EKPO , Reference Field LOEKZ, tick on change print relevant for purchase order,in routine enter 03.
    Now your Output will be triggered with a change indicator and you can process it using ME9F.
    Regards
    Chandra Shekhar

  • Cost Center field in ME55 Report (Change Layout)

    Hi all,
    In ME55 (Collective Release for PReq) Cost Center is available as one of the "Selection fields", but it's (Cost Center field) NOT available in Change Layout Function (after you execute the report).
    The requirement is the user want to see the Cost Center field in the ME55 report layout instead of having to drill down to each PR to see the Cost Center assigned to the PR Account Assignment.
    Since Cost Center field in NOT available in the Change Layout function of ME55, How do I add it to the layout? Do I need enhancement? If so what do i need to do?
    Thanks in advance

    Hai,
    Please copy the RM06BF00 into zRM06BF00 & take help of your software engineer/abaper for modification of this program for adding cost center in the output.
    With Regards,
    Jaheer.

  • Changes in BW Extractors after upgrade (R3 to ECC)

    Hi,
    My client is upgrading from R3 4.6c to ECC 6. I want to know what are all the changes in BW extractors in ECC. This will help me understand if our current applcations will be impacted due to these changes. Also, we will know what are the changes we have to make in BW after the upgrade to ECC.
    Also, please mention where I can get the list of BW extractors for a given plug-In.
    Thanks
    Rekha

    Hi Rekha,
    We are currently doing the R/3 upgrade from 4.6 to ECC 6.0 and I found that there is no significant impact on the extractors. Currently we found that "Assignment" field format has been changed in BSEG table but that field is not getting used in our reports.
    In our system we don't have much LO extraction, so I don't know if there is any changes on that front.
    You can refer the below thread for more information,
    [Upgrade R/3 (4.6C > ECC 6.0): Impact BW (3.5);
    Regards,
    Durgesh.

  • How to block changes in purchase order after purchase release

    Dear all
    Can u please tell us how to block any changes in purchase order after purchase order is released...
    (We don't want any line items addition or quantity addition or any changes once purchase order is released..)We wanted this for a particular purchase order type only
    Regards
    Sudha

    Dear Sudha
    Yes it is possible to confiquire your system insuch a way where once if the PO  gets final relase then it cannot be changed.Only possiblity that will be available for the user to make chanegs in PO is possible when the final release is to be reset and then make the changes.
    Release Indicator: specicfies whether the PO documents is blocked or can be processed for the follow functions.
    You can define the release indicators you need for your release procedure:
    •The Released indicator is used to specify whether messages (PO documents in output format) may be transmitted for a purchase order with this indicator.
    •The Changeability indicator shows the effect of changes to the PO (a change to a PO may require a new release strategy to be determined, for instance).
    •By means of the Value change indicator, you can specify that the release strategy is to be re-started if a PO is changed and the value of a PO item thereby increases by a certain percentage (e.g. 10%). Set the Changeability indicator to "4 - Changeable, new release in case of new strategy or value change" or "6 - Changeable, new release in case of new strategy or value change/outputted" and enter a percentage in the Value change field.
    And after that you can specify release statuese where you can specify which release indicator/status a PO is to have after having been released via a certain release code.
    and after release simulation .
    Test for the PO change after final release System will not allow you tomake changes by giving the message that the release  indicator doesnot allow you make the changes in PO.
    Regards
    Sunny

  • New field in ME22n - Fast change option

    Hi Experts,
    I have a requirment to add new field (SLFDT - Statistical delivery date)  in ME22N fast change option.Since the customer don't want to change the standard structures ,I have created append structure for MEPOITEM and MEGUI_MASSCH_ALLOWED_FIELDS. But the new field doen't display in the output, even it doesn't come in debugging mode.
    I have added this field in debugging mode in both structures , at that time this field displays in fast change list.Kindly suggest me on this.
    Also I am not able to find any relevent sap note for this scenario.
    Regards,
    Sreeja

    Hello ,
    Good News on fast change layout .
    i am able to add new fields on the layout and working .
    we have to append structure with new fields in MEGUI_MASSCH_ALLOWED_FIELDS and MEPOITEM.
    after that we have to reset the buffer .
    regards,
    Reddy

  • Disable certain changes in sales order after production order release

    We are in the MTO scenario and are also using variant configuration. The business requirement is that after a production order has been released (REL status) the preceding sales order item should be “locked” for certain changes. Such changes would include VC and some other fields (e.g. quantity and dates). Some minor changes like texts should still be allowed.
    The best idea we could come up with is to put some validation in the sales order user exits, but there are some disadvantages. It seems kind of strange though that there would be no such functionality in standard SAP (e.g. some changes in the order can’t be made after a delivery has been created). Is there by chance anything in the configuration that we missed?
    I found this old thread, but it still seems to require user exits. Unfortunately couldn't find anything specifically on the production order / SO integration.
    Thank you!

    Hi Jelena,
    Try in the userexit MV45AFZZ
      (form userexit_field_modification)
    Example:
    select * from afpo where kdauf = vbap-vbeln
    and   kdpos = vbap-posnr.        
    if sy-subrc = 0.
    select single * from aufk where aufnr = afpo-aufnr.
    if aufk-loekz = ' '.                                 
    select single * from jest where objnr = aufk-objnr
    and   stat  = 'I0002''   
    and   inact = ' '.
    if sy-subrc = 0.
    screen-input = 0'.
    endif.
    endif
    endif.
    endselect.
    .H.Terras

  • I  wants to change the quantity in billing after PGI? plz cive me idea

    i wants to change the quantity in billing doc after pgi
    plz
    give me the ans

    Hi
    Maha Lingam
    No u can not change qty. in billing once PGI is done. If u want to change the qty then U have to reverse the PGI Tcode VL09 and after that u can change qty in Delivery Tcode VL02N and again u have to do PGI.
    Thx.

  • Control PO field one user can change

    Hello,
    We are implementing SRM 7 with ECS.
    We want to restrict fields a user can change in a Purchase order. How can we achieve that? For instance we do not want the user to be able to change cost assignment.
    Thanks in advance.

    The visibility and editability are controlled by IMG in SRM 7. In SPRO,
    SRM server >> Cross application basic settings >> Extensions and field controls >> Configure field control >> Configure controls for fields of substructure
    There you can hide or make accounting information display only.

Maybe you are looking for

  • Windows 8.1 won't load on my i mac

    Hi all i need to run a electrical test cert program on my Mac that requires windows, i have just purchased a new copy of windows 8.1 but my superdrive does not seem to recognise  either the 32 or 64bit CD disk via bootcamp, i also purchased a program

  • Quick selection tool only wants to make angular selections

    I'm using PS CC on a Mac, OS 10.9.4 . My quick selection tool suddenly decided to be heavily biased towards making angular selections. It REALLY does not want to follow curves.  I have restarted the computer and checked that the brush size and other

  • Video Gallery, How to Stop overlapping streams when user navigates to next item? Bug or syntax?

    My NASA Multimedia News App is exhibiting behavior that I would very much like to change. The app is in the store at http://apps.microsoft.com/windows/en-us/app/nasa-multimedia-news/7e74f3fb-b550-4ac6-b437-388f034ee6df If you look at one of the three

  • Mapping file extension to content type

    After installing "The Unarchiver" from AppStore, all files with file extension ".000", ".001", ".002",... are recoginzed as RAR archives and their icons and meta data (KMDItemContentType and kMDItemContentTypeTree) is changed to include "com.rarlab.r

  • File missing on os x Pages

    This morning I was working on my iPad and created a new file in Pages.  When I came home this afternoon, I went to edit it on my Mac, but it wasn't there.  At first I assumed it somehow hadn't gotten to iCloud (yesterday's files were there) so I open