Modify the text of a data field on the screen

Hi,
I am looking to change the text of a  SAP data field on the display screen for an infotype 106. I have the required object key for it. When I entered the key it logged me successfully, however it displayed a message that I am not authroized for changes. Infact as a developer my user profile has the highest authroization level 'SAP_ALL'.
I am looking to modify the module pool MP010600 and screen number 0100 on the infotype screen 106.
It displays the message:
"you have no authroizations for the authroization object 'S_DEVELOP' which would allow you to change the screen'. I checked with the admin guy. He did not have a clue either. Am I missing something?
Any thoughts how to resolve it?
It would be very helpful.
Thanks in advance,
VG

Thread closed.

Similar Messages

  • How can I modify the screen of TCode IW31/IW32/IW33?

    How can I modify the screen of TCode IW31/IW32/IW33?
    I'm trying to add new fields, so that after inputting the order type and hit on enter, a new field will be added under the Service area. Does anyone knows how can I do it?

    Hi,
    Screen badi's for IW31.
    IWO1_SCREEN_MODIFY
    IWO1_PREQ_BADI
    WOC_FL_DETERMINE
    Refer This:
    Screen exit for transaction IW31 for ref. object O150
    Regards,
    Shiva Kumar

  • How to modify the screen of solman_issue_mgmt ?

    Hi all.
    I'm looking for the way to modify the screen of t-code solman_issue_mgmt.
    As far as I can see, note 1151616 is valid for SP15-16 only and now I'm working in SP21 of the ST component.
    Does anyone know this?
    Thanks in advance!
    Per Hjorth Christiansen

    please, have look of the Forum:
    Trasactions screen modification
    it will help you .
    Regards,
    Arjun

  • Updating date in text format to date field

    I have 2 Strings which represent the date and time respectively. I need to load these into a date field. Every way I have tried has failed. Can anyone tell me how to get these Strings into the date field?
    Thanks,
    Steve

    Assuming these strings are in definite format concatenate them and use function to_date
    For example if your date is 01-JAN-2000 and time 22:33-34
    then use to_date('01-JAN-2000' | | '22:33-34', 'DD-MON-YYYYHH24:MI:SS')
    More about date patterns - RTFM ;)

  • Date field on Selection Screen

    Hi All,
    I need to create Date field (From and To) in the selection screen. The Date format should appear as YYYY-MM-DD.
    I have defined this requirement as below.
    select-options: s_date for sy-datum no-extension default sy-datum.
    Due to above line, date is appearing in DD.MM.YYYY format.
    How to code, so that date should appear in YYYY-MM-DD in the selection screen...????
    Please Help me....
    Regards
    Pavan

    Pavan,
    write below code.
    DATA : WS_DATE like sy-datum.
       select-options: s_date for sy-datum.
    AT SELECTION SCREEN OUTPUT.
        call function 'CONVERT_DATE_TO_INTERN_FORMAT'
      exporting
        datum         = sy-datum
        dtype         = 'DATS'
    IMPORTING
      ERROR         =
        IDATE          =  ws_date.
      MESSG         =
      MSGLN         =
      s_date-low  =  ws_date.
    Pls. reward if useful

  • Table location for execution date field oobservation search screen

    Hello
    I am trying to find the table and field for he execution start date that is located on the observation search screen. I have been doing searches thru Google and SDN and I cannot seem to located this field. I also am trying to match this data against the tables and the only thing that I can find is the DM_ACTION table and none of those records has the date that matches what is on the screen
    thanks

    does anyone have any info on this?
    thanks

  • Reg:Modify the screens of the custom table

    Hi all,
    I Have a requirement in which user want to have the screens for a custom table.
    In the first screen there should be fields to be displayed and there should be buttons to add,change,delete the data from the table.
    And in the next screen the data should be displayed.
    For this how should i go..any hints please.do i need to change the table manitanence program or should i create a module pool program..

    It is better to go for a table Maintenance generator.
    Srach the forum with the search string as Table Maintenance Generator.
    YOu will find a lot of threads.
    Check this :
    http://sapstore.blogspot.com/2006/11/table-maintenance-generator.html
    Regards,
    Ravi

  • Table maintenance dialog event to modify the screen

    Hello All,
    Can anyone tell the Event in table maintenance generator where I can grayout the few fields of the SM30 screen dynamically?
    Thanks in advance.
    Best Regards,
    Sasidhar Reddy Matli.

    Hello Vijay,
    If I change the properties of the fields as output only in the screen, when ever they regenerate the table maintenance screen, these properties will go off. Could you please suggest any other method for this?
    Thanks in advance.
    Best Regards,
    Sasidhar Reddy Matli.

  • New V3 Software and Modifying the Screen

    I'm new to the iPhone and I understand I can arrange and create new shortcuts (via Safari) to my iPhone screen. I also understand I can download lots of free (or buy programs) from the store.
    I had a few questions and was wondering if someone could help.
    1. I use the alarm and WiFi. Does the capability exist to add icons to other features such as the alarm on the screen or is there a current program that allows this capability?
    2. With the V3 software, I read about some of the new items and I understand things are subject to change. I was wondering if there was a complete list of what is possibly to be added. I can't locate one article that says here are the 100 items, or the list that Apple says these are what we are telling you now that are planned to be added.
    For example, will V3 allow me to customize my shortcuts to allow me to add the alarm. If a program does exist, I can buy it now or wait until V3 comes out and see if its added.
    Thank you.
    Shawn

    1. I use the alarm and WiFi. Does the capability exist to add icons to other features such as the alarm on the screen or is there a current program that allows this capability?
    No to both questions. More than likely this capability would need to be provided by Apple and not by a 3rd party developer.
    2. With the V3 software, I read about some of the new items and I understand things are subject to change. I was wondering if there was a complete list of what is possibly to be added. I can't locate one article that says here are the 100 items, or the list that Apple says these are what we are telling you now that are planned to be added.
    Apple has not provided a complete list yet. If you watch the video when Apple announced 3.0 and the SDK for 3.0, ear the end you can see some of the items shown on the screen behind the stage hat were not specifically mentioned during the presentation.
    For example, will V3 allow me to customize my shortcuts to allow me to add the alarm. If a program does exist, I can buy it now or wait until V3 comes out and see if its added.
    Until Apple provides a complete list of features for the final release, there is no way to know this for certain at the present time.

  • Finding text in a data field

    Hi, How could I find the % character in a string? I need its position in the string. The string is a field of a table.

    Hi Jacob,
    here a short example with char and string.
    DATA: ST TYPE STRING.
    DATA: CH(250).
    START-OF-SELECTION.
      ST = 'I am a String with an % Character'.
      SEARCH ST FOR '%'.
      WRITE: / SY-SUBRC, sy-fdpos.
      CH = 'I am a Char with an % Character'.
      SEARCH CH FOR '%'.
      WRITE: / SY-SUBRC, sy-fdpos.
    Regards, Dieter

  • Need to add date field on select screen of report RM06INP0.

    Hi All,
    I have to create a new report ZRM06INP0 as a copy from RM06INP0 and add a field in the selection.
    When the selection "Price Determination w/o PO" is not picked then we need a maintainable field from the info record. The default for the date is 9999.12.31 and should manually maintained. This date shoulde be written in the info record.
    How to achieve this?
    Please see OSS Note 392 988 Solution to 2 for more info.

    Hi Akash
    What kind of date is you wanted? You can try to find it in dynamic selections.
    regards,
    Archer

  • Invoice date field change- MIRO screen

    HI all,
    i want to check the field selection settings for invoice date (INVFO-bldat) on MIRO.
    the user is getting default value as today's date. He wants a blank date
    Please help

    Do you mean " posting date " get default by today date? because in my system the posting date that getting default today date, not invoice date.
    And event if the users get today date, he/she can still change it.so its not a big problem.
    Blank or today's date--> user still need to fill in /write the posting date.

  • HR data/Fields in selection-screen..........

    Hi,
    I must define some fields related to HR.
    Cost centre, Business group, company code, site code.
    these 4 fields i need to delecre in select option.
    can i know table and fields for the above mentioned.
    Please tell are they available in single table.
    Thanks.
    Message was edited by: Deepak333 k

    Hi,
    Please refer to the PA0001 table which is the database table for infotype organization assignment.
    I hope this meet your requirement.
    If this help you out dont forget to reward points.
    Regards,
    Irfan Hussain

  • F4 ( Search Help ) for date field  on the selection screen

    Hi Freinds,
    i have used WDR_SELECT_OPTIONS In my component, i have one date field on selection screen(BUDAT), for this date field i want seach help 
    this is my code
    create a range table for Posting Date
    lt_range_table = wd_this->m_handler->create_range_table(
                                                              i_typename = 'BUDAT' ).
    add Posting Date  to the selection
    wd_this->m_handler->add_selection_field( i_id = 'BUDAT'
         i_value_help_type = if_wd_value_help_handler=>CO_PREFIX_SEARCHHELP
                                               I_VALUE_HELP_ID = '??????'
                                               I_DESCRIPTION = 'Posting Date'
                                               it_result = lt_range_table ).
    can any one help me
    Thanks
    Srini

    hi sarbjeet 
    i created search help in dictionary and i used that search help in my program, but still its now working , any other ideas
    Thnx
    srini

  • A conversion error occurred while the program -- display data on the screen

    HI all,
    Iam getting a dump error described below:
    A conversion error occurred while the program was trying to
    display data on the screen.
    The ABAP output field and the screen field may not have the
    same format.
    Some field types require more characters on the screen than
    in the ABAP program. For example, a date field on a screen needs
    two characters more than it would in the program. When attempting to
    display the date on the screen, an error will occur that triggers the
    error message.
                  Screen name.............. " Ztable_MM_MRQ "
                  Screen number............ 0100
                  Screen field............. "WA_PO_ITEMS-MENGE"
                  Error text............... "FX015: Sign lost."
    Further data:
    Give us step by step procedure to rectify the same with T.codes
    Thanks
    Regards
    Siraj

    Raymond
    please give details in se51 where i have to put a "V"  to allow negative amounts
    whether it is in Text or I/O templates
    name                                     type of screen element         Text or I/O field
    WA_PO_ITEMS-MENGE     Text                           PO_quantity__     
    regards

Maybe you are looking for

  • Is there a way to apply different dimension filters to two measures

    Dear all, Let's say I have a report that goes something like below: TIME DOLLARS FORECAST DOLLARS JAN 99999 99999 FEB 99999 99999 MAR 99999 99999 APR 99999 99999 MAY 99999 99999 DEC 99999 99999 What I would like to achieve is this: TIME DOLLARS FOREC

  • Opening a .html in workbench gives 'Null' error message

    Hi, I am using MII 12.1.9 Build(108). When I double on a .html object, it gives a 'Null' error message and doesn't open the file. Then if I am right click on that file and click on 'Open' it opens up. Is there something wrong? Regards, Chanti.

  • 919 : Editing report

    Edit a report to modify the query, for example. Then, when I want to apply the changes, there is an error "name already used please enter new one". I have to drop and recreate the report. More critical : when exiting/restarting Raptor, all reports ar

  • Weblogic portal integration with lenya

    I need to integrate weblogic portal with apache lenya. Is there any integration instructions?

  • Photo editing software using Flash Lite

    Hi all, I had been searching for an answer to this question for quite some time and did not find any. Please help. Is it possible to create a photo editing software using Flash Lite for Nokia devices? Am expecting features such as brightness, contras