Pop-up box

Hi to all experts,
I want to create a pop-up box at output and after selecting a single line it goes to the Related transaction (if in pop-up box have 5 program name then after selecting one program system goes to perticuler program on se38).
How can solve this issue, please give me detail with example.
Thanks in advance and reward also.
Regard : Deep.

Hi try the below example.
it is dynamic subroutine
FORM   sy_ucomm_for_pernr USING r_ucomm LIKE sy-ucomm rs_selfield TYPE
slis_selfield.
  CASE rs_selfield-fieldname.
    WHEN 'PERNR'. " ==>in which field u want to click that field name(internal *table field name
      READ TABLE itap_main WITH KEY pernr = rs_selfield-value."  ur popup menu  table.
      IF sy-subrc EQ 0.
        SET PARAMETER ID 'PER' FIELD gi_main-pernr.
in se38 parameter id is 'RID'
        CALL TRANSACTION 'se38'.
      ENDIF.
  ENDCASE.
ENDFORM.
good regards,
vallamuthu.m

Similar Messages

  • I need to update my apps in the App Store, but when i try to update, the Sign Up Apple ID pop up box came out with different Apple ID. How can I change it to mine? My iTunes Store already login with my own Apple ID.

    I need to update my apps in the App Store, but when i try to update, the Sign Up Apple ID pop up box came out with different Apple ID. How can I change it to mine? My iTunes Store already log in with my own Apple ID.

    Just now you said the other Apple ID stored inside it, is that mean all my data back up in that the other ID?

  • Pop up box in yahoo mail won't close, asks "do you use the yahoo! toolbar on multiple computers?" has option buttons but no response when clicking on anything, pop up box just sits there in the way

    whenever I open my yahoo mail when using Firefox, a pop up box appears on the upper left side of the screen, it asks the question "do you use the yahoo! toolbar on multiple computers?" and gives click boxes for "Save to my yahoo ID" and "No thanks, just save to this computer". I get no response to clicking on either box, nor will the pop up close if I click on the "X" in the upper right corner of this pop up. It won't close out and it sits right over the top of the email messages in my inbox. All else seems to work fine, but can't get rid of this pop up box....very annoying.

    go mail.yahoo.com as the login entrance for yahoo mail.

  • When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

    When I open iTunes it is slow to open for one, and two when it does see my iPhone and i go to sync it this is what I get in return... The iPhone "My Name here" could not be synced because the iPhone could not be found on the network. that is a pop up box in middle of screen that says that it does it like every time I go to sync the phone after i do app updates. I am getting very frustrated by this can someone please help. I have made 2 other discussion topics about this and no replies on them. Please if anyone can help I ask for help. This has occurred ever since the iOS 5.1 update and the iTunes 10.6.0 and still continues with the iTunes 10.6.1 update just yesterday and perhaps even worse now. PLEASE HELP IF YOU CAN. I have looked through my network settings etc and everything looks good here on my side.

  • I'm unable to open up Lightroom 5, I get this message in a pop up box: "Lightroom encountered an error when reading from it's preview cache and needs to quit" Underneath  that is "Lightroom will attempt to fix this problem the next time when it launches."

    I'm unable to open up Lightroom 5, I get this message in a pop up box: "Lightroom encountered an error when reading from it's preview cache and needs to quit" Underneath  that is "Lightroom will attempt to fix this problem the next time when it launches."  It hasn't, what should I do? Thanks Shawn (Irish Se7en) .

    Can you try to rename (not delete!) the folder named "YOUR_CATALOG_NAME Previews.lrdata" and restart Lightroom?

  • Suppress the pop-up box in iCal when "The server responded with an error"

    So there are tons of questions already on this site about this pop-up error in iCal when trying to connect to Google calendars or MobileMe calendars. My issue is that the connection is fine 90% of the time, but every now and then the connection fails (it checks every 5 minutes) and I get this pop-up.
    Now in a perfect world, this error would not result in a pop-up that demands my immediate attention, but would fail silently and simply try again 5 minutes later. Normally Apple's software design is sensible and would do things this way, so I'm totally confused why they think a pop-up (and bouncing dock icon) is anything but annoying, especially when I know it's not a big deal and will probably connect successfully next time.
    Soooo... is there a top-secret way I can suppress this pop-up box? It is one of those things that can drive one insane. I even switched to BusyCal for a while but decided it wasn't quite worth $50 just to be rid of the pop-up.

    Is this the pop-up you get?
    The request for account “[email protected]” failed.
    The server responded with
    “HTTP/1.1 502 Bad Gateway”
    to operation CalDAVAccountRefreshQueueableOperation.
    I've never seen it before but am getting it this evening (UK time). Also if I try to log in to MMe Calendar it's not logging in but going to 'find my iPhone' like it did when Mail was mucking about a few weeks back.

  • Why do I keep getting a pop up box asking me to enter my apple id and password - and the id in the box is not mine? Is it phishing for my password?  How do I get rid of it?

    I keep getting a pop up box on my iPhone asking me to enter my password - and the apple id does not match mine.  I click 'Cancel' but it keeps reappearing and interfering with other apps.  What did I do to get this and what do I do to get rid of it?  Is it someone or something phishing for my password?  The only app I recently downloaded was PF Chang's and I got that directly from the App Store.

    Try signing out and then back in again by going into Settings>Store>Apple ID:>Sign Out>

  • Pop up box with Ok and Cancel choices, not working. Please Help.

    Hello! I am trying to create a pop up box that allows users to choose Ok and Cancel (i'm just testing with Ok and Cancel for now). For some reason when I run it a CMD line pops up and closes very quickly, but i do not get errors. Here is my code:
          private void button1_Click(object sender, EventArgs e)
                PopupForm popup = new PopupForm();
                DialogResult dialogresult = popup.ShowDialog();
                if (dialogresult == DialogResult.OK)
                    Console.WriteLine("You clicked OK");
                else if (dialogresult == DialogResult.Cancel)
                    Console.WriteLine("You clicked either Cancel or X button in the top right corner");
                popup.Dispose();
    Please help! 
    Thanks
    - Rocketman123

    Hi Rocketman123,
    Per my understanding, you are developing a winform application, but in your code, I see "Console.WriteLine".
    So please use MessageBox.Show() instead.
    http://msdn.microsoft.com/query/dev12.query?appId=Dev12IDEF1&l=EN-US&k=k(System.Windows.Forms.MessageBox.Show);k(TargetFrameworkMoniker-.NETFramework,Version%3Dv4.5);k(DevLang-csharp)&rd=true
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I successfully downloaded ADE 4.0 MacOSX, but when I try to open my epub file, a pop up box comes up and says: No available application can open it. Anybody have any ideas on how to correct? Thanks

    Successfully downloaded ADE 4.0 MacOSX, but when I try to open an epub. file, a pop up box says: No available application can open it. Anybody have any ideas on what I can do to open the file? Thx.

    Successfully downloaded ADE 4.0 MacOSX, but when I try to open an epub. file, a pop up box says: No available application can open it. Anybody have any ideas on what I can do to open the file? Thx.

  • To buypass the SAP standard POP up box in PO create and change mode

    Hi All,
    In purchase order ME21N or ME22N, i have made changes using enhancement MM06E005. It is in FM Exit_sapmm06E_012 that i have my new code. Here when the business requirement is met the custom warning message is triggered.
    With this, i get sap pop-up box like this when i try to save or do checking:
    Save Doc
    System messages issued
    Do you want to save document or process data ?
    'Save' Edit cancel -
    > These are buttons.
    I like to bypass this sap pop-up box. Instead, when my business condition is met upon save or enter, i like to display the message where user can see it directly.
    Anyone has come across this for ME21N ? Any suggestions are welcome.

    Hi maruvada14,
    I guess you should move this question to the [Enhancements and Modifications forum|ABAP Switching, Enhancing, and Adapting Standard Programs;.
    Anyway, have you tried issuing your message as type 'E'? If you're on ECC 6.0, you can do it with the addition DISPLAY LIKE so you can have the desired effect.
    Att.,
    Leonardo

  • SAP JavaScript Need Help with Pop Up Boxes In SAP ie: Warning, Instructions

    Can someone help me get my script to enter through the pop up boxes in SAP? ie: Warning, Instructions, Batch code Errors
    When recording the script, I am unable to identify what code would notify my script of the box.
    Each order can have 0 pop ups, 1, up to 100...
    Help???

    NVM got it figured out.

  • Outlook 2010 authentication pop up box won't go away

    After we applied the latest round of Windows Updates to our guinea pig workstations, we discovered that one of them caused something to break in Outlook 2010.  We are set to use AD auto detect authentication on a local Exchange 2007 server. The pop
    up window has varied, and nothing we have done has fixed it, not even uninstalling all the patches.  (After the first workstation had the bug, I installed the patches one at a time and determined its KB2553248 that breaks it.)
    Mail flows normally and we can send and receive without any problems.  The pop up box can be sent to the back but cannot be minimized.
    Mine says:
    Windows Security
    Microsoft Outlook
    Connecting to (my AD email address)
    The OK button is grayed out.  Hitting the Cancel button breaks the connection to Exchange, and causes "Connected to Microsoft Exchange" to change over to "Need Password" on the bottom toolbar.  Clicking "Need Password" logs me in within a few seconds
    without any further prompting.... but within five minutes the pop up box is back.
    On the other user's computer, the pop up box says:
    Windows Security
    Please Insert a Smart Card
    and prompts for credentials if she hits OK.  Like my pop up, the window can be ignored and mail flows normally.  If she hits cancel, her connection to Exchange breaks until she hits "Need Password" at which point she's logged right back in again.
    Interestingly, her Outlook was never configured to authenticate with a smart card.  Like mine, it's set to Auto Detect connection type and to configure with the Windows AD login information.
    We're holding off deployment of KB2553248 until we have a fix for this.  Although it does not impede mail flow it's annoying as heck, and our clients that use Outlook (all 500ish of them...) are sure to click Cancel and break their connection to Exchange
    without knowing to click the Need Password again.
    How can we hide this pop up box?

    OK...update on my issue (which is now RESOLVED!!!) since other people may did what I did.
    I looked at the following link:
    http://demazter.wordpress.com/2010/02/09/outlook-continually-prompting-for-username-and-password-2/
    None of the above worked...even the kerberos method.
    OL 2010 pop up box didn't say anything about connecting to where.  So I looked closely at the popup box for OL 2007...keeps on saying connecting to mail.company.com.  I was wondering why OL was trying to go outside instead of exch2010.domain.local
    even though my account settings/profile is set to exch2010.domain.local.
    As I was reading an article on SCP and how to locate it using adsiedit (which I couldn't figure out how),
    http://blogs.msdn.com/b/douggowans/archive/2007/06/28/serviceconnectionpoints.aspx
    This line in the blog got me thinking:
    This url can be changed using the set-clientaccessserver cmdlet with the parameter -AutodiscoverServiceInternalURI.
    That InternalURI got me thinking.  When I looked at a txtfile that I jolted down and saved of what I did during the install of Exch 2010,
    Set-ClientAccessServer -Identity "exch2010" –AutodiscoverServiceInternalURI
    https://mail.company.com/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity "exch2010\EWS (Default Web Site)" –InternalUrl 
    https://mail.company.com/EWS/Exchange.asmx
    Set-OABVirtualDirectory -Identity “exch2010\OAB (Default Web Site)” -InternalURL
    https://mail.company.com/OAB
    I figured, let's try changing them to:
    Set-ClientAccessServer -Identity "exch2010" –AutodiscoverServiceInternalURI
    https://exch2010/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity "exch2010\EWS (Default Web Site)" –InternalUrl 
    https://exch2010/EWS/Exchange.asmx
    Set-OABVirtualDirectory -Identity “exch2010\OAB (Default Web Site)” -InternalURL
    https://exch2010/OAB
    I entered those commands in EMS and executed them...then I loaded up OL 2010 and OL 2007.  It's been 30 min and nothing has popped up!!!
    Silly me..I think why I did mail.company.com was that I was following a couple of guides that were posted out there on the internet on exchange 2010 and they just entered mail.company.com into there.  But I think their guides are for networks where
    the internal domain and external domain are the same.  ie company.com for both insdie and outside.
    I am going to install KB2553248 back onto my Win 7/OL 2010 workstation and see if that breaks it.

  • Pop up Box while workflow executes an activity step

    Hi Folks!
    I dont know whether this is feasible or not, but please shoot your suggestions.
    I want to display a pop up box in SAP GUI when a workflow executes a particular step. Basically, once my workflow starts, I have included a condition step (it checks the document type). So if the document type is 'X', then the workflow should proceed as usual. However, when the document type 's 'Y', the workflow should throw a pop up message over the screen and the workflow should terminate.
    Now the reason why we want the pop up screen rather than an email/workitem is because we have two workflows that utilize the same business object (FIPP). There was a situation where an end user manually started *(thru 'services for object'-> start workflow) the wrong workflow for a document, due to which the document got posted without getting any approvals.
    So what we would like to achieve is when the user manually starts the wrong workflow, the workflow should proceed and then when the check condition fails the user should get a pop up box immediately in SAP itself saying that the wrong workflow was started.
    Your inputs/comments are most welcome.
    Regards,
    Anwar.

    I am sorry but it is not possible to throw pop up every time, actually workflow consists of background task which got executed without user intervention and in those cases no pop up will come up.
    You can get pop up box for dialog task (such as user decision etc)you have to write down business object method code for that.
    there are many ways you can handle your situation:
    1. Write down the Check FM for FIPP-Posted Event where you can check it whether it is approved or not, If not then do not complete the workflow and start some dialog WI and send across to approvers
    (It is just outline, you have to formulate the solution around this outline).
    2. Also you can check for BAdi or user Exit and directly can write down message for that, It seems more easy.
    Cheers
    Jai

  • "save as" pop up box does not allow me to save the document.

    Hello ,
    "save as" pop up box does not allow me to save the document. Shows a blank screen. Any idea what would cause this? I just purchased acrobat pro dc.
    Thanks!

    Found this solution:
    The default "Save As" dialog in Acrobat DC is different than the dialog that you've had in earlier releases of Acrobat, it also allows you to save to the cloud and previous locations you've saved files to. It is possible that when Acrobat tries to connect to "the cloud", it runs into problems. You may want to try to turn this feature off to see if that brings your save as dialog back: Open up Acrobat's preferences, then go to the "General" category and deselect "Show online storage when saving files":

  • Display Siebel Pop up box with Service Request count for every 1 hr

    Hi
    For our client business, we need to achieve the below functionality. Please suggest me the best method to implement.
    1. When the user logged into the application, it should pop up a box by displaying the No# of SR in "New" Status that are assigned to the user who logged in.
    2. The pop up box should update it self every 1hr from the time of login and should not require seperate query or refresh.
    I have done some initial analysis by using browser script and some recursive functions like(setTimeout).
    Thanks,
    Sridhar

    Issue has been resolved.  There was no interesting work-a-round or fix involved.

  • Pop up box not working in Microsoft explorer

    Hi all,
    The pop up boxes on the map on the left hand side of my page (the red boxes on the map) dont work in Microsoft Explorer, but are working fine in Opera and Firefox. I have done a validation of both html and css, and there are no errors except some well known errors taht shouldnt influence on the pop up boxes.
    Page:
    www.colombiareiser.no
    Anybody have any clue why the pop up boxes dont work in ME?
    Thanks in advance for any help.
    Best regards,
    Ivan

    IE throws an error at line 693 of wz_tooltips.js, the last line here:
            css = tt_aElt[1].style;
            css.background = tt_aV[TITLEBGCOLOR];
            css.paddingTop = css.paddingBottom = padT + "px";
            css.paddingLeft = css.paddingRight = (padT + 2) + "px";
            css = tt_aElt[3].style;
            css.color = tt_aV[TITLEFONTCOLOR];
    At that last line this error is returned: "Invalid property value"
    You can insert
    alert('TITLEFONTCOLOR: '+TITLEFONTCOLOR);
    alert('tt_aV[TITLEFONTCOLOR]: '+tt_aV[TITLEFONTCOLOR]));
    just before that css.color line to explore this a bit.
    Hope that helps.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

Maybe you are looking for

  • RAID 0 failing on reboot [SOLVED]

    I'm new to Arch and I'm setting up a NAS and I'm stuck on the RAID setup. I have an SSD (sdb) for the filesystem (non-RAID) and I'm trying to set up my two 2TB hdds, sda1 and sdc1 in a RAID 0 software array via the Arch Raid wiki.  These drives were

  • Hi Anyone had problems with losing Dropbox favourites on their IPad?

    Hi Anyone had problems losing Dropbox favourites on their iPad? I have about 400 songs (words and chords) as Word documents on Dropbox marked as Favorites on my iPad (saves carrying around sheets of paper in a binder) but for some reason the document

  • Need help in processing internal table

    Hi all, Im facing a  problem in processing an internal table..especially with MODIFY. The internal table is having following records.(t_vttp) TKNUM       VBELN      KUNNR       NAME1                             LAND1 0000975179|0071004839|0000022946|

  • Calendar Crashes on connection loss.

    Does anyone know why oracle calendar crashes when the connection to the calendar server is lost. This happens for both Mac and Windows. I am using calendar version 9.0.4.2

  • Just install Maverick and now I can't just drag photos to merge them.

    I just installed the Maverick on my MacBook and now I can't merge photos. Before I could just drag the photos on top of each other to merge them. Help?