How  to make the search term in Vendor master (XK01) as List box

Hi,
I got the requirement to make the search term in Vendor master (XK01) as List box. Is there any way to reach this requirement.
Thanks in advance
Suman

Hi
U should change the std dynpro
Max

Similar Messages

  • How to make the Region Fild in Vendor Master as a Mandatory?

    HI All,
    can anyonde guide me about:
    How to make the filed: "Region" in Vendor Master a Mandatory while entering the Data.
    PL.help.
    Thanks,
    Roopan.

    Hi
    Go to T-code OBD3.
    Check with account group you use for the vendor.
    Double click on the account group.
    Double click on the general data and on then on the address group. You can maintain region here as Mandatory.
    Reward if this helps
    Thanks

  • How to validate the Search Term

    Hi Experts ,
      We are facing new development.In KM Basic Search if there is no search term is provided(eg : Empty string or empty search term) then we have to show a alert box to enter a valid search term.
    Also if the search term contains any special characters like $,# etc.. in that case also we have to show a alert box to provide valid search term.
    Kindly please anyone guide me regarding this development.
    Thanks & Regards,
    Rumesh

    Hi
    U should change the std dynpro
    Max

  • How to make the search box in 'mail' bigger

    HI all
    I use the mail programme in Lion and use a Mcabook pro, There is a search box in the upper right hand corner so you can search through your mails, I have accidently made it smaller and am looking to make the box bigger so I can see the full names of the results.
    I have looked in toolbars and in 'view' and cant fin anything, I have tried to clip and drag, but that does not work either, anyone have any ideas how to make it bigger again,
    Thanks

    Thank you Colin, I managed to delete some of the buttons thus the search bar became bigger, thanks for the inspiration

  • OSES how to restrict the Search Term

    How can SES forbid the words which will be used to search. For example, if I enter "secret" word in the searchTerm box,Then the SES will restrict the search result or will return nothing. How to implement this search restricted function? Can you tell me for this question. Thanks...

    You can't forbid the use of particular terms via the standard API. You would need to build an app using the Web Services API, and remove any sensitive terms before submitting the query to SES.
    If you were feeling daring, you could delete the entries from the underying Oracle Text index, which would prevent them being found, but that definitely wouldn't be supported.

  • How to make the search faster  in a table ?

    hi ,
    i have got a table wich has one field as a primary key , and this table got 500000 records in it
    wich i try to pop up the (LOV)  it takes about one minute to be retreived
    i dodnt know how to make it faster ?
    could anyone help me how to make faster ?
    and what index should i put on this table ?

    thanks for your help
    and here is the the
    CREATE TABLE MOBWORKSHOP.MOBWSH_GUARANTY
      GRNTY_NO          VARCHAR2(10 BYTE),
      I_CODE            VARCHAR2(30 BYTE),
      SERIAL_NO         VARCHAR2(30 BYTE)           NOT NULL,
      GRNTY_START_DATE  DATE,
      GRNTY_EXPIR_DATE  DATE,
      GRNTY_VALIDTY     NUMBER(1),
      CAUSE_ID          VARCHAR2(10 BYTE),
      NOTE              VARCHAR2(60 BYTE),
      AD_U_ID           NUMBER(5)                   NOT NULL,
      AD_DATE           DATE                        NOT NULL,
      UP_U_ID           NUMBER(5),
      UP_DATE           DATE,
      BRN_NO            NUMBER(6)                   NOT NULL,
      BRN_YEAR          NUMBER(4)
    TABLESPACE MOBWRKSHPTRANS
    PCTUSED    0
    PCTFREE    10
    INITRANS   1
    MAXTRANS   255
    STORAGE    (
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                BUFFER_POOL      DEFAULT
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    CREATE UNIQUE INDEX MOBWORKSHOP.MOBWSH_GUARANTY_PK ON MOBWORKSHOP.MOBWSH_GUARANTY
    (GRNTY_NO)
    LOGGING
    TABLESPACE INDX_TRANS_MOBWRKSHP
    PCTFREE    10
    INITRANS   2
    MAXTRANS   255
    STORAGE    (
                INITIAL          64K
                MINEXTENTS       1
                MAXEXTENTS       UNLIMITED
                PCTINCREASE      0
                BUFFER_POOL      DEFAULT
    NOPARALLEL;
    ALTER TABLE MOBWORKSHOP.MOBWSH_GUARANTY ADD (
      CONSTRAINT MOBWSH_GUARANTY_PK
    PRIMARY KEY
    (GRNTY_NO)
        USING INDEX
        TABLESPACE INDX_TRANS_MOBWRKSHP
        PCTFREE    10
        INITRANS   2
        MAXTRANS   255
        STORAGE    (
                    INITIAL          64K
                    MINEXTENTS       1
                    MAXEXTENTS       UNLIMITED
                    PCTINCREASE      0
    ALTER TABLE MOBWORKSHOP.MOBWSH_GUARANTY ADD (
      CONSTRAINT MOBWSH_QRNTY_I_CODE_FK
    FOREIGN KEY (I_CODE)
    REFERENCES MOBWORKSHOP.ITEM_DETAILS (I_CODE),
      CONSTRAINT MOBWSH_CANCEL_CAUS_FK
    FOREIGN KEY (CAUSE_ID)
    REFERENCES MOBWORKSHOP.GUARANTY_CANCEL_CAUSES (CAUSE_ID));
    i made  a button to show  (LOV) and when i press the putton it take about one minute to view the LOV

  • Payments terms in Vendor Master(XK01)

    Hi Everyone,
    I want to know, at the time of Creation of Vendor master-Two times we will got Payment terms.In Two TAB
    i)     In Purchasing data and
    ii)     Payment transaction Accounting.
    Please tell me what is meaning giving Two times in different place.
    And where I can see result of these two different Payments terms.
    Regards,
    siddharth

    Hi,
    Payment terms can be specified in Accounting data-CC level, Purchasing data -Pur Org level ( Vendor master), Sales data - sales Org level (Customer master).
    Ex. Payment terms in Purchasing will be picked when you create a PO.
    Master records have separate areas for Financial Accounting, Sales, and Purchasing. You can specify different terms of payment keys in each of these areas. When you then enter a business transaction, the application in question will use the key specified in its area of the master record.
    Edited by: Antony anburaj on May 2, 2010 9:42 AM

  • How to get the selected value/key of a drop down list box in webdynpro Java

    Dear SDN Members,
    I have added some static data into a drop down list box by key UI element using the procedure specified in value help tutorial.
    Now i want to display the value selected in a dropdown list box on view whenever i select an item in a dropdown list box.
    Can any one put here the code part relating to this.
    Your help will be awarded.
    Thanks in advance,
    Regards,
    Sireesha.B

    Hi Sireesha,
        You want to display value based on the key selected in dropdown list. If you want to do like that
    1) Create a context attribute for ex: key_value
    2)In the properties of the attribute select the calculated as true.
    3)It will create getter and setter methods for your attribute.
    4)Go to implementation add the following code in getter method of your attribute
    String attributeName = IPrivateCreate.IContextElement.KEY;
    //KEY is your dropdown key attribute not the value attribute.
    IWDAttributeInfo attributeInfo = element.node().getNodeInfo().getAttribute(attributeName);
    ISimpleTypeModifiable simpleType = attributeInfo.getModifiableSimpleType();
    IModifiableSimpleValueSet valueset = simpleType.getSVServices().getModifiableSimpleValueSet();
    Object key = element.getAttributeAsText(attributeName);
    return valueset.getText(key);
    Regards
    Suresh

  • How to Decativate the Grouping key in Vendor Master?

    Hello All,
    I'm trying to create a Vendor from the transaction code FK01, I fill up all the details and when i come to the dinning part of the master it does let me save the vendor and asks for a "Valid Grouping Key"....i have checked with spro setting for Define Layout per company code (Vendor), there the radio button is at OPTIONAL for Dunning Area.
    How can i get the system saving the vendor without asking me for a Grouping Key?
    Thanks,
    Tushar

    Hi ,
    Go to the vendor account group field status Filed status and supress the Single pmnt, grp key, PM supl field.
    Company code data>Payment transactions>Single pmnt, grp key, PM supl.
    Regards
    Surya

  • In a Google search, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off th

    In a Google search within a Firefox session, clicking on a search result causes the new page to open with the search terms highlighted in yellow -- how can I turn off this highlighting?

    Try to clear the Google cookies and redo those Google options.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

  • How to make the knowledgebase search work?

    This is not a FF problem; it is a problem with making the database search work properly. Example: trying to find the question "How do I install Addons for all users?" <http://support.mozilla.com/en-US/questions/745665>, I searched on "all users" with various combinations of "Add-ons" or "Addons" - coming up with many irrelevant hits (apparently not even corresponding to the search terms), but never with the page wanted. In fact, searching on the '''exact''' wording of the question "How do I install Addons for all users?" - with or without quotation marks - does not return the right page!! How is the search supposed to work?

    @the-edmeister:
    Ed, thanks for your reply, but in fact it is a reply to a different question - in fact, the question which, as I said, I was ''originally'' searching ("How do I install Addons for all users?"). That leaves two things to do:
    1) Since 50 users have already requested an answer to that question <http://support.mozilla.com/en-US/questions/745665>, would you please post your answer there? If you don't want to do that, may I do so? [It would be better if you do it, as you clearly know a lot more about the issue (and might be able to answer follow-up questions, of which I have at least one already).]
    2) We still need an answer to either:
    a) what is wrong with the KB search here or
    b) what is wrong with my search procedure?
    Thanks,
    John

  • How to make the vendor column have figure in GRIR line item with RE document type?

    Dear Experts,
         Could you tell me how to make the vendor column have figure in GRIR line item whose document type is RE?
         Thanks!
    Xinling Zhang

    Hi ,
    You are using FAGLL03 .
    FAGLL03 report vendor code is blank
    vendor number in new FAGLL03 tcode (offsetting account information)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b96fed-eb5d-2e10-1792-f3ff9f65df8a?QuickLink=index&…
    Also check OSS note
    Note 112312 - Line item: Display of offsetting a/c information
    Note 1034354 - FAGLL03: Display of offsetting account information
    Many Thanks

  • How to make the keyword red in the searched document

    if the word document are loaded into the blob field,when the proper document are searched by the keyword,how to make the keyword red in the selected document!
    thanks a lot!

    Take a look at the CTX_DOC.MARKUP procedure in the Oracle8i interMedia Text Reference.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by zhai ping ([email protected]):
    if the word document are loaded into the blob field,when the proper document are searched by the keyword,how to make the keyword red in the selected document!
    thanks a lot!<HR></BLOCKQUOTE>
    null

  • Where can we change the Search term in the Sales ordder?

    Hi,
    Where can we change the Search term , Address group key , in the Sales order partner function
    Br
    Ranjan

    Thanks Henrique for your response...
    Here i wanted to know how to change any of the partner function's search term locally for a particular sales document (as search term is part of general data - address portion)
    As you have suggested, that i have to make the changes in the customer master. But i want to change search term locally for a particular sales document
    Hope my requirement is clear now
    Br
    Ranjan

  • In firefox 4 RC, some addons installed suddenly disappear, but checking the profile, some of the missing addons related files are still here, how to make the addons back?

    I use firefox 4 form beta 9 to RC (zh) now and there are also firefox 3.6 installed in computer. One day when I open Fx 4 RC, some (actually a lot but not all) of the adoons just disappear. When I check on about:addons page, some addons installed do not appear in the list.
    The addons '''REMAINED''' including:
    * addons I already used in Fx 3.6 (like webmail notifie , xmarks)
    * ''addons only can use in Fx 4'' (like Open Web Apps for Firefox).
    The addons '''DISAPPEARED''' including:
    * addons I already used in Fx 3.6 (like yoono)
    * '' addons installed when using Fx 4'' (like updatescanner, Thumbnail Zoom).
    But when I check the profile(by Help > Troubleshooting Information>Open Containing Folder) , some (not sure is it all) of the missing addons related files are still here [lucky], so any one know how to make the missing addons back?
    Some more details:
    * This happened when i use RC for already a few days and keep on even i restart Fx and windows.
    * The bookmarks, history, search engine and even themes and icon setting are still here. [ I only sync bookmarks but not history for both xmarks and firefox sync.]
    * This addons are really '''disappeared''' but not disable only!
    * This number of addons missed, as i remember, at least 30, should be more than that number bacause some of them are installed but in disable mode.
    * I try to install back one of the addons - Stylish, the installed code are still here.
    * It is nearly an impossible mission to install every missing addons again, as it really kill my time.

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar to do a compatibility check.

