Display MM03 screen with out selecting views using interactive list.

Hi Experts,
I have one query, I am displaying  material data in a list. when i click on material number in the list it should show material data i.e should call MM03 with all the view data .
When i am using call transaction 'MM03' skip first screen. I am able to call MM03 screen but unable to skip the View Pop up screen it should be selected default and the veiw data should be displayed.
Ex: when i am clicking on materil number from the list it will directly take to the Basic data1 screen with out the pop up screen for selecting views.
hope this is clear...
Thanks
Sunil kairam.

Hi Dzed Maroz  ,
Thanks for the quick reply... its works.. !
Can you please tell me the methodology behind SET PARAMETER ID 'MXX' FIELD 'K'.
I was trying using below code earlier was showing the pop up screen.
SET PARAMETER ID 'MAT' FIELD P_MATNR. "
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
but now it works... thanks.. 
kindly explain SET PARAMETER ID 'MXX' FIELD 'K'. hw it works...  which filed parmeter id is MXX and y we have choosen 'K' ??
Thanks & Regards
Sunil kairam

Similar Messages

  • How can I modify the Contacts Template to display additional fields with out selecting "add field" everytime?

    How can I modify the contacts template in either iCloud, my iPhone, or my iPad to display additional fields that I always use ... example: How can I get Job Title to always be a fillable field with out selecting "add field" everytime?

    Let the HairSalon implement the java.lang.Comparable interface. You'll need to write code for
    public int compareTo(Object o1, Object o2)
    The compare method would cast the Objects to HairSalons and return the difference in price.
    Then use java.util.Arrays.sort(Object []);

  • Drill down to a report with a select view

    I have a report with a select view on a column... In this column I have coded a navigation to another report that has some details and also has a select view on the same column.
    a) The only way to make this work is in the construction, using the view edit screen, the select view, select the option, save it... and then in the criteria, code the navigation.
    This had to be done to every option.
    b) Since the target report has also a select, whenever you navigate from the original report, the detail report is displayed "as it were", in respect to the select column... The target report is filtered by this column (I am using "is prompted") It would be nice if besides the filtering the select could show the select that comes from the original report... It is not working like this... The user has to select again (column selector) to see it like the original one...
    Sorry, it is a bit confusing...but I´d appreciate any help.
    Txs.Antonio

    I dont think about drill down, but try with navigation using common columns. in this way we can have both side navigations summary-> detail and detail->summary.

  • How to replace the existing selection screen with new selection screen

    Hi,
    I have first selection screen with parametre as a table name, then I have created dynamic selection screen as 2nd selection screen with different fields of that table as select options. This is done using genaration of dynamic report. Now If I click on button on this 2nd selction screen , then I want to replace this 2nd dynamic selection screen , with the other selection screen fields.
    Can anybody guide me, How to do replace one slection screen with different selection screen.
    and one imp thing is this selction screen is populating with dynamic fields on it.
    Regards,
    Mrunal

    As I can understand you want to make some of the screen field to disable or visible on screen  depending upon the interaction of user with screen 1.
    You may use this example code in PBO of screen 2.
    LOOP AT SCREEN.
        " action has been taken to modify the area office screen as per the option chosen at screen 99.
        CASE ACTION.
            " if the user has taken up the option of UPLOAD
          WHEN 'UP'.     " screen processing while we upload the plan
            " during upload we will make dates as output fields only
            IF SCREEN-NAME = 'ZSDTPLANVRSIO-DAT_TO' OR SCREEN-NAME = 'ZSDTPLANVRSIO-DAT_FRM'.
              SCREEN-INPUT = 0.
              MODIFY SCREEN.
            ENDIF.
            " also make 2 buttons disabled
            IF SCREEN-NAME = 'AO_DO' OR SCREEN-NAME = 'AO_VE'.
              SCREEN-ACTIVE = 0.
              MODIFY SCREEN.
            ENDIF.
          WHEN 'DN'.      " screen processing while we upload the approved plan
            " during upload we will make dates as output fields only
            IF SCREEN-NAME = 'ZSDTPLANVRSIO-DAT_TO' OR SCREEN-NAME = 'ZSDTPLANVRSIO-DAT_FRM'.
              SCREEN-INPUT = 0.
              MODIFY SCREEN.
            ENDIF.
            " also make 2 buttons disabled
            IF SCREEN-NAME = 'AO_UP' OR SCREEN-NAME = 'AO_VE'.
              SCREEN-ACTIVE = 0.
              MODIFY SCREEN.
            ENDIF.
          WHEN 'VW'.      " screen processing while we view the plan
            " during upload we will make dates as output fields only
            IF SCREEN-NAME = 'ZSDTPLANVRSIO-DAT_TO' OR SCREEN-NAME = 'ZSDTPLANVRSIO-DAT_FRM'.
              SCREEN-INPUT = 0.
              MODIFY SCREEN.
            ENDIF.
            " also make 2 buttons disabled
            IF SCREEN-NAME = 'RLGRAP-FILENAME' OR SCREEN-NAME = 'FNAME'.
              SCREEN-ACTIVE = 0.
              MODIFY SCREEN.
            ENDIF.
            " and hide the file input field
            IF SCREEN-NAME = 'AO_DO' OR SCREEN-NAME = 'AO_UP'.
              SCREEN-ACTIVE = 0.
              MODIFY SCREEN.
            ENDIF.
        ENDCASE.
      ENDLOOP.

  • With out loosing view grant access, i can modify the existing vi

    I am using oracle 11g.
    I would like to add few more where condition in my oracle view ,Which has grant permission by different user.
    There is anyway with out loosing view grant access, i can modify the existing view.
    Existing view
    create view abc
    as
    select * from tab1
    where rownum =1 .
    Grant select on abc to read_ro;
    Modifying view
    There is anyway with out loosing view grant access, i can modify the existing view?
    add few more where condition in my oracle view ,Which has grant permission by different user
    please advise.

    create or replace view...
    SQL>  create or replace view y as select object_name from user_objects;
    View created.
    SQL> grant select on y to ads;
    Grant succeeded.
    SQL> select * from user_tab_privs where table_name='Y';
    GRANTEE                        OWNER
    TABLE_NAME                     GRANTOR
    PRIVILEGE                                GRA HIE
    ADS                            BONTRAB1
    Y                              BONTRAB1
    SELECT                                   NO  NO
    SQL> create or replace view y as select object_name,created from user_objects;
    View created.
    SQL>  select * from user_tab_privs where table_name='Y';
    GRANTEE                        OWNER
    TABLE_NAME                     GRANTOR
    PRIVILEGE                                GRA HIE
    ADS                            BONTRAB1
    Y                              BONTRAB1
    SELECT                                   NO  NO
    SQL> desc y
    Name                                      Null?    Type
    OBJECT_NAME                                        VARCHAR2(128)
    CREATED                                            DATE

  • How can i get all values from jtable with out selecting?

    i have one input table and two output tables (name it as output1, output2). Selected rows from input table are displayed in output1 table. The data in output1 table is temporary(means the dat wont store in database just for display purpose).
    Actually what i want is how can i get all values from output1 table to output2 table with out selecting the data in output1 table?
    thanks in advance.
    raja

    You could set the table's data model to be the same:
    output2.setModel( output1.getModel() );

  • My macbook is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page what do i do?

    My macbook Pro is stuck on a grey screen with language select and every time i click english it brings me back to the same gray page with language select what do i do? Also i dont have enough monet to go to the apple store to get it fix and another thing this happen after i tried to factory reset it without the disck uising coomans i found on youtube.Lastly befor doing the comands my macbook would open any applications and the finder would just blink on and off on the dock.
    Heres the link http://www.youtube.com/watch?v=Q5e5thk0O9o

    Shut down your computer and disconnect all peripherals (keyboard & mouse if pertinent) from your computer.  Now reboot.
    If the Mac starts up normally, shut it down again and then plug in one of the peripherals (keyboard or mouse first) and start up your computer again.  If it does so successfully repeat the process, adding one peripheral at a time until your Mac acts up.  At that point, disconnect the last peripheral you added, reboot your Mac and search the peripheral vendor's website for an updated driver. 
    If no driver exists or the problem remain after installing the new driver, try a different cable or a different port on your Mac.
    If none of the above works, again disconnect all peripherals from your Mac, hold down the "shift" key to start up in "Safe Boot" mode. 
    If the Mac starts up correctly, restart without pressing the "shift" key.
    If your computer still does not start up properly, shut it down and restart it while holding down the Apple+Option-P-R keys; keep holding "all 4 keys" down until you hear the startup sound "twice."
    If none of the above work Disconnect all peripherals from your computer. Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    (If Disk Utility cannot repair, you will need a stronger utility (3rd party) - Diskwarrior or Techtool PRO)
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.
    Remove any 3rd party ram.
    Reinstall Leopard - This will install a "fresh" copy Leopard without archiving old system files but leaves the rest of your files in place.
    If you still want to restore your computer to factory level...
    Start up from your install disc, go to Disk Utility and select the disk and click erase - to securely erase data click Security Options and Erase Free Space which will entirely wipe your disk, overwriting it with zeros so that no data is recoverable.
    To restore read the instructions in the Mac OS X v10.5 Leopard - Installation and Setup Guide  PDF

  • Spontaneous Crack in screen with out physical damage.

    I am very discouraged to even post in this forum in the first place but none the less. Here is my situation. I purchased my Sony Xperia from a Tmobile retailer. The phone has been amazing and up until this point ive had no problems. I always have my phone in my pocket. if not its in my purse or on the charger. Today after leaving work , i retrieved my phone from my pocket to realize there was a crack in the screen. My first reaction was disbelief. How can you crack a screen with out dropping it, throwing it or inducing physcial harm to it? . My second reaction was even more disbelief. The crack is internal. If you run your fingers across the screen you can feel no crack its literally inside the phone. It looks like a peice of hair stuck on my phone. Here is my concern. I went to my local tmobile retailer who suggested since i had insurance to pay $175 deductible and then $50 for a loaner phone while my phone is fixed. Now if i would of damaged myself i would of payed this money . But i didnt damage my phone and im a single mother with bills i cant honestly be expected to dish out this type of money for an obvious defect. Then they told me to contact Sony, which i have since done and I wasnt very encouraged by the phone call. The Representive kind of gave me round about answers like . " I cant say its a known issue, but i can say were having some trouble".  Or when i asked if it could be covered under warranty. I cant say we have to make sure you havent caused any physical damage to cause the problem.  So in other words I have to pay to ship the phone back to sony , i will be with out a phone for up to 14 days for a "possibility" of them maybe covering it under warranty.  Further more, how can you say its not a known issue, I've done my fair share of research and this is obviously a common problem with this phone and its predecessing versions. So Please Sony, could you enlighten me . What are the chances that you will honor your warranty, or at least look into this issue with integrity , because from what i can see is there is alot of blame being put on the consumer. What happen to belief in the customer or customer satisfaction. I really do love this phone but i am very dissapointed at being put in this situation.

    I'm in the same situation left without a solution. My front panel just cracked by itself in my pocket. And the crack was also inside, so it was obvious that it wasn't caused by physical impact. I sent it to repair center, but of course they gave standard answer: "The damage is caused by a physical impact". But when I asked them to prove that, they didn't answer anything. And when I showed them links about the same problem which many users are confronted, they just gave me the same standard answer. For a repair they asked me $ 271. I unquestionably refused to pay $ 271 for a already $ 1000 premium phone for which damage I'm not responsible for. So they sent the phone back to my mobile operator from where I bought the phone. The phone operator also refused to meet me although I've been their client for a long time and bought 2 phones from them. Then I sent an official letter to the operator also giving them examples of other users. In the end they gave me some weird answers and didn't mention anything about the examples of other users. But, hey, they were willing to pay me $ 7.5 for moral damages. $ 7.5 for a 1000 phone for which I would have to pay another $ 271 for repair. It is laughing over the customer. Them I sent an official letter to customer protection agency and they basically gave me the same answer as my phone operator. Then I asked the expert to say something about the damage, but all tehy could tell me was that they can't prove anything. All this has lasted already about 6 months. And I can't use the phone properly because the front panel acts as a touch panel. So much of the Sony's over $ 1000 premium phone and excellent customer support. Back in the old days Sony was known for their quality products but not any more.

  • Online Radhat linux and sunsolaris shell means with out installation I use

    Hello every one,
    1.can any one tell me how can I use online red-hat Linux shell (means with out installation I use online Linux shell or terminal).
    2. how can I use online sun solaris unix shell (means with out installation I use online sunsolairs shell or terminal).
    Thanks ,
    Regards,
    Shahbaz khan

    Remote access to a Linux/Unix based system is usually accomplished by screen sharing using VNC, or by a remote text based terminal session using ssh and telnet. The use of Telnet is generally considered obsolete and has been replaced by ssh for security reasons. You can also tunnel X-windows through ssh to to run remote X-windows applications on the X-windows server running on your client PC computer.
    The software you need for ssh or VNC will depend on your preference and current client operating system. If you use e.g. Apple MacOS X, you will not need to install any additional software. If you use Windows you can download free Putty for ssh access, or RealVNC client.

  • While updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    while updating my ipad to new software through itunes it got stuck and does not work anymore - it just displays the screen with symbols of itunes and the cable to connect to it - help - what should i do?

    Disconnect the iPad, do a Reset [Hold the Home and Sleep/Wake buttons down together for 10 seconds or so (until the Apple logo appears) and then release. The screen will go blank and then power ON again in the normal way.] It is 'appsolutely' safe!, reconnect and follow the prompts.
    If that does not work then see here http://support.apple.com/kb/HT1808

  • When turning on my mac book pro it displays a screen with apple logo and begins loading a loading bar, after this continues to show loading circle however has been like this all day still no different. Tried turning it on and off however still same!

    When turning on my mac book pro it displays a screen with apple logo and begins loading a loading bar, after this continues to show loading circle however has been like this all day still no different. Tried turning it on and off however still same!

    ... then run Disk Utility, Repair Disk.
    Also:
    Resolve startup issues and perform disk maintenance with Disk ...
    Mac troubleshooting FAQ: start-up woes
    How To Fix Common Mac Startup Problems
    Mac Stalls on Gray Screen at Startup - Troubleshooting Mac Startup ...

  • With out accouting view material master

    hi,
    i wmt to creat a materail master with out accounting view. while doing gr how system generates the accounting documents. tell me step by step procedure.
    Regards,
    Sydanna

    Hi
    Accounting view mainteance is avoided for the non-valuated materials.
    Such case, while creating PO, u need to assign account.
    So during GR, system will post accounting doc for Dr to consumption account(which is specified in PO) and Cr to GR/IR account.
    If u have not maintained accounting view for other than UNBW, during PO creation system checks for account assignement.
    warm regards
    sairam akundi

  • My mozilla firefox search engine always defaults to amazon...how do I get just basic mozilla firefox search screen with out the default to amazona?

    My mozilla firefox search engine always defaults to amazon...how do I get just basic mozilla firefox search screen with out the default to amazon.com for everything ?

    Change the search plugin in the search bar to something else and you can search with that.

  • When i go to the app store to update the one app that needs to be updated, the screen is blank.  It used to list all the apps that need updating and have a button called update all.  Now nothing.  Just a blank screen.

    when i go to the app store to update the one app that needs to be updated, the screen is blank.  It used to list all the apps that need updating and have a button called update all.  Now nothing.  Just a blank screen.  How can I fix this?

    There's been a problem with this all day.  Seems to be a server problem  -  wait a day and try again, or use itunes on the computer to update, that works.

  • Transferring data using interactive lists

    can anybody explain how to transfer data using interactive list with a good example. points would be rewarded.
    regards,
    sri.

    Hi,
    If you are using non-alv report..Then
    Use HIDE..and then use SET PARAMETER..
    Ex..
    DATA: ITAB TYPE STANDARD TABLE OF MARA WITH HEADER LINE.
    * Get the data.
    SELECT * FROM MARA
                  UP TO 10 ROWS
                  INTO TABLE ITAB.
    * Display
    LOOP AT ITAB.
      WRITE: / ITAB-MATNR.
      HIDE ITAB-MATNR.
    ENDLOOP.
    AT LINE-SELECTION.
    * Go to MM03 when double clicked on the line.
      IF SY-UCOMM = 'PICK'.
        SET PARAMETER 'MAT' FIELD ITAB-MATNR.
        CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
      ENDIF.
    Thanks
    Naren

