How to make feild grey  in change mode

Hi All ,
I have a reuiremnt , In the module pool I am upadting the date , user name and time automatically by system parameters .
Now I want to make these three feilds in grey mode always and rest other feilds in the screen should be in change mode .
Can any one help me to resolve the issue .
Thanks ,
NJ

Hi ,
Thanks for the quick reply .
I am new to SAP , Could you please tell me the clear steps ..
When I go to module pool screen I will find the feilds as mentioned below .
MODULE LISTE_INIT_WORKAREA.
    CHAIN.
FIELD ZPFEPPVC-USNAM  .
MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.
    ENDCHAIN.
I doulble clicked on the FIELD ZPFEPPVC-USNAM  and I am finding a screen painter with screen number , Attributes tab , Element list tab and flow logic tab .
After this I am not understanding where to go and select the program name .
Please help me to resolve the issue .
Thanks ,
NJ

Similar Messages

  • How to make a field from display mode to change mode for a perticular tcode

    hi all,
    my client want to change one field which is in display mode of a material doc in mb02.
    Restrictions in some fields  in MIGO needs to be changed.
    Uploading point in case of issue: While editing the MIGO latter,  this field needs to be edited.
    Goods recipient in case of receipt: While editing the MIGO latter,    this field needs to be edited.

    hi thanks for quick replay,
    my requirement is, supose i post a material doc through migo in 101 mtype, in item detail, where tab i have given the good reciepitant and unloading point. but while i want to change that material doc in mb02, i saw unloading point is in change mode, but good reciepitant field is in display mode. my client requirement is to change that field. so for change that field, the field should be in change mode, so thats what i want.
    i have checked in configuration side, but i didnt get any setting, i think we have to customize that standard screen.
    any comments?
    regards,
    susanta
    Edited by: susanta bindhani on Jun 19, 2008 2:18 PM

  • How to call structure in query change mode

    Hi Gurus,
    How to call created structure in query change mode?
    Is there any other methods?
    Thanks in advance
    Ramu

    HI Ramu,
    If ur structure is global then it will be available in the left panel in the structure tree, Just drag and drop into the rowns or colums. Make sure that the structure is saved as global.
    Thanks
    Khaja

  • How to make feild Mandatary in view by palcing "*" in RED

    Hi All,
    I am new to Web Dynpro  , i need following  clarification,
    In a Veiw i need to give "County"  labe as mandatary by placing "*" in front of it  which is should be in RED color.can any one tell me how to make it .
    Thanks and Regards
    CB

    Why not just use the built in mandator functionatity (property state on the input field = required). This way your application will be consistent with standard SAP ones.  You can then also use CL_WD_DYNAMIC_TOOL=>CHECK_MANDATORY_ATTRIBUTES  to check on input if all required fields are supplied.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d7/ef8841e3af1609e10000000a155106/frameset.htm

  • How to upload Master data in Change mode

    Hi,
         I have inserted 3 vendors 1/2/3 in normal mode with BDC first. In these 3 vendors the Payment Terms code was not there initially. Then i created a flat file with the Ptems code for 3 vendors. But when i call MK02 to update, the fields do not get updated and i have to manually change them. Can anybody help me with the problem.

    Hi Sourav,
    Y cant u do in this way better to do recording for particular fields which u want to make changes (while recording go for mk02).
    Reward points if helpful.
    Thanks
    Naveen khan

  • How to make sure text in landscape mode appeared in portrait?, How to make sure text in landscape mode appeared in portrait?

    I think a few pictures speak a thousand words. I try to get creative and design some pages in landscape mode.
    This is how the TOC looks like in landscape. As you can see there is a chapter and many pages. I didn't use sections to make sure that they don't appeared as a list in TOC page.
    This is how Chapter page looks like.
    But when viewed in portrait mode. nothing appeared.
    How shall I make sure that at least the text in chapter page goes there?
    Thanks!

    If I add a text box, it does not seem that inline is an option.
    When I create the chapter page, the bottom part is empty, but I do not know how to add text. If I add a text box, it is not inline.
    I hope to be able to add inline text which appeared at the bottom, possible?

  • Facetime not ringing on sleep mode? how to make it ring on sleep mode on my MBA

    my facetime does not ring on sleep mode? how make it ring on my MBA on sleep mode?

    COnnect your iphone to your computer. Once itunes detects your iphone it will ask you if you want to restore and update. Click on that and follow the dirction

  • How to make code immune to changes in (external) database names?

    I wonder if there is a way to make code in one database immune to changes in names of other databases that the code uses. Essentially, what I'm after is something like an alias but not for a specific object in a database but rather for a whole database,
    be it on the same server or any other place. Is something like this possible? I wouldn't like to use Linked Servers, bear in mind please... Thanks for any replies!
    Darek

    hi Darek,
    Have you considered using SSIS for your code?  When you use SSIS, you can use data sources which are referenced by the packages, and the underlying connections to databases/servers can be changed without affecting the code.  In fact, if you use
    configuration files it becomes as simple as changing one record in a table to change where your data sources are pointing. Here is a blog on using ssis package configurations to manage data sources.
    http://dataqueen.unlimitedviz.com/2012/02/creating-an-ssis-package-template-with-predefined-package-configurations/
    SSIS is a really powerful way to manage your ETL requirements.
    Martina White

  • How to make a loop that changes two different movieclips from visible to invisible every second

    I am writing some code that puzzles me. It may be, because I have a cold or because I've never needed to do anything like this. I want to have two movieclips one is visible and one is not. then one second passes the one that was visible is invisible and the invisible one is visible. What would be the best approach to this, besides handcoding if statements. I know there has to be a faster way and less expensive way than handcoding if statements.
    I'd like to thank anyone who replies in advance .

    this is how i would do it
    package
              import flash.display.MovieClip;
              import flash.display.Sprite;
              import flash.events.TimerEvent;
              import flash.utils.Timer;
              public class Main extends Sprite
                        private var mc1:MovieClip;
                        private var mc2:MovieClip;
                        public function Main()
                                  // create your mc's here
                                  mc1 = new MovieClip();
                                  mc2 = new MovieClip();
                                  mc2.visible = false;
                                  var timer:Timer = new Timer(1000);
                                  timer.addEventListener(TimerEvent.TIMER, loop);
                                  timer.start();
                        private function loop(e:TimerEvent):void
                                  mc1.visible = !mc1.visible;
                                  mc2.visible = !mc2.visible;

  • HR Form Editor, How to Make a Rule to change - value to no sign

    Dear All,
    I am making a pay slip in HR Form Editor and in a window i am displaying wage type text and values, values are negative but I want then to be displayed with No sign.
    Can some one explain to me how to eliminate a sign of wage type vales in a window by using a rule or any other methord.
    Regards.

    Hi,
    create a new 'line layout' for your specific form and have the value for conversion set to '19 - No +/- sign'.
    Of course the specific WT should be linked to this new 'line layout' under step  'Window'
    Have fun.
    Wilfred.

  • How to make the font color changes using multicolum listbox

    Hi
    I need some help, i have a multicolumn list box..let say for the 1st row of data i want to pass the color red , 2nd blue....and so on.
    How to do this programmatically?need help urgent

    This will work for you.
    Message Edited by Guruthilak on 03-08-2010 12:09 PM
    Regards
    Guru (CLA)
    Attachments:
    1.png ‏18 KB

  • How to make a quick checkbox change work in a table?

    Hello,
    I have an af:table with some columns. In one column I specified a checkbox.
    If I check or uncheck the checkbox for each record, the corresponding request is sent to the server and the checkbox change persists when the server has answered to the request.
    However if I check many records too quickly during the period of one request, the checkings other than the first one which fired the request are not automatically enqueued and persisted: that is, the checkbox of those components changes their selection to the new value as soon as the click is intercepted and changes their selection back again to the old value when the first request has ended
    Is there a way to "quickly" allow checkbox selections? I have tried to set "autosubmit=true" and "immediate=true" to both the table and the checkbox component, but this does not seem to solve the problem.

    we have done something similar to this in a table. .but guess its the same with the tree table.
    <af:table value="#{bindings.S.collectionModel}"
                            var="row" rows="#{bindings.S.rangeSize}"
                            emptyText="#{bindings.S.viewable ? 'No data to display.' : 'Access Denied.'}"
                            fetchSize="#{bindings.S.rangeSize}"
                            rowBandingInterval="0"
                            styleClass="AFStretchWidth" columnStretching="column:c3"
                            partialTriggers=":::search"
                            id="t4" selectionListener="#{bindings.S.collectionModel.makeCurrent}"
                            selectedRowKeys="#{bindings.S.collectionModel.selectedRow}">
                    <af:column width="15"
                               inlineStyle="#{row.Selected eq 'true'?'background-color:#9CACC9;':''}">
                              <af:selectBooleanCheckbox text=""
                                                        label="" id="sbc4"
                                                        value="#{row.Selected}"/>
                            </af:column>1) Have SelectionListener and SelectedRowkeys
    2) Donot have rowSelection
    3) have a transient attribute from ur VO called 'selected' (String type)
    4) in the button that you have - process the selection from the 'Selected' attribute

  • How to maka an userinterface for changing comports

    Hi
    I need to to an exe with LV code, that has an easy to use interface for changing comports.
    The comport change interface is only to be seen when the user chooses to change comport, once this is done the menu is to disapear untill needed again.
    I'm using LV 6.02.
    I need examples please!
    J;-)

    Hi,
    Insert this subVI in any place of your diagram, where you want to reinit serial port settings.
    Good luck.
    Oleg Chutko.
    Attachments:
    Ser_Set.vi ‏48 KB

  • How to Make DFF in Query Mode only ...

    Hi Gurus,
    I have some Doubts in DFF, Say I have Two Segments
    Segment A: Driving Liciense
    Segment B: Passport Information
    My Requirment is how to make Segment B as Query mode only ..
    Any one pls help me on this ...
    with regards
    User600722

    Hi
    Can't remember if there's an option in the flex definition form, as enable check box will cause the segment to not show if unchecked. If that's not the solutions, there's the flex definition call that may enable You to modify the flex definition on form launch, but You'll have to look on the flexfield's user guide as I'm not sure if read only can be applied to an individual segment or it's for all of them.

  • HOW TO MAKE FIELDS AS READ ONLY IN TABLE MAINTAINANCE

    HI ABAPers,
    HOW TO MAKE SOME FIELDS AS DISPLAY MODE.
    FOR SUPPOSE, THERE ARE 5 FIELDS in SM30.
    AMONG THEM 1 FIELD SHUD BE USED FOR EDITING AND THE OTHER 4 FIELDS SHUD ONLY BE USED FOR DISPLAY PURPOSE
    WHEN EVER I ENTER A VALUE IN THAT 1 PARTICULAR FIELD THEN THE DATA OF THE REMAINING 4 FIELDS SHUD BE DISPLAYED IN THE SAME SCREEN ITSELF.
    HOW CAN IT BE POSSIBLE...
    PLZ HELP.
    THNX IN ADV,
    SP.

    Hello SP,
    You can create a maintenance view for the table & here you can define the maintenance attribute for individual fields.
    For the fields you want to be READ-ONLY pass 'R' to those fields. (It is the 4th column from the left, the one to the immediate left of the Key column).
    Don't change the TMG function group directly. If you regenerate the TMG the changes would be overwritten !
    You can use the Event '01' to fulfill your requirement:
    *&      Form  f_event_01
    *       text
    FORM f_event_01.
      DATA: v_indx TYPE sy-index,
            v_land1 TYPE land1,
            v_name1 TYPE name1.
      FIELD-SYMBOLS: <vendor> TYPE lifnr,
                     <val> TYPE ANY.
      BREAK-POINT.
      "TOTAL contains all data which are read, changed and created in TMG
      LOOP AT total.
        IF <action> = neuer_eintrag " New Entry.
        OR <action> = aendern "Changed entry
        OR <action> = original. "Same as DB
          READ TABLE extract WITH KEY <vim_xtotal_key>.
          IF sy-subrc = 0.
            v_indx = sy-tabix.
          ELSE.
            CLEAR v_indx.
          ENDIF.
          ASSIGN COMPONENT 'LIFNR' OF STRUCTURE total TO <vendor>.
          CHECK sy-subrc = 0.
    *     select data from the LFA1 based on LIFNR
          SELECT SINGLE name1 land1 FROM lfa1
            INTO (v_name1,v_land1)
            WHERE lifnr = <vendor>.
          CHECK sy-subrc = 0.
    *     Populate the hidden fields NAME1 & LAND1
          ASSIGN COMPONENT 'NAME1' OF STRUCTURE total TO <val>.
          CHECK sy-subrc = 0.
          <val> = v_name1.
          ASSIGN COMPONENT 'LAND1' OF STRUCTURE total TO <val>.
          CHECK sy-subrc = 0.
          <val> = v_land1.
          MODIFY total.
          CHECK v_indx GT 0.
          extract = total. "Pass the changes in TOTAL to EXTRACT
          MODIFY extract INDEX v_indx.
        ENDIF.
      ENDLOOP.
      sy-subrc = 0.
    ENDFORM.                                                    "f_event_01
    BR,
    Suhas
    Edited by: Suhas Saha on Aug 16, 2010 11:58 AM

Maybe you are looking for