Have to add a i/p pop-up screen in f-28

Have to add a i/p pop-up screen in f-28
where after i i/p data it have to go back to the same screen
i hav called my screen in BTE 1120 .
please help me out with the code for only screen
or is there any function module which can help me out for calling pop and where i/n i can enter data.

Hi,
You may use:
DATA : BEGIN OF T-fields OCCURS 0.
        INCLUDE STRUCTURE sval.
DATA : END OF T-fields.
Populate t_fields like:
  T-fields-tabname = 'CAUFVD'.
  T-fields-FIELDTEXT = 'Reference Date '.
  T-fields-fieldname = 'IDAT2'.
  T-fields-value = sy-datum.
  APPEND T-fields.
After accepting i/p from the user use:
  LOOP AT T-fields.
    CASE T-fields-fieldname.
      WHEN 'IDAT2'.
        MOVE T-fields-value TO l_date.
    ENDCASE.
  ENDLOOP.
Use l_date for further Processing.
  CALL FUNCTION 'POPUP_GET_VALUES'
       EXPORTING
            no_value_check  = ' '
            popup_title     = 'Complete'
            start_column    = '5'
            start_row       = '5'
       IMPORTING
            returncode      = w_return
       TABLES
            fields          = T-fields
       EXCEPTIONS
            error_in_fields = 1
            OTHERS          = 2.
  IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
Regards
Raju Chitale

