Default values to be populated in the search option ' Equip by equip list'

All Experts,
I am running the transaction code IE01 to create a equipment. While creating, i would like to select a reference equipment. When i am doing so, there are so many included search options are displayed. Now, there are two queries from here onwards.
a)Is it possible to hide / deactivate all other included search options except ' Equipments by Equipments list'.
b)When the option 'Equipments by Equipments list' is selected, is it any way to default the values for the fields 'Equipment category' as 'M' and the 'Class type as 002'
Please help.
Thanks,
Suresh

Suresh,
You will not be able to accomplish this using standard functionality without doing some development. It maybe possible to accomplish this through Transaction variant.
Other than the above, the simplest way to hide the search options would be to place a implicit enhancement at the begining of the FM "PM_HLP_PREVENT_RECURSION" to delete of the search helps other than "Equip By Equip List" based on the calling program and screen number.
With respect to defaulting, other than what Paul had indicated , try defaulting those values by setting the Parameter ID.
Thanks
Narasimhan

Similar Messages

  • Cannot set the default value of an item in the detailed table

    Hi,
    I have Master-Detail group, both are Table formats.
    I need to set the default value of an item in the details row to the value of an item in the selected row in the Master table.
    I tried Default Display Value=#{row.MasterItem}, but it seems it is trying to access current details row instead of the Master.
    I tried #{bindings.MasterGroupColumnName.inputValue}, but it does not work.
    Any ideas
    Thanks in advance
    Mohamed

    I think I now what I'm doing differently, I had the "New Rows" JHS property of the detailed table group "empty" instead of the default "2" value.
    It seems that "Default Display Value" expression works only for the new records specified in the "New Rows" property. But when I try to "Add" new record using the "Add Row" button, the new record inserted does not have the default values generated, only has values populated for the items of the FK (in the view link) but not the ones set through the property.
    I guess in a nutshell, how I can get the details item to behave like the FK columns?
    Thanks much
    Mohamed

  • Values not getting populated in the SMOPCCAPRO

    Hi,
    We had added a new field to CPGProduct in component CPGOE_ABLOCKS. But the extension field was not included to the BOL structure automatically.
    So ,we had used the SAP note 1472567 to add the include structure INCL_EEW_MKTPL_PRD to structure CRMS_MKTPL_CPG_PROD which inturn would rectify our BOL  structure CRMS_MKTPL_IB_CPG_PROD.
    The field which we had added using AET was added in tables CRMD_MKTPL_PROD and SMOPCCAPRO. But we are facing an issue that the values are not getting populated in the SMOPCCAPRO table on save.The values are gettign populated in the CRM table.
    Do we need to implement any other SAP note on the midleware side too to rectify this issue as i infer some interface structure would be missing this field which results in the truncation of value from being passed to the CDB table . Any pointers in this regard would be helpful.
    Thanks
    Swapna.

    Hi Swapna,
    as the CDB table has been extended with the new field I assume that you have enabled the mobile flag for the enhancement.
    Then it will also extend the mobile BDOC and the data should be transfered automatically.
    If this does not happen there's an error somewhere. Either the middleware is not set up properly or the mapping routine does not transfer the fields properly.
    I recommend to raise an OSS message for this.
    Best regards
    Matthias

  • I'm not able to do the DELETE and the SEARCH options on my list ( HELP!! )

    import java.io.*;
    public class StudentContactManager
    public static void main(String[] args) throws IOException
    char userSelection;
    final int maxStudents = 10;
    String [] Lname = new String [maxStudents];//LName= Last Name
    String [] FName= new String [maxStudents];//FName=First Name
    String [] En= new String [maxStudents];//En = Enrolment Number
    String [] PhoneNo= new String [maxStudents];
    int activeEntries = 0;
    boolean found = false;
    //================================
    System.out.println ( "1 - Initialise contact detail list" );
    System.out.println ( "2 - Display contact details list" );
    System.out.println ( "3 - Insert new entry into cotact detail list" );
    System.out.println ( "4 - Delete entry from contact detail list" );
    System.out.println ( "5 - Search cotact detail list" );
    System.out.println ( "Q - Quit" );
    System.out.print ( "Option : " );
    userSelection = Text.readChar ( "Enter option" );
    while ( userSelection != 'Q' & userSelection != 'q' )
    switch ( userSelection )
    case '1': activeEntries=0 ;
    break;
    case '2': if (activeEntries > 0)//IF contact detail list contains entries
    System.out.println("\tEnrolment Number\tFirst Name\tSecond Name\tTelephone Number");
    for (int i = 0; i<activeEntries; i ++)//FOR each stored contact
    {//DO
    System.out.println();
    System.out.println("\t"+En[i]+"\t"+"\t"+FName[i]+ Lname[i]+"\t"+"\t"+PhoneNo);//Display one/current contact detail
    }//END-FOR
    else
    {// ELSE
    System.out.println("Contact detail list empty");//Display �Contact detail list empty� message
    }//END-IF
    break;
    case '3': if(activeEntries<maxStudents)
    En[activeEntries]= Text.readString("Enter enrolment number");
    found = false;
    int i = 0;
    while ( !found && i < activeEntries)
    if (En[i].equals(En[activeEntries]) )
    found = true;
    else
    i++;
    }//end-if
    }//end-while
    if (found == false)
    FName[activeEntries]=Text.readString("Enter first name");
    Lname[activeEntries]=Text.readString("Enter last name");
    PhoneNo[activeEntries]=Text.readString("Enter telephone number");
    // Insert new contact details into contact detail list
    activeEntries++;
    else
    System.out.println("Enrolment number already exists");
    else
    System.out.println("Contact detail list full");
    break;
    case '4': Text.showMessage("Selected Option 4");
    break;
    case '5':Text.showMessage("Selected option 5");
    default: Text.showMessage("invalid selection, Please input a valid option");
    break;
    }//switch
    userSelection = Text.readChar ( "Enter option" );
    }//while
    System.exit(0);
    }//main
    }//StudentContactManager
    //===============================================================================
    I need help with case 4 and case 5...the search option should include while statement. and the 5th case is the delete option
    Thanks guys =).

    Please use the code tags when posting code (there is a button on the posting page for them). It would also help if you told us what you are trying to do, what error you are getting, and what you expect to get.
    If you are just asking us to write the code for you, then you are in the wrong place.

  • I can't see the 'search' option on this site. Am I the only one?

    I'm having an issue with DVDSP and I can't see the 'search' option on this site. Is Apple cutting down on bandwidth for this so they can sell their phones?!
    Anyone else having the same issue?

    frmrt wrote:
    http://discussions.apple.com/ann.jspa?annID=639
    frmrt wrote:
    http://discussions.apple.com/ann.jspa?annID=639
    +Good afternoon,+
    +We have temporarily disabled search and status levels to improve performance of Apple Discussions. We expect this to be a temporary measure.+
    Regards,
    Mark
    +Apple Discussions+
    What the **** does this mean? The performance was just fine! Now, I am unable to efficiently search for information and the performance therefore is awful. How long will this go on?

  • I am trying to remove the older version of iTunes but an error message appears saying that it cannot find the path to 'iTunes64.msi", and I tried the search option to find it on my computer but no such luck. Please help me

    I am trying to remove the older version of iTunes but an error message appears saying that it cannot find the path to 'iTunes64.msi", and I tried the search option to find it on my computer but no such luck. Please help me

    Go to Microsoft website to fix install and Unistall problems. Click "Run now" from Fix it to remove all iTunes &amp; related installer files:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over.

  • How to disable the Search option in UWL header?

    Hello,
    I am trying to removed the search option in the standard UWL iView by setting the "Allow Search" property of the standard iView to "No". However this doesn't remove the search option in the UWL header. Is this right property to configure? If anybody has already been sucessful, please share the information.
    Regards,
    Shankar

    Hi Shankar,
    Per <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/ad68c125ae496f8c04a25090bd2e3c/frameset.htm">SAP Documentation</a> on UWL Configuration,what you have done is correct. It may be an OSS issue.
    Regards,
    Suresh Datti

  • I've found no way to sort.  For example, if I type the group "Rush" into the search bar, I get a list of songs recorded by rush and literally thousands of other songs and artists with the word rush in them. There is; however, no way to sort the results.

    I've found no way to sort search results in itunes.  For example, if I type the group "Rush" into the search bar, I get a list of songs recorded by rush and literally thousands of other songs and artists with the word rush in them. There is; however, no way to sort the results. 

    In the Search box click on the black Arrow and UNTICK the Search Entire Library.
    Then the Search results in Songs view will be displayed in the main Grid and you can sort them by clicking on the column headers.
    You can also turn on the column browser which can help with filtering

  • Where is the search option when opening app store on iPad

    when opening the app store on an iPad, where is the search option to find a certain app?

    Click any of the catgories along the bottom, except update.  The search area will be on the upper right part of the screen.

  • Where is the search option to search through a document on adobe reader x?

    where is the search option to through a document on reader x?

    It's usually Ctrl+F (on Windows).

  • The search option disappears

    Lately to want to search for a song or artist has become complicated, the search option disappears all time, only appears Browse, Activity, Radio, Your music, but the search does not appear, and I have days with the same problem. I use phone Samsung S4

    I have the same problem. It's extremely annoying. Have to reset the app every time.

  • What happened to the search option in the Apple discussion forum?

    It's the simple things that we take for granted. Like the search option. Any info on this?

    Go to google search and in the advanced options you can limited your search to just this forum.
    http://www.google.com/advanced_search?q=search&hl=en&client=safari&rls=en-us

  • I updated my Itunes and now I don't have a search option in the Store.. What happened to the Search option?

    I updated my Itunes and now I don't have a search option in the Store.. What happened to the Search option?
    I used to be able to type a song title in there and an artist and it would show me my options. Now I have no Search option under Store. 
    Even when you go to the store, there is no way to search for a song.

    Hit the '''Alt''' key ''(Cmd for Mac)'' to show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark.

  • How to set a default value in my DropDown using the key  ?

    Hello All,
      Can someone advose how I can achieve the above ? I will like to know how to select a default value for the dropdown by key using the key value instead of description.
      The reason why I need to do so instead o fusing description is because my application will populate the dropdown using web services based on the language selection. Hence, if I were to set the default value using description, den other languages will not work anymore.
      Any help will be greatly appreciated. Thank you !!
    from
    KWok Wei

    Kwok,
    Assuming that:
    1. You have a node NodeX, where attribute TargetAttr defined
    2. You have a DropDownByKey UI control, its property selectedKey bound to NodeX.TargetAttr attribute
    Then:
    Place in your code:
    wdContext.currentNodeXElement().setTargetAttr("yourKey");
    VS
    P.S. This topic was raised several times, and forum search works good enough to find an answer

  • ME22N: Default value of address group field when searching for an address

    Hi,
    ME22N -->  in the «Item» section --> «Delivery address» tab --> «Address» field --> «Adress group» field
    Which transaction in SPRO allows me to set the default value for «Adress group» ?
    Thanks a lot for your help.
    Julien

    The MM Super user realized during a traning with a new employee that this user did not had the default address group ME01 while trying to enter a delivery address in the Purchase Order. So when this user searches for a delivery address, he has to to through ALL the delivery addresses, and not only the adresses included in address group ME01. (This can lead to delivery problems if the user doe snot enter the right address)
    We have SAP R/3 Enterprise 4.7, with SP: SAPKB62065 (Basis), SAPKA62065 (Cross-application), SAPKH47031 (Logistics and accounting), SAPKE47087 (HR).
    Thanks a lot for your help.
    Julien