Maybe you are looking for

  • I cannot edit project in project server after editing it in project professional

    Hi i cannot edit project in project server 2013 after editing it in project professional. i.e I created an enterprise project in project server and then edit it with project professional. after i published it to the server and open it with project se

  • Calling ORACLE Functions from within CF Builder report

    Hi, I have an ORACLE function that I would like to call from within my CF REPORT. I know there is a section in the report builder where you can write coldfusion code to perform tasks, but I would rather simply call the ORACLE function for each detail

  • Utilising Migration assistant as part of SOE deployment

    Just wondering if anyone has used MA in this way ? I have 90 machines to take to 10.4 and CS2 and a bunch of other apps but need to retain as many existing settings and files as possible to make the deployment easy ( not a nightmare ! )... Initial id

  • Premiere Pro Error reading

    Premiere Pro has encountered an error.  [/Volumes/BuildDisk/builds/slightlybuilt/shared/adobe/MediaCore/AudioRenderer/Make/Mac/../ ../Src/AudioRender/AudioPrefetch.cpp-99] Might anyone know what this means? Heather

  • Installation failed exit code 7

    Every time i get to the installation phase of the trial version for Indesign CS6, it starts to install and then says installation failed and on the error summary page it says exit code 7. I have tried to restart my computer and everything Macbook Lio