Msa50sp6: bp-search: choice-field country: no entry for italy

Hello experts,
I've installed msa and downlaoded all as usual, but when I now want to select in
bp -search-tile the field country for entry italy, there is no entry italy.
All other countries are there but not italy.
I've made an customizing extract again, but no success.
Does anybody know which object I have to download ?
In which table are the entries for the country ?
Thanks
Gerd

Hi,
CDB table is SMOT005/SMOT005T, adapter/replication object is DNL_CUST_COUNTR.
Regards,
Wolfhard

Similar Messages

  • Checking the initiality of the fields while creating  entries for a table

    While creating entries using table maintenance generator(TMG) i need to check the initiality of the fields.Are there any such events?
    I know i can go and change in the screen by making it mandatory or by writing a module in the PAI of the screen of table maintenance generator. Both of cases i have to change the TMG which is generated by SAP system. I want to know is there a way to achieve this with out changing the TMG possible events?

    hi rahul,
    as far as i know, you have to do your initial valifdation in TMG and you have to change your TMG. However, if you have checked the initial flag while defining the field, you will not have initial value for that particular field.... (if the field is key field, by default it is not initial)
    hope this helps....
    thanks and regards,
    tanmaya

  • Searching BAPI to update communication entries for Personal data

    Hi,
    to change the communication entries of an employee:
    - Telephone Number
    - 1st add'l number...
    I need a BAPI.
    It seems that the BAPI_EMPLCOMM_CHANGE is not useful.
    Does anybody know a better BAPI for that?

    Hello ,
    BAPI_EMPLCOMM_CHANGE works (Rel.4.6C).
    the construction is  :
    Get existing communication data
    CALL FUNCTION 'BAPI_EMPLCOMM_GETDETAILEDLIST'
             EXPORTING
                  employeenumber = employeenumber
             IMPORTING
                  return         = wa_retget
             TABLES
                  communication  = t_comm.
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
             EXPORTING
                  number = employeenumber
             IMPORTING
                  return = wa_retenq.
      CALL FUNCTION 'BAPI_EMPLCOMM_CHANGE'
             EXPORTING
                  employeenumber  = lw_change-employeeno
                  subtype         = lw_change-subtype
                  objectid        = lw_change-objectid
                  lockindicator   = lw_change-lockindic
                  validitybegin   = lw_change-validbegin
                  validityend     = lw_change-validend
                  recordnumber    = lw_change-recordnr
                  communicationid = lw_change-id
                  nocommit        = 'X'
             IMPORTING
                  return          = lw_retchg.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
               EXPORTING
                    wait   = 'X'
               IMPORTING
                    return = wa_ret2.
       CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
             EXPORTING
                  number = employeenumber
             IMPORTING
                  return = wa_retdeq.
    we use it with subtypes '0010' (email) and '0020' (phone).
    Regards Wolfgang

  • Sort Servic contract Quaotations search result table by new field (country)

    Dear Experts,
                           I have enhanced the Service contact quotations search, by adding 'country' field in both search screen and result screeen.  I added the 'country' field as model attribute by taking reference of  'BuilHeaderSearch' . I am able to get results based on country selected.
    But when i sort the result table by country sorting is not happeing.
    Kindly help in this regard.
    Regards
    Krishna

    Hi Jashwant,
    I have the similar requirement to sort result list based on custom field, as suggested in this thread i tried sorting the collection in eh_onsearch before setting the collection to result context node but somehow it's not working for custom fields.. its working  for standard fields only..
    Any idea what could be the issue or how to handle the scenario when user clicks on result view custom field and try to sort.
    Cheers,
    Sumit Mittal

  • Field values are repeating for search help.

    Hello Friends.
    I have a problem. When I create a search help for a field the identical field values are repeating. What should I do to trigger only the first time.
    for example:
    <u>Field-name</u>-                        <u>field-value</u>
    Supplier Nr ---                                 Commodity
    5001 -
                                               casting
    5002 -
                                               casting
    5003 -
                                               casting
    So when I create the search help for commodity it is showing 'casting' 3 times in a pop-up window. It should not repeat. Can you please give me the solution what should I do?

    Hi
    Search helps
    Standard search help
    Types of search helps
    Concept of search help
    Search Help Interface
    Dialog behavior of search helps
    Selection method for search helps
    Performance of search helps
    Attaching search helps
    Hierarchy of search helps
    Standard Search Help
    The input help (F4 help) is a standard function of the R/3 System. It permits the user to display a list of possible values for a screen field. A value can be directly copied to an input field by list selection.
    The fields having an input help are shown in the R/3 System by the input help key to the right of the field. This key appears as soon as the cursor is positioned on the corresponding screen field. The help can be started either by clicking on this screen element or with function key F4.
    If the number of possible entries for a field is very large, you can limit the set of displayed values by entering further restrictions.
    Further meaningful information about the displayed values is included in the display of possible entries, especially if the field requires that a formal key be entered.
    TYPES OF SEARCH HELPS
    Elementary search helps
    Describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    Collective search help
    Combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    Search Help Interface
    Search help interface determines how the exchange of values between the screen template and the selection method is implemented.
    The search help interface defines the context data that can be used in the input help and the data that can be returned to the input mask. Analogously to the interface of a function module, the search help interface comprises interface parameters.
    When you define an interface parameter of a search help, you must also define whether it should be used to copy data to the input help (IMPORT parameter) or whether it should be used to return data from the input help (EXPORT parameter). A parameter of a search help can also have both attributes at the same time.
    The location from which the IMPORT parameters of a search help get their values and the screen fields in which the contents of the EXPORT parameters of the search help are returned are defined in the search help attachment. The search help itself should always be attached to an EXPORT parameter of the search help. If this parameter is also the IMPORT parameter, its contents are only used in the input help if it is a search string (that is, if it contains a ´*´ or a ´+´).
    You must define the parameter types of a search help. You can do this by assigning them data elements.
    Value Transport for Input Helps
    NOTE:In the above example, screen fields A, B and C are linked with parameters of the search help. As a result, values can only be transported between the screen and the search help for these three fields. Existing contents of screen fields A and B can be used for selecting the hit list since they are linked with an import parameter of the search help. The values of parameters A and C can be returned to the screen from the hit list since these parameters are declared as export parameters of the search help.
    Description of dialog behavior
    A hit list might contain plentiful number of entries. A
    dialog provides the user with an option to restrict the
    entries displayed on the hit list.
    In an input help process, the set of possible entries is presented in the dialog box as a list for displaying the hit list. The user selects the required value from this list by double clicking. Since the possible entries are often formal keys, you must be able to display further explanatory information about the possible entries in the list.
    If the set of possible entries is very large, the user should be able to define additional conditions for the attributes of the selected entry. Restricting the set of data in this way both increases the clarity of the list and reduces the system load. Additional conditions can be entered in a further dialog window, the dialog box for restricting values.
    Specifying the dialog type of a search help defines whether the dialog box for restricting values should be offered and if so under what conditions.
    The attributes in the dialog box for displaying the hit list or in the dialog box for restricting values must be defined as internal parameters of the search help. An internal parameter can also be used in only one of the two dialog boxes. It can also belong to the search help interface.
    The internal parameter types are also defined with data elements. These data elements define how the parameters are displayed in the two dialog boxes.
    Reward if usefull

  • Own choice field in find page

    I would like to use a dynamic (from database table) choice field in a find page. How can I do this manualy on most easy way with JHeadstart framework, because I can see JAG doesn't generate them?

    You could add a hardcoded choice field to your find page, and create your own DataAction java class to deal with the selected value.
    Are you generating JSP or UIX?
    And can you explain a little more about the functional requirement? Do you want to show a choice field with values from a table that is not directly related to the data you are searching in that page? How should it influence the search? Can you give an example based on the HR schema?
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Read selected values from a multi choice field programatically using Microsoft.SharePoint.Client namespace.

    All examples I found refer to classes under Microsoft.SharePoint namespace. However, I have the SharePoint CSOM that only gives me the Microsoft.Sharepoint.Client namespace.
    I need to read the selected values of a multichoice field, but not sure how to do it with classes in the namespace above.
    everthing works, exept the TSQL_x0020_Reference_x0020_Numbe field.
    my code looks like this:
    Webweb = cont.Web;
                cont.Load(web);
                cont.ExecuteQuery();
    Listsstest = web.Lists.GetByTitle("T-SQL
    Code Review Tracking");
    //CamlQuery query = CamlQuery.CreateAllItemsQuery();
    CamlQueryquery =
    newCamlQuery();
                query.ViewXml =
    @"<View>
                               <ViewFields>
                                    <FieldRef Name='Category'/>
                                    <FieldRef Name='Review_x0020_Type'/>
                                    <FieldRef Name='Review_x0020_Start_x0020_Date'/>
                                    <FieldRef Name='Title'/>
                                    <FieldRef Name='Location'/>
                                    <FieldRef Name='Project'/>
                                    <FieldRef Name='Author0'/>
                                    <FieldRef Name='AssignedTo'/>
                                    <FieldRef Name='TSQL_x0020_Reference_x0020_Numbe'/>
                                </ViewFields>
                             </View>"
     ListItemCollectionitems
    = sstest.GetItems(query);
                cont.Load(items);
                cont.ExecuteQuery();
    foreach(ListItemitem
    initems)
                    Output0Buffer.AddRow();
                    Output0Buffer.ReviewStatus = item.FieldValues[
    "Category"] !=
    null? item.FieldValues["Category"].ToString()
    : String.Empty;
                    Output0Buffer.ReviewType = item.FieldValues[
    "Review_x0020_Type"] !=
    null? item.FieldValues["Review_x0020_Type"].ToString()
    : String.Empty;
                    Output0Buffer.ReviewDate =
    DateTime.Parse(item.FieldValues["Review_x0020_Start_x0020_Date"].ToString());
                    Output0Buffer.Module = item.FieldValues[
    "Title"] !=
    null? item.FieldValues["Title"].ToString()
    : String.Empty;
                    Output0Buffer.BranchLocationURL = item.FieldValues[
    "Location"] !=
    null? item.FieldValues["Location"].ToString()
    : String.Empty;
                    Output0Buffer.ProjectName = item.FieldValues[
    "Project"] !=
    null? item.FieldValues["Project"].ToString()
    : String.Empty;
                    Output0Buffer.Author = item.FieldValues[
    "Author0"] !=
    null? item.FieldValues["Author0"].ToString()
    : String.Empty;
    FieldLookupValueflvAssignedTo =
    newFieldUserValue();
                    flvAssignedTo = item.FieldValues[
    "AssignedTo"]
    asFieldLookupValue;
    if(flvAssignedTo !=
    null)
                        Output0Buffer.AssignedTo = flvAssignedTo.LookupValue;
    varv = item.FieldValues["TSQL_x0020_Reference_x0020_Numbe"];
    if(v !=
    null)
                        Output0Buffer.Reason2 = v.ToString();
                 Output0Buffer.SetEndOfRowset();           

    Hi,
    According to your description, my understanding is that you want to read the selected choice field value using Client Object Model.
    In my environment, I create a list with a mutichoice fileld named "choice" and then I used the code snippet below to get the selected value in choice field.
    ClientContext clientContext = new ClientContext("http://sp2013sps/sites/test1");
    Microsoft.SharePoint.Client.List spList = clientContext.Web.Lists.GetByTitle("list1");
    clientContext.Load(spList);
    clientContext.ExecuteQuery();
    if (spList != null && spList.ItemCount > 0)
    Microsoft.SharePoint.Client.CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml =
    @"<View>
    <ViewFields><FieldRef Name='choice' /></ViewFields>
    </View>";
    ListItemCollection listItems = spList.GetItems(camlQuery);
    clientContext.Load(listItems);
    clientContext.ExecuteQuery();
    string value = listItems[0]["choice"].ToString();
    Console.WriteLine(value);
    Console.ReadKey();
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this?

    I created a form with Single Choice fields, 4 days with times listed. But, I want the user to only be able to choose one time, and the time chosen to be unavailable for other users. How do I do this? I have 4 blocks of Single Choice fields in order for the summary page to give me each day in the final report. But, I need the user to be able to make a selection of any day and time and that apointment to no longer be available to future users when they log in. Plus, when the user clicks on the time, they are unable to change their mind and choose another time. Here's the link if you want to see what I'm talking about: 2015-2016 Workload Apportionment Review

    I'm afraid not.    It's not rocket science but you need to do some coding. 
    You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
         <form action="path/form-to-email-script.php" >
    The input fields in your HTML form need to exactly match the script variables. 
    I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
    Related Links:
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    Tectite
    http://www.tectite.com/formmailpage.php
    If this is all a bit beyond your skill set, look at:
    Wufoo.com (on-line form service)
    http://wufoo.com/
    Nancy O.

  • Getting the value of a dynpro field in an exit for a standard search help.

    Hallo Experts!
    I need to modify the selected data displayed in standard sap search help: H_T357
    What I've done is create an exit for the search help.
    Then, when CALLCONTROL-STEP = 'DISP' I use the function module F4UT_PARAMETER_VALUE_GET and I get the value of the parameter 'WERKS' correctly. I think that this function module can only obtain values from the parameters of the search help. Well, here is the problem, I would like to get the values of dynpro fields
    'ILOA-STORT' and 'VIQMEL-QMART' (warning type) in transaction IW21.
    I prefer not to add these fields as parameters to the standard search help: H_T357.
    Any ideas for getting the value of these fields? I've seen functions modules: F4UT_GET_ENVIRONMENT and F4UT_SH_SIC_GET_FIELDS. But I don't know if I can use them  for my porpuses.
    Thanks a lot in advance.

    Hello again,
    I have already solved the problem using function module 'DYNP_VALUES_READ'.
    Thanks, David.

  • Making a selection from a Choice Field and having Another Set of Selctions Avaiable to Select in a Form

    Hello,
    I am creating and food menu form and some of the selections have a 'combo' option.  I have created a Choice field Column with the menu items available and when say Veggie Melt is selected I'd like to have it then display the combo options for the
    Veggie Melt item.  Is this possible?
    Thank you!
    Joan

    Cascading Drop Down in a Lists is not possible out of the box, with my best knowledge.
    Please refer - https://social.technet.microsoft.com/Forums/sharepoint/en-US/7c06adb6-08e9-4222-8f35-b662ca9fac5c/cascading-drop-down-lists?forum=sharepointgeneral
    Custom product or javascript can help - https://spcd.codeplex.com/
    Regards Sudip Misra [email protected] +1-412-237-5435 Pittsburgh, PA

  • How to restrict field of BSEG using for all entries in

    Hi All,
    i want restrict field BSEG-UMSKZ by using for all entries in but facing some problem.can someone tell me how to use with example.If you want to see my Query is this.
    SELECT: bkpf~belnr
             with_item~buzei
             bkpf~blart
             with_item~wt_acco AS lifnr
             lfa1~name1
             lfa1~stras
             lfa1~ort01
             lfa1~stcd2 AS lifntn
             lfa1~stcd1 AS lifnic
             bkpf~budat
             wt_qsshb AS dmbtr
             qsatz
             witht
             wt_withcd
             wt_qbshb
             hkont
             with_item~wt_wtexmn
       INTO CORRESPONDING FIELDS
       OF TABLE gi_accdocs
       FROM bkpf
       JOIN with_item
       ON ( with_itembukrs = bkpfbukrs AND
       with_itembelnr = bkpfbelnr AND
       with_itemgjahr = bkpfgjahr )
       JOIN lfa1
       ON ( lfa1lifnr = with_itemwt_acco )
       WHERE bkpf~bukrs EQ p_bukrs AND
       bkpf~gjahr EQ p_gjahr AND
       bkpf~budat IN s_budat AND
       bkpf~stblg EQ space AND
       wt_withcd IN s_withcd AND
       with_item~wt_acco IN s_lifnr AND
       with_item~hkont IN s_hkont AND
       bkpf~belnr IN s_belnr.
    Thanks & Regards,

    hi,
    this is the whole coding with FOR ALL ENTRIES:
      SELECT: bkpf~belnr
             with_item~buzei
             bkpf~blart
             with_item~wt_acco AS lifnr
             lfa1~name1
             lfa1~stras
             lfa1~ort01
             lfa1~stcd2 AS lifntn
             lfa1~stcd1 AS lifnic
             bkpf~budat
             wt_qsshb AS dmbtr
             qsatz
             witht
             wt_withcd
             wt_qbshb
             hkont
             with_item~wt_wtexmn
       INTO CORRESPONDING FIELDS
       OF TABLE gi_accdocs
       FROM bkpf
       JOIN with_item
       ON ( with_itembukrs = bkpfbukrs AND
       with_itembelnr = bkpfbelnr AND
       with_itemgjahr = bkpfgjahr )
       JOIN lfa1
       ON ( lfa1lifnr = with_itemwt_acco )
       WHERE bkpf~bukrs EQ p_bukrs AND
       bkpf~gjahr EQ p_gjahr AND
       bkpf~budat IN s_budat AND
       bkpf~stblg EQ space AND
       wt_withcd IN s_withcd AND
       with_item~wt_acco IN s_lifnr AND
       with_item~hkont IN s_hkont AND
       bkpf~belnr IN s_belnr.
        SELECT UMSKZ
          from BSEG
          INTO  CORRESPONDING FIELDS OF TABLE  gi_amount
          FOR ALL ENTRIES IN GI_MAIN
          WHERE UMSKZ NE 'F'.
    Thanks & Regards.

  • "Search Term" fields in SU01

    Hi experts,
    Issue concerns my CRM 6.0 back end system. Here, I have a requirement to pull out a list of all users created without any value in field "Search Term 1"  under Adress tabI found an old thread from some years back which says this field is not part of any user tables as it fell under address management back then:
    SU01 Search Terms
    Does anyone have knowledge on how I can run this query? SUIM, change history etc has no option to do a user search on this field. I checked out most of the user tables (USR*) and none of them also have this field "Search term 1" in them.
    Also for some users on the same system this field is not visible alltogether (No header in SU01 --> Address which shows "Search terms" at all).
    I am a little confused. Any help would be great....
    Edited by: Soumya-Thomas on Mar 3, 2011 9:56 AM

    Hi Julius,
    Just noticed your answer to my thread, this is what I did:
    Table ADRP - got a list of all users (on field PERNR) with field value Search term1 (SORT1) against eahc user.
    Table USR21 - mapped the above PERNR value to user name here.
    Thus got a list of all usernames + Search Term1 (SORT1).
    Also, i didnt really use authority checks against the field Search Term.. may be it is used soemwhere, but i didnt get into that; since my mission was only to make sure that a set of users (as per our policy) were all created with specific reasons entered in "SU01 --> Search Term1" during user creation. For me it was a user master data updation task.
    Soumya

  • Any notes for this issue 2 entries for 1 material while searching material

    Hello All
    Internal goods and services
    search material which has more than one UOMs.
    When i search material for internal goods and services i get two entries for one material . i know the reson why it dispalys two same items since it might have alternate UOM but however you select any one of the item it will be order unit only as UOM.
    Why SRM system showing two enties for one material with same item . enduser may dismay what item item needs to select.
    this must be protected right? Any suggestion not to show tow items while searching one material.
    Clue:- MARM - ecc table has Alternate UOMs entries fort he material. Any one is facing this problem ?
    br
    muthu

    Hi. I just tried it on our SRM 4 system (I know it's old, upgrade soon hopefully) and I can see the alternate UOM in MARM and also in SRM in COMMPR01, but I only get 1 hit in the search help.
    Are you sure you haven't got the same material replicated twice into SRM from 2 different backends or something? Can you see the logical system in the search? Check table COMM_PRODUCT to see if there is more than 1 entry for the material maybe?
    If it is the same system and the UOMs causing the problem It seems a bit odd that SAP would introduce this on a new system, have you tried raising a message with them?
    Worst case you always have the BBP_F4_READ_ON_ENTRY / BBP_F4_READ_ON_EXIT BADI's.
    Regards,
    Dave.

  • Search to find country is not working

    Search to find country is not working and I could not able to find the country, India and the subscription rates to subscribe. pls suggest me the solution

    Hi, Harigermany, and welcome to the Community,
    If you are referring to call rates related to the country of India, please see this FAQ article: https://support.skype.com/en/faq/FA34487/why-can-i-no-longer-make-calls-to-india-from-india?
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Trading Partner field in GL entry

    We are in ECC6.
    We want to enter manually the 'Trading Partner' field in certain GL postings.
    But when we enter the GL document using F-02, this field is not appearing for input. We looked in additional data fields also. But not available.
    We are using a document type with 'enter trading partner' ticked.
    Still the field is not visible in the GL line item for input.
    Do we need to make any enhancement for bring this field in document entry ?

    Dears
    We got it. We had not set the tick on 'inter company postings' in doc type.
    Now it is working OK
    Thanks

Maybe you are looking for