Award amount field in Infotype 183 as display (Grey/Non-input) only field

Hello friends,
I want award amount field in infotype 183 (Award) as display (Grey/Non input) only field. I tried to do it throught txn user screen change but it is not working.
Pls suggest how to do it.
Thanks in advance
anand

Try  using IT Screen Control table T588M  with Module Pool MP018300  and check  the radio Button for the field  Amount as Output only .
If there is no entry for MP018300 in T588M , Create one .Hope this works for you.
Subhash

Similar Messages

  • Caption inconsistencies and timecode display is non-drop only?

    In QT 7 Pro, the time display has an option for "Timecode: Non-Drop-Frame". I'm pretty sure that I have tried multiple videos that are drop frame, but the only option in the display is non-drop.
    Also, a lot of caption files that I add seem to drift, and are late by about 2 seconds after 45 minutes of video. These same video/caption files line up perfectly in other systems.
    Just wondering if anyone can help me understand what might be happening.

    I am using the easy setup. FCP does differentiate between DF and NDF with the semi-colon and colon respectively. I have tried manually putting in a semi-colon, but it still makes it NDF. I currently log all of the clips. Then I control click on the media end time of each clip and it gives you an option to make it DF or NDF. But when I do this it changes the media out times due to the conversion. Also, if I go to batch capture my clips and I don't have a tape in my deck yet, I will receive a warning saying something like "You are about to capture drop frame media from a device currently detecting a non-drop frame media source." I don't get this warning if I already have the tape in because once the tape is in it sees it as DF.

  • How do you link a drop down box to display content in read only field?

    For starters, I am a super novice at javascript, and I'm being asked to make some huge forms.
    For this form, I need to figure out how to display a corresponding description that I have typed up when a certain product is chosen in the read-only description field. Not only this, but the price of the product needs to also show up in the read-only price section. There are five different products to choose from.
    This has to be some big coding. I just don't have any javascript knowledge and it really confuses the heck out of me. :c
    Any help would be amazing. I don't want to have to abandon this project.

    For a text value you have to use a custom JavasScript. Where you place it and the code will depend upon when you want the value of the text field to change and how you have populated your combo boxes.

  • Create New Field in infotype 0001

    Hi
    Can any body guide me how to create new field in Infotype 0001,
    i want to create  two new fields with six reasons in each new field
    Thanks

    Hi,
    his can be acheived through enhancement. Hope these link helps
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d526be575e11d189270000e8322f96/content.htm.
    General steps are
    Step 1
    Using transaction PM01 chose the 'Enhance Infotype tab' and press the create 'All' button.
    Step 2
    Enter the new fields you wish to add to the Infotype.
    Step 3
    Once saved and activated the new fields will appear in the Infotype screen and database table
    Edited by: Raghu C on Nov 4, 2009 6:15 AM

  • Read only field

    Hi friends,
    I have to make one field in the selection screen(report) as a read only field.  Can you suggest how to do it.
    regards,
    John

    Hi,
    You can refer to the following code:
    AT SELECTION-SCREEN OUTPUT.
    loop at screen.
      if screen-name eq 'PNPS$MSL'.
        screen-active = 0.
      endif.
      modify screen.
    endloop.
    Hope this helps.
    Reward if helpful.
    Regards,
    Sipra

  • Updation of 'Loan Amount Paid' in infotype 0045

    Hi experts,
    My requirement is to update value for 'Loan Amount Paid' field in infotype 0045 (PA30). In PA0045 table, i could not find this field. But when i see the technical characteristics of this field, it shows the reference structure as Q0045-PAYLO field.
    can anyone pls tell me how to update value for this field in infotype 0045?
    Thanks in Advance.
    Regards,
    Anita Vizhi Arasi B

    Hi anita,
    Did you read the help text before seeing the technical chracteristics?
    Loan Amount Paid
    Displays the total of loan payments paid to the employee up until now.
    Use
    This field only serves for display purposes. You cannot make any entries.
    Regards,
    Sumit Nene

  • Number/ unit field in infotype 0015

    Hi Experts,
    There is a number/unit field in infotype 0015. What is the exact use of this field? Can we make payments by this field? Like if i want to pay an employee 2days extra Basic salary due to some reason, then how shd i configure my wage type so that system automatically calculate the amount by entering the number/ unit field.
    plz help
    regards
    Kunal

    If i enter some number/unit, then how the system will calculate the amount for that.
    Like if i want to pay an employee 1day extra salary due to some reason and i want to pay this through the Ex-gratia wage type, shd i just enter the number=1 and unit =days??
    System is not paying anything for this values.
    plz help
    regards
    kunal

  • Approver name as changed field in infotype instead of WF-BATCH

    HI Experts,
    I am working scenirio webdynpro with workflow. When user submits the reocrd  from webdynpro screen it should be stored in custom infotype. Creating record process should be done through workflow backgroud step.
    In above scenirio ,Changed By filed in infotype  as WF-BATCH. But i need to display user name in that field.
    Please refer below image FYI.
    Thanks in advance

    Thanks for quick reply..
    In standard infotype 2002 has already field UNAME, So no need to add field in infotype.
    I have tried like p2002-UNAME = 'SCNUSER'.
    But it didn't work because updation done by backgroud through workflow.
    Please let me know in you find any alternative solution.
    Thanks,
    Srinivas.

  • E-Recruiting Addition field to Infotype 5107

    I'm implementing E-Recruiting for a client.
    I added the additional field to infotype 5107 Desired Work Location using PPCI. I also created a custom table for Desired Work Location to store the value of Location (county, institution & etc.).  When I added the new field to the infotype 5107 it automatically shows up on the Desired Work Location of E-Recruiting page as a text field.    I found the bsp for this page it's desLocn_detail.bsp.   Also I have to set two field that are already on the page Country and State to a default value.  Both are drop down list.
    Here's my question:
    1.I would like to make the new field list box i think that's what it is called, where the candidates can select multiple locations.  How & where can i do this? And how can i link the value from the custom table that i created to the new field that I added to Infotype 5107 to appear on the list box?
    2.How and where can I set Country and State field to the a default value? Is this done in the IMG?
    3.I'm assuming the deslocn_detail.bsp is a SAP standard BSP.  should I modified this bsp to rendered what I'm supposed to do?  If i modified this page when the upgrade/service pack is applys my modification will be wiped out?
    any suggestion will be helpful.

    I think you should take the following approach:
    The only sane way to keep multiple values in a single database record that comes to my mind id to create a new table to keep the selections.
    It's key should be the same as of the HRP5107 table plus a sequential number for counting selections.
    There are further 3 things to consider:
    1. Filling up the table before display with current selection.
    2. Handlig user selection after submit.
    3. Hiding the text field from user input.
    ad 1.
    I havn't used <htmlb:listbox> before, so I might wrong somewhere, but i guess that you should prepere two tables and pass them to table and selection attributes.
    Probably it would be best to store them as attributes of the controller to provide easy access from the bsp.
    The proper place to fill these structures is the DO_REQUEST method, probably near the end of the method when all standard stuff is done.
    In this method you should read the configuration of available loactions and put it in the 'table' attribute,
    and read the table of selections and put them in the 'selection attribute'.
    ad 2. The place to handle input is the DO_HANDLE_DATA in the controller. As i've said a haven't used listbox, but probably the are multiple fields with the id of the listbox, each containing a selected item.
    You should read them here and place them in the 'table' attribute.
    Next you have change the on_save method in the controller (Actually it might be in a parent controller - i haven't checked it).
    In there you should insert the values in the 'table' attribute to the custom table with selections (probably you have to delete all entries for the current infotype record first)
    ad. 3
    Now that i wrote 1 and 2 i see that you can just remove the field from the infotype...
    Hope this helps.

  • Master-detail: detail field not displayed after changed by master field

    I want to use the Depends on item with Clear/refresh value functionality in a master detail situation. Within the same group it is no problem to use the setter method of a field to change a second field and then displaying this new value. But in the detail group, I can not select items from the master group as a depends on item.
    In the setter of the master field, the value in a field for each row in the detail (table layout) is updated. The only problem is that this updated value is not displayed, the old value doesn't change. When saving the changes, the displayed value is committed to the database. When de updated field is not displayed at all, the correct value is saved, so I know the detail field is updated.
    How can I make sure the displayed value in the detail is displayed after changeing a master field? I already gave the detail field the correct partial trigger.

    Wouter,
    I guese you don;t see the changed value when you display the detail item because after the depends on item update changed the detail item, JSF procesing continues and the detail table changes are sent to the server which will override again the detail item attriibute, resetting it to the old, still displayed value.
    So, the trick is to get PPR working. Make sure the partialTYriggers property of the detail item is set to the value of the id property of the master item. If it still doesn't work, try setting the partial triggers property on the table, instead of the individual item.
    Steven Davelaar,
    JHeadstart team

  • Fields missing in ALV grid display output

    Hello  Friends,
    I have done customer enhancement to VF04 tcode and i have added 2 new additional fields to the existing output.The program is working fine and its displaying the 2 new additional fields in the output display in development server.
    But when i transported the program to Q server and i have observed that the 2 new additonal fields are not displayed in the output display but when I  am selecting  'choose detail' push button on application tool bar it's showing the 2 new additional fields.In development server in the output 40 fields are displayed but in Q server only 9 fields are displayed.
    Could you please help me regarding this.
    Thanks in advance,
    Arvind.

    register the enhancementy to the project in Q server .. might be it is not transferred

  • All fields in sales orders in display

    Hi All,
    Upon a certain condition, I need to make all fields in header and item of sales order as display(greyed out).
    Can anyone let me know how this can be done.
    Thanks in advance,
    Regards,
    Srikar
    Message was edited by: Srikar Nagarajan

    hi,
       it can be done through user exit. find suitable user exit for you Tcode and write code using SCREEN table for making the fields gray(display mode) .
    try the exit : EXIT_SAPFV45S_002.
    in the aboue exit header data will available in I_VBAK, but you have to check is it suitable for your reauirement or not.
    the following are the exits available for sales order
    Exit Name         
    SDTRM001          
    V45A0001          
    V45A0002          
    V45A0003          
    V45A0004          
    V45E0001          
    V45E0002          
    V45L0001          
    V45P0001          
    V45S0001          
    V45S0003          
    V45S0004          
    V45W0001          
    V46H0001          
    V60F0001          
    Sudheer.A
    Message was edited by: sudheer Addepalli

  • How to display F4 values in one field based on other field selection

    Hi All,
    How to hide a UI element (i.e Link to action) highlited for Normal User and display the same to super user.
    Component Name : /SAPSRM/WDC_DODC_SC_GAF_C
    2.Can i know how to display  the entries in supplier field based on Product category selection.
    Right now all the entries are getting displayed in the supplier field.
    I want to display only entries based on Product category.
    Search Help Name : BBP_BUPA_CLL_PARTNER
    Component Name : /SAPSRM/WDC_DODC_SC_I_LIM
    How to enhance the web dynpro component with the filtered values.
    Regards,
    Krish.

    Hi Ashvin,
                 Thanks for the document. In the search help there is a standard FM which is getting executed.
    Can i enhance that FM or should i copy and edit.
    BBP_F4IF_SHLP_EXIT_CLL_PARTNER
    If i creata a Z FM and make changes how to pass that values to my standard Component View UI Element.
    If not then suggest me some alternative.
    Regards,
    Krish

  • Display values of a single field in a multiple rows in a table region

    Hi Tech-Gurus,
    I want to display values of a single field ( which is in a table region) in multiple rows and also need to restrict the values from decimal number. If i click save, then it will throw exception "Decimal not allowed".
    xxxxxx
    yyyyyy
    Reg.No
    1234
    5678
    7654
    I need to display the values of REG.NO in different rows like,
    1234
    5678
    7654
    and also need to validate as well against Decimal values.
    Please help me with the code how i will iterate ?

    Hi,
    I am assuming you are talking about displaying substrings from the Reg No in different rows. For this you would need to write a query which identifies the substrings and creates a separate row for each (ensure you choose values for all other columns in the table row). Kindly let me know if the understanding is incorrect.
    To validate against decimal value you can use the java code by checking the difference of the number and the number on which modulus has been applied. Hope that helps.
    Regards
    Sumit

  • Urgent : ALV , how to display long text in colum field

    Dear All,
                  Have mada an ALV report, but in some column have to show long text like.
    "Qty of Processed Finished Goods receive with wt/length/pieces / units "
    but while display of ALV it's showing only :
    " Qty of Processed Finished Goods receive with wt/length/p "
    Plz tell is it possible to show all the contents in that field, even in multiple row. like :
    "Qty of Processed Finished
    Goods  receive with wt/length/pieces
    / units  "
    Looking forward to your earliest response.
    Regards,
    Gulrez Alam

    Hi,
      In your field catelog
    w_fieldcat-tabname   = 'Internal table name'.
      w_fieldcat-fieldname = 'Field of the internal table'.
      w_fieldcat-outputlen = '90'.----Here you have to increse the length
      w_fieldcat-col_pos   = '1'.
      w_fieldcat-row_pos   = '1'.
      w_fieldcat-seltext_l = 'Qty of Processed Finished Goods receive
                                       with wt/length/pieces / units '.
    APPEND w_fieldcat TO i_fieldcat.
      CLEAR w_fieldcat.
    Pls. reward if useful...

Maybe you are looking for