Need to create pop-up box in custom subscree in MM01

Hi,
I have a requirement where i need to include custom sub-screen in one of the tabs in MM01. The custom sub-screen has a button clicking on which should display a pop-up box, where user can enter values like some long text etc and then when user clicks 'Save' in MM01/02 the pop-up text along with other details should get saved into the z tables.
1. Created a custom subscreen and assigned it in SPRO under, Logistics-General -> Material Master -> Configure the material Master-> Define Strcture of Data screens for Each Screen sequence
2. Created a new screen of type 'modal dialog box'. This modal dialog box i want to use as a pop-up when user hits button on the custom subscreen.
Pls. confirm how this can be achieved.
Thanks

Hai,
1. Create a screen with modal dialog box and set the fn codes for continue, cancel and exit.
2. if sy-ucomm = 'BUTTON'.
    call screen 100 starting at 25 05. // This is used to call the modal dialog box.
3.In PAI of screen 100 write this code
     if you press on continue in modal dialog box then save the inputs what you are entered in the screen
    if sy-ucomm = 'CONTINUE'.
    ztable-field = field1.
    insert ztable.
    endif.
4. if you press on cancel then exit from the screen
   if sy-ucomm = 'CANCEL'.
    leave to screen 0.
   endif.
Edited by: Ravi.Seela on Dec 21, 2011 12:34 PM

