Copying ESS Bank Info - search help error

Hi all,
As I need to customise the bank information service PZ03 I have made a copy and was just testing before I start started making changes. For consistency with the other personal information transactions I have not published the service file or the templates.
It all appears to work fine with the exception of the search help on the bank key field. I get a 'Interpreter Failed' error - 0x02101 message rather than the Find bank popup screen (SAPLBANK 1002). When I refresh the frame I get past the error to the search help 'data entry' picker screen, which works fine when I pick a bank taking me back to the original screen with the selected bank.
So why doesn't WEB GUI want to display the 'find bank' popup for my version of the service?
I have deleted the service file and templates for the original so that now uses WEB GUI and that works fine. The screen is standard SAP and seems to be getting called ok from the transaction, its just not rendered by the ITS.
I wonder if people have seen the same thing with other popups on the ITS using WEB GUI ?
BTW, ITS, Version 6200.1016.50133.0
Any help, pointers, ideas would be most useful.
Thanks
Phil

Hi,
Refer to my code as follows:
AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_WERK-LOW.
  REFRESH ITEMP.
  CLEAR ITEMP.
  SELECT WERKS
         NAME1
         FROM T001W
         INTO TABLE ITEMP
         WHERE IWERK = 'M011'.
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
       EXPORTING
              DDIC_STRUCTURE   = ' '
            RETFIELD         = 'WERKS'
              PVALKEY          = ' '
              DYNPPROG         = ' '
              DYNPNR           = ' '
              DYNPROFIELD      = ' '
              STEPL            = 0
              WINDOW_TITLE     =
              VALUE            = ' '
           VALUE_ORG        = 'S'
              MULTIPLE_CHOICE  = ' '
              DISPLAY          = ' '
              CALLBACK_PROGRAM = ' '
              CALLBACK_FORM    = ' '
       TABLES
            VALUE_TAB        = ITEMP
              FIELD_TAB        =
           RETURN_TAB       = T_RETURN
              DYNPFLD_MAPPING  =
         EXCEPTIONS
              PARAMETER_ERROR  = 1
              NO_VALUES_FOUND  = 2
              OTHERS           = 3
  IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
  S_WERK-LOW = T_RETURN-FIELDVAL
Hope this helps.
Reward if helpful.
Regards,
Sipra