Similar Messages

  • I have an add on that keeps popping up called object browser. I have removed it several times but it keeps coming back. Any way to get rid of it for good?

    I keep trying to remove it but it keeps coming back.

    That's a potentially unwanted program. You can get rid of it by simply uninstalling the program, or using an anti-malware if all else fails.
    First of all, try uninstalling the Object Browser program.
    '''To uninstall the Object Browser program...'''
    #Press the Windows Key+C simultaneously on your keyboard to bring up the Charms bar.
    #Search for ''Programs and Features''.
    #Click the ''Programs and Features'' search result.
    #In ''Programs and Features'', find ''Object Browser'' and uninstall it from your computer.
    #After uninstalling the program completely (and restarting your computer if you had to in order to complete the uninstallation), open Firefox, go to your Add-ons page, and remove the ''Object Browser'' add-on.
    If that didn't solve your problem, try some anti-malwares.
    '''To scan for Object Browser...'''
    '''''ADW Cleaner'''''
    #Download ADW Cleaner from its [http://www.bleepingcomputer.com/download/adwcleaner/ website].
    #Open the downloaded file to start ADW Cleaner.
    #Scan for malware using the program.
    #Clean any infections.
    '''''Malwarebytes'''''
    #Download Malwarebytes from [http://malwarebytes.org this link].
    #Open the downloaded file to install the program.
    #Upon completion of installation, run the program and scan for malware.
    #Remove any detected threats.

  • I am trying to install my newly download photoshop elements 12.  I have the serial no but the pop up

    I am trying to install my newly downloaded photoshop elements 12.  I  have the serial number but the pop up screen is not allowing either the 1st 6 numbers or last 6 numbers to be entere to start the installation.  I have registered the product OK.  What is the problem?

    Does it begin with 1057? If not, it's a redemption code. In which case, see here:
    Redemption Code Help
    If it is a serial number, go to system preferences>security & privacy>firewall>firewall options and be sure that PSE is allowed to call out.

  • Adding selection Parameters to the POP-UP Screen

    Hi my requirement is i need to add all the line items netweight and gross weight and need to show the total line items in a pop up window when i press enter after entering the line items in ME21N.
    Here iam using the user exit : EXIT_sapmm06e_016 .
    It is working fine But now i need to add selection parameters in this pop up window.
    The two selection parametes are Shipping Point and Shipping Condition.
    So how to add selection parameters in POP UP Screen and how it will be updated in ME21N Line items,.

    in ur custom defined screen, you can add the selection parameter which wouldbe called within ZXM06U41.
    Validate ur entries.. and you can make use of BAPI/ BDC to update those details in ME21N

  • Add Expand/Collapse button in selection screen

    hi,
    i have to add expand button in the selection screen, afterwich, the expand button will be replaced by collapse button,
    any idea?!
    thanks

    Check this code..............
    DATA: wf_ucomm TYPE sy-ucomm.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    SELECTION-SCREEN PUSHBUTTON  /01(30) but1 USER-COMMAND but1.
    SELECTION-SCREEN PUSHBUTTON  /01(30) but2 USER-COMMAND but2.
    PARAMETERS:  p_test TYPE c.
    SELECTION-SCREEN END OF BLOCK b1.
    INITIALIZATION.
      CALL FUNCTION 'ICON_CREATE'
        EXPORTING
          name   = 'ICON_EXPAND'
        IMPORTING
          RESULT = but1
        EXCEPTIONS
          OTHERS = 0.
      CALL FUNCTION 'ICON_CREATE'
        EXPORTING
          name   = 'ICON_COLLAPSE'
        IMPORTING
          RESULT = but2
        EXCEPTIONS
          OTHERS = 0.
    AT SELECTION-SCREEN.
      IF sy-ucomm EQ 'BUT1'.
        wf_ucomm = 'BUT1'.
      ELSEIF sy-ucomm EQ 'BUT2'.
        wf_ucomm = 'BUT2'.
      ENDIF.
    AT SELECTION-SCREEN OUTPUT.
      IF wf_ucomm IS INITIAL.
        LOOP AT SCREEN.
          IF screen-name CS 'P_TEST'OR
             screen-name EQ 'BUT2'.
            screen-active = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ELSEIF wf_ucomm EQ 'BUT1'.
        LOOP AT SCREEN.
          IF screen-name CS 'P_TEST' OR
             screen-name EQ 'BUT2'.
            screen-active = 1.
            MODIFY SCREEN.
          ENDIF.
          IF screen-name EQ 'BUT1'.
            screen-active = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ELSEIF wf_ucomm EQ 'BUT2' .
        LOOP AT SCREEN.
          IF screen-name CS 'P_TEST' OR
             screen-name EQ 'BUT2'.
            screen-active = 0.
            MODIFY SCREEN.
          ENDIF.
          IF screen-name EQ 'BUT1'.
            screen-active = 1.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.

  • Calling pop up screen CRM UI from BADI

    Hi,
    I have a requirement to call a pop-up screen in CRM UI from a BADI. The scenario is like:
    Whenever a new account in created through CRM UI, a duplicate check has to be done using BADI. If any similar entries found these entries are to be displayed in a pop-up window in CRM UI. As I am new to CRM 2007 please help me in implementing this.
    Thank you,
    Rregards,
    Renjith

    Hi,
    Try to use CREATE_POPUP or POPUP_TO_CONFIRM method of IF_BSP_WD_WINDOW_MANAGER interface .
    Regards
    Gaurav

  • When I send an Imessage to other's who have iMessage my e-mail adress pop's up instead of my name.. How can I fix that?

    when I send an iMessage to other's who have iMessage my e-mail adress pop's up instead of my name when they recieve my text.. How can I fix that?

    They would have to have your name in their contacts and then assign your email address to your contact. It's similar to receiving a regular text message from a phone number you do not have saved in your contacts; their phone number will show up instead of their name, but once you add them to your contacts their name will show up.

  • If I click on an e-mail address link in a web page instead of a blank message opening I always get a pop up screen with a log-in for googlemail. I do not have and do not want a googlemail account. I just want to be able to send e-mails using Outlook.

    If I click on an e-mail address link in a web page instead of a blank message opening I always get a pop up screen with a log-in for googlemail. I do not have and do not want a googlemail account. I just want to be able to send e-mails using Outlook.

    OUtlook was already set as the mail client for FF, and is my operating system (XP)'s default mail programme. therefore problem not solved at all. what I get whenever I follow a link in a webpage to send an e-mail is a little pop up window asking me to sign in to gmail or open an account. any other suggestions?

  • Can't open a new tab in version 30.0 on my mac. I have no add-ons and use the default settings.

    I tried removing any extensions (only had one), and am already using the default page settings. This occurred RIGHT after I upgraded to the newest version- 30.0. I don't have any add-ons either. So since this happened with your newest version and seems like a ton of people are having the same problem, it says to me that FIREFOX needs to find the cause, not lay it on us to figure a round-a-bout.
    Also , I've had a problem that the tabs keeping reloading a ton of OLD tabs every time I restart or open a new window. The same ones, like 30 of them! Tried deleting cache, didn't work. ?

    Hello,
    This happens in safe mode?
    *[http://mzl.la/MwuO4X Firefox in safe mode]
    <hr>
    # First show the hidden files and folders:
    #*[http://windows.microsoft.com/en-us/windows/show-hidden-files Show hidden files (Windows Vista/7)]
    #*[http://kb.mozillazine.org/Show_hidden_files_and_folders Show hidden files]
    # Go to your profile folder:
    #*[http://mzl.la/NYhKHH How do I find my profile?]
    #*[http://kb.mozillazine.org/Profile_folder_-_Firefox]
    # Close completely Firefox.
    #*[http://kb.mozillazine.org/Kill_application]
    # Delete or rename the '''localstore.rdf''' file.
    # Restart Firefox.
    *[http://kb.mozillazine.org/Localstore.rdf]
    *[http://kb.mozillazine.org/Corrupt_localstore.rdf]
    <hr>
    Also:
    *[http://mzl.la/MnSTZB Reset Firefox]
    *[http://mzl.la/LL5Dxl Manage profiles]

  • The KitKat upgrade has been a disaster. home wireless is no longer recognized, even going through the set-up process.  It does not connect to the car through Bluetooth seamlessly--I have to add my phone as a new device each time I get in the car.  In atte

    My home wireless is no longer recognized, even going through the set-up process.  It does not connect to the car through Bluetooth seamlessly--I have to add my phone as a new device each time I get in the car.  In attempting to solve these problems I have gone to settings-phone-upgrade and it states that the upgrade is available-select to continue-(which I do)- it checks -please wait and it then states that update not available - try later.

    Maybe not too late to help you.
    For specifically fixing the Bluetooth, un-pair your phone with the car, and go through the process of repairing the two.
    In general, the KK update requires many of us (different phones) to perform a Factory Data Reset after we back up our personal content (pictures, music, movies, or other downloaded files) to a PC or MAC. This will result in you having to do a bit of work to setup icons for the programs you use, and maybe putting in the specifics again for email accounts and other specialized apps. So if you are going to do this sort of thing... copy important information/settings down on paper.
    HTH.

  • I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MEASAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER!

    I DON'T WANT TO UPGRADE OR HAVE AN ADD ON EVER, DISABLING UPDATES DOES NOT WORK, HOW DO I KILL ALL MESSAGES FOR UP GRADES AND ADD ON'S FOR EVER, ONCE AND FOR ALL, COMPLETELY, THE END AND NEVER BE BOTHERED AGAIN EVER! ALSO IF I KILL MYSELF I WILL HOLD YOU PERSONALTY RESPONSIBLE.edit

    There is a world of information in these forums if you use the search function near the top right of this page. Just type in NAS for example and you get many threads on the subject (marked with a green checkmark if it solved the question) another example would be Airport Exterme and sound system. Once you formulate your ideas better then specific questions can be addressed one at a time. You may find that a less expensive choice for a server might be a mac mini. Good luck with your project, ask more specific questions and update you systems profile.

  • There is  Red Icon at the top bar and it says I have a virus and things keep popping up saying I have a virus and need to do a scan and pay for some sort of software to complete the scan, someone told me that this is a virus in. How do I get rid of it?

    There is  Red Icon at the top bar and it says I have a virus and things keep popping up saying I have a virus and need to do a scan and pay for some sort of software to complete the scan, someone told me that this is a virus in. How do I get rid of it?

    This could well be the notorious Mac Defender - which is an annoying program that tricks you into thinking that your Mac is infected with a virus, when the only infection is Mac Defender itself.
    When surfing the web never EVER click on a link that says "Free anti-virus scan" or "Scan now" - they are nearly always scams which will end up infecting your computer.  Although Macs are resistant to viruses, they're not resistant to user stupidity.
    If you Google "Mac defender" then you'll find plenty of sites with instructions on how to remove this minor nuisance.  Take this as a warning that you need to be more careful in your surfing habits.
    Bob

  • My Firefox crashes when I try to go to Tools Get Add-ons. I don't have any add-ons installed on my Firefox at all. I use Win7 64-bit.

    My Firefox 4.0.1 crashes when I try to go to Tools>Get Add-ons. I don't have any add-ons installed on my Firefox, at all. My OS is Win7 64-bit. I've already tried Uninstall-Reinstalling Firefox but it didn't work either.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * https://support.mozilla.com/kb/Firefox+crashes

  • How do I sync contacts between my iMac and Nokia 5233? iSync doesn't seem to have an add-in for Nokia 5233.

    How do I sync contacts between my iMac (10.6.8) & Nokia 5233? iSync doesn't seem to have an add-in for Nokia 5233. Any other way? Appreciate any help on this.

    hayley7070 wrote:
    How do i sync all my iphone 5g photos and contact to my new windows computer. I am following the itunes instructions but they don't seem to apply
    What instructions?
    In the source list click devices (so far so good) then click the entry for your iphone or ipod.  that doesn't exist. HELP asap
    You don't import photos from the iPhone to your computer using iTunes.
    See this -> iOS: Importing personal photos and videos from iOS devices to your computer
    Note this only applies to photos taken with the iPhone. Any photos you previously added to your iPhone using iTunes should be copied from old computer to new computer.

  • Do you have to add effects to Logic Pro X loops when mixing a song?

    Hi everyone,
    I have a question that has been puzzling me and I cannot seem to find an answer for! I have searched high and low on the internet and still cannot find the answer and so I would be grateful to everyones help with this issue.
    My question is that you hear so much about the fact that when you are recording and mixing a track that different instruments for example the Bass Drum and the Bass guitar occupy similar frequencies and we are told that this is why you have to add effects to these instruments when mixing but what I want to know is are they talking about just organic instruments like real drums and a real bass guitar that you manually play and record to Logic Pro X`s audio tracks? Or should you treat the Loops exactly the same? And should you also add effects to the Logic Pro X loops when you are mixing those specific tracks?
    For example if I add a Drum Loop or Bass Loop to a project and then start mixing the song should I add any effects for example EQ, Compression to these Loops? And what would be the best effects to add to the Bass and the Drums when mixing to help them stand out in the mix?
    Many thanks.

    Jamiesroom wrote:
    ... when you are recording and mixing a track that different instruments for example the Bass Drum and the Bass guitar occupy similar frequencies and we are told that this is why you have to add effects to these instruments when mixing ...
    Whoever told you that overly generalized rule, please stop listening to that person .
    The way you post your question (and they are good questions) points out a big problem nowadays. There is so much cookie cutter solutions out there like if you have this, then use that, if you want to get this sound, press that button. The problem with that is that you you often have no idea why you are doing that in the first place.
    Let me give you a simple example about gardening (sorry about that). If I grow tomatoes and look up on the internet how often to water them, I can find an answer "water the tomatoes once a week". I might do that and result is that the tomatoes will die. What I didn't take into account is that the advice was given from someone growing tomatoes in Russia, and I live in California where I might need to water them once a day. So, the answer you are looking for is not "how often to water the tomato", instead you have to learn how much water, depending on your climate, the tomato needs"
    Your music is the tomato. So the question is not what button to press (how often to water), but what button needs to be pressed, depending on your specific recordings (your climate).
    If your bass drum and and bass guitar are more further apart frequency wise, then there might be no need to EQ them, it depends
    Nobody should or could tell you what to do, unless he or she sits next to you at the mix and "hears' what is going on and what needs to be done.
    Don't get me wrong, I don't say that there is a lot of great advice and general guidelines out there. The problem is when you apply that blindly without knowing a little bit why that advice is give and how to apply that, or if it applies to your situation at all.
    In addition: The skills and knowledge about the theory is as important as the skills and experience of listening and judging your recording/mix and decide what action to take.You have to learn what to listen to and what you hear. If you don't know how distortion sounds then you miss out on fixing that issue. If you don't know how a pumping compressor sounds, then you miss out on fixing that issue.
    I think you get the idea
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

Maybe you are looking for

  • Had the Z1 for a week, further questions (long post!)

    Hi again, So I've had the phone for about a week now and have been using it a lot, setting it up the way I want and learning my way around it (and around Android in general). I have a few more questions I hope someone will be able to answer for me. 1

  • How to get the photos syned to iPad? I lost my laptop, the last copy I have is in the Pad, please help.

    Dear nice ppl in Apple, I have my last copy of my valuable photo in my iPad since I lost my laptop earlier. However, I don't know how to dig it out to my PC again. It is important to me, please heeeeeeeeeeeeeeeeeeeeeelp. Gabriel

  • HT4208 Apps don't launch

    I can't get my apps to launch

  • Help with contacting Adobe

    My hard drive crashed taking with it my versions of Photoshop CS and CS2. CS2 I had downloaded when Adobe was allowing free usage. I would just get a nag screen telling me to register it but it wouldn't allow me to. That's gone forever because as far

  • Interacting with ALV output on Webdynpro

    Hi expert, I am displaying the output in ALV fromat using Webdynpro application. When I click on a column, i want to perform some functionality. How this can be achived? Do we need to display that Column as a Button? Then, how to trigger that action