SUbmit program where the selection screen called has tab screens

Hello folks,
                Anyone ever used the submit command where the program called has tab screens on its intial screen? I would like to do this and do not want to have the selection screen display, so I am hoping there is some way to inform the submit command that I have multiple tabs to fill selection criteia on.
Cheers,
Ross Goodman

Hi,
Try using
Submit prog_name  USING SELECTION-SCREEN dynnr
or
SUBMIT prog_name USING SELECTION-SET  'Variant'
I guess this should meet your requirement.
however I have not tried it for Selection screen with tabs.
Let me know how it goes...!!1
Regards,
Nikhil

Similar Messages

  • How to Create a "FAQ" page where the top of page has all the Hyperlinks

    Hi,
    On iWeb, how do I Create a "FAQ" page where the top of page has all the Questions as Hyperlinks.
    The hyperlinks would not actually link to a separate page, but would automatically scroll the page to the spot where the question is answered.
    An good example is below:
    http://www.cardrunners.com/members/index.php?option=com_content&task=view&id=102 &Itemid=2
    Thanks for your help!

    Sarah,
    As is pointed out what you would like to do is old fashioned Anchors, real easy on a conventional site but not so easy in iWeb.
    I made an FAQ by just making questions followed by answers and increasing font size and using bold to make the questions stand out so it is easy to use.
    Much more work for you but will approximate what you are trying to achieve is this: On the FAQ page make your list of questions each of which you will make into a hyperlink to go to another page. For every question add a blank page to write the answer on. Uncheck the relevant box so that that page does not appear in the navigation bar. Write your answer on that page then under it make a hyperlink back to the FAQ page. The page would also by default have the normal navigation menu at the top, but adding a "Close Window" or "Back To FAQ" link that is actually just a hyperlink to the FAQ page is helpful for site visitors.
    While a lot of work to make the extra pages it should work well and solve your problem.
    The simplicity of iWeb soon provides problems as soon as you want to do more than the basics offered.

  • Can you get a power point program for the mac, my daughter has a power point assignment and i am not sure how to do it on the mac

    Can you get a power point program for the mac, my daughter has a power point assignment and i am not sure how to do it on the mac

    You can use a free alternative like openoffice for this:
    http://www.openoffice.org/porting/mac/
    or libre office which is a fork of open office:
    http://www.libreoffice.org/

  • How to sent text from my C# WinForm program to another program - where the cursore is

    hi
    how to sent text from my C# WinForm program to another program - where the cursore is
    for example: i have in my program label that contain "ABC" , when i press 'Z'
    the ABC will Appears where the cursore is standing.
    how to do it ?
    what to look for ?
    thanks

    Hi E_Gold,
    You'll need to:
    1) Bring the app to the front
    2) SendKeys to the app
    This code will send "ABC" to MS Word:
    using System.Runtime.InteropServices;
    private void Form1_Load(object sender, EventArgs e)
    // Send the keys 'ABC' to MS Word:
    SendKeysToApp("word", "ABC");
    private void SendKeysToApp(string appName, string keys)
    if (BringAppToFront(appName))
    SendKeys.Send(keys);
    [DllImport("User32.dll")]
    private static extern void SwitchToThisWindow(IntPtr hWnd, bool fAltTab);
    private bool BringAppToFront(string processName)
    IntPtr hWnd = HWnd(processName);
    if (hWnd != new IntPtr(0))
    SwitchToThisWindow(hWnd, true);
    return true;
    else
    return false;
    private IntPtr HWnd(string processName)
    IntPtr hwnd = new IntPtr(0);
    using (Process process = ProcessGet(processName))
    if (process != null)
    try
    IntPtr h = process.MainWindowHandle;
    hwnd = h;
    catch
    if (hwnd != new IntPtr(0))
    return hwnd;
    return hwnd;
    public Process ProcessGet(string processNameToGet)
    if (processNameToGet == "")
    return null;
    Process[] processes = Process.GetProcesses();
    foreach (Process process in processes)
    if (process.ProcessName.IndexOf(processNameToGet, StringComparison.CurrentCultureIgnoreCase) != -1)
    return process;
    return null;
    For info on sending special keys such as "Enter", so this page on MS website:
    SendKeys Class
    Hope this helps.
    Thanks, Andy

  • I must have clicked on something by mistake and the top tool bar where the Firefox logo was has disappeared and I now have a blank screen. How do I get that back? Before I could click on it to get to the print function.

    I clicked on something by mistake and now have a white blank screen.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    If you are in full screen mode then hover the mouse to the top to make the Navigation Toolbar and Tab bar appear.
    You can click the Maximize button at the top right to leave full screen mode or right click empty space on a toolbar and use "Exit Full Screen Mode" or press F11.
    *https://support.mozilla.org/kb/how-to-use-full-screen
    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"

  • How to get variant of SUBMIT program to the main program.

    Hi!
    In my ZFRFI00R_PRINT_DOCUMENTS program i am using
    SUBMIT zfrfi01r_alv_fi_document
    using SELECTION-SET sp_vari
    with p_comp  = gw_bkpf_key-bukrs
    with p_year    = gw_bkpf_key-gjahr
    with p_doc    =  gw_bkpf_key-belnr
    and return.
    So in the main program i created one layout field to get the what are all the layouts in the SUBMIT program.
    I am using FMs 'REUSE_ALV_VARIANT_DEFAULT_GET' , 'REUSE_ALV_VARIANT_F4'  to get default layout from the SUBMIT program.
    It is not showing the layouts which are in the SUBMIT program when i press F4 in the layouy input field in the selection screen of the main program.
    Can anyone help in this regard?
    Thank you in advance for ur help.
    Regards,
    Raj

    Hi,
    IN the disvariant parameter are you populating the correct program name..meaning the submitted program name..
    Thanks,
    Naren

  • Jdeveloper runs another program as the selected one

    After selecting a program (from Java Examples) and trying it to
    run or debug, JDeveloper starts another program which runs
    before. This behaviour is independent of the entry in "Default
    Runable Class/File" in Project property, Run/Debug tab. If this
    entry is empty, the first try to run my program writes in this
    field the other program I don't want to execute. How works the
    program execution exactly? JDeveloper has to register somewhere
    the previous running program and overrule the standard
    (executing the selected program). Does anyone know this
    difficulty?
    Thanks for the hints.

    Georg,
    I have done some testing and am not having any problems with
    this.
    My suggestion is:
    Make sure the samples you want to run are in your project.
    Make sure Show enty points on classpath is not selected.
    Right-click the program (with a Main()), select Run from the
    context menu.
    The Run option from the top menu automatically selects (in this
    order) the selected program in the navigator, or if one is not
    selected, the first one in the project.
    The safest way is to right-click the one you want and run it
    from the context menu.
    Gary
    JDev Team

  • Brand new BT Decor 2100 "the number you called has...

    My line had a buzzing, so I called BT and they sent me an engineer. I cost me £198 for him to tell me that it was the fault of my old BT Vanguard phone...
    So, I bought a BT Decor 2100.  Now I can't make any calls at all, I just get "The number you called hasn't been recognised".
    Is there a test I can run to verify that my key tones are being generated correctly? 
    Solved!
    Go to Solution.

    I decided to try one last test before sending my new phone back to Amazon, so I dialled my cellphone again, but this time very carefully.  Then I spotted the problem... the phone's keys #5 and #8 are transposed.  When I ignored this error, my calls worked.
    The keys cannot be removed without opening the case of the phone, and that would invalidate any warranty. So, I'll get a replacement.
    If only one of our phone numbers contained neither #5 nor #7 then we'd have spotted the problem sooner.  We both felt there was something "odd" when we were dialling, but didn't twig the transposition.
    Bizarrely, I almost added a humorous touch to my initial post, telling about the trick of transposing the buttons on the IBM 3720 tape drives, or the IBM 1403 printer.  One of our operators got sacked for playing this trick on his colleagues as an April Fool's prank.  I should have checked this possibility, but in my own defence, it's not April 1st...

  • How to change where the login option appears on multiple screens?

    God morning.
    I have multiple screens on my Mac Pro. A normal screen, a projector and a USB-to-DVI converter.
    When I log in the login screen appears on either the projector or the converter screens. Not on the normal screen. I need to drag the cables out for the login to enter on the normal screen. The normal screen is set to the primary screen so thats not the problem. Anyone with solution?
    Thanks!
    Eivind.

    Weird.  I have multuple monitors and the boot stuff always appears on my main monitor.
    See if smc and pram reset clears the problem.
    I have multiple screens on my Mac Pro. A normal screen, a projector and a USB-to-DVI converter.
    What video card are you using?  And USB-to-DVI is not the usual way for connecting monitors.  I wonder if that is confusing things.  So out of curiousity what happens if that monitor is not connected?

  • [Agentry] Identifying the selected object in multi-tab lists on iPad

    hi all,
    On iPad, we can create a multi-tab lists to group objects based on different criteria as shown below.
    In my implementation, I created a Tile Display which holds a screen set called “Lists” with multiple list screens.
    Once we select an object in one of the lists, we need to either display details of the it or execute some transactions on that object. Then I had difficulty to find a way to identify the selected object. Since this is a screen set inside a tile display. I first tried to see if I can drill down on the tile display.
    As shown above, I cannot go further on the tile display.
    Then I tried to see if I can find the object on the “Lists” screen set. There are four screens each of which has “selected object” option. During the application’s execution, the user may switch between lists/tabs. Is there any method we can figure out which tab/screen the user is currently on?  With that piece of information, I can identify the screen and then the object accordingly.
    My development environment is 6.0.42 and iOS 7.1.
    If this is not correct way to accomplish such function, is there any work around available to present a workable multi-lists tile on iPad?
    Thanks a lot.
    -Yang

    Jason,
    My following question might be a bit off the original topic. Please let me know if you want me to open a new post.
    I actually tried the navigation as well as the list selection. The navigation did happen. However, instead of presenting the Lists screen in the original tile display, a new full screen is created after the navigation which covers the original screen on iPad.
    This leads to a general question regarding the navigation on screen with tile display. For pocket PC, the navigation is straight forward as a new screen is going to be created to cover the original screen. On tablet, if tile display is used, is it possible to navigate to, i.e., activate the focus on, a particular screen inside a tile display?
    Please let me know if I make my question clear.
    Thanks a lot.
    -Yang

  • Values of select-options lost in tabbed screen when in batch mode

    Hi,
    I have a very strange problem.  When I run the following program in online mode (with values given for s_time1-low, s_time1-high and p_time1 on the second tab), everything is fine and the values given for s_time1 and p_time1 are printed.  However, if I run the program in background (batch mode), the values s_time1-low and s_time1-high are initial and this is what is printed out.
    Does anyone have a clue what could be the reason for this behavior?  Any help is much appreciated!
    Best regards,
    Michael.
    Demo-Program:
    REPORT zdemo.
    SELECTION-SCREEN: BEGIN OF TABBED BLOCK maintab FOR 26 LINES,
      TAB (20) button1 USER-COMMAND pushmain DEFAULT SCREEN 100,
      TAB (20) button2 USER-COMMAND pushtime DEFAULT SCREEN 200,
      END OF BLOCK maintab.
    *********** MAIN SCREEN (100) ***********
    SELECTION-SCREEN: BEGIN OF SCREEN 100 AS SUBSCREEN.
    PARAMETERS:     p_test TYPE i DEFAULT 10000.
    SELECTION-SCREEN: END OF SCREEN 100.
    *********** TIMEFRAME SCREEN (200) ***********
    SELECTION-SCREEN: BEGIN OF SCREEN 200 AS SUBSCREEN.
    SELECT-OPTIONS:   s_time1 FOR sy-timlo NO-EXTENSION.
    PARAMETERS:       p_time1 AS CHECKBOX DEFAULT ' '.
    SELECTION-SCREEN: END OF SCREEN 200.
    START-OF-SELECTION.
      WRITE:/ 's_time1-low:', s_time1-low.
      WRITE:/ 's_time1-high:', s_time1-high.
      WRITE:/ 'p_time1:', p_time1.

    Hi,
    I played around with the code a little bit: When I load a variant containing data for both tab strips and I do not click on the second tabstrip and run the program then in online mode, se values for s_time1 are also missing.  It seems that SELECT-OPTIONS are only initialized with values when the user activated the tab.  Strange enough that this does not hold for normal PARAMETERS where the values are alway initialized.
    Unfortunately, I did not find a solution for this problem yet.
    Help is appreciated very much!
    Regards,
    Michael.

  • When i click on links in other programs, where the link should automaticly open in firefox, nothing happens. Firefox is my primary.

    Example:
    software for games, where developers post headlines for news. Those are actualy hyperlinks, and should automaticly open in firefox, when customer clicks on the headline. When i click on a headline, nothing happens. They just stopped working a while ago, which is pretty frustrating. Firefox is my primary web browser.
    Please help, becouse I've searched and never found a solution for this issue.
    Looking forward to your answer, thank you for reading this!

    This is a known bug, and has been for years. It occurs when Firefox is your default browser and some glitch (or program) changes that default. Thankfully, there's a fairly easy fix, though it does involve monkeying around in the Registry.
    (Note: These instructions apply to Windows Vista and 7 only.)
    1. Click Start, type regedit, and then press Enter.
    2. Navigate to the following entry: HKEY_CLASSES_ROOT\FirefoxURL\shell\open\ddeexec
    3. In the center pane, double-click the Default entry, then remove whatever value is there (it'll probably be a weird string of numbers and commas).
    4. Click OK, then exit Regedit.
    5. If Outlook and/or Firefox are open, close them, then restart them.
    this information was found at[[ http://www.pcworld.com/article/200103/fix_outlook_general_failure_error_for_email_links.html]]
    I am using windows 7 pro this issue has drove me crazy for some time, now finally it's fixed by doing the exact same steps as above, hope this works for everybody that is having this problem. I just had to share this with my fellow firefox users. :)

  • How to get the program where the User exit is use

    Hi,
       Could anyone let me know how to get the program which is using the user exit
    EXIT_SAPLFMR4_002 .
    Thank you.
    Donny~

    You can do a where used on the functino module EXIT_SAPLFMR4_002 in SE37.
    In this case, you user exit is called from a function module FMRE_FI_BELEG_CHECK.  Which in my system, doesn't appear to be called directly. It could be called dynamically.
    Regards,
    RichHeilman

  • Handling Submit Button on the ADOBE form called from Web Dynpro

    Hi,
    I have placed a Button on the ADOBE Form. How to Handle the event on this button. When i click this button, i want to save the details of the form into a Custom table.

    Hi Majunath.
    Create an event say, SUB_EVTin the view in WD where you have the Interactive Form UI element.
    Bind this event to the onSubmit of the Form.
    Now check the display type of the form. It will be either ActiveX or Native.
    Now go to the form designer and open Library palette. Navigate to Webdynpro ActiveX or Native Library(Depending on the form display Type in WD).
    Drag and Drop Submit button.
    On click of the button, the event handler in WD view namely, onActionsub_evt will be invoked. You can write your code in this handler.
    Now in order to read data from the form. Go to the form and go to Properties tab. Check the form layout type. If it is not ZCI, run transaction SFP_ZCI_UPDATE and convert the form to ZCI type.
    Now back to the event handler.
    as an example... I will use the following context node definitions
    PDF_DATA  1..1
      ACTUAL_DATA 0..n
        ATTRIB01
        ATTRIB02
    Assume the the node PDF_DATA is bound to the data source of your form.
    Now in the event handler write the foll code
    data: lo_node type ref to if_wd_context_node,
            lt_data   type wd_this->elements_actual_data.
    lo_node = wd_context->get_child_node( name = wd_this-.wdctx_pdf_data ).
    lo_node = lo_node->get_child_node( name = wd_this-.wdctx_actual_data ).
    lo_node->get_static_attributes_table(
      importing
        table = lt_data ).
    This will get all the form data in the internal table lt_data.
    Now you can process the data the way you want and save it in your custom tables.
    Regards,
    Reema .
    Edited by: Reema Shahbazkar on Sep 16, 2008 11:39 PM
    Hope this helps!!

  • Removing a program after the original user account has been deleted

    I'm having difficulties trying to remove Office 2004. I'm using the Remove Office program but it tells me "You do not have permission to remove Office" and to log into the same user account that I used to install it. But I can't log into that user account because it has been deleted and replaced with another (which I had to do to solve another problem).
    Any thoughts on how I might be able to remove it? Many thanks.
    PowerMac G5   Mac OS X (10.4.7)  

    Try the suggestion on this page for that error message.
    (15930)

Maybe you are looking for

  • Mid 2010 MacBook Pro keeps rebooting (with crash logs)

    15 inch, Mid 2010 2.66ghz i7 8GB 1067 DDR3 Intel HD Graphics 288MB OSX 10.9.2 This has been happening for a few months now.  Sometimes it happens multiple times a day, sometimes a week or so can go by without a crash.  I've experienced 3 carashes in

  • OHD - Logical File Name

    Hello all, I have a question about using a logical file name in an OHD (BI 7.0).  Because we need to transport the OHD to a different server, we cannot use the File option in defining the OHD.  We need to use the option, Logical File.  In t-Code FILE

  • How can i add a Rescue Emile without calling apple support ?

    hello , i want to add a rescue emile to my apple id and i can't , i cant either call them because i'm in SA and they don't have a number to call here so please help me .

  • Has anyone fixed the Headstart libraries for Forms 11 ?

    I have a 100% generated Designer - Forms application using the %65.pll headstart libraries - the so-called Headstart version 6.5i. Currently our production environment is running on Oracle Application Server 10.1.2. It works fine, however, because of

  • Creating G/L account

    Hi experts, I would like creating G/L account (field SAKNR) as string, for example 0123. After saving I get 123.Zero disappear. Where is problem? Rgds Stenwa