Maybe you are looking for

  • Passing multiple values to a parameter in report

    Can anyone help me how to pass multiple parameters to a parameter in my report. As user is able to select multiple values from list of values , can I pass the selected values to calling function. Suppose if User selects Value1,Value2,Value3 from list

  • Can't restore iPod Classic - Error 1439

    I tried plugging in my iPod one day to put new songs on my iPod, but it was freezing my computer and I had to restart my computer. When I restarted my computer, suddenly my iPod was reading 'Plug to computer to restore'. Which is strange itself, beca

  • How to import/export in Pl/SQL ?

    Hello I want to write a procedure in PL/SQL which will be copying one user's schema to another. I have Oracle 9i on Windows 2000. My first idea was to use IMP EXP commands, but i need to execute this commands from PL/SQL procedure. How can I do this,

  • Will I lose data if I delete then reinstall the app

    The app I have problem with is Find My Friends. I updated my phone (iphone 4) just a week ago to the newest version. After the update, Find My Friends worked as usual. But just 2 days ago when I was trying to launch the app and typed in my password,

  • "Out of Memory" Nokia 6303

    Hi, my friend has just received his Nokia 6303. He has copied over his contacts, but is receiving an "out of memory" message when trying to assign a photo to a contact. He has 2gb micro SD card installed, and also receives this message when he remove