Claim Search Customizing - Selection Screen Is Missing (FS-CM)

Where customize this one in SPRO? Transaction ICL_EXPERT_1
"For Search 0001_ICLEXPERT (Search Appl. ICL), the Definition of the Selection Screen Is Missing in Table TIGN221"

Note 915108

Similar Messages

  • Error while transporting the Custom  Selection Screen to Production

    Hi All ,
    I have created a custom selection screen based on selecting the HR REPORT CATEGORY which gets selected under attributes section of an Executable Program.
    Every selection  screen got replicated till quality  but  at Production unable to see the same selection screen
    Please provide any suggestion to resolve my probs...
    Regards,
    Dheeraj

    Hi,
    This happened to me once.
    I have checked my transport logs and found that everything was successfully transported in order and without errors. But the selection screen was not coming in Productio system. So i have tried activaing and generating the program once which solved my problem.
    Hope it helps you too.
    Thanks,
    Venkatesh.

  • Problem with PNP customized selection screen

    Hi guys,
    I have done a report in R/3 system using logical database PNP with customized selection screen. i have 3 parameters as below:
    1. radiobutton1 group a for current period,
    2. radiobutton2 group a for other period.
    3. personnel number.
    my program works fine in R/3 but not in my portal. i think it couldn't recognize my radiobutton in my customized screen. whichever radiobutton i selected also it would return current month records.
    any idea how to fix this?
    any configuration that i can do?
    thanks.

    try testing it through ITS first.
    in order to do so . Go to sicf transaction and run webgui. Then run the application using the tcode. Check the results.
    Seems wrong paramter are getting passed to the SAP system.
    Your ITS server should be activated first in order to use webgui otherwise you will be getting dump.
    Regards
    Atul Shrivastava

  • Customizing selection screen display

    hey,
    i am defining selection screens..i want to control the screen size, as it is going beyond my screen limits. also i want to customize the field names..or e.g. if i choose kna1-kunnr, kunnr is displayed, insetad i want "customer number" to be displayed. how to handle all these ?
    thks

    Check the Below code.
    Report  ZTEST_MOD.
    data: kunnr(10).
    * Custom Selection Screen 0200
    selection-screen begin of screen 0200 as subscreen.
    select-options: s_kunnr for  kunnr.
    selection-screen end of screen 0200.
    at selection-screen on value-request for s_kunnr-low.
    break-point.
    start-of-selection.
    call screen 100.
    *&      Module  STATUS_0100  OUTPUT
    module status_0100 output.
       SET PF-STATUS 'STATUS'.
    endmodule.
    *&      Module  USER_COMMAND_0100  INPUT
    module user_command_0100 input.
    endmodule.
    Flow Logic
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      CALL SUBSCREEN sub INCLUDING sy-repid '0200'.
    PROCESS AFTER INPUT.
      MODULE user_command_0100
    We have to do the normal report event
    at selection-screen on value-request
    Regards
    Vijay babu Dudla

  • How to pass the default value to search help selection screen

    Hi
    I need to push a certain value as a default value based on a condition to the slection screen of search help in web UI.
    Could you please let me know how can we do this?
    When we try to open the 'F4' help in web ui then it should populate a certain value as a default value to the selection screen of this 'F4' help. We will get this  default value based on condition.
    Regards
    Anil

    Hi Arun
    I'm using SE11 search help.I'm giving you my code for your reference here.
    DATA:
        ls_map    TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping,
        lt_inmap  TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
        lt_outmap TYPE if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
        lr_qs           TYPE REF TO cl_crm_bol_dquery_service,
        lr_current     TYPE REF TO if_bol_bo_property_access,
        lv_category    TYPE STRING.
      ls_map-context_attr = 'struct.zzattr_i_1'.
      ls_map-f4_attr      = 'ATTRIBUTE'.
      APPEND ls_map TO: lt_inmap,lt_outmap.
      CLEAR ls_map.
      ls_map-context_attr = 'struct.zzattr_i_1'.
      ls_map-f4_attr      = 'SERVICE_LINE'.
      APPEND ls_map TO: lt_inmap.
      CREATE OBJECT rv_valuehelp_descriptor
        TYPE
          cl_bsp_wd_valuehelp_f4descr
        EXPORTING
          iv_help_id                  = 'ZATTR1'
          iv_help_id_kind             = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_trigger_submit           = abap_true
          iv_input_mapping            = lt_inmap
          iv_output_mapping           = lt_outmap.
    Here 'ZATTR1' is my search help name in SE11 and the field which is having 'F4' help is 'ATTRIBUTE'.
    Now when I press 'F4' on 'ATTRIBUTE' then it will give a popup and this popup is having 3 fields..
    1.'ATTRIBUTE'
    2.'SERVICE_LINE'
    3.Description of 'SERVICE_LINE'  and hence by pressing 'F4' i should get a value in the field 'SERVICE_LINE' based on
       a condition.
    However, if there is a value for ATTRIBUTE on the screen and when we press 'F4' on this then in the popup the value of
    ATTRIBUTE which is there on the screen is appearing in the 'ATTRIBUTE' field  and the same value is being copied to
    'SERVICE_LINE' field in the popup.
    Please guide me how do we populate the value to 'SERVICE_LINE' field inside the search help popup of 'ATTRIBUTE'.
    Best Regards
    Anil

  • Search Help Selection Screen Window Title

    Hi Experts,
    I have created a search help in se11 with import as well as export parameter.
    While I press F4 on the field to which it is assigned then Search Help seelction screen opens up with a Window Tilte 'Sede Tecnica(1)' i.e. some standard text.
    Can I change this F4 window title to user custom label?
    Thanks
    Depesh

    Hi Depesh
    While creating the search help exit following parameters are mandatory.
    Changing
    SHLP           TYPE     SHLP_DESCR
    CALLCONTROL  TYPE     DDSHF4CTRL
    Tables
    SHLP_TAB         TYPE     SHLP_DESCT
    RECORD_TAB  LIKE     SEAHLPRES
    Regards
    Bala

  • Selection screen texts missing

    Hi friends,
    I am working on a BDC program and when I execute my program, I see that the texts are missing in the selection screen. Can anyone tell me what should be done in order to display the texts in the selection screen in BDC.
    Thanks,
    RAJ.

    Hi Raj,
    1. i suppose u are using
      include bdcrecx1.
    2. Due to this,
       u will have to MANUALLY
       type them / enter them
       thru the menu GOTO-->TEXT ELEMENTS
    3. Since its an include,
       the system does not automaticlly recognise it.
    4. However, u can check FROM DICT Option.
    5. Those which are manual,
      u will have to write them / enter them.
    regards,
    amit m.

  • Selection screen is missing when query is executed

    Hi Friends,
    I am running a query and it gets executed without showing the selection screen. Here it is how I am running the query:
    1. Go to Business Explorer (3.x)-->Analyser(3.x)
    2.  IT ask for SAP Log on
    3. I choose system which is 7.0
    then it runs without showing any selection screen.
    If I run the same query in 3.x system it shows the selection screen and all.
    Any idea about it???
    Your help will be appreciated in terms of points.
    Thanks

    Hi,
    We have the same architecture (3.x BEx Explorer and BI 7.0) and we have no such problems (we are at SP 15).
    It could be due to the personalisation of variables (if all variables are personalized).
    On the other hand it could be the SAP error, have you tried to search for the problem in OSS?
    Regards,
    Kirill

  • Customizing Selection screen

    Hi all,
      I wanted to customize selection screen. I have prepared a selection screen , which I have called using Call selection screen statement . Now I wanted to avoid check button on that particular selection screen.Please help me
    Regards,
    Prasad

    Hi,
    You can modify the screen..see example below:
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'SC1'.
          screen-invisible = '1'.
          MODIFY SCREEN.
        ENDIF.
        IF screen-group1 = 'SC2'.
          screen-invisible = '0'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    You can use Screen-Surname for field in place of screen-group1.
    -Vishal

  • Custom Selection Screen in Cash Desk

    Hi Expert,
    We have a requirement to develop Custom Screen for Select Items in Cash Desk. In standard SAP Select Item Screen, it shows the open FICA doc. no., amount, and due date, we can select any one of open FICA doc. no. to receive payment against it. In our custom screen for select items, we need to show amount and due date against Invoice No. (Print Doc. No.) and also to derive Bill Month from bill Start and End Period.
    We are not finding any exit to develope this Custom Screen. Could you please suggest whether custom screen for select item is possible in Cash Desk?
    Thanks & Regards,
    Rupam Paul

    Hi Rupam,
    You can use the FI-CA Event 6020 to accomplish this.
    This FICA Event is triggered during Cash Desk selection.
    The following is a brief description of the capability of this event:
    Event 6020 allows you to change the possible entries function to suit your requirements. The information provided by the function is taken from the X_TFK004 structure. The parameter Y_SELW is used to return the selected value.
    You would have to add ABAP code in this Event to make your fields visible as parameters, and also add the retrieval logic.
    I hope this helps.
    Ivor Martin

  • BEx Analyzer : missing Selection screen for NON- SAP_ALL User

    we have upgrade our BW from 3.1 to BI 7.0. Now we are testing and detect that Queries which are started by User who has user specific roles (not SAP_ALL like we as developer) this Selection Screen is missing. This leads to a complete selection of all data of the cube and this leads to very long runtime or auto logout.
    What is wrong in our configuration?
    Has anybody made the same experience ?
    Thank You, Frank HInzmann
    Schindler Informatik Ebikon (Switzerland)

    Frank,
    Any chance that somehow that user has set personalisation on all the variable values?
    Regards
    Gill

  • Execute icon on selection screen

    Dear Experts,
    I am new to module pool programming and i have my selection screen as seen below, but from this screen i cannot execute as that icon is missing.
    How can i get it?
    SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN NO INTERVALS.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-010.
    PARAMETERS: file TYPE rlgrap-filename.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN END OF SCREEN 1100.
    SELECTION-SCREEN BEGIN OF SCREEN 1200 AS SUBSCREEN NO INTERVALS.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-020.
    PARAMETERS: p_po TYPE ekko-ebeln.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN END OF SCREEN 1200.
    CONTROLS mytabstrip TYPE TABSTRIP.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR file .
    START-OF-SELECTION.
       mytabstrip-activetab = 'BUTTON1'.
       CALL SCREEN 100.
    (this screen displays and i can input the values. But after that no execute button.)

    Hi Anushka,
    If i got it right you require to create custom selection screen look alike in your module pool.
    So for this you need to call your selection screen inside your module pool.
    BR
    Sumeet

  • How to suppress the Selection Screen of Logical Database

    Hi,
    I am using one Logical Database for my report.
    I want to show my customized selection Screen.
    How can I hide the Selection Screen of Logical Database?

    Hi,
    Check the attributes of the report program where you assign the LDB. You can see the parameter Selection Screen press the F4 and check the LBD is provided any Blank screen or not.
    For some LDB's you can find the Report Category in the attribute section of the report. either you can create the new screen or standard screen might be provided with Blank.
    Check there ..
    If you don't find you can use LOOP AT SCREEN..ENDLOOP to hide the fields of LDB.
    Which LDB you are using.

  • How to Add field to Selection screen of Tx. FBL5N

    Hi All,
    In Tx. FBL5N, there is a field Customer number (on Customer selection screen).
    In addition to the above we need to add field Customer name in Selection screen.
    How do we go about it ?
    PS :- We have found steps to add fields to FBL5N output. But, we dont want it on output, we want to add it on Selection screen.
    Regards,
    Ashish

    Hi,
    Only certain table fields are allowed in dynamic selection, please see this sap note for detail :
    Sap Note 310886 - Line items: Dynamic selections ignored
    Permitted tables:
    SKA1: all fields
    SKB1: all fields
    BSIS: all fields
    So BKPF-CPUDT field is not allowed for dynamic selection.
    check this thread Add new Fields to Dynamic Selection FBL5n
    Or
    Enhancing Selection Views in the dynamic selection of some SAP transactions like FB03, FBL3N, FBL5N
    This enhancing related to SAP OSS Note: 188663 and 832997
    Requirement: The business requires the Doc. Header Text be added in the dynamic selection in SAP transactions FB03
    ■Execute Transaction code SE36. Click F4. Enter the SAP table name wherein you think the field could be found. In this case the SAP table is BKPF and the logical database is BRF
    ■From the initial screen of SE36, Choose from the path EXTRAS >> Selection Views
    ■Copy Selection View u201CSAPu201D to u201CCUSu201D
    ■Change the selection views u201CCUSu201D
    ■In the right corner, double click your table BKPF.
    ■In the right corner, check whether what functional groups does your field belong. If it is 01 then input it beside your field name.
    ■Then Save it afterwards.
    Prabhudas

  • Common SELECTION-SCREEN in reports for reuse

    Dear ABAPERS,
    I have a number of ABAP reports with similar but complicated customized selection screen (i.e. implemented using SELECTION-SCREEN statement). I would like to "package" the codes for SELECTION-SCREEN in a common routine in an include program, so that all my reports can just use it (instead of all reports duplicating the same selection screen codes). Any changes to the selection screen can be made through the single source.
    However, an error :
    Within FORM routines and function modules, the SELECTION-SCREEN statement is not allowed.
    Is there any other way to accomplish this goal ? Thank you.
    Regards
    KC

    Hello Kir,
    The only way to be able to re-use a screen, selection-screen or otherwise, is when the screen is a subscreen.
    Have one report program where you have got the selection screen defined as follows -
    report  ztest.
    selection-screen begin of screen 1010 as subscreen.
      parameters : test like t001-mandt.
    selection-screen end of screen 1010.
    Have a second program with normal screen, which has a subscreen area.
    report ztest1.
    data : repid type syrepid,
           dynnr type sydynnr.
    repid = 'ZTEST'.
    dynnr = '1010'.
    call screen 100.
    Screen 100 has a subscreen area and its flow logic will be something like this -
    PROCESS BEFORE OUTPUT.
      call subscreen subscreen_area_name including repid
                                                   dynnr.
    PROCESS AFTER INPUT.
      call subscreen sub1.
    Now, each time you make a change to the selection-screen's definition in program ZTEST, the change will always be reflected in all the other programs which are using it as their subscreen.
    Regards,
    Anand Mandalika.

Maybe you are looking for

  • Time Capsule Problems

    I received my TC almost a year ago and up until a couple days ago I had only intended to use the time machine function to do weekly backups. Now that I am beginning to run out of space on my local drive I decided it is time to start to make use of th

  • Ringtones And text tones not working, but iPod is

    I purchased a ringtone today and since I did so, none of my alerts are working. My iPod is playing fine, so I know it's not the speakers. I just have no idea when I get a call or text message! Please help!

  • Outlook users' problems with Apple mail attachments

    Folks on Windows XP using Outlook 2003 are having problems with email from Apple mail. Apple mail is using Windows Friendly Attachments and Rich Text as the settings. Sometimes attachments (Word, Excel, PDF) come in fine with an additional .htm attac

  • Cannot open iPhoto. Cannot open first aid photo utility.

    As per title. I tried to open the first aid photo utility as suggested by a number of people. It wouldn't open. I have tried moving my iPhoto library elsewhere. My iPhoto would ask me the location of my library. If I proceed to create a new one, iPho

  • Could a recent firefox update affect my firewire connection to the computer

    My computer is really a home recording studio. Yesterday firefox downloaded a new update and since then the firewire connection from the mixing desk to the computer has stopped working. Could firefox somehow be responsible for blocking this? == yeste