Asset master search help

Hi
Hope someone could enlighten me on this.
In the asset master display transaction (AS03), when I select F4 in the asset field, no value is generated when the company code and asset class field is entered with a value. However when only the asset class field is entered (ie leaving the company code field blank), a list of relevant assets is generated.
When only the company code field is entered, no value is generated too.
Is there some limitation with the search help functionality?
Please advise.
Thank you.

Hi Hui
Check if you have authorization to display the assets for that particular company code.  We also have similar setup that we can display assets only for particular company codes and not others.
Its purely authorization issue.
Thanks
Ashok
Assign points for useful answer

Similar Messages

  • Transfer values from one search help to another

    Is it possible to transfer values from screen of one search help to another. For example if I have the vendor master search help (XK02) and I go to the elementary search help "Vendors by Material" . On this screen I enter some data in the Material number field. Now  when I do an F4 on the material field on this search help I will get the collective search help for Material number. My requirement is to have the material number from the first search help to be carried over to the second search help. Is there any way possible. I am manipulating my custom search helps through the search help exits(fetching data etc).

    Hi Deepak,
    Not very sure, but I think if you write code in search help exit, this may be possible. Use GET PARAMETER... SET .. in the exit to pass the values between search help.
    Regards,
    Atish

  • Search help for Asset Class in LDB ADA

    Hi,
    I have a requirement to restrict values in certain search help.
    It is Z transaction for Z SAP Query which has logical database ADA under itself.
    The field which search help I should restrict is Asset Class.
    As I found in LDB ADA, it is select option SO_ANLKL with type ANLAV-ANLKL. It leads me to search help SH_ANLKA which is defined for domain ANLKL.
    But actually, another search help is called. It looks like SH_ANKA, but I don't know if it is right one.
    I have two problems:
    1. How to identify what search help is called?
    2. How to restrict values in search help or maybe how to attach Z search help in this case (should I attach in query or is there a way to enhance LDB)?
    As I am new both to SAP Query and LDB's I am not sure where to start.
    Tnx in advance,
    Natasa

    Solved.
    For those who face the same problem, here is the solution.
    LDB ADA creates basic search help for select options Asset Class by reading ANKA-ANLKL and ANKT-TXK20.
    Output list can be restricted by adding an enhancement at the end of FM DD_SHLP_GET_HELPVALUES and changing the internal table OUTPUT_VALUES.
    If necessary, it can be conditioned by TCODE and for this purpose parameter can be set in the enhancement of FM DD_SHLP_CALL_FROM_DYNP by reading content of the field HELP_INFOS-TCODE.
    Regards,
    Natasa

  • Search help-vendor master combine classification with additional criteria

    I want to build a single search help with classification data and vendor master data. 
    I have a classification on the vendor master identifying the state the vendor is licensed to do business in.  I also have the city from the vendor address.  I have separate search helps for the classification and the vendor address (city).  I would like to combine the search helps.  For example I would like to search vendors licensed to do business in Inidiana and those with a city of Indianapolis.  Any guidance on this would be appreciated. 
    Thanks in advance, Jay

    1. Check the search help exit example (FM) F4IF_SHLP_EXIT* and copy it to z name space.
    2. In the SH Exit, use the callcontrol-STEP = 'SELECT' to overtake data selection (add additional selection criteria like state and city)
    3. Assign the SHExit to vendr master screen field's search help (yes, the field's search help - you dont need an access key for that)
    4. Test, see if hitlist results match your filter criteria and tune the exit

  • Search Help for Material Master

    We would like to have a search help for the material master.
    This should help me search the materials which have the product hierarchy field filled.
    Please let me know if the below steps are correct.
    1)Create a new Match Code say zMAT_prod
    2)Add the match Code zMAT_prod to MAT1_A collective search help.

    Hi Rohita,
    Adding Matcode Id is correct...You can add this matchcode ID in the selection screen.
    Also before adding the Matchcode ID ...You may need to write a select query with the condition to populate the data into that view.
    Ex :
    select single vbeln
               from  vbak
                       into table t_matchcode
                       where vbak  = xyz  "give any condition which you wish to extract the data.
    Suppose Matchcode Id is ZTA. 
    Select-options : s_vbeln for vbak-vbeln matcode id ZTA
    So that it will display the Serach help with all the details.
    Regards,
    Kittu

  • Search Help on Customer master XD01/02

    Hello All,
    In customer master-> Street address block -> District i/p field  We need to add search help on this. on pressing F4 key, names from a Z-table should be picked and user will select one of them. I tried following solution.
    I have created a Z-search help. Took the access key and give the help in attributes of the field.  NO Help is generated after activating.
    Kindly suggest..
    Regards,
    Gaurav

    Hi, this is the code I wrote into the method IF_EX_BBP_CUF_BADI_2~MODIFY_INPUT.
    Now the problem is solved, my search help works correctly in ITS I have created.
    CASE iv_doc_type.
        WHEN 'BUS2206'.
          CASE iv_fieldname.
            WHEN 'ZZ_DESCR_MOTIVO'.
              IF NOT is_item-zz_codice_motivo IS INITIAL.
                SELECT SINGLE zz_descr_motivo FROM zsrm_pat_tb0501c INTO ev_value
                              WHERE zz_codice_motivo = is_item-zz_codice_motivo.
              ELSE.
                CLEAR ev_value.
              ENDIF.
          ENDCASE.
      ENDCASE.

  • Search help name for Asset number

    Hi ! Guru
        I create new feild  and I need new feild can search  , I want to know Search help Name and Parameter  ID  for Asset number
    (ANLN1)
    thank you very much.

    Hi vinny,
    try to declare like this.
    whar max told is correct.
    time1 like sy-uzeit
    rgds
    Anver
    if hlpd pls mark points

  • Search Help Creation Using HR Master Table

    Hi,
    I have got one functional spec for elementary search help creation in SAP HR,
    that elementary search help contain a view. In that view i want TWO fields with
    two different selection condition say,
    Field Name is <b>USERID from the table PA0105 with Sub type 01  as Core id and Sub Type 10 as Location</b>, I want these two fields to be there in my View but the field name are same.
    There is any option for this in the VIEW creation.
    Reg,
    Hariharan

    Hi Kiran,
      Master table is PA0003, where all pernrs will be  
      stored here.But to get employee name you can use
      PA0001-ENAME (Formatted name of employee)
      PA0001-SNAME (Employee's name)
      For last name and first name you can check
      PA0002-VORNA and PA0002-NACHN.
      Hope this will you.
    Thanks & Regards,
    Srilatha.

  • Asset Search help

    Hi
    we are creating a asset Shopping cart, Can any one tell which is the search help used for assets which fetched the data from the backend system.
    We are on SRM version 4.0
    thanks

    Hi. If you check table T77OMATTR it lists all the attributes and their search helps.
    Asset is attribute AN1.
    The search help is BBP_ATTR_F4_ACC.
    Regards,
    Dave.

  • SEARCH HELP IW21 ASSETMENT ANLNR

    Hi Guru's,
    I created a specific field ZZAUFNT(Subnetworf of) in reference object tab the same field as in location data tab Asset field.
    My issue is I would to have the same search help that this standard field.

    I changed the data element and I put the same that ANLA table but it is the same issue.
    I tried to put the code in the PAI I create the search help for the activitity fied but I don't get the value in the VIQMEL structure.

  • Search help 4 vendor & costumer Master

    Hi everyone
    I need to create a search help that content vendor master and costumer master in the same search help, it is possible??. If it is possible, how can i do it??
    Thanks & Regards
       David N

    HI everyone i make a compose search help that includes this simple search help with
    DEBID     
        KUNNR     C     LIFNR
        BUKRS     C     BUKRS
    KREDK     
        LIFNR       C       LIFNR
        BUKRS     C     BUKRS
    thanks

  • Search Help customization by user for Material Master--Jurgen

    I found following solution from another message thread, the following is perfect for our solution as long as I can customize for each user (Plant is different).
    Search help for Field MATNR is MAT1.
    - Go to SE11 set radio button to Search help Enter MAT1 next to it.
    - Go to tab "Included Search helps" and click MAT1_A.
    - in that go to Tab "Included search helps" and click "MAT0M". There are many helps, this is basically the tabs shown when you press F4 in the MATNR field.
    - In the definition Tab - Selection method - M_MAT1M is shown, This is the search help database view.
    So first check in which Tab you do want to show the material that is marked for deletion.
    Here i have taken - M_MAT1M, Material Number/Material Description.
    - Click the M_MAT1M and it goes to Database View.
    - Click Change.
    - In the "View flds" Tab, include LVORM in the "View Field" column
    - In the "Selection Conditions" Tab, Enter the following in the columns:
    - Table - MARA
    - Fieldname - LVORM
    - Operator - EQ
    - Comparative Value - ' '
    - and save it.

    We have several plants. However, one Plant materials are highly classified and they don't want any other plant users not even read their material description. So I thought by controlling their drop down (F4) list by Plant and assign custom F4 based on plant would restrict users in other plants.
    I already locked materials by Authorization object, so MM03 is locked..but I have no idea to how to block others reading their Material descriptions
    Thanks

  • Search help for article master

    Hi,
      I need to add Purchasing Organization (EINE-EKORG) and Purchasing Group (EINE-EKGRP) to the artcile for search help. It has tab article by merchandise category which has merchandise category, article description , language and artcile.To this tab along with these purchasing organisation and purchasing group need to be added. so If there is any screen exit avialable please provide me. and if you have code also please provide that will be a great help. TCode(ME21N,ME22N and ME23N).
    Thanks in advance
    Rajshekar

    Hi Rohita,
    Adding Matcode Id is correct...You can add this matchcode ID in the selection screen.
    Also before adding the Matchcode ID ...You may need to write a select query with the condition to populate the data into that view.
    Ex :
    select single vbeln
               from  vbak
                       into table t_matchcode
                       where vbak  = xyz  "give any condition which you wish to extract the data.
    Suppose Matchcode Id is ZTA. 
    Select-options : s_vbeln for vbak-vbeln matcode id ZTA
    So that it will display the Serach help with all the details.
    Regards,
    Kittu

  • Asset  Master workflow

    Hi all....
    I am NEW to workflow.
    This is my First object. I hope Some body guid me.
    When ever Asset Master creates that related information goto some users outlook.
    I read some docs from help.sap. My point of view
    :-- Create workflow --> create task -->send mail step.
    These steps are correct OR not. is there any standard WF available.
    and suggest me the Process what i have to develop
    Regards,
    Lakshmi.

    Transaction SWDM will tell you if there are any standard workflows or tasks available in your system. Searching based on application component (FI-AA?) will be the best solution in your case.

  • Asset Master BO

    Hi all,
    Does anyone know of a BO for the Asset Master that I can use to trigger a workflow on create or change of an asset?
    If not is there a user exit or another way to trigger the workflow on create or change of an asset?
    Thanks is advance,
    Scott

    Hello Scott,
    Please have a look at the BO 'EQUI' as well.
    Also if this doesnt work, try transaction 'BSVW'. Select 'Customer Settings' in the popup that occurs.
    Fill the following values,
    Status OT - IEQ
    Business OT - EQUI
    Event - Equipment Created
    After creating entry select it and double click on 'Status Restrictions' on Left and click on 'New Entries'.
    In 'System Status' enter relevant value (you will have to search from F4 help values).
    Best regards,
    Abir

Maybe you are looking for

  • Mid year Go-Live (India Payroll)

    Hi, My client's business is now in ECC 5.0, Now we are going live on 01.01.2010 in ECC 6.0, this is not upgradation project, its a fress implementation so please tell me what all are precautions i need to take before going live on 01.01.2010. as this

  • Srm 70 BRF deadline monitoring BUS2201

    Dear SDN-ers, We are using SRM70 process controlled workflow. In my project we would like to use deadline monitoring on PO approval workitems. When we check the customising for deadline for events Business object BUS2201 does not contain any usable e

  • Difference between oracle 10g dba and oracle 11i apps dba

    hi can any one please explain this. thank you

  • How to do patterns in Flash?

    I use Flash mainly for website production and I wonder if there is any way of creating patterns or sharp/crisp diagonal lines in Flash like there is in Photoshop. I've added a link to a sample pic to show you what kind of end result Im looking for. O

  • End of Course Programming Game

    I am currently in a High School AP Computer Science AB class. After we take the AP exam, since there is nothing more to learn, our teacher has given us a project to write and create our own game using java. My friends and I have decided to try and cr