Selection field becomes invisible in ECC6

Hi,
Here is the issue:
I had developed new program in old version 4.7 long back. It was working fine on production system.
Then we upgraded from 4.7 to ECC6.
Now I did one modification in selection screen. Added one more field in selection screen.
It works fine in development and test system. But I am not able to see this field in production.
In program I can see the code for added field. If I execute selection screen separately, thats works fine too.
But when I call it with program I cant see this field.
Please reply me asap if somebody has faced same issues..
Thanks in advance.
Harshada.

Thanks Kiran for ur reply.
But program has been re-imported 2-3 times successfully.  So I do not think it is transport issue.
Also I have activated the program in production. Even that didnt work.
And I do not have authorization to generate version in production system.
I am still clue less because I can execute the selection screen separately and I can see that field.

Similar Messages

  • Price field is not becoming invisible from the item overview of SRM quote

    Hi All,
    I am facing a very unique problem . I need make certain fields invisible in the SRM quotation . One of them is the price field at the item level.
    I have used BBP_UI_CONTROL_BADI for the same. However the field is NOT becoming invisible from the item overview. It is becoming invisible from the item detail but NOT from the item overview.
    Is it because the field is defined as display only in the code ?
    I have implemented note 1062639. Other than this price field I am able to make all other fields invisible from the item overview.
    Code :
    IF iv_fieldname eq 'BBPS_BID_UI_ITEM-PRICE'.
            cv_invisible = 'X'.
    ENDIF.
    IF iv_fieldname eq 'BBPS_BID_UI_ITEM-PRICE_UNIT'.
            cv_invisible = 'X'.
    ENDIF.
    Does anyone have any suggestion as to how to solve the problem ?
    Regards,
    Ajali Sen

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • To create a variant for a selection screen having invisible fields

    Hello All
    I am facing a peculiar problem. I have a screen for the program RSEIDOCB in which the following fields are hidden:
                    TAOUTPR FOR EDIDC-STATUS NO-DISPLAY,
                    STAINPR  FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTRS FOR EDIDC-STATUS NO-DISPLAY,
                    STAINTA  FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTES FOR EDIDC-STATUS NO-DISPLAY,
                    STAINTD  FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTST FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTDT FOR EDIDC-STATUS NO-DISPLAY,
                    STAINBK  FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTEI FOR EDIDC-STATUS NO-DISPLAY,
                    STAINEI  FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTEX FOR EDIDC-STATUS NO-DISPLAY,
                    STAINEA  FOR EDIDC-STATUS NO-DISPLAY,
                    STAOUTDS FOR EDIDC-STATUS NO-DISPLAY,
                    STAINDS  FOR EDIDC-STATUS NO-DISPLAY.
    I want to create a variant for the above program having values for the fields. These fields are basically for specifying the various status of the idocs. I am unable to do to so at the moment. Please help me out. Suitable points will be provided.
    Regards
    Ankit

    Hi Ankit
    Follow these steps..
    1. in SE38 enter Program name 'RSEIDOCB'.
    2. Click on variants button
    3. enter variant name click on create
    4. in selection screen enter default values
    5. Click on attributes
    4. Enter meaning
    5. Press Shft + F4
    6. Bottom of Screen will popup invisible fields
    7. go down to screen
    8. select field and click on selection variables button
       (you to have to tick selection variable check box)
    9. here click on down arrow button very next to field
    10.you can choose values from list and assign to field.
    then save variant.
    Message was edited by:
            Perez C

  • PC00_M14_CDTA ECC5 to ECC6 Upgrade Missing Selection Field

    Hi All,
    Found out Selection Field of (Pay date) during Upgrade from ECC5 to ECC6 on TCODE : PC00_M14_CDTA.
    More information you can refer to below print screen.
    Thank in advance for advice.
    Trevor Wong.

    This has been replaced by "Requested Execution Date". Here is the standard hlpe for this:
    Requested Execution Date on Which the Payment Is to Be Made
    Use
    In this field, you can enter a date on which the bank is to execute a payment. The date is transferred together with the payment information to Financial Accounting (FI), where the payment is executed.
    You can use the date to override the default setting or the date determined by implementing the Business Add-In (BAdI) Change of Requested Execution Date for the Payments (HRDME_B_ REGUH_DUE_DATE).
    In many countries, the system date is used as the default value for the execution date. In some countries, the payment date of the payroll period is used.
    Dependencies
    The following sequence applies to determining the execution date:
    1. The defined default value is used as the execution date.
    2. If the BAdI HRDME_B_ REGUH_DUE_DATE is implemented, the execution date is determined using this BAdI.
    3. If a date is entered on the selection screen of the preliminary program, this overrides the default value or the value determined by the BAdI.

  • How to hide selection fields when using logical database PNP

    hi.
    i m using a logical database PNP and report catagory 1PY_DEF in my program.
    but when i execute it , it shows to selection box. one name is period and second is selections.
    but i just want to show only period box selection fields , not the selection box fields.
    how it iz possible.

    HI,
    In my case i haved used the PNP logical database..in the selection box i don't wnat to display Contorling area,Cost Center & Organizational Unit. i have written this code to hide those fields..
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-name CS 'PNPKOKRS' OR
           screen-name CS 'PNPKOSTL' OR
           screen-name CS 'PNPORGEH'.
          screen-active = '0'.
          screen-invisible = '1'.
          MODIFY SCREEN.
          CLEAR screen.
        ENDIF.
      ENDLOOP.
    Try modify hide the total block instead of individual fields in that block.

  • Cursor becomes invisible in JTextField after using default button

    In my application there is an update screen (JPanel). I am using default button in that panel. The input field is a normal JTextField. When the update is over the cursor goes back to the input JTextField.
         Now my problem is that when I carry out update with mouse, the cursor is correctly placed into the input JTextField and is visible after the update is over. On the other hand, if I carry out the same update operation using default button (using keyboard), the cursor gets placed correctly in the input JTextfield column, but becomes invisible. If I minimize and then again maximize the window, the cursor appears back. What am I missing ? Note that I am using component.requestFocusInWindow() to get focus back to the input JTextField.
    regards,
    nirvan

    While trying to reproduce the behaviour for SSCCE, I found that it is the JOptionPane.showMessageDialog() that is causing the problem. Here is the SSCCE.
    package com.ns;
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.awt.Toolkit;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    import javax.swing.JTextField;
    import javax.swing.WindowConstants;
    public class TestFocus extends javax.swing.JFrame {
        // Variables declaration - do not modify
        private JTextField field1;
        private JTextField field2;
        private JPanel jPanel1;
        private JButton reset;
        private JButton update;
        // End of variables declaration
        public TestFocus() {
            initComponents();
            setDefaultButton();
        @SuppressWarnings("unchecked")
        // <editor-fold defaultstate="collapsed" desc="Generated Code">
        private void initComponents() {
            jPanel1 = new JPanel();
            field1 = new JTextField();
            field2 = new JTextField();
            update = new JButton();
            reset = new JButton();
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            field1.setPreferredSize(new Dimension(40, 20));
            jPanel1.add(field1);
            field2.setPreferredSize(new Dimension(40, 20));
            jPanel1.add(field2);
            update.setText("Update");
            update.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent evt) {
                    updateActionPerformed(evt);
            jPanel1.add(update);
            reset.setText("Reset");
            reset.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent evt) {
                    resetActionPerformed(evt);
            jPanel1.add(reset);
            getContentPane().add(jPanel1, BorderLayout.CENTER);
            Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
            setBounds((screenSize.width-385)/2, (screenSize.height-258)/2, 385, 258);
        }// </editor-fold>
        public void setDefaultButton(){
            this.getRootPane().setDefaultButton(update);
        private void updateActionPerformed(ActionEvent evt) {
            // TODO add your handling code here:
            JOptionPane.showMessageDialog(this,"Activity Updated Succesfully in Database.",
                                            "Information",
                                            JOptionPane.INFORMATION_MESSAGE);
            update.setEnabled(false);
            field1.setEditable(false);
            reset.setEnabled(true);
            this.getRootPane().setDefaultButton(reset);
        private void resetActionPerformed(ActionEvent evt) {
            // TODO add your handling code here:
            field1.requestFocusInWindow();
            field1.setText("");
            field1.setEditable(true);
            reset.setEnabled(false);
            update.setEnabled(true);
            this.getRootPane().setDefaultButton(update);
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new TestFocus().setVisible(true);
    }If I remove the JOptionPane.showMessageDialog() method, everything works fine with mouse as well as keyboard.
    regards,
    nirvan.

  • Visible folder has become "invisible"

    Visible folder has become "invisible":
    I thought I'd lost a folder but when I was doing a search for a possible copy of one of it's content files, I found the contents along with the "trail" for that file's location. Within the chain of files, there was my missing folder.
    I don't know how I made the folder invisible BUT how do I get that folder back into my real-world?
    titanium & Powerbook-Pro   Mac OS X (10.4.7)   1024MB memory & 2meg on Pro

    Hi Charles,
    the "/" means that the original folder is directly in
    the root directory. Open File Buddy, select "New List
    Window" from the menu "List", then click "Add" and
    add your hard disk. Now double-click it once which
    should show the root directory with folders such as
    "Library", "System", "Users" and so forth. One of
    these folders should be the invisible folder you are
    looking for (given that you selected to show
    invisible items in the Preferences of File Buddy).
    Gulliver,
    Did as directed. File did not show-up when I did the double-click. It DID show up when I did a single click to create the sub-listing. However, trying to make it visible in the "information" window gave NO changed results. Finding the folder was not a problem, making it visible "outside" the disc program is my goal. That and figuring out how it became invisible in the first place. As far as I can determine, NO symbol (.) or (/) appears in front of the folders name.

  • Procurement Type - How to make selectable field

    In standard SAP system, for material type ROH procurement type is defaulted (greyed out)
    to "F", how to change to selectable field {to X/E}
    Thanks

    Hi
    I am not sure about the Business requirement why you need to change the Procurement type for ROH from Standard F.There is one more option to make the Procurement type field active in MRP-2 view by doing the cust setting in the material type. 
    IMG Path > Logistics - General > Material Master > Basic Settings > Material Types > Define Attributes of Material Types
    Choose Material Type > ROH and Click on Details
    In the next screen under Internal/External Purchase orders selection change the setting to Int. purchase orders as 1 from 0 and SAVE
    Now create the material with ROH using MM01 > In the MRP-2 view the Procurement type field become active with Default value as X. Here we can change the P/ type as F manually
    Regards
    Brahmaji

  • Selection procedure becomes blank in material master

    Hi All
    I want to know when the selection procedure fiels in material master becomes blank. The user have set value 2 and MRP type V2 and forecast model j. When does this selection procedure becomes blank from 2. Is it related to any program which does or its a functionality?

    The key was to review the section: (txn OMSA)
    Define Plant-Specific Field Selection and Plant-Specific Scr.. Our plant had a Group 0001... and in group 0001 the field is as HIDE.
    For that field we define another group that is showed and now MM03 is displayed.

  • When menu items are selected they become invsible

    when I select a menu item the words become invisible.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Is there a way to create form fields to tab into and type and or drop down selection fields in pages as you can with microsoft word?

    is there a way to create form fields to tab into and type and or drop down selection fields in pages as you can with microsoft word?

    No

  • How to get multiple selected fields in list

    Hello all,
    I am trying to get multiple selected value from a list but i dont know how to get multiple selected fields from a list though AS3.
    Actually i want to pass the selected fields to php, so for that i need to get the selections and send to php.
    Thankx..

    i want to put the selected fields of list in an array through AS3....
    actually......i figured it out how to do that...........
    Its simple......use
    list.selectedItems[index]
    and to get the number of items selected......
    list.selectedItems.length
    simple.....

  • Is it possible to display only dynamically selected fields in the out put?

    Is it possible to display only dynamically selected fields in the out put? i need to display set of columns in the selection criteria, but in the output i have display only input given fields. because i need to convert it into .csv file. So i have to display selected fields from internal table. In oracle they are using"execute immediate". is there any equivalent in SAP?
    thanks in advance.

    Hi Remya,
    Are you talking about dynamic programming in ABAP ?
    If yes, there are concepts like RTTS which facilitates it.
    Yes, the select query also supports dynamic selection of fields. ( Please care about ( ) in dynamic sql ).
    Do more research on Field Symbols and statements like ASSIGN COMPONENT OF.
    Regards,
    Philip.

  • How can I enforce automatic spell checking for selected fields of data entered by form users?

    I'd like to be able to enforce spell checking of selected fields in the forms that I've created using LiveCycle Designer 8.2 at run time, as opposed to design time.  I understand the version LCD 8 has a nifty new spell checker for form designers.  But I want to spell check the data entered by users using Acrobat Reader.  And I want to enforce the spell checking automatically on selected fields only.
    Presently it seems that users filling in my forms, must know how to manually right-click on each field and select "Spell Check" from the resulting dialog box in order to check for spelling errors in the data the user has entered in the form.
    I would like to discover a way to enforce spell checking in selected fields, just as I am able to do in forms created using Acrobat Pro.  In Acrobat Pro, I can set a property for each field to require spell checking.  but that feature seems to be missing in Livecycle Designer.
    I've check the Object model for XFA forms hoping that I might find a method I can call with a Javascript, to check spelling based on an event such as onBlur.  But I haven't found a spell check method.
    Am I missing something simple?  Is there a way to set each field to be spell checked when a user is filling in the form using the free Acrobat Reader?
    Our users are not sophisticated and requiring them to spell check each field separately just won't cut it...
    Any help on this will be greatly appreciated.
    Thanks!
    -David Bartholomew

    Hi David,
    Two things...
    At design time set the locale of the form to one that Acrobat spell checks. For example English (US) and English (UK) locales have spell checkers; however English (Ireland) does not. Check the Warnings tab to see if spell checking is supported for your locale.
    If your form locale supports spell checking then you can go to the button script below.
    If you form locale does NOT support spell checking then Stephanie has a great work around to force spell checking (http://forums.adobe.com/message/2233945#2233945).
    Bring a regular button onto the form and in the click event have the following:
    app.execMenuItem("Spelling:Check Spelling");
    Which will open the spell checker for all fields.  Thanks to Paul for extracting all of the accessible menu items (http://forums.adobe.com/message/1912914#1912914).
    Good luck,
    Niall

  • Problem with selection fields in SAP Quick Viewer

    Hi Friends
    I am using SQVI t-code to develop the SAP queries. I have developed a query using tables KNA1, VBAK and VBAP. Initially I used customer number, customer name, city, document creation data, document type and document number as selection fields. Now I have removed customer name, city, document creation data, document type from selection fields.  I am executing this query through a Function module "RSAQ_REMOTE_QUERY_CALL". While passing the data to selection table, even after deleting the 4 selection fields, still I have to pass the sales document number positioning as 6. Is there any way to solve this and make its position as 2.
    I have gone through the FM "RSAQ_IMPORT_QUERY", there one table parameter O_DBSE will retrieve the values for selection fields are designed for that query, again its tedious process, I have create a customized function module and make the required changes. Instead of using this FM, is there any table which stores the data of the selection fields of a query. I have tried for the table and I failed to find that.
    Please help me in this regards
    Regards
    Praveen

    Hello, I am trying to create LSMW to upload KP06 also, we have been uploading by copying and pasting once we run the iverview layout and then save. The problem is that we can only do this by G/L account. We want to use one file to upload all. Can you give me some tips how you were able to accomplished. I am familiar with LSMW, but tcode KP06 behaves in different ways. Do you use the flexible upload to load the fiel thru LSMW? Can you tell me which fields you touch in KP06 when you were recording?
    Thanks You,

Maybe you are looking for