Maybe you are looking for

  • Error occurs during creation of Quotaion with reference to sales Order

    hi all, I have creating a new sales organization ID88 while i have the old sales org of ID10.When i try to create the sales order reference to the sales quotation,i have received an error mentioned " Material xxx does not exist in storage location 52

  • Why does my Xserve keep crashing?

    Running 10.7.2 Dec 27 00:30:00 xserve newsyslog[14983]: logfile turned over due to size>1000K Dec 27 00:30:09 xserve kernel[0]: IOSCSIMultipathedLogicalUnit: Timed out waiting for paths to become available, loops = 4 Dec 27 00:30:20 xserve kernel[0]:

  • Can you edit the RTF layout manually WITHOUT using wizards?

    Hi, In Oracle Reports we can edit the layout in the layout editor. I.e. we can add fields, repeating frames and drag the objects to any position we want. Can you do the same in BIP, instead of using a wizard? Is it recommended? Or should we always on

  • Mapping wisdom

    Hi everyone, I'm looking for some wisdom on this mapping problem; Source Message row 0...unbounded    Refidx  0..1    prodid   0..1    date     0..1    field3   0..1 The REFIDX field identify the nature of the record;   - header   - detail   - summar

  • MS Excel 2007

    Hi Team, In Excel 2007,under the text or number filter the keyword entering search option should be there,but in my case search option is not there. I re installed and tried,it is an licensed Enterprise edition.please help to resolve this Regards, di