Set PR field in PO entry screen as requird field

Hi,
I trying to set the PR field in PO entry screen as requird feild, but it's not working. I try to set to display only, it's working. Anyone can help me on this?
Thanks!
Regards,
Anson

hi,
u cant do the same through field selection option.
either u have to go to user exit/ badi or use para meter value for each user id.
go to su01, in the parameter tab mention
EFB     Function Authorization: Purchase Order
attach the same is spro-mm-purchasing-environment data-default values for buyer

Similar Messages

  • Adding text field to Fast entry screen transaction F-26

    We need to add a text field in the GL account for payments e.g. 572000, when we are using transaction f-26.
    We manage to add this field to the screen variant SAP01,copyinng this varaiant into a new one called ZSAP1 but it gives as an error. For doing so we have had to delete some fields from the variant .
    At this moment we do not get this error but the field doesn't appear.
    We cannot use variant SAP02 cause this has 2 screens and we would have to reprogram the interfase program we are using to feed this aplication.
    Can you help us?
    Thank you

    HI
    You can reduce the width of each field and accomodate the text field in the variant.
    Wish you happy new year.
    Dont forget the award points

  • How do you auto-populate a text field based on entries in other text fields?

    I would like to be able to have a text field that populates as "Complete" or "Incomplete" based on whether all the mandatory text fields have been filled out or not.
    For example, if the "First Name," "Last Name," and "City" text fields are not filled out, the "completion status" text field will show "Incomplete" and once they are filled out, the "completion status" text field will turn into "Complete."
    How would I do this using javascript? I've searched the web for a tutorial, but most of the results seem to be dropdown-centric.
    Please point me in the right direction!

    Try the script below. I put this on the calculate event for Field1
    if(FirstName.rawValue == null || LastName.rawValue == null || City.rawValue == null){
    Field1.rawValue = "Incomplete"
    else
    Field1.rawValue = "Complete"

  • Handling error in data entry screen

    Dear experts,
    I developed a module pool program which is an entry screen capturing some fields such as matnr,lifnr.
    Incase there is a failure to store data on to mseg table  using BAPI for movement, i have set a
    custom message by using the command as given below :
    message id 'ZMB' type 'E' number '002' with  errmsg-message.
    But when this statement executes ,everything turns grey and user is not able to edit the wrong entry done.
    How should i resolve this in way user cannot specify wrong entry and at the same time be able to correct his mistakes.

    Hi,
    To solve this problem, you have to use the concept of:-
    CHAIN.
      FIELD : <field_name1>,
              <field_name2>,
              <field_name3>,
              <...and so on>.
        MODULE <module_name>.
    ENDCHAIN.
    Now when any error message is encountered then the group of fields between the chain-endchain block, are enabled to user (not greyed out). User can now change the enteries in the field.
    Use the module <module_name> to write the code initially written in your module.
    Revert in case of any queries.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • How to include Profit Centre in the entry screen of F-57

    In F-57 transaction, is there any way to include the "Profit Centre" field in the entry screen, so that we can assign a Profit centre during creation of every noted item

    Hi,
    No, for noted items profit centre is irrelevant.
    Regards,
    Eli

  • LEdger selection in document Entry screen

    Hi,
    I have activated multiple ledgers, now in the entry screen I want to select the non Leading ledger for posting.I'm not able to select ledger in the document entry screen.
    PL. tell me how to activate this field in the entry screen.
    doing this on ECC6.0
    points would be awarded.
    thanks in advance.
    ciao
    ramp

    Hi,
    In parallel ledger concept, if you want to post the entries in particular ledger group separate transaction codes are there
    FB50L and FB01L
    here you can see the option "Ledger Grp"
    if you post it in leading ledger it update the all ledger based on your accounting rule, if you have posted in non leding ledger it update the particular non leading ledger.
    if you want to more about this log on to the following link.
    http://help.sap.com/saphelp_erp2005vp/helpdata/EN/2d/830e405c538f5ce10000000a155106/frameset.htm
    assign points if its useful

  • XRPM Resource management fast entry screen

    When I user the staffing in resource management, I can see the project for which I have been assigned as resource manager and also resources in my pool. But the entry screens are non editable. Is there any setting to make this fast entry screen editable
    Thanks

    Hi,
    Please check whether you have the resources in the Staffing filed or not.
    I would suggest if you can have it after the Cache clearance once, if you are checking the above functionality immediately after creating the resources.
    As you said you have the Project manager and other resources as viewable, please also check their availability maintained during the period.
    Hope it will solve your query.
    Regards,
    Nishit

  • Special Gl indicater in Fast entry screen

    Hi experts,
    Is it possible to add the Special gl indicater field in Fast entry screen in O7E6, i have already checked in the Possible Fields, spl. gl is not available.
    so please guide me how to add the field in possible fields(with technical names)
    I want to pass the customers related entries through fast entry screen
    regards
    sai krishna

    In the standard layout fields, it is not available.

  • Possibele entries are not populating for the fields on the selection screen

    Hi,
    Possible entries are not populating for the fields on the selection screen for the query.But its working fine in Development and Quality Systems.
    Can any body help me out
    Regards,
    Amit.

    Hi,
    In the Selection screen,go to Settings->Value Restrictions tab->Read Mode Settings->Custom radio button and select the options Values in Master Data or Only Values in InfoProv or Only Posted values for navigation.
    After this setting,check whether you are getting the data or not.
    Rgds,
    Murali

  • Custom field in Basic data screen of invoice entry screen

    hello,
    I want to add custom fields in basic data screen of Invoice entry in SRM 5.0.
    As invoice Entry screen is divided into three parts:
    1. Basic data Screen
    2. Header data screen
    3. Item data screen
    Now according to OSS Note number 672960 we are able to add Custom fields in the header as well as item data screen of invoice entry without any difficulty.
    but our requirement is to add custom fields in the basic data screen.
    Is there way available to add custom fields in the basic data screen.
    Thanks
    Sarabjeet

    hi
    check this spro path
    Financial Accounting (New) --> Travel Management --> Business Add-Ins and User Exits in Travel Management --> Entry --> Screen Modifications: Adjustment of "User Data" Screen

  • How to add the field sapcomponent in fast entry screen

    Hi ,
    This is reg the support message which is created using crmd_order.
    I have a requirement in which the field  sapcomponent in the transaction tab which
    has to be placed in the fast entry tab also.On populating this in the fast entry screen the same value
    should also be populated in the transaction tab.
    Guide on how to create the field in the fast entry screen and how to link it with the transaction tab.
    Step by step procudure to achieve this is appreciated.
    Regards,
    srikanth.

    Hi Ana,
    Greetings and Good Morning.
    We are currently going through the implementation of electronic nota fiscal in R/3 and have already implemented the old data sources and BCT for the same. Do you have any idea for enhancing the new data structures. Looks like you have gone through this recently.
    Do you have a new BCT available for the same.
    Kindly send me some info.
    Thanks
    regards
    MS

  • Adding one screen field for service entry sheet

    Hi every body,
    Generally we doing service entry in ML81N and we select cost element and cost centre and we want link one field for order on screen , it is possible , if yes then  how we can do..
    Thanks in Advance,
    Dharmveer

    Hi Dharmveer,
    It sounds like your SES has account assigment (AA) category which requires cost element (G/L account) and a cost centre (K?) Can you consider using another AA category allowing also entry of order, e.g. X? Or modify your usual AA category in trs OME9 to also accept order.
    BR
    Raf

  • How to set a value to a disabled field in an B1 screen ?

    Hi,
    Can anyone tell me how to set a value to a disabled field in an existing screen.
    For example , I want to set a value to the Paid/Credited field in the Sales - A/R Invoice screen, which is a disabled field.
    I tried setting the field as enabled but it throws an error.
    Thanks in advance
    Mina

    It depends on the business process required for generating the invoice.  (What is this process just now?)
    I can think on quite a few ideas, but can't be sure if any of them will match your specific requirements.  I'll list a few here and see if any of them might work, or at least generate some new ideas for you. (Unfortunately you can't change an existing payment object to add an invoice to it at a later date, nor is the reconciliation process exposed through the SDK.  This limits your options a bit.)
    1) Is there a need for a separate delivery and invoice?  Would skipping the delivery process and using the standard Invoice + Payment screen work for you?  Stock would be issued, invoice created and payment matched directly to invoice without any work.
    2) This might apply if the invoice is simply a one for one match with the delivery.  Rather than just generate a payment in the delivery screen, generate the invoice and a payment at the same time.  The standard invoice screen will then show it as paid.  You can control the dates on the invoice raised through DI code.
    3) Where do you write the Paid Amount to?  How is it not available in the invoice screen?  Put it somewhere accessible and write it to the user field.
    John.

  • Add new field "XREF3" in FB50 layout (entry screen)

    Hi Friends,
    I have a customer requirement that, they want field XREF3 (Reference key for line item) to be available in FB50 transaction entry screen.
    Can you please explain me what are the ways to get the field added in this enjoy transaction FB50 entry screen.
    Thanks in advance.
    Chandu

    As the three fields XREF1/2/3 are already included in structure ACGL_ITEM as SAP standard fields, you should follow carefully the instructions of the note 174413.
    which states as follows..
    To include customer-specific fields, proceed as follows.
    1.  Include structure CI_COBL, which contains the customer fields, as an
         Include in structure ACGL_ITEM.
         Attention: If you have maintained foreign key dependencies for your
         customer fields, then copy structure CI_COBL into structure CI_ACGL
         and include it in structure ACGL_ITEM instead of structure CI_COBL.
         Adjust the foreign key checks in structure CI_ACGL so that you ony
         use fields of structure ACGL_ITEM as foreign key fields.
    2.  Place the customer fields on screen SAPLFSKB 0100 (Transaction
         SE51).
    3.  Enter '001' in Mod. group 4 for the added customer fields in the
                                                                       Page 2
         element list of the screen, and in Mod. group 1 fill the value from
         TCOBF-GROUP1 of the respective field.
    4.  Transfer the fields to the flow logic of this screen. For every
         field, insert a FIELD statement between each of the two
         CHAIN/ENDCHAIN statements.
    5.  In routine MOVE_ACGL_ITEM in Include LFSKBF01, insert a statement
         such as ACGL_ITEM-ZFIELD = *ACGL_ITEM-ZFIELD for every customer
         field (example ZFIELD).
    6.  Generate or activate all objects.
    7.  To take the new fields in the entry variants into account, choose
         'Create entry variant' via the menu. You can then take the customer
         fields into account when creating the new entry variant.
    To include SAP standard fields that exist in structure ACGL_ITEM,
    Regards
    Siva

  • How to add a new filed of Personnel number in FB60 data entry screen

    Hello SAP Gurus,
    We want to have a field to populate the Personnel number in all of the posting document entries via FB60. Besides the existing fields such as the "Doc.header text", "reference", "short text", "text" and "assignment" fields etc, are there any other fields that can be used to enter the Personnel number in the document entries? Maybe there're some fields are ready but the fields have been hidden on the data entry screen currently?
    Personnel number is there in the Vendor master data in CoCd data, Accounting Info.
    I checked the Field status group of the Vendor Recon A/c in OBC4 and made the personnel number as Optional from suppressed mode in FSG BS41 under Additional Account Assignment.
    After doing the above, I am still not able to see the personnel number filed in FB60.
    Am I missing anything else due to which I am not able to get the additional filed of personnel number in FB60 screen.
    Any help would be greatly appreciated.

    Hello Dear
    Look FB60 screen has two parts :
    The one in which you enter information related to vendor is Header Level, in this case you already assign Personnel No. in Vendor Master so no field is required as Personnel no. will be picked up from Vendor Master level.
    The Other is line item level is bottom half part, if you want to assign personnel no. at Expense G/L level then if you scroll right you will find a field for Personnel no. If you can't see the field check your setting at OBVV for the field status group you assign to particular Expense G/L.
    Hope you Understood
    Cheers
    IMK

Maybe you are looking for