Similar Messages

  • Creating a Search help  error

    Hi guys ,  i did a search help and now trying  to assign it to my select-options field following this procedure :
    Using the Screen Painter
                                a.      Open the Object Navigator, navigate to the required screen and then open it.
    The Screen Painter for this screen appears in display mode.
                                b.      Choose  with the quick info text Display <-> Change.
                                c.      Go to the Element List tab page and then select the References tab page.
                                d.      In the Search Help column you can define the search help for the required screen field.
    i did it in the screen 1000 , however when i execute it , i got the error : NO INPUT HELP IS AVAILABLE .
    what im doing wrong ???

    screen 1000 is standard selection screen do try to change it..
    If you are refering to standard datalement then you will get the F4 help automatically
    example
    a)
        tables :  mara.
    parameters :
              P_MATNR  TYPE MARA-MATNR .
    b)    if you are refering to custom field then you need to add seacrh help at table level or programtically you can use below syntax.
          PARAMTERS :
           P_MATNR  TYPE  ZFIELD MATCHCODE OBJECT H_T134.
    Please let me know if you need further info.
    Regards
    Satish Boguda

  • Search Help Error while Publishing Query in Explorer

    Hi All,
    We have upgraded BW from version 3.1 to BI 7.0. SP level is 15. When we publish query in Explorer, selection screen appears, we get error in selecting variable(Fiscal Year/Period) entries from search help. After selecting a value from a list of possible entries, the format is changed on the screen.
    For example:
    If we select 002.2002 for variable FiscalYear/Period, we get
    002 02 i.e. it is truncating 20 from 2002.
    Now, we have to manually enter the values.
    While executing query in BEx analyser, no such error occurs.
    What will be the solution?
    Regards,

    887188 wrote:
    Hi,
    I have added the below query in the EBS dataset to retrieve only unique applications as APPLICATION_NAME column has some duplicate data. I imported data to DB.
    select distinct(APPLICATION_NAME) as NAME from APPLICATIONIs there any table in OIM schema which you have named APPLICATION? AFAIK, applications from EBS are imported into Lookups in OIM and you will have to query lookup to get the Application name in OIM.
    But, when I try to filter on application I get below error
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
    Error Code: 936
    Call: select distinct(APPLICATION_NAME) as NAME from APPLICATION WHERE UPPER ( DISTINCT(APPLICATION_NAME) ) like UPPER('%%') The UPPER ( DISTINCT(APPLICATION_NAME) ) like UPPER('%%') clause here is wrong. What are you trying to achieve through this query?
    >
    >
    -Bikash

  • Search Help error : Invalid field format Screen error

    Hi All,
    I have attached a search help to contract field for contract no and item number. (in my own screen developed in a  report)
    The search help picks up data and assigns it to the fields,
    But after this when I click on any other button, I get error saying :
    <b>Invalid Field Format (Screen Error) !!!</b>
    Any pointers guys !!!
    Warm Regards,
    Girish

    screen checks in abapautomatically checks for format of field when u enter data....i.e date, integer etc...the problem in this case is that when u seelct a value using the help it is filling a value which is not the correct format...so check for the data types and test it again...this is definitely the problem.

  • Search help - error message

    hi everybody
    Ive created an elementary searchhelp - zz-fipex, which i have added to the collective search help COBL_EX_FPOS
    The search help is appearin on the screen but when Im trying to use that new search help to find the corresponding entry, Im getting the message
    "The required index has not been created yet in the search engine"
    Does anybody know ahy?

    when creating an elmenetary search help, the selection method that we insert should consist of all the fields that we use as search parameter, isnt it?
    in fact im using a standard selection method, but in my search help parameter, theres one field more than that in the selection method, is this the reason why its not working?
    can anybody confirm that with me plz?

  • Search help BBP_CATEGORY_VALUE2

    Hello Experts,
    For a requirement to restrict the value list in the product category search help for Limit items, we have implemented  "WD_BADI"  and assigned custom search help (Value type - DDIC).
    The Custom search help we have assigned is exact copy of the standard search help "BBP_CATEGORY_VALUE2".
    However we are facing below issue:
    The product category selected in the values list via custom search help does not flow properly into the corresponding field. Rather, its corresponding  GUID value is getting passed here.
    I have tried to rectify this by removing this GUID field from value list upon which the category value is getting populated properly but an error appears immediately on Limit screen as "Product category exists twice in the list. Use input help".
    However, when the standard search help is assigned in "WD_BADI" implementation, it works properly.
    What is the gap here. Is something more to be done while assigning the custom search help
    Any pointers woule be helpful.
    Thanks,
    Pavan

    Solved the issue.

  • Enhancing F4 Search Help Issue - Standard Component

    Hello All,
    We have a requirement in SRM to customize couple of standard Search helps attached to the Webdynpro components. As such I know the concept of how we can handle this requirement but hitting an issue.
    Standard Working scenario -
    1) Standard Structure available with multiple fields. Two fields that are of our interest are SH_VALUE and SH_VALUE_LABEL.
    2) Standard Search help for this being used has fields VALUE and VALUE_LABEL.
    3) In the Structure the both the fields SH_VALUE and SH_VALUE_LABEL are mapped to the Search help VALUE and VALUE_LABEL.
    4) In the WD component the node is mapped to the standard structure.
    Running the application and the picking up the values from F4 on the SH_VALUE field will return its corresponding value and also map the SH_VALUE_LABEL field with the Label from the F4 since the structure and Search help mapping are there.
    So far good when its standard.
    Issue I am facing -
    We need to modify this standard search help to customize our needs.
    1) Did a Copy of the standard Search help and then modified to suit our needs. The output structure of the search is still the same as the standard one.
    2) Did a Post Exit in the WD component to call our custom search help through the below code -
    data lo_nd_attrib type ref to if_wd_context_node.
    data lo_nd_attrib_info type ref to if_wd_context_node_info.
    lo_nd_attrib = wd_context->path_get_node( path = `ATTRIBUTES_DATA.ATTR_DTLS_MULT` ).
    lo_nd_attrib_info = lo_nd_attrib->get_node_info( ).
    lo_nd_attrib_info->set_attribute_value_help( name = 'SH_VALUE' value_help_mode = '121' value_help = 'Z_ORG_ATTR' ).
    lo_nd_attrib_info->set_attribute_value_help( name = 'SH_VALUE_LABEL' value_help_mode = '121' value_help = 'Z_ORG_ATTR' ).
    Running the application just returns the SH_VALUE field but does not get the data for the SH_VALUE_LABEL.
    Is there something wrong in the way I am calling the Custom Search help or should I need to approach this differently?
    Thanks,
    Nagarajan.

    Hi Nagarajan,
    Well, you are trying to set the search help to both attributes ( sh_value, sh_value_label) individually and it is having no link between these two attributes
    i.e. once you select a value from search help of SH_VALUE, its no where linked that the other details to be passed to SH_VALUE_LABEL.
    We generally, do the linking of attributes to search help parameters at structure level as below
    So, if you need the same behaviour, then you need to assign the Zsearch help at strucuture field SH_VALUE and link the parameters to both fields SH_VALUE & SH_VALUE_LABEL
    In case, if find it not possible to to this way,
    You need to populate the value of field SH_VALUE_LABEL upon selection of value from search help of SH_VALUE.
    i.e. by registering the search help selection event to an OnEnter action and write the logic to populate the value to SH_VALUE_LABEL
    Please refer the below link
    Automatically Trigger onEnter event after selecting value from the Value Help(F4 Help)
    Hope this helps you.
    Regards,
    Rama

  • Applying stadard search help to SELECT-OPTIONS

    applying stadard search help to SELECT-OPTIONS
    i have the below code in the selection screen:
    SELECT-OPTIONS : so_stain FOR gv_stai1
                                  MATCHCODE OBJECT ZSTA,
                     so_staex FOR gv_stai1
                                  MATCHCODE OBJECT ZSTA.
    where ZSTA is the search help defined in the data dictionary which is the copy on standard SAP search help..
    but this is not working..:(  when i run the program and click on the
    F4 help for these two fields i get no out put..
    can any one suggest me to search help to select-options..

    Hi,
    u can see this example code for f4 help on the select-option,
    DATA: li_ret_tab TYPE STANDARD TABLE OF ddshretval,
            lws_retfield TYPE dfies-fieldname.
      DATA : wa_ret_tab LIKE LINE OF li_ret_tab.
    **- Get the device numbers
      SELECT serge FROM equi
             INTO TABLE i_help1
             WHERE sparte EQ c_51.
      IF sy-subrc EQ 0.
        lws_retfield = text-030.
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield        = s_device
            dynpprog        = sy-repid
            dynpnr          = c_dynpnr
            dynprofield     = s_device
            value_org       = 'S'
          TABLES
            value_tab       = i_help1
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
        IF sy-subrc <> 0.
        ENDIF.
      ENDIF.
    Regards,
    kk.

  • SEARCH HELP TO AN INPUT FIELD

    HOW TO APPLY SEARCH HELP TO AN INPUT FIELD FOR FOLLOWING EXAMPLE:
    FOR THE FIELDS LOCATIONS, AND CONFERENCE ROOM NO.
    LOCATIONS ARE A, B, C, D, G AND CONFERENCE ROOMS OF THESE LOCATIONS ARE,
    A1, A2 ,A3,, LIKE WISE FOR REST OF THEM.
    HERE IS THE PROBLEM,
    hi,
    this is a realtime implementation scenario pls provide full coding and answers with screen programming of it.
    it is as follows:
    Business Scenario u2013 conference room booking for the company
    Business Scenario
    You will build a computerized system to automate the process of Conference room booking for a company .
    Xi Infotech, a software company, is having 5 locations at Bangalore. Each location has 3 conference rooms available
    Masters
    Maintain Employee Details
    Maintaining Conference room Details.
    Maintaining booking details
    Transactions
    Maintaining Date and timing of Meeting
    The conference room in any of these locations have to be Pre-booked for the meeting indicating the purpose of meeting & no. Of attendees, date and time for which required.
    Booking Confirmation has to be sent to the employee who blocks the room. If any other person tries to book the same room, he should be able to see that this room is blocked and the details regarding the employee who has blocked and the purpose & time for which the room is blocked
    Reports
    Datewise report on the conference rooms of all locations.
    Month wise reports of conference room booked.

    Hi,
    For a given field if you have more number of possible values then go for the Value table or check table.
    If you have a few values for a given field, then go for Value ranges. These can be maintained at Domain level for a field.
    For each field create a correspondign data element(DE)
    In this DE, we can have the FURTHER CHARACTERISTICS tab we can create a search help Or directly from SE11 we can create a SH then attach this to the DE Or we can directly maintian Or At the DOMAIN level we can  .
    Ex:
    LOCATIONS ARE A, B, C, D, G AND CONFERENCE ROOMS OF THESE LOCATIONS ARE,
    A1, A2 ,A3,, LIKE WISE FOR REST OF THEM.
    Ex:
    SE11->
    DE and Domain names is LOC.
    In SE11->DOMAIN->LOC->
    Here as you have a few values we can maintain it in VALUE RANGES tab->
    like
    A (Description to be given) ie Loc A for Hyderabad
    B Bangalore
    C
    D
    G
    Room Numbers-> here can createa value table with serial numbers at the Domain level.
    Attach the same to the  respective DE in the SE11.
    Similary we can maitain for Conference room numbers or
    We can create a Search help using the two field LOC and RoomNos and create a Elementary search help.
    Like this we can do.
    Get back if you still have queries on this.
    Please refer to this link  for more info-
    SEARCH help
    Regards,
    Chandralekha

  • Error in ESS applications: address, bank info, personnel data, family membe

    Hi all,
    Hi have the same error while trying to access links from ESS-Personnel information: address, bank info, personal data and family members
    This is the error:
    u201C
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo(FcPersInfo.InitPernr.InitPernrOutput.Subtypes): structure field Default_Begda not found
        at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:299)
        at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initAttributes(NodeInfo.java:674)
        at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)
        at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:659)
        at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:662)
        ... 47 more
    u201C
    We have ECC 5.0 and EP 7.0. The employees have data in the relevant infotypes so missing the info should not be the problem.
    We are trying to use table T7XSSREUSEUISN to reuse country specific services. The table was empty (I donu2019t know if this is or not) and we input some entries here to make the services available four our country grouping (99 in our case). Also we have implemented badi HRXSS_PER_BEGDA.
    I understood this should be done as well.
    However we are still facing the above error.
    Can you give some hints to try to resolve this issue?
    Any helps and hints are more then welcome.
    Thanks in advance,
    Eugen

    Hi,
    did u reimported the data model. Just try to restart the server and check. Patch update may also solve your problem.
    Also check the below thread with similar issue.
    Re: Context configuration exception at the Portal End
    Raghu

  • How to add a search help to a field  Bank Type in Transaction FK02

    Dear All,
         How to add a search help to a field  Bank Type in Transaction FK02.
         Is there any possibilty of using  exit or searc help or domain to solve this problem.
            Thanks in Advance..
    Thanks,
    Lakhsmi.

    Hi, Tamas,
    I found the reason. The function Z_WEBRFC_READ_DATA_SH had a string concatenation error.
    CONCATENATE '{"results":[{"key": "shlpname", "value": "' l_shlp '"},"key": "fieldname", "value": "' l_field '"}]}' INTO htmldoc-line.
    The correct code is like:
    CONCATENATE '{"results":[{"key": "shlpname", "value": "' l_shlp '"},{"key": "fieldname", "value": "' l_field '"}]}' INTO htmldoc-line.
    Another question is, I can't get any words in Chinese from WebRFC. It returns error when I try it. How can I configure it?
    Xin

  • Error getting data bank info

    When running an OLT Script with a databank in OLT, I received the following error when I clicked on the configure data bank button (under configure parameters of the scenario), The screen pops up
    for data bank control and shows the script and the related databank csv file. Unfortunately, when click on the file, a Warning Screen appears and says:
    error getting the data bank info.
    Exception while retrieving response for request 6252
    (message id=response exception). Server returned error to request 6252: Error opening databank for script <ScriptInfo="Avitek New Patient OLT3" workspace ="Avitek New Patient OLT3 repository = "New Repository"/>
    (message id = ctl.dbank.openError)
    (message id=responseServerError)
    Error getting databank source Content
    (message id= Error getting databank source Content)
    Databank CSV file is not available: /Test Repository/new patient registration.csv
    (message id = Databank CSV file is not available: /Test Repository/new patient registration.csv)
    I have the new patient registration (databank CSV file in the correct repository, I think), but it seems that it cannot access the content. All of these systems are on the same laptop so I am not have an issue between machines.
    Anybody see this issue?
    Any help would be great!

    All,
    I changed the databank to point to the script as opposed to the repository. It seems to work in OLT with no issues.
    Thanks,
    Dave

  • Error when open search help

    Hey,
    I am getting the this error :- "Sending of dynpro SAPLHRBAS00SEARCH_INTERNAL 4100 not possible: No window system type specified" while using the search help PLOM.
    Any info will be of great help!
    Thanks
    Salah Afia

    Hi Salah Afia  ,
                Try using the search help KRED_C instead. please use and reply ..
    Regards
    Puneet

  • Error while creating search help

    Hi,
    I am getting an error "Elementary search help without hit list is meaningless" while creating a search help,.what could be the problem?
    Thanks,
    Rakesh.

    Elementary search help without hit list is meaningless
    Diagnosis
    The flag that they should appear in the hit list is not set for any of the parameters in the elementary search help in question. An elementary search help without a hit list is meaningless because it is not possible to select a value from the set of possible values in the input help process which it describes.
    System Response
    The action is terminated abnormally.
    Procedure
    In the maintenance screen for the search help, assign at least one parameter a position in the hit list.

  • HT3702 When trying to purchase an app an error message comes up saying the info I entered does not match my banking info. The odd thing is, the $1.00 hold is shown immediately on my credit card acct. , so I obviously did enter it correctly. Tried 5 times.

    When trying to purchase an app an error message comes up saying the info I entered does not match my banking info. The odd thing is, the $1.00 hold is shown immediately on my credit card acct. , so I obviously did enter it correctly. Tried 5 times. Any suggestions

    When trying to purchase an app an error message comes up saying the info I entered does not match my banking info. The odd thing is, the $1.00 hold is shown immediately on my credit card acct. , so I obviously did enter it correctly. Tried 5 times. Any suggestions

Maybe you are looking for