Avoid users can change Short Text of Material Id in Purchase Requisitions

Hi
We have a problem with purchase requisitions.
Users create a purchase requisition. In the field material,   type the ID of the Material but then, change the description in Short Text, for example Material 1000 is a Bearing, and the user can change this description for  Nut for example, causing problems and confusion in the following steps.
We want that if the user use Material ID can´t change the Short Text
Thank You  very much
Sergio

Hi,
You can control this via tcode OLME. go to Purchase Requisitions and then 'Define Screen Layout at Document Level'.  Select appropriate field selection key (NBB if using standard one), go to basic data, item and maintain required settings.

Similar Messages

  • Enter short text error when creating a purchase requisition using ME51

    Hello
    I would be grateful if someone can help. I am currently trying to raise a purchase req using ME51. The purchase req is for one item so i enter details of this item on line 1. However when i try to save the purchase req i get an error message stating "enter short text"  on line 3 and it does not let me continue. Line 3 however does not contain any item information so i dont understand why i am getting this error message.
    Another user created the same purchase req and it worked fine for them so i am not sure why i am getting this message.
    I  would be grateful if you can please help.
    Thank you
    Regards
    Bindi

    Syed
    I  have tried logging off and logging back in and still having this issue.
    Jurgen
    No im only having this problem in a ME51 creating purchase requisitions and not in a CATT or any batch input recording
    Regards
    Bindi

  • Short text in material master

    Hello,
    When I enter a material in the sales order it throws the following error:
    Material ABCD is not defined for sales org XXXX, dist ch. YY, language EN
    Please check whether
    A short text with the appropriate language exists in the material master record (a short text must be available in the language of either the customer or the sales org)
    I have entered the correct material and have maintained the material in the correct sales org, dist. ch.  The problem is due to this short text in material master.
    The question is where is this short text in the material master?
    Thanks,
    Shankar

    Dear Shankar,
    Please go to MM02 transaction enetr your material number then select the Basic data 1 view go in to that from here you click on Additional data  Tab or Cntrl+F6 here you can maintaion the Language for that material under Discriptions tab.
    Once again the check the material master is maintainig for sales org XXXX, dist ch. YY or not.
    I hope it will help you,
    Regards,
    Murali.

  • Where we can find Short Text data type attachment

    Hi,
    file type attachements are store in fnd_lob.
    Where we can find Short Text data type attachment in oracle apps.
    Regards

    Hi,
    You can find short text data type attachments in FND_DOCUMENTS_SHORT_TEXT table.
    Please also refer link:
    Oracle Apps Gurus: Attachments in Oracle
    Attachments in Oracle Applications
    Hope this helps!!!
    Best Regards,

  • Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Is there a way the user can change the equation in the formular node from the front panel on the fly, dynamically?

    Sorry, I don't think so. That would be pretty cool if you could create a property node for a formula node and then enter a formula on the front panel and use it to update the formula. But you can't create a property node for a formula node and the only way of modifying the formula is by typing it into the formula node on the diagram. And you can't modify a diagram of a running VI.
    You could create a VI which is only a formula node with the maximum number of inputs and outputs you expect. Have a button on the calling VI to Edit Formula. When the button is pressed, use a VI server to display the front panel on the formula VI, display a dialog box telling the user how to display the diagram of the formula VI, then stop the calling VI. (You can't edit a sub-VI while t
    he calling VI is running). The user will then need to rerun the calling VI to use the new formula.
    You might be able to do something by calling MatLab or something like that to get an interactive formula window.

  • 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.

  • Disable that user can change windows clock

    hello,
    does anyone know a method to disable that the user can
    change the time of the windows clock.
    I can change this setting with gpedit.msc
    We want to distribute this setting with zenworks.
    Snapshot do not work and in the C1 User Package -> User
    Extensible Policies or Windows Grouppolicy i can find
    a setting.
    Best Regards
    Timo Kratzsch

    Here is very simple solution
    zenworks Userpackage
    Add Action
    rename c:\winnt\system32\timedate.cpl timedate.cpl.old
    Timo
    > This might do it in a GroupPolicy
    > Administrative Templates\Start Menu and Taskbar
    > Remove access to the context menus for the taskbar
    >
    > Otherwise, I don't know.
    >
    > --
    > Jared
    > Novell Support Forums SysOp
    > Systems Analyst with Data Technique, INC.
    >
    > It's not who you are, but what you are.!
    > Using XanaNews 1.16.5.2
    >
    > Novell eDirectory Services 1.6 Billion users worldwide
    > 81% 0f Fortune 500 use Novell's eDirectory
    > Novell Desktop Management 40 Million users worldwide

  • Command #user can change there own password (inside script..without passwd)

    HI,
    I have prepared one script, from which user can change there own password across all the nodes he wants.But problem is script is not working because the following command is not working
    echo -e "$oldPassword\n$newPassword" | passwd
    i have tried to run it manually but it is showing the folowing error....
    [testuser@xxxxxx01 ~]$ echo -e test\ntest123|passwd
    Changing password for user testuser.
    Changing password for testuser
    (current) UNIX password: passwd: Authentication token manipulation error
    [testuser@xxxxxxx01 ~]$
    any idea how to resolve this , or is there any other command where user can change their own password (inside a script).
    Regards,
    Ani

    When you change the password and are not root user, the passwd utility will ask for the current (old) password. You have specified a wrong old password, plus the utility will ask for confirmation of the new password.
    <pre>
    $ passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: asdfasdf
    passwd: Authentication token manipulation error
    $ passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: correct_password
    New password: How_will_1_ever_remember
    Retype new password: How_will_1_ever_remember
    passwd: all authentication tokens updated successfully.
    $ old_pwd='How_will_1_ever_remember'
    $ new_pwd='My_secret_passord_1'
    $ echo -e "$old_pwd\n$new_pwd\n$new_pwd" | passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: New password: Retype new password: passwd: all authentication tokens updated successfully.
    </pre>
    Edited by: Dude on Sep 25, 2012 4:36 PM

  • İs the information true, that ipad 3 user can change their ipad 3 vs. an ipad 4, if they bought the ipad 3 within 30 days ago??

    İs the information true, that ipad 3 user can change their ipad 3 vs. an ipad 4, if they bought the ipad 3 within 30 days ago??

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    I know of no anouncement from Apple. It is reported by cnet that one Apple Store in San Francisco said that was their policy. You should call the Apple Store in question to confirm that it will also follow that as a policy.

  • Text linkages from material master to purchase requisition

    I already set the text linkage between basic data text in material master with item text in PR. I left fix indicator blank since I want the text to be adopted automatically.
    I run MRP and create planned orders. Then I convert planned order to purchase requisition. Material master basic data text is not shown in purchase requisition. I tested using N and * and they both show. With N it shows (reading from material master) and I accnot modify it. With * it shows but I have to adopted to actually store the text as part of this document. With blank is not working. We want the text from material master to be automatically adopted in PR without manual intervention as with *.
    Thanks and regards, Jose Oyon.

    Hi
    If got ur query correctly : you want to make short text field in Preq as Display.
    If yes then go to Tcode OLME (or SPRO) -> Purchase requistion->Define Screen layout at doc level->select ME51N--->double click basic data, item and make short text filed as display.
    regards
    rahul.

  • How can I avoid the modification of short text of a Material ?

    Hello Experts, I want to prevent the situation in which the user choose a Material number when creates a Purchase Requisition (ME51N) and the system uses the Material Master description. But before save this document, the user change the short text of the material. This cause a lot of confusion on purchasing department. I would like to have this field as only display screen layout, but the issue here is that we need to procure another materials without material master number.
    Any Suggestions?

    Hi,
    You can use Version Management for Purchase Requisitions to avoid Changes.
    You can set the fields for Version Managemnt. Such that if any user changes the relevent field it will ask reason for change and Modifier.
    There is one more option called Copying rules for Purchase orders. Plz have a look in it.
    Reg,
    Ashok
    Rewards welcome.

  • Risks/Consequences Associated with changing short text in BS22

    Hi,
    I need to change the short text of some status of the TJ02T table  (i.e. I need to change the short description of status I0098 from CRT to CREA).
    Someone can tell me if there are risks or contraindications associated with this change in BS22?
    Thanks
    Elisa

    Elisa
    In my ECC6 system I0098 is already CRTE...
    My personal opinion is that this is a user-training issue and BS22 should stay standard..
    There is a user-exit which manipulates the text on the status in an object (order, notif, etc) without changing BS22.
    PeteA

  • GPO Applied but User Can Change The Settings

    I have a 2008 R2 domain. I have a GPO with computer configuration settings linked to OU containing computers only. Users are placed in a separate OU with no GPO is linked.
    Now at the clients I see the GPO policies (such as wsus, snmp settings) getting applied normally but when I log-in to these systems as domain admin I can change these settings. How can I prevent these settings from getting changed at local level?

    Hi,
    Yes, you are right. When you log in as the domain admin, the group policy settings pushed from Domain GPO is visible on the local system, if you configure them correctly.
    If you have any other questions, feel free to post us.
    Best Regards,
    Elaine
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Limit the ce headers.control_total_dr/cr only several users can change it

    1.CE --Bank statements and reconciliations :
    2.we want control the receipts amount and payment amount only can change by several persons.
    3.help->Diagnostics->custom code->personalize
    4.How we set the property?

    Apologies for that missing link re 64 bit doc. The link is here:
    Deinstallation ob CR 10 x86 on Windows Webserver 2008 fails
    Look for my post from Apr 14, 2009 8:37 AM.
    I realize I'm actually asking several questions here, but ultimately I'm trying to figure out whetheror not my software will ever work with a 64-bit OS, or if I'm going to need some extreme measure like installing Virtual PC and a 32-bit OS under the main system.
    CR 2008 will work only in a 32 bit app, thus only connecting to 32 bit datasources only. E.g.; if your app is 64 bit and your datasource client is 64 bit, CR 2008 will not work in that environment. Only CR 10.2 and CR 10.5 should work in a 64 bit app connecting to a 64 bit database client.
    Ludek

  • Can we bring MAP of Material Master for Purchasing price.

    Dear All,
    Can any body suggest , how to get the MAP of Material Master in Purchase Oder in PBXX or PB00 or any other condition type.
    Our Business requirement is very dynamic and requires MAP of Material master price rather PIR to avoid master data maintainance.
    Thanks & Regards
    Sudhansu

    hi..
    go to m/06 and open ur condition type...
    then..in condition category tab choose "t" i.e. Moving average price.
    try it out..
    hope it works..
    thnks..

Maybe you are looking for

  • CRM 7.0 installation failed on Windows 2008 R2  SQL Server 2008 SP1

    Hello I'm currently trying to install CRM 7.0 on a windows 2008 R2 (64B) plateform  with SQL Server 2008 SP1 as database engine while launching sapinst.exe i'm facing this issue  that i cannot get rid of it  Could someone Help , would really be appre

  • Material cost updating in COPA at the time of Billing and Delivery 2 Time.

    Hi All I had created sales order( MTO). Sales Order No 61224069 u2013 50 Sales Order line item 40 created > PR & PO created (MD02) > MIGO > Delivery of Order (VL01N) > Settlement (VA88) >Billing( VF01) > Settlement (VA88). I have two COPA Document an

  • Running networking in background

    Hi, I've been working on a school project that needs networking, its a basic cafeteria program, where you can order from client pc's and your order is sent to the server where employees would see it. I'm having trouble making the server loop so that

  • How can I create this order form in Muse:

    I went to Adobe Webiste under Muse I found this webiste. I was wondering how they created the payment method? Here is the link:     http://raglitmag.bigcartel.com/ Thanks, Joe

  • I need a phone number to ring for help

    I been a phone number to ring for help to got started with my new iPad thanks