Similar Messages

  • Creating pop-up boxes

    How do you create pop up boxes in application express. I need the pop up to confirm that the action has been processed. and to create buttons on the pop up box.

    http://download-uk.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/toc.htm

  • 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.

  • Create pop up box when URL button is clicked?

    I would like to have a pop up box appear when a URL button is clicked. The URL button links to a Web Intelligence report that takes more than a minute to run. The pop up box will tell the user that the report will take more than one minute to run, and will give the user the option of running the report or cancelling the request. This functionality doesn't seem to exist, but am I missing something?

    Thomas,
    You may wish to refer the link below...
    http://xcelsiusandme.blogspot.com/2009/07/xm-sample-2-pop-up-with-url-button.html
    -Anil

  • Need to create maintenance view for a custom infotype

    A custom infotype 90XX is created. The data cannot be modified or created through PA30 in this infotype. Through PA 40 actions only we can create/change the record/data. We have created some 1000 records in it. Now can we create a maintenance view for the infotype so that we can create, delete or change the data in the infotype as and when we want.

    Hi,
    pls chk dat u have maintained the 'Infotype Charecteristics' and 'Technical Attributes' correctly.
    thanks,
    teja.

  • How to create a movable box using adf faces (without using oracle composer)

    Hello All,
    I am new to adf and i need to create a movable box . A box which the user can move anywhere he wants on the page and he should be able to minimize and maximize it.
    (ex:igoogle).
    According to my requirements i need to do it using adf components
    any help please

    Hi,
    as you need to persist the user change, you will need to have a look at MDS. See 31 at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html
    It has a createDepartments.jspx page that allows users to move the input text fields around. You can use code similar to the one used here to move panelBoxes
    Frank

  • Creating a combo box to change graph type

    Hello Gurus,
    I need to create a combo box in a web page to change the graph type used. How would I go about to achieve this?
    Thanks.

    ceate the second combo box , at the palce where i will create the first combo boxAs i see .. u dont require two comboboxes in u r case just have to set the combobox with different ComboBoxModel each time u make a selection.
    in listener event of the combobox change the model with setModel function. You can create new model by
    combo1.setModel(new JComboBox(new Object[]{"opt1","opt2","opt3","opt4"}).getModel());

  • Custom Icons and photos in pop-up boxes not showing up in My Google Maps

    I created a special map in Google Maps called Tagworts in 2009. It has custom icons which show in Safari but not in Firefox (16.0.2). These items are also supposed to appear in the side panel where all the information related to each place is listed. The pop-up boxes which link to the icons on the map do not show the photos which used to be there (this is also the case with Safari).
    I can't tell if the map works or not in other browsers. I need the map to work for a job application (the map is part of my work portfolio).
    Is this a combination of problems with updates in both Firefox and Google?

    Works here in Firefox 16.
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Firefox > Preferences > Content: [X] Load images automatically
    *Check the exceptions in "Firefox > Preferences > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images, the permissions.default.image pref should be 1.
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Can anyone help with a creating a 'Pop Up' box?

    Hi there,
    Was wondering if anyone could help me with some javascript in my shopping cart. I have two things that I'm after but the second one might be too hard?
    1. I need a pop up box saying "Please choose a shipping option" when they click on the 'Get Quote button' as it's not a mandatory field for quoting.
    2. I'd love to have a pop up box in the shopping cart that won't let a customer proceed to getting quoted if their purchase is below $250.
    Our quote button is "Charge to Franchise" and the website is www.harcourtsonlineshop.co.nz
    Would love your help! I'm only able to do very basic things in BC.
    Thanks for your time,
    Kirsty

    Alright... first off this only almost works.  I'm posting it because hopefully one of the js gurus around here can figure out what the issue is because I can't.
    For me at least (testing in greasemonkey) it works fine until I make more than a couple changes in the shipping options menu, after which it just stops altogether.
    You'll need jquery running obviously.
    var tooltip = '';     
    var total = $('tr.total').find('td:eq(2) > strong ').text();
    total = parseFloat(total.replace(/[^0-9\.]+/g,""));
    var unlockcharge = 250.00;
    var t='';
    $('body').append(tooltip);
    function setPageState(){
         $('#tooltip').empty();
         t='';
         sel = $('select#ShippingOptions').val();
         var bt = (total < unlockcharge)? true: false;
         var ps = (sel == -1)? true: false;
         if(bt){
              t+='A minimum purchase of $250 is required for a quote.';
         if(ps){
              t+= 'Please select a shipping option.';
         if(bt||ps){
              $('#tooltip').html(t);
              $('#catshopquote').fadeTo(100, 0.5).on({
                   'click': function(e){
                        e.preventDefault();
              $('#catshopquote').on({
                   'mouseenter': function(e){
                        $('#tooltip').css({
                             'top': (e.pageY-15)+'px',
                             'left':e.pageX+15+'px'
                        }).fadeIn();
                   'mouseleave': function(e){
                        $('#tooltip').fadeOut();
    $('select#ShippingOptions').on('change', function(){
         setPageState();
    setPageState();

  • 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?

  • 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?

  • Need to create Customer to multiple sites record in one run.

    Hi all,
    we have one table called (e.g.) Prospect. To this table we can associate three different sites: one the legal
    site, one admin and one for logistic. All the three sites refer to the main Prospect table via the Prospect_id
    and related info are all saved into the same Site_all table (the site type is not stored directly into the site_all
    table but via a use_site_all table, similarly to what happens with some standard OApps tables).
    We need to create the Prospect and associated three sites via an OA Framework page (actually multiple steps).
    So to visually resume:
    _ Site1 ---- use:legal
    Prospect - Site2 -- use:admin
    - Site3 --- use:logistic
    What's the best approach to achieve the creation of the records in the tables ?
    a) to add three EO for the Site table (with related AO) and one big ProspectAllVO view object containing all the fields
    from the three EO ?
    b) to add just one EO for the site and reference it three times while defiing the ProspectAllVO ?
    c) to specify a View Link (but this should be done three times and I'm not sure how to synchronize and manage
    the transaction for the creation ?
    d) AOB ?
    Thanks in advance. Regards.
    Giuseppe Naldi

    is it really just one IDOC?
    I have never seen that SAP just does a part of one IDOC.
    the structure of DEBMAS ist like this:
    E1KNA1M
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNB1M
    which means for your example it should be like this
    E1KNA1M
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNB1M
    and in this case I am very certain that it would never just process and create the part for one sales area.
    Maybe your customer already exists from ealier tests with just one sales area.
    Display your IDOC in WE02 or WE05 and make sure you have a value in name1 field

  • 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

  • Do I need to create custom FM

    Hi,
    I have created a new z-segment to the standard idoc type.
    I even done the outbound processing and IDOC is reached to the destination server box.
    Do I need to create a new inbound function module to get the extra fields of the z-segment or else does  the standard inbound function module itself works.
    If I need to create new INBOUND FM how to do it?
    Should I copy the std. FM and modify it
    OR
    write my own FM for it.
    Please suggest.
    Regards
    Mac

    Edgar:
    Can you provide me any more detail reagrding how to utlize the Error Pages tab?  If I had to guess it apears I want to use Explicit Response Page Header and Explicit Response Page Body under the Appl. Erros tab.  Also, from what I have seen I need to build some kind of page using HTML tags.  Once this is complete do I need to make any changes in my templates to utilize the error pages?
    Thanks,
    Lee

  • Need to creat box to fill

    i everybody,
    i need to creat boxes to fill with quantity.
    can you help me please.
    thanxs a lot

    I believe you are referring to user input field or a drop down option where user can select quantity.
    You can either use checkbox field in form with different label for quantities , or you can check this option :
    http://musewidgets.com/collections/all/products/forms-bundle
    Thanks,
    Sanjit

Maybe you are looking for

  • Transfer Upgrade from one line to another on the same plan.

    Is it possible to transfer an upgrade from one line to a second line, and then have the phone that was used on the second line, be switched to the first line? If so, how would I go about doing this online?

  • Error occurred during storage enumeration. The provider`s cache is empty.

    Hello all, I`m currently experimenting with Server 2012 and I faced an issue, while trying to play around with Storage Pools. My Server manager fails on refreshing disk volumes with the above mentioned error. More specifically:  Error occurred during

  • Can Powerbook run external 1200x1600 monitor?

    I have a 12" Powerbook G4 with a GeForce FX Go5200 64 MB graphics card in it. I want to purchase a 20" Samsung monitor with a 1600 x 1200 max. resolution screen. I need to use it for mirroring my powerbook's screen. Will this monitor work with my pow

  • Select options restrication of ranges

    Hello Experts. in the selection screen i need to have an option to enter the movement types.suppose if user  will give like 10 and 100.The system should not take all the values between 10 to 100 like select options. It SHOULD GIVE ONLY 10 AND 100 REC

  • Error message Syncing ipad with pc itunes

    Hi, I'm trying to sync mi pad with my pc Itunes but got the following message: Ipad could not be synced because the sync session failed to start. I already synced my ipod. What do I have to do?