Change application title - Select RFx type to select RFQ type

Dear Experts,
I need to change the text in the Header area of Rfx. I need to chagne the Application title from Select Rfx type to Select RFQ type and create RFx text to Create RFQ. Kindly help me in finding out. I debugged FPM_OIF_COMPONENT and IDR component. Kindly guide me how can i change the texts.
Thanks & Regards
Arun.K.P

Hello Arun,
if you want to translate wordings, labels come from text elements from /SAPSRM/CL_CH_WD_IDEN_MAP_RFQ class.
Check /SAPSRM/CL_CH_WD_IDEN_MAP_XXX class for any other documents.
If you want to hide those wordings, activate CT_FIELD_DEF-IS_METADATA_HANDLED  parameter from DEFINE_FIELDS method from /SAPSRM/BD_FPM_IDR_FIELD_DEF BAdI (enhancement spot /SAPSRM/BD_FPM_IDR_OIF_EXT).
Regards.
Laurent.

Similar Messages

  • How to change Application title on screen?

    It has been a very long time since I worked with Swing and I've forgotten so much.
    I need to change the application title line when the user selects different panels to display.
    What is the property for that attribute?
    Thanks.

    burferd wrote:
    I presume there may be a setTitle() method for the main frame of the application, You presume correctly. The API will verify this. Of course it takes a String parameter.
    but how do I find it?You need to get a reference to the JFrame, and how you do this depends upon your program. If you don't have a direct reference, you can get one via the SwingUtilities.getWindowAncestor(Component c) method.

  • Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Can we design a paint type application with background area is not selected

    Hi All,
    I have the requirement to design MS Paint type application where the user will annotate on the application with pencil like tools. I have one frame containing the JPanel which acting like a slate to annotate. I need to display the JPanel in my application with the background as non-selected like in any PDF viewer and Power Point and the size of the JPanel has to increase or decrease according to the mouse scrolled by the user (Same like what happening MS Word / PDF Viewer).
    Can any one please let me know what approach do i need to follow to achieve this?
    Thanks in advance,
    Uday

    A JPanel is the simplest container class. As you don't want it to contain anything, you don't need that. Use a JComponent.

  • Changing std title based on Document type while creating po(me21n)

    Hi experts,
    when we enter me21n,there the std title is Cretae purchase order.Here requirement is whenever i select document type as standard po then in std title it should display "Standard po created". Changing the std title in me21n based on selected document type.for eg:if i selected doc type as "stock transport ord" then in std title bar system should display "Stock transport ord po created".
    Thanks in advance.

    Hi,
    You can define allowed item categories for purchase order and doc type config for po
    SPRO>MM>PUR>PO>DOC TYPE>SELECT DOC TYPE>ALLOWED ITEM CAT
    BR
    Diwakar

  • How do I change which application is the (default) for a given file type?

    For .pdf files, I have set the application behaviour to "Always Ask", because sometimes I want to open the pdf, sometimes I want to save it. So far so good.
    Now, when I want to open the .pdf, I have added an application to the dropdown list, so now I have "Adobe Reader 9 (default)" and "okular".
    The problem is this: I *never* open using Adobe Reader. I always want to use okular, but Adobe Reader always appears first on the list, as it is the 'default'. This means I always have to click on the dropdown and select "okular", i.e. an extra step every time I want to open a pdf.
    How do I change which application is the default?

    Yes, I know that. That was the first sentence of my question, but it is not the problem I have.
    I want to change which application is the (default) for a given file type, and this cannot be done from the settings.

  • How can I change the menubar depeneding on the panel selected?

    Hi,
    I am having the[b] AppMain.java extends JFrame and the Navigator extends AppMain.
    There is a perspective.java interface which has a getMenu() method as follows
    public JMenubar getMenu()
    There are 2 panels which are being interchenged depending on the button selected in the navigator.
    THey are the Admin and the Config which implements Perspective extends JPanel
    and they also have the method for getmenu()as follows.
    public JMenuBar getMenu()
    return Navigator.getInstance().getJMenuBar();
    in the Navigator I have the code for the setJMenuBar as follows
    String xmlFile = "/metadata/guidef.xml";
    //Parse the xml file that represents the gui menus, toolbars, actions, icons
    try
    ErrorFactory.getInstance().parse();
    GuiFactory.getInstance().setInputSource(xmlFile);
    GuiFactory.getInstance().parse();
    this.setIconImage(IconFactory.getInstance().getIcon("appicon").getImage());
    this.setJMenuBar(createMenuBar());
    catch (Exception e)
    e.printStackTrace();
    But what I need to do is I need to change the menubar depending on panel selected ?
    Thanks in advance.

    public class MQENavigator extends ApplicationMain {
    /** Main Content panel for the application Frame */
    public JPanel mainContentJPanel_;
         public JPanel mainViewPanel = null;
         JPanel perspectiveButtonBar = new JPanel();
    public JPanel perspectiveViewPanel = new JPanel();
    public JPanel configViewPanel = new JPanel();
    public JPanel commandStatPanel = new JPanel();
    private Hashtable panelsHash = null;
    static private final String mqenterpriseKey = "application.title";
    static private final String guidefKey = "ldmkxml.guidef.text";
         static private final String initmqKey = "ldmkxml.mqelayout.text";
         static private final String toolbarKey = "ldmkxml.create.toolbars.text";
         static private final String statusKey = "ldmkxml.create.statusbars.text";
         static private final String mainappKey = "ldmkxml.create.mainapp.view.text";
         static private final String launchKey = "ldmkxml.launch.mqenterprise.text";
         static private final String imgfnfKey = "ldmkxml.imgfile.notfound.text";
         //ints to keep track of heights of various components
    int iHeight_;
    //Splash window for updating status
    SplashWindow _splash = null;
    * Constructor for the main application frame
    public MQENavigator()
    super();
    try
    initComponent();
    initGUI();
    soleInstance_ = this;
    catch(Exception e)
    e.printStackTrace();
    * This will initialize the component defaults
    * @param None
    * @return None
    * @exception <{Exception}>
    protected void initComponent() throws Exception
    setAppKeyName("mqe");
    setIniFile("mqe");
    Locale.setDefault(SupportedLanguages.getLocale(
    Integer.parseInt(getIniFile().getProperty("selected.language", "0"))));
              String key = StringFactory.getString(mqenterpriseKey);
    setAppName(key);
    Log.init();
    Log.log(Log.NOTICE, this, Utilities.getResource("/metadata/version.info").trim());
    super.initComponent() ;
              String hs = getIniFile().getProperty("helpset.name");
              GuiResource.initializeHelp(hs);
    * This will initialize this components GUI
    * @param None
    * @return None
    * @exception Exception
    private void initGUI() throws Exception
              String guidefkey = StringFactory.getString(guidefKey);
              String initmqkey = StringFactory.getString(initmqKey);
              String toolkey = StringFactory.getString(toolbarKey);
              String statuskey = StringFactory.getString(statusKey);
              String mainappkey = StringFactory.getString(mainappKey);
              String launchkey = StringFactory.getString(launchKey);
    // Start the splash screen
    _splash = displaySplashScreen(createSplashPanel());
    // Create the Menu Bar
    _splash.incrementProgressTo(10, guidefkey);
    String xmlFile = "/metadata/guidef.xml";
    createJMenuBar(xmlFile);
    /**String configxmlFile = "/metadata/configguidef.xml";
    //Parse the xml file that represents the gui menus, toolbars, actions, icons
    try
    ErrorFactory.getInstance().parse();
    GuiFactory.getInstance().setInputSource(xmlFile);
    GuiFactory.getInstance().parse();
    this.setIconImage(IconFactory.getInstance().getIcon("appicon").getImage());
    this.setJMenuBar(createMenuBar());
    catch (Exception e)
    e.printStackTrace();
    // Set the main content panel for all the GUI components
    _splash.incrementProgressTo(15, initmqkey);
    mainContentJPanel_ = (JPanel) this.getContentPane();
    mainContentJPanel_.setLayout(new BorderLayout());
    mainContentJPanel_.setSize(new Dimension (800,600));
    //Lets create the panels that we need
    //Keep track of the height of the toolbar and status so we now the max
    //real estate we can use for the actual "guts" display of the application
    //ToolBar
    _splash.incrementProgressTo(20, toolkey);
    //Status Bar
    _splash.incrementProgressTo(30, statuskey);
    JPanel statusBarPanel = createStatusBar();
    iHeight_ += statusBarPanel.getHeight();
    /**commandStatPanel = new JPanel();
         commandStatPanel.setLayout(new BoxLayout(commandStatPanel, BoxLayout.Y_AXIS));
              CommandStatsPanel commands = new CommandStatsPanel();
              ApplicationMain.getInstance().setCommandPanel(commands);
    String shouldOpen = MQEPreferencesDialog.getPreferenceValue("enable.trace.commands");
              if (shouldOpen != null)
                   Boolean traceOn = new Boolean (shouldOpen);
                   if (traceOn.booleanValue())
                        AbstractAction action = LandMarkMQActions.getInstance().getActionForName("viewcommand");
                        action.actionPerformed(new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "enabled"));
                        //splitPane.setBottomComponent(commands);
                        commandStatPanel.add(commands);
              commandStatPanel.add(statusBarPanel);*/
    //MainView
    _splash.incrementProgressTo(40, mainappkey);
    mainViewPanel = new AdminPerspectivePanel();
              perspectiveViewPanel.setLayout(new BorderLayout());
              perspectiveViewPanel.add(mainViewPanel,BorderLayout.CENTER);
              perspectiveButtonBar.setLayout(new BoxLayout(perspectiveButtonBar, BoxLayout.Y_AXIS));
              perspectiveButtonBar.setBorder(BorderFactory.createRaisedBevelBorder());
              JButton adminPerspectiveButton = ComponentFactory.getInstance().createImageButton(IconFactory.getInstance().getIcon("navigator"));
              JButton configPerspectiveButton = ComponentFactory.getInstance().createImageButton(IconFactory.getInstance().getIcon("addicon"));
              JButton monitoringPerspectiveButton = ComponentFactory.getInstance().createImageButton(IconFactory.getInstance().getIcon("staricon"));
              configViewPanel = new ConfigPerspectivePanel();
              perspectiveButtonBar.add(adminPerspectiveButton);
              adminPerspectiveButton.addActionListener(new ActionListener()
                   public void actionPerformed (ActionEvent ae)
                        setPerspectivePane(mainViewPanel);
              perspectiveButtonBar.add(configPerspectiveButton);
              configPerspectiveButton.addActionListener(new ActionListener()
                   public void actionPerformed (ActionEvent ae)
                        setPerspectivePane(configViewPanel);
              // Done adding perspectiveButtonBar, perspectiveViewPanel and statusBarPanel to content pane
              mainContentJPanel_.add(perspectiveViewPanel, BorderLayout.CENTER);
    mainContentJPanel_.add(perspectiveButtonBar, BorderLayout.WEST);
    //mainContentJPanel_.add(commandStatPanel, BorderLayout.SOUTH);
    mainContentJPanel_.add(statusBarPanel, BorderLayout.SOUTH);
    //Launch the application
    _splash.incrementProgressTo(100, launchkey);
    launch(getAppName(), false) ;
    //To get around a swing bug set the locations of the splitpanes here
    setSplitDividers();
    validate();
    //This seems to fix the problem of the details panel split going to the correct location
    setSplitDividers();
    _splash.closeSplashWindow();
    setVisible(true);
    public void setPerspectivePane(JPanel panel)
              perspectiveViewPanel.removeAll();
              perspectiveViewPanel.add(panel);
              perspectiveViewPanel.revalidate();
              perspectiveViewPanel.repaint();
    public void setSplitDividers()
    double dividerLoc = .40;
    //The main split pane you want a 90 /10 split
    ApplicationMain.getInstance().getTreeDetailSplit().setDividerLocation(dividerLoc);
    ApplicationMain.getInstance().getTreeDetailSplit().setResizeWeight (dividerLoc);
    dividerLoc = .80;
    ApplicationMain.getInstance().getTreeCommandSplit().setResizeWeight (dividerLoc);
    ApplicationMain.getInstance().getTreeCommandSplit().setDividerLocation(dividerLoc);
    dividerLoc = .50;
    ApplicationMain.getInstance().getDetailEventSplit().setResizeWeight (dividerLoc);
    ApplicationMain.getInstance().getDetailEventSplit().setDividerLocation(dividerLoc);
    ((DetailPanel)ApplicationMain.getInstance().getDetailsPanel()).resetTableColumns();
    ((EventPanel)ApplicationMain.getInstance().getEventPanel()).resetTableColumns();
    //((CommandStatsPanel)ApplicationMain.getInstance().getCommandPanel()).resetTableColumns();
    public void createJMenuBar(String xmlFile)
              //Parse the xml file that represents the gui menus, toolbars, actions, icons
              try
                   ErrorFactory.getInstance().parse();
                   GuiFactory.getInstance().setInputSource(xmlFile);
                   GuiFactory.getInstance().parse();
                   this.setIconImage(IconFactory.getInstance().getIcon("appicon").getImage());
                   this.setJMenuBar(createMenuBar());
                   validate();
                   repaint();
              catch (Exception e)
                   e.printStackTrace();
    private JPanel createSplashPanel()
    String imagekey = StringFactory.getString(imgfnfKey);
    JPanel splashPanel = new JPanel(new BorderLayout());
    splashPanel.setBackground(Color.white);
    JLabel l = null;
    ImageIcon img = Utilities.getImage("/images/MQENavigator.jpg");
    if (img != null)
    l = new JLabel(img);
    else
    l = new JLabel(imagekey);
    l.setBackground(Color.white);
    l.setBorder(BorderFactory.createCompoundBorder());
    splashPanel.add(l, BorderLayout.CENTER);
    splashPanel.setPreferredSize(new Dimension ((int) l.getPreferredSize().getWidth(),
    (int) l.getPreferredSize().getHeight()));
    return splashPanel;
    static public void main (String[] args) throws Exception
    MQENavigator landMarkApp = new MQENavigator();
    Here in the code there is a setPerspectivePane() when the button are created and the admin and config are two different panels I meant to say.

  • How can I add a custom title to multiple ALV reports selected by layout?

    Greetings and good day, everyone!
    Within the past week or so, I posted a question asking the best way to create a program that would generate multiple ALV reports.  I got some great ideas, and I've actually coded up a few simple demos based on your feedback -- thank you!
    Here's the issue I'm running into:  Many of you suggested that I put all report records into one table, and create a field that I could use to filter on later to determine which fields I want to display for the report.  For example, if I have 3 different reports, I put all the fields for all 3 reports into a table.  I then add a "report key" field.  As I put records into the report table for report 1, I code "01" into the "report key" field.  I do the same for reports 2 and 3, assigning each a "report key" of "02" and "03", respectively.
    I then set up layouts in the ALV for each of the three reports, using the filter option to only pull records with the "report key" value for that particular report.  This all works wonderfully!  However, I seem to have lost the ability to show a custom title for each layout.  I can create a generic TITLEBAR (like "Reporting Center") but I don't know how to reset the grid's title when a layout is selected.  I was hoping that SAP might use the layout description as the title on each page, but it doesn't -- it uses the TITLEBAR text.
    Any ideas?  I think this might be the best way to program multiple ALV reports, but if I can't display the right report title for a particular layout, I'll probably have to go back to my other alternative of putting each report in its own container/screen, and having a button to access each report from the application toolbar.
    Thanks,

    Srikanth,
    I don't have any Selection Screen radio buttons for the user to select a particular report; in my case, they specify some needed criteria by the program in the Selection Screen, the program goes off and does a fair bit of processing/updating, and then displays the ALV reports when finished.  They don't want to choose one particular report to view ahead of time; they want to have all 3 (in my case) there to see what processed correctly, what was eligible to process but kicked out with errors, and what failed some matching checks done up front (this layout includes additional fields from the input file so they can see what didn't match up against R/3).
    So, while I do like the code example you presented, I don't think it's going to help me in my case.

  • [Eclipse Problem] Selection does not contain a main type?

    well i am using a GUI builder software which generates java code, i made a simple one to test and it will not compile.
    import java.awt.*;
    import javax.swing.*;
    public class name  {
         @SuppressWarnings("unused")
         private void initComponents() {
              panel1 = new JPanel();
              label1 = new JLabel();
              textField1 = new JTextField();
              panel1.setLayout(new FlowLayout());
              label1.setText("Name:");
              label1.setHorizontalAlignment(SwingConstants.LEFT);
              panel1.add(label1);
              textField1.setColumns(12);
              textField1.setText("hi");
              panel1.add(textField1);
         private JPanel panel1;
         private JLabel label1;
         private JTextField textField1;
    }it should make a basic swing GUI but it just gives me the error "Selection does not contain a main type"
    I did not select in eclipse "use public static void main" i know im not supposed to because this has no main method, but how am i to compile this? =X
    Edited by: -Johnny- on May 14, 2008 6:44 PM
    Edited by: -Johnny- on May 14, 2008 6:44 PM

    -Johnny- wrote:
    ya i used javac instead of eclipse then running it complains like you say
    but is there any way to compile this code and it will work? I was hoping to use this GUI builder for business purposes but it seems like a waste of money so far if i can't make working java application with it =\The code is fine. You need to learn the basics. Start with the intro tutorials at the Sun type and start reading and coding.
    Here is what the rest could look like:
    import java.awt.*;
    import javax.swing.*;
    public class name
        @SuppressWarnings("unused")
        private void initComponents()
            panel1 = new JPanel();
            label1 = new JLabel();
            textField1 = new JTextField();
            panel1.setLayout(new FlowLayout());
            label1.setText("Name:");
            label1.setHorizontalAlignment(SwingConstants.LEFT);
            panel1.add(label1);
            textField1.setColumns(12);
            textField1.setText("hi");
            panel1.add(textField1);
        private JPanel panel1;
        private JLabel label1;
        private JTextField textField1;
        public name()
            initComponents();
        public JPanel getPanel()
            return panel1;
        private static void createAndShowUI()
            JFrame frame = new JFrame("name");
            frame.getContentPane().add(new name().getPanel());
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.pack();
            frame.setLocationRelativeTo(null);
            frame.setVisible(true);
        public static void main(String[] args)
            java.awt.EventQueue.invokeLater(new Runnable()
                public void run()
                    createAndShowUI();
    }Edited by: Encephalopathic on May 14, 2008 7:10 PM

  • "Try Selecting a Different Printer or File Type" Error - iPad2 - Officejet Pro 8600 - ePrint error

    Greetings...
    I just got an Officejet Pro 8600 and I've been trying to get web pages to print using HP ePrint from my iPad 2 (iOS 7.0.6). I go into the ePrint app, go to web page of choice, and then click on my printer option to print. It renders on screen and then throws out the following error:
    "Try Selecting a Different Printer or File Type" "Officejet Pro 8600 [5124FC] doesn't support this file type."
    I can use ePrint from the iPad to print pictures from camera roll.
    This only is problematic when I try to print web pages (I tried amazon.com for test).
    I have no problems doing this from my iPhone...only the iPad.
    I've tried rebooting device and trying again....same thing.
    Anybody know how to fix this? I really want to be able to print web pages from my iPad.
    Thanks in advance...
    Possie

    Hello Possie,
    Thank you for the update.  I have to say I'm surprised and disappointed that the uninstall and reinstall did not resolve the issue, especially since you can print the page from your iPhone.
    I have spent some time researching this and working with my colleagues in HP's Cloud Services and we have a couple of suggestions/questions.
    Do you get the same error when you try to print the web page using Apple's AirPrint feature? 
    Please ensure the iPad is connect to your home wireless network and try to print again.
    Please try changing the settings in the ePrint app before printing the web page.  Please ensure that the paper quality is set to normal (see screen shot below) and that the paper size is set to letter (see 2nd screen shot below).
    Please let us know how it goes. 
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • GR55 Report - Need to add Document type in selection parameter

    Hi Friends,
    Our client needs to have document type in selection parameter for one report group which has 4 reports attached.
    Changes have been made and now document type is already there in selection parameter. But irrespective of document type Output is same.
    That is if i Give docuement type or not it gives me same output.
    This report is bein copies n new report is made.
    Can any one help me out with how go proceed further.

    Hi,
    This report is bein copies n new report is made.
    You just copied the output from an existing one right....
    Inorder to get the report documenmt type wise you also need to change the output format of the report.
    Ask your ABAPer to get this tobe done...

  • Type to selection tool quick command not working in InDesign CC

    When I have the type tool selected in InDesign and hold command for the selection tool, it's not working. When I hold the command button it highlights the selection tool, but as soon as I click my mouse, it reverts back to the type tool. Also, when I change the size of my text box it does not resize the text in the box, even if I hold for a a few sec before moving the cursor.

    @Cindy – usually all 3rd party developers will provide some information for installing and uninstalling their products. First see if you can find some information on their web sites.
    Also there should be a dedicated Adobe Extension Manager app where you can look up the installed parts of InDesign. Since I do not have InDesign CC installed, I do not know exactly, but its name should be something like "Adobe Extension Manager CC".
    If you start this app it will show all parts installed with InDesign (or other apps that are installed).
    Usually at the bottom of the list are the 3rd party installed components. They do not state "Adobe Incoroprate System" as author. Never uninstall (remove) the Adobe ones!
    Here a screen grab from my German Adobe Extension Manager CS5:
    If you select one, a new option is available at the right. In my case here the "Entfernen" button ("Remove" in English).
    Uwe

  • How to change the application title in apex while importing it ..

    Hi ,
    I have an issue here. As per the requirements I need to change the application title in Apex while
    importing it from One instance to another instance.
    Ex: My application title is WATERFALL PORTAL in iWATERFALL instance ,it must be changed to PUAT PORTAL if im Importing it to PUAT instance.
    This change has to be done Dynamically. Without Entering it Manually.
    Kindly help me out and Will be Great for your Assistance.
    Thanks,
    Vishal

    1001804 wrote:
    Hi ,Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your forum profile with a real handle instead of "1001804".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I have an issue here. As per the requirements I need to change the application title in Apex while
    importing it from One instance to another instance.Please clarify what you mean by "application title". The Application Name in the application definition? The displayed Logo in the user interface properties?
    Ex: My application title is WATERFALL PORTAL in iWATERFALL instance ,it must be changed to PUAT PORTAL if im Importing it to PUAT instance.
    This change has to be done Dynamically. Without Entering it Manually.Also clarify what you mean by "instance". An "APEX instance" refers to the APEX installation in a database. The "APEX instance" does not have a specific name property, and would therefore usually be referred to using the database name. Or do you mean the APEX workspace containing the application?

  • Add bottons on the application tool bar of the standard selection screen

    Hi All,
    I am having the standard selection screen in module pool programing. I wnat to add the bottons on the application tool bar of the standard selection screen.and hide the existing bottons (like std. execute and i bottons.)instead of these i want to give my won bottons like create and display.
    pls help on this.

    Hi Sridhar,
      Try the Code below. It places two buttons on the selection-screen along with the execute button.
    TABLES sscrfields.
    PARAMETERS: p_carrid TYPE s_carr_id,
                p_cityfr TYPE s_from_cit.
    SELECTION-SCREEN: FUNCTION KEY 1,
                      FUNCTION KEY 2.
    INITIALIZATION.
      sscrfields-functxt_01 = 'LH'.
      sscrfields-functxt_02 = 'UA'.
    AT SELECTION-SCREEN.
      CASE sscrfields-ucomm.
          WHEN'FC01'.
          p_carrid = 'LH'.
          p_cityfr = 'Frankfurt'.
        WHEN 'FC02'.
          p_carrid = 'UA'.
          p_cityfr = 'Chicago'.
      ENDCASE.
    START-OF-SELECTION.
      WRITE / 'START-OF-SELECTION'.
    Just go to the table sscrfields to knoe the fields in it. I think this clears the issue.
    Regards,
    Swapna.

  • Select customer name from a drop down Select List or be able to type it in

    Hi,
    Is there a way to allow my users to have an option to either select a customer name from a drop down Select List or be able to type it in...
    Thanks in advance

    This is an excellent option for another application but in this one I would prefer a drop down list to allow my users to see all the orders (to pick from the list) or type it in if they can't find it in the list...
    I know how to create a drop down select list but not sure what to do to allow users to be able to manually type in as well...
    Thanks

Maybe you are looking for

  • Links in PowerPoint 2010 Not Working in PDF

    My PowerPoint 2010 file has several internal links.  Some pages/slides have multiple links.  When I save the file as a PDF, some of the links work correctly, but most of them disappear.  Trouble-shooting experiments so far include grouping and ungrou

  • Clearing Interactive Report filters without clearing report settings

    APEX 4.0 Oracle 10g I have an IRR, the report is saved as primary for displaying 200 rows at at time for each page (Page 3) The customer can filter upon many columns and can use mutliple filters through the Action -> Filter Column. Our requirement is

  • Importing? Consolidating? drag n drop?  which is right ?

    I have my music on a sepaarate drive B user/music/itunes/itunesmusic. my itunes is where osx is Drive A - the startup disk. user/music/itunes/itunesmusic/ is empty my itunes says i have 4900 tracks, about 19 gb however i know my music (drive B) has t

  • Do I use BPM correlation correctly

    I have a BPM and it calls 3 RFCs Sender -> BPM -> RFC1(sync) -> RFC2(sync) -> RFC3(sync) And the data is master/detail, but the sender send by detail, not master. It means, if a master has 3 details then sender sends 3 messages to BPM. But I don't wa

  • Validate the Selected Lookup value.. Is it possible??

    Hello Experts, Can we Validate a lookup field across a Integer field?? In detail.. I have a Look up field which holds 4 digt numeric values Order Number 0001 0002 0003 0004 Serious is a integer field where the user enters 4 digit numbers.. So, i need