Change Display / change mode

Dear Friends,
Can anyone tell me once the document is saved and after that i need to change certian filed for all vendors,customers ang GL account line items,how can i do that.
At present,i can change only assignment and text field.
How can i active other filed?
Regards,
Greeshma

Hi,
Please go to Following Path
IMG > Financial Accounting (New) > Financial Accounting Global Settings (New) > Document > Rules for Changing Documents > Document Change Rules, Line Item
Here you can change the fields for line items for all Account types per company code.
I hope this will help you.
Regards,
Jigar

Similar Messages

  • Pbm in updating the fields with the MODE change (display/change) in VL02N

    HI all,
    I want to change the delivery quantity and picked quantity in VL02N transaction.  But those fields are in editable mode for some delivery document numbers and those are in DISABLE mode for some delivey document mode in VL02N transactions. So i could not ablt to edit the quantity if it is in disable mode...
    can anyone tell me why the fields are in disable mode in vl02n transaction?
    regards,
    Shanthi

    in DISABLE mode for some delivey document mode in VL02N
    How the "Post Goods Issue" tab ??  Is it in editable mode or it is also in grey mode ??  If it is in grey mode, then goods issue have been posted and you cannot change.
    thanks
    G. Lakshmipathi

  • IllegalStateException when changing display mode of JFrame

    My application has an information console inside a JFrame. The console is continually updating and repainting.
    I let the user drag this window wherever they want, resize it how they want, etc. I also give them the ability to select one of three display modes:
    - "Decorated Window"
    - "Undecorated Maximized Window"
    - "Undecorated Fullscreen Exclusive Window"
    The toggling between modes normally works well, but occasionally an "IllegalStateException: Buffers have not yet been created" is thrown by (from what I can tell), a component on the console that's trying to be repainted.
    Seems obvious to me that something doesn't like the fact that the JFrame has been disposed for an instant and can't deal with it appropriately. Question is, what the hell can I do about it?
    I believe everything continues fine despite the exception (although I have a hard time reproducing on my system), but still, it's a wart and I'd like to chop it off.
    Here's my code for changing the window mode.
    public void setDisplayMode(Component parent,
             ConsoleDisplayMode newDisplayMode) {
         GraphicsDevice device = this.getGraphicsConfiguration().getDevice();
         int state;
         switch (newDisplayMode) {
         case DisplayAsDecoratedWindow:
             // Add the decorations
             this.dispose();
             this.setUndecorated(false);
             this.setVisible(true);
             device.setFullScreenWindow(null);
             // De-iconify
             state = this.getExtendedState();
             state &= ~JFrame.ICONIFIED;
             this.setExtendedState(state);
             // Minimize
             state = this.getExtendedState();
             state &= ~JFrame.MAXIMIZED_BOTH;
             this.setExtendedState(state);
             break;
         case DisplayAsUndecoratedWindow:
             // Remove the decorations
             this.dispose();
             this.setUndecorated(true);
             this.setVisible(true);
             device.setFullScreenWindow(null);
             // Make sure it is de-iconified
             state = this.getExtendedState();
             state &= ~JFrame.ICONIFIED;
             this.setExtendedState(state);
             // Maximize
             state = this.getExtendedState();
             state |= JFrame.MAXIMIZED_BOTH;
             this.setExtendedState(state);
             break;
         case DisplayFullScreenExclusive:
             if (device.isFullScreenSupported()) {
              int choice = JOptionPane
                   .showConfirmDialog(
                        parent,
                        "Warning:\n\n"
                             + "This mode is meant for users with a multiple-monitor configuration.\n"
                             + "In this mode, the console controls the graphics device exclusively\n"
                             + "and other windows (such as the other TM windows and dialogs) cannot\n"
                             + "be displayed over the console.\n\n"
                             + "If you have a single monitor, use the mode called\n"
                             + "\""
                             + ConsoleDisplayMode.DisplayAsUndecoratedWindow
                                  .toString() + "\".\n\n"
                             + "Continue with this mode?",
                        "Confirm full-screen mode",
                        JOptionPane.YES_NO_OPTION,
                        JOptionPane.WARNING_MESSAGE, ChipIconFactory
                             .getWarningChipIcon());
              if (choice == JOptionPane.YES_OPTION) {
                  this.dispose();
                  this.setUndecorated(true);
                  this.setVisible(true);
                  state = this.getExtendedState();
                  state &= ~JFrame.ICONIFIED;
                  this.setExtendedState(state);
                  device.setFullScreenWindow(this);
             } else {
              JOptionPane
                   .showMessageDialog(
                        null,
                        "Your graphics device does not support full-screen mode",
                        "Unable to display in full-screen mode",
                        JOptionPane.ERROR_MESSAGE, ChipIconFactory
                             .getErrorChipIcon());
             break;
        }

    jneau wrote:
    My application has an information console inside a JFrame. The console is continually updating and repainting.
    The toggling between modes normally works well, but occasionally an "IllegalStateException: Buffers have not yet been created" is thrown by (from what I can tell), a component on the console that's trying to be repainted.Are you certain all your interaction with the GUI happens on the EDT?

  • How to get the mode (change/display/create/edit) of a CRM WEBUI

    Hi,
    I have a table(custom) in my CRM WBUI ServiceContratc Page. Now I want to hide this table in create mode.
    Could you please let me know, how can I know in which mode I am on WEB UI(Like Create/Change/Display)
    Thanks,
    Aparna

    Hello,
    use below method to check whether view is editable/display mode ...
    me-->view_group_context->is_view_in_display_mode( me ). here "me" refers to the implementation class of view.
    Regards,
    Sandeep Kumar B

  • Thunderbolt display changes colour temperature when in full screen mode

    27" Thunderbolt Display connected to MacBook Air (2011) changes colour temperature when in full screen mode. Switching any setting in System Preferences/Displays changes it back to the correct colour. I have also seen this on a 24" LED Display (Display Port) connected to a Mac Book Pro (2011).

    I describe my problem here. I think it's similar, can you see if the console gives you the same error?
    https://discussions.apple.com/message/20162986#20162986

  • Collective Entry of Mesurement Documents - Change / Display Mode

    Hi All,
    Is there any T code or table view or program to view / display the Collective entry of measurement documents?
    We use T-code IK34 to make collective entries, but I am not able to find any T codes / menu path for viewing the same in change / display mode.
    Pls. post your suggestions. Thanks in advance.........JK

    Hi Muralidharan
    Sorry, I am afraid not !
    I want to view the data entered in IW34 as it is in display mode.
    This is basically to ensure if all the values have been entered by the person who is entering the data in collective entry sheet.
    Any clues, pls. help.
    Tks and best regards.
    Kannan J

  • BugReport : System Dead when change display rotation with fullscreen mode app

    There is a big bug in fullscreen mode with display rotation.
    I find that if you try dispaly rotation after make some app(safari) fullscreen mode then the system crash.
    1. I have mac book pro 13Inch Mid 2010,
    2. Add one more display (display2)
    3. open safari, make fullscreemode at display 2
    4. open system preferences > displays > change display 2 rotations setting.
    then CRASH and System Dead.

    Amazing, it seems to work ! Thank you for your help stqn.
    I just have a little question if I choosed compiz it s for there plugin they have, called "scale" that whenever yout put your mouse on a corner its shows all the windows that you have on the current screen. A bit like Mac OS X. I am not a fanatic of Alt TAB to switch windows, and I really find convenient this plugin.
    Do you know if it would be possibile such a thing on LXDE openbox with compton ?

  • CRM_CUSTOMER_H_MAINTAIN_OW not saving data on Change - Display

    Hi All,
    I am using the win interaction centre in CRM 5.0.
    I have added a new tab and new fields to the tab that are stored in the CRMD_CUSTOMER_H table.
    When I save (click the Save button) the activity I call CRM_CUSTOMER_H_MAINTAIN_OW FM to save teh customer fields and this works perfect.
    The problem I have is saving the values when the user goes from Change to Display mode (Click the Display<->Change button).
    Ideally what I want is to flag to the interaction layer that a change has been made and get the usual prompt that "something has changed and do you want to save?".
    I pass everything to CRM_CUSTOMER_H_MAINTAIN_OW (as I do when saving the activity) but nothing is saved to CRMD_CUSTOMER_H).
    I have even tried CRM_ORDER_MAINTAIN (and CRM_ORDER_SAVE/ BAPI_TRANSACTION_COMMIT) and this does not save either...
    Has anyone had a similar situation and how did you overcome it?
    Many thanks
    Gary Hawkins

    Hello Gary,
    Today i've implemented ORDER_SAVE BADI, method PREPARE with the same task as you have.
    And it's working.
    code:
    data: lt_customer_h type crmt_customer_h_comt.
    data: ls_customer_h type crmt_customer_h_com.
    ls_customer_h-ZZFLD000003 = LV_YOUR_VARIABLE
    ls_customer_h-ref_guid = LV_HEADER_GUID
    append ls_customer_h to lt_customer_h.
    data: lt_input_fields     type crmt_input_field_tab.
    data: ls_input_field      type crmt_input_field.
    data: ls_input_field_name type crmt_input_field_names.
    ls_input_field_name-fieldname = 'ZZFLD000003'.
    insert ls_input_field_name into table ls_input_field-field_names.
    ls_input_field-objectname = gc_object_name-customer_h.
    ls_input_field-ref_guid = iv_guid.
    ls_input_field-ref_kind = gc_object_kind-orderadm_h.
    insert ls_input_field into table lt_input_fields.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
       EXPORTING
         it_customer_h   = lt_customer_h
       CHANGING
         ct_input_fields = lt_input_fields.
    data: lt_cust_h   type crmt_customer_h_wrkt.
    CALL FUNCTION 'CRM_ORDER_READ'
       EXPORTING
         it_header_guid = lt_guids
       IMPORTING
         et_customer_h  = lt_cust_h.
    In my example, i saved LV_YOUR_VARIABLE into the field CRMD_CUSTOMER_H-ZZFLD000003 for the transaction guid LV_HEADER_GUID.
    If you are using your own program, don't forget to call CRM_ORDER_SAVE and BAPI_TRANSACTION_COMMIT afterwards. Clearing of the buffers can be done via CRM_ORDER_INITIALIZE.
    Hope it's not yet late.
    Best Regards, Dima

  • How to disable the  'Change - Display' Button in Cluster via SM34 ?

    Hi
    I have a View Cluster maintained with a transaction wich calls  SM34 passing it the Cluster.
    I need the dialog be only in display mode, so i'm looking for a way to disable the button Change<->Display.
    Does somebody knows how can i do this ? maybe with an event, the button does not appears or well making the button does not change the display mode (does not change the field VIEW_ACTION siwtch from 'S' to 'U')
    Thanks in advanced
    Frank

    Hi Frank,
    On SAP 4.7 Version
    1). Goto SHD0
    2). Enter the transaction code as SM34
    3). ENter the transaction Variant as say ZSM34
    4). Click on the create button --> this will take you to the sm34 screen. If you want to default some value or disable something on this screen just hit enter on this screen. You will get a popup window to select and restrict.
    5). You can further go to next screen and deactivate the menu. On the popup screen you will get a button MENU FUNCTIONS.
    Hope this helps
    Cheers
    VJ

  • DISPLAY CHANGED UNXPECTEDLY!!!!!

    I suddenly lost my millions of color display spontaneously!!!! It became like "over-shinning" with no-borders-icons and very low resolution. I opened System Preferences and Display pane and adjusted to thousands of colors with same results, and then again to 256 colors, which is the only way I have to see icons and read text. I opened then Universal Access pane and check the Black/white Display mode was on, and it was. I tried even changing to White/Black, and then back again, but doesnt reset to normal. Restarting the MacBook didn´t help either. I can only use 256 color mode. How can I get back to millions???? I need it for Clinical Photography of my patients!!!!!!!

    I'm not exactly sure why this happens... It seems the setting changes automatically if you go into Universal Access. Since you don't actually change anything... it's tough to know what you're supposed to do to fix it. A tell-tale sign that this is the problem is that when you first boot up your computer, the login screen is fine... it's not until after you login that the display changes.

  • Change/display dialog program

    Hello all,
    I am using dialog program to display the records on the screen. On screen layout i declared all fields as output fields only. Now I want to add a button (change/display) on to screen so that when ever i press the button the screen has to change from display to change mode(just like the normal display/change button in se38) and vice versa so that i can edit the fields and save it again.
    I would like to know if there exists any function module to do so or can some one please help me with a code.
    Thanks to all in advance.

    Hi Madhu,
    Define your fields as input/output fields. In the PBO, you can either turn them on or off by applying the logic below.
    LOOP AT SCREEN.
      IF SCREEN-NAME   = 'ABC' OR
        SCREEN-GROUP1 = 'TEST'.
        SCREEN-INPUT = 1. " Make it editable field
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    If you do SCREEN-ACTIVE = 1 or 0, you are actually showing or hiding the field itself, but if you do SCREEN-INPUT = 1 or 0, you are just making the field editable or display only.
    Srinivas

  • In my iPhone the images and videos are not changing into landscape mode

    In my iPhone the images and the videos are not changing into landscape mode. And it is switching off  automatically

    Hi vijenderreddy,
    Thanks for using Apple Support Communities.  This article has some steps to try if your iPhone is unexpectedly powering off:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIsand corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    For the issue of images not changing orientation, see this article:
    iOS: Screen does not rotate
    http://support.apple.com/kb/ts3805
    Cheers,
    - Ari

  • Display/Change setting per dashboard

    Steps
    1) Start at project dashboard.
    2) Click "User Settings" button.
    3) Look at "Processing Mode" option.  It has two values in the drop down:  Display and Change.
    We are of the understanding that if we make the setting for this field "Display" then whenever we enter a project or task we will be in display mode and not able to edit until we click the "Display/Change" toggle button that displays when we are looking at a project element.
    Our team is wondering if we could make this setting such that a user is always in display mode when they enter a project from the project dashboard.  In addition to this, we always want a user to be in change mode if they enter a task from the task dashboard.
    Is anyone aware of a way to make this display/change user setting dashboard specific?
    Thank you,
    Wendy

    Hi
    You can do this setting while maintaining the user. This settings are user specific.
    goto SU01=>enter your user=>Personalization tab=>double click the Personalization object key DPR_USER_SETTINGS=> One new window will open in that under General you can define the Processing mode either Display or Change as per your requirement.
    Please try with this.
    Regards
    Yogesh
    Please award points if answer is useful
    Edited by: Yogesh  Pande on Nov 19, 2008 11:31 AM

  • Change display properties of mailbox

    I have created a mailbox in "On my Mac"
    The mailbox names are "sent 2010", " sent 2011", etc
    Here i am copying the mail from the sent items folder based on the date they were sent to the respective mailbox.
    Now here come the problem when i view this mailbox on the "On my Mac" area it displays mail based on the "sender" ( which in this case would always be me)
    How can i change the properties so that the message list is displayed with the recipient.
    This is the way it is displayed in the sent times folder.. How can i do this for folders on my mac since by defaluth they display the list of email based on the from address.
    i spoke to apple support chat who told me at the moment the feature is not available and i should post a feedback for them to add this feature.
    I think the community here could have some answers for me
    Vikas
    P.S please find here the chat i had with the apple care chat
    Now chatting with Kristopher, case # 782146853
    KristopherThanks for contacting AppleCare chat support. My name is Kristopher. Please give me a moment to look over your information.
    Me:Hello
    KristopherHello Vikas! How may I assist you today?
    Me:I have created mailbox on apple mail in the"on my mac" reagion marked sent 2010,sent 2011 and copy all the mails from the sent item based on their date in these mailboxes
    Me:the problem is when i view these mailboxes in the "on my mac" reagion they are viewed from the sender( which in this case is always me"
    Me:how can i change the view mode from sender to the TO or reciever feils
    Me:field
    KristopherOk Vikas, so we are trying to get the emails that have been saved to the Mac to sort based on the receiver field, is that correct?
    Me:yes
    Me:not really sort i need them to be sorted by date but i want them to display the reciver field instead of the sender field
    Me:like they do in the sent item mailbox
    KristopherAlright Vikas, we can definitely take a look to see if we can get this option changed for you. Please give me just a few moments to look into the matter to see if we have a simple solution for this.
    Me:sure
    KristopherOk VIkas, from what I can tell this is the normal behavior for the app, as the mailbox is going to show who the message is From, and since the messages are being moved from the Sent folder, all of the messages will be From your email account. Have the messages ever appeared with a header from the receiver?
    Me:no
    Me:but thats exactly the point can i not simply customize the display fields of a specific mailbox teh way i intend to use it
    Me:if the mails in these mailboxes are sent mails it makes no sense for me to see the sender info... i need to see thd receivers info there for it to be useful
    Me:i would prefer not to leave sent mail in the sent item folder because they seem to disappear if we ever delete the email account.
    KristopherI can understand that, but at this time there is no way to change the individual characteristics of the folders in the On My Mac section, and by Default they are set for holding emails you receive, so they will show the Sender’s name. The best option at this time would be to submit feedback for our engineering team to add this feature, through the feedback tool at www.apple.com/feedback, or look into a 3rd party Mail application who may have the feature already included.
    Me:ok thank you
    KristopherYou’re welcome Vikas. Is there anything else I can assist you with today?
    Me:no that is it, thank you for your help

    Hello Eric thank you for answering,
    Please see again what you are proposing is the way the mails are "Sorted" and not the way they are "displayed".
    These are 2 different things.
    What i was asking is for them to be displayed(listed) based on the recipient( like they are in the sent folder). Sorting can be done the way the user likes.
    Even if i do what you have suggested they will still be displayed( listed ) with all from them being listed from the same sender .
    The Sent items folder should be displayed based on the recipient. When you are viewing sent mail what you want to see id whom you have sent the mail to. Displaying that all the mail were sent by you Is mostly useless unless you want to sort out the if you are sending mails from multiple account.
    I hope you understand the problem i an seeking solutions for and are able to suggest some solution.
    Vikas

  • Display/Change toggle option in custom transaction

    Hi all,
    I have created a custom transaction with 3 screens . Now the requirement is, I have to provide the user an option to toggle between Display/change mode. As per my idea, I have to identify all the fields to be toggled , assign them as a group in attributes and get it done using below code.
    Loop at screen.
    if screen-group1= 'XXX'.
    screen-input = 0/1.
    modify screen.
    endif.
    endloop.
    But , in my case , I have table control and some other fiedls on my screens.
    So, I have to use the above code twice in the PBO (once for all other fiedls and once for Table control fiedls).
    And I have to repeat this process in each screen.
    Is there any way to provide toggle option from display/change vice versa at complete transaction level in an easiest way?
    Thanks

    Other idea would be switching whole subscreens (I guess your custom program consists of them, right?). In these alternative screens you would need the same table controls with read only fields set by default. So you would switch from one to another back and forth.
    If you need to stick to same approach you have, the easiest would be creating a routine which loops through screen and turns on/off each group/screen fields given as parameters. Then you just call it in several places you need.
    Draft
    form turn_on_off using i_input type i
                                 i_fieldname type csequence
                                 i_group type csequence.
       loop at screen.
          if screen-group1 = i_group.
              i_screen-input = i_input.
          endif.
          if screen-name = i_fieldname.
               i_screen-input = i_input.
          endif.
          modify screen.
       endloop.
    endform.
    "PBO first screen
    perform turn_on_off using 0 space 'XXX'.
    "PBO second screen
    perform turn_on_off using 0 'FIELD1' space.
    "PBO third screen
    perform turn_on_off using 1 'FIELD2'  'XXX'.
    As you see you can use different combination of group/field/input options.
    Regards
    Marcin

Maybe you are looking for