Add a new selection option on VL71

I want to add a new selection option on VL71.
I know that I can do an implicit enhancement.
But I am not sure if I can add it in the place as showed.
If the enhancement cannot solve the problem, do I have to copy out a Z program.

Dear Experts,
In HUMO report, after the specail stock, We want add another selection field "Special Stock Number".
Do we need to go for a development for this?
Any alternate way available to get this done without much development involved?  Pls suggest.
Regards,
Shetty

Similar Messages

  • Add new select option for VT04 variants

    Hi Experts,
    Want to know the process of how we add a new select option (say sold-to/KUNAG) to the existing set of selection criteria in the variants in VT04 apart from implicit enhancements.
    Even if we create a new implicit enhancement in LV56LSCR, the new field (sold-to/KUNAG) has to be further added to the select statements also. The select statement in the subroutine INDEX_SELEKTIEREN in LV56LF01 has to be enhanced for the same.
    Also should this new field has to be added to the EXPORT TO and IMPORT FROM MEMORY ID MEMORY_LFSL statements in the other includes of SAPLV56L ?
    Is there a better/recommended way to do this? Any pointers are much appreciated. Thank You.
    Regards,
    Narendra.

    Hi Ravi,
    This is infact the program for the txn VT04, would you be able to shed any other info? Thanks.
    Regards,
    Narendra.
    Edited by: Narendra Daka on Dec 7, 2011 9:00 AM

  • VT04 - Adding new select options in grouping screen for capacity criteria

    Hi,
    I am trying to add a new select option(min & max) for grouping the delivery based on the quanity/no of units just like the weight/volume. Is there an exit/enhancement available in the program. The program for VT04 is RV56TRGN and the actual program for grouping criteria is RV56TRSP. 
    I have looked into  the user exit EXIT_SAPLV56M_001.  This I guess is only for adding the grouping criteria and not for adding select options like weight/volume.... I would need to add something similar to this.
    THnks
    Chinna

    You should search for Screen Exit .
    Also you can check if any enhancement point is avaliable in screen display place.
    You need to debud and find the exact place where this change will be required and then it will be easy to find the option  for making desired changes.
    Hope this helps you.

  • How to Add a new Selection Field in COPA Report

    Hi Gurus
    I'm new on SAP COPA reporting and I don't know how to solve this problem.
    I need add a new Selection-screen field (char1), not connected with any characteristic.
    This is necessary becuase if the user flag this field, when teh report is running I'll replace some key-figure values using the EXIT  
    ZXYEXF05. I don't find any instruction how to define this simple kinfd of variable, and use it into a Report.
    Thank-you in advance for your help.
    Claudio

    Hi
    I'll try to explain better my need.
    I've 10 CO-PA Key-Figures used to Split in the Cost of a material in different Cost Items.
    Using the customizing I fill these key-figures using some rules.
    The new requirement is use SOMETIME the same KF, by displaying different Costs overwritting the original values using the exit ZXYEXF05. But I need to know when the user wants consider the original value of KF, and when he wants overwrite these values (when I have to run teh exit). So I thought to create a new Selection-screen field (Char1), to permit to the user to pass to some report this user request. I thought to define a global variable, and add it to several reports when this feature is required.
    Can you suggest a better solution ???
    I could create some empty KF and fill them using teh exit, but I would prefer not expand the CO-PA structure.
    Thanks for help.
    Claudio

  • How to add OBLIGATORY for SELECT-OPTIONS

    Hi experts,
    I can use OBLIGATORY for PARAMETERS
    PARAMETERS :s_WMno  TYPE LINK-LGNUM DEFAULT 'SCA' OBLIGATORY.
    I want to add OBLIGATORY for SELECT-OPTIONS. How to do this?
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME .
        SELECT-OPTIONS:  s_matnr FOR mara-matnr .
    SELECTION-SCREEN END OF BLOCK b1.
    Many thanks.

    Hi,
    TABLES spfli.
    SELECT-OPTIONS : carrid FOR spfli-carrid OBLIGATORY. " This makes only Low field Obligatory
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-name = 'CARRID-HIGH'. " To make High field also obligatory
          screen-required = 1.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Cheerz
    Ram

  • VL10A and new select-options

    Hi,
    I copied transaction VL10A to a new one ZVL10A.
    This was due to the need to add a new selection-criteria in the main screen: Delivery Type field.
    When I try to create the delivery for that delivery type I selected in ZVL10A main screen I am not able because I have lost the variable.
    See this example please:
    In my main program: ZRVV50R10C:
    FORM userexit_select_options_transf                          "n_524424
         CHANGING  cx_select_options  TYPE shp_vl10_select_options
                   cx_list_profil     TYPE shp_vl10_list_profil.
    cx_select_options-lfart = ST_DEVTY[].
    S_DEVTY-lfart = ST_DEVTY[].
    ENDFORM.                               "
    In Include LZV50R_VIEWF34 (where we call transaction VL01N to create delivery) I want to pass this parameter ST_DEVTY, but I am not able. I don’t have any variable at this moment with the
    Delivery type from my main screen.
    Thanks
    Best regards

    Hi,
    This you have to do with Parametr Id for delivery type only.Otherwise you cant get that value.
    Parameter id for LFART is :ALT.
    so using export and import you try.
    Regds
    Sivaparvathi
    Please reward points if helpful..

  • How to add spaces on select-option field?

    All,
    I want to add few spaces on my select-option field.
    Customer:           ________ to ________
    Can I change the spaces here? I
    I want to put some spaces after 'to'
    It should be displayed like....
    Customer:           _________  to       _________
    Regards,
    RH

    Hi!
    Using the SELECT-OPTIONS it's not possible.
    But you can create your own line, somehow like this:
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT ...   "customer
    PARAMETERS: p_low.
    SELECTION-SCREEN COMMENT ...   "to+spaces  
    PARAMETERS: p_high.
    SELECTION-SCREEN END OF LINE.
    The syntax is not perfect, but you have to do something like that.
    Regards
    Tamá

  • How to add a new selection criteria in Automatic Payment process (F110)

    Hi all,
    We need to add new selection field in selection criteria tabstrip. Does a user-exit exist to interpret BKPF-USNAM as field name ?
    Thanks in advance for your answers.
    Regards,
    Philippe.

    pls look here
    enhancenents
    A.

  • How to add a new selection criteria in a report painter

    Hi
    I would like to know how to add a selection criteria in a report painter. I believe in Gen data we can add our selection criteria but my there is no option to select  company code in that. Can anyone help me in this
    Thanks in advance
    Sankar

    hi sankar,
    When u click on the Gen. Data Selection on the right side of the screen you can see the Available Characteristics.
    On the same side u can see with the 3 colors blue, yellow and white....
    Click on the that , in that screen click on the Administrator option.
    There in that screen UNCHECK the company code.
    Click on the ACTIVATE and CLOSE it.....
    Again SAVE the table settings.... then you can find the Company code..
    Hope this will helps u out...
    Ranjit Kumar 

  • How to add a new selection field in an infoset

    Hi everyone,
    I have a problem changing an infoset when I add an additional field. This field is added to its respective field group.
    The problem is that after generate the infoset, I go to the transaction where the querys are made and the new field created has got only a checkbox in the column 'Output', while the column 'Selection' has no checkbox.
    This only happens with this field, while the rest of the fields have two checkbox in column 'Output' and in column 'Selection'.
    What can I do to make appear checkbox 'Selection' in order to make querys?
    Thanks in advance,
    Mayte

    Hi again,
    I have seen the threads about ad hoc querys but I'm still with the problem...
    I'm going to tell you the steps I follow.. Perhaps someone is able to tell me what I'm doing wrong...
    1. I go to S_PH0_48000513  transaction where I choose the infoset which I want to make queries..
    2. In sq02 transaction I click right button in 'additional fields' in the field group where I want to add the field. I click create and fill long text, header, type, length and like reference...
    3. Once the field is created I add the field in the 'field group' and generate the infoset
    4. In S_PH0_48000513 I can see that the field has been added with no checkbox 'Selection' but only with  checkbox 'Output'...
    I need checkbox 'output' and I don't know why doesn't appear...
    Thanks for your replies

  • Is it possible to make new selection option check for datasource?

    Hi Experts,
    I have a standard datasource and i want selective data form this datasource but the field on which i want selection is not provided as selection checked in the datasource.
    Is there any option in BW side so that i can have that field as selection in the infopackage.
    Regards,
    RG

    Hi
    Info Package Selection Tab is the Replication of DS at Source System Extract structure.
    But making changes to the Standard DS may drive you into Errors in future, make sure that you are not locking / changing the dependent objects if you are changing the Options while DS at Source system RSA5/RSA6.
    You need to replicate / Reinit for the changes you made for DS.
    Hope it helps

  • How to add a new profile option in each responsibility?

    Dear all,
    I would like to add one profile option in some of the responsibilities. . .how can I do that?
    Best Regards,
    Amy

    Amy,
    Your question is best asked in the Oracle EBS General discussion forum. However, to set the value of a profile variable you would use FND_PROFILE.PUT ('ProfileName','Value');
    Hope this helps.
    Craig...

  • Modify MB25 and add a new selection field

    Hello All,
    I need to copy MB25 to ZMB25 and add field to the selection  screen and modify the select statement further. MB25 uses a LDB and I am never used LDB. Please help me how to do this and post some notes on LDB as I have lot of questions.
    <b>FYI:</b> I made a Z copy of the program and in the program attributes, I see a LDB. I made a Z copy of the LDB and added a selection field. I donno if that is the right way or not. I am also not sure where to modify the selection based on the newly added selection field.
    Thanks in advance
    Chandni Reddy

    from SAP help :
    If you define the selection criterion for a column of a database table that supports dynamic selections, the values entered on the selection screen are transferred to the logical database. There, they are treated as dynamic selections. The logical database does not read records from the database table that do not meet these selection criteria. This kind of selection is much more efficient than for database tables that are not designated for dynamic selections.
    Besides, the input fields for the corresponding dynamic selection are displayed on the selection screen from the start. This spares the user from having to choose Dynamic Selections to display the corresponding screen.

  • How to add filter at select options?

    Hi friends,
    I believe there should be a way to add filter, but I don't know where it is.
    The call is like this:
      wd_this->r_selopt->if_wd_select_options~add_selection_field(
        i_id                          = 'ACT_CAT'
        it_result                     = lr_range
        i_description                 = 'Category'
        i_value_help_type             = 'SEARCHHELP'
        i_value_help_id               = 'ZZS_SH_CATEGORY'
        i_value_help_structure        = 'ACT_CATEGOR'
        i_value_help_structure_field  = 'CATEGORY'
    When other fileld has changed, I want to use that value as a filter. Unfortunately, I can't find how to set this. Would someone do me a favor? A sample will be better.
    Special thank to any reply.

    Hi
    No other component required. WDR_SELECT_OPTIONS uses OVS component internally, you can see the component usage also in WDR_SELECT_OPTIONS.
    Add the seleciton Field
    wd_this->lr_helper->add_selection_field(
                    i_id = 'ATFLV'
                    IT_RESULT = LR_TABLE
                    I_DESCRIPTION = 'Msg'
                    i_obligatory = abap_true
                I_VALUE_HELP_TYPE =
    IF_WD_VALUE_HELP_HANDLER=>CO_PREFIX_OVS
                    I_VALUE_HELP_STRUCTURE = 'ZPP_ROUT_PROD'
                    I_VALUE_HELP_STRUCTURE_FIELD = 'MS_FLAG'
    ZPP_ROUT_PROD is a structure created and MS_FLAG is the field in the structure, for which we are developing Value help
    Now,
    WDR_SELECT_OPTIONS has an event int he Interface called ON_OVS, subscribe the event in your view,
    from here onwards it is like Using normal OVS, you have phases put a case statement and code accordingly
    Abhi
    Edited by: Abhimanyu Lagishetti on Jul 25, 2008 7:45 AM

  • Adding a new input field on selection screen after input in a select option

    Hi Experts,
    There are 2 input fields on the selection screen.
    I would like to add a new select option field when a value is entered in the 2nd field <b>only</b>. If there is an input in the 1st field or both the fields, the new input field should not appear.
    Message was edited by:
            Gaurav Kothari

    execute the code .
    you will get sel option for s_lgort only when there is a value in s_werks.
    tables mard.
    select-options: s_matnr for mard-matnr,
                    s_werks for mard-werks,
                    s_lgort for mard-lgort modif id abc.
    at selection-screen output.
    if not s_werks[] is initial and s_matnr[] is initial.
    loop at screen.
    if screen-group1 = 'ABC'.
    screen-active = '1'.
    modify screen.
    endif.
    endloop.
    else.
    loop at screen.
    if screen-group1 = 'ABC'.
    screen-active = '0'.
    modify screen.
    endif.
    endloop.
    endif.

Maybe you are looking for

  • Building a method with more than one result data

    Hi, everyone: I'm a little shy to ask this question, however, it's been hanging in my mind for so long, so I think I'd rather make a confession on it. You may laugh at me if you want, I'm ready for that, but I more look forward to that someone can re

  • Have just installed iPhoto'11. Tried to send email direct from iphoto    o, but it would not except my password, or current server.

    Tried to send email direct from iphoto on my newly installed iPhoto '11. It will not accept my current and only server, or my password. The photos will go out directly from email, but not from iPhoto. Any suggestions?

  • What does 'fcode' mean?

    Hi. Could anyone help me about 'fcode'  that is in userexit SD module. I review MV45AFZZ at SE38 and am curious about it. and  what are the 'LOES' , 'FLI1', 'FLIF' and .. Please help me ex) if sy-tcode+0(4)  =  'VA01'  and    fcode+0(4)     <> 'LOES'

  • Istallation error

    while installing obiee 10.1.3.4.0 , i am getting an error [nQSError:46036] Internal Assertion :Condition GetAdapterInfo(pAdapterInfo.get(), &ulOutBufLen)== NO_ERROR, file.\Config\SUSystemConfig.cpp.line 1298 if i skip this error and installing then B

  • How do I turn on surround sound (5.1) for all my iTunes items?

    In iTunes, while a video is playing, I can go to Controls/Audio and Subtitles and select English (Surround Audio). This allows the sound to work with my 5.1 Dolby Digital audio setup. It looks, though, like the only way to turn this on is to actually