Variant Selection.

I have copied the program for FBL1N tcode and created a new program named ZSAMP.
But i face a problem now. The report is working properly with the desired output. But when i select the variants on input selection screen all those variants that has been saved for standard fbl1n is getting displayed.
How to avoid this ?
Regards
Sivaprasad.
:-> Best Help will be rewarded with points.

Hi Siva,
   i think during copying the program from standard one you have also copied variant that why they are coming in your Zprogram. please once again copy it from standard one but uncheck the check box of variant while coping it(While coping it willask which which things you want to copy don't copy varaints).
hope this will help
let me know if still you hav problem
Regards
Ankur

Similar Messages

  • How to create a variant selection screen

    Hi experts,
    Can you tell me " How to create a variant selection screen ".
    Please it's urgent.........
    Thanks
    Basu

    Hi ,
    Goto your selection screen
    Make entries in the fileds od the selection screen
    press save button, it will ask you for the mane of the Variant
    Give the name of  the Variant and save it
    Variant is now created for the selection screen.
    Reward if useful.
    Regards,
    Shilpi

  • Get contents of  ALV variant selected!

    Hi All,
    I have a requirement to download fields of an ALV report to excel. I use different variants in my program . So based on the variant selected I need to download only those fields. Can  you tell how to get the fields of  a particluar variant?
    Regards,
    Rakesh

    Hi,
    Wt r u asking i don't know? Deponds upon the variants the output data my be differ not fields.
    U can save the layout for that particular variants.
    option is
    I_SAVE             = 'X '
    Thanks,
    Shankar

  • How do you retrieve PNP variant selection criteria?

    I have a variant which I know are stored in the VARI table and I can retrieve almost all the contents of it using the function RS_VARIANT_CONTENTS.
    But on the selection screen for my PNP report, there is a button labeled "Search Help" where you can enter more selection criterias, but as far as I can tell, these are not retrieved when using the aforementioned function.
    I've tried looking for a function to retrieve these but I can't seem to find one, and I also haven't found a way to just read the CLUSTR and CLUSTD fields of the VARI table directly.
    Does anyone know how to retrieve those selection criterias?

    this is the right function
    check if you don't have part of fields in several return tables
    fields should be present if there is some value stored in variant for those fields

  • Variant selection missing in BEx Broadcaster

    I've created workbook in BEx Analyzer (2004s). Workbook has selection screen. I also created variants for workbook. I then went into BEx Broadcaster to distribute workbook. I don't see option to select variant that I created in Analyzer under workbook precalculation tab. I see only option for variable assignment which ask me to create new assignment.
    I've used information broadcasting 3.5. It has option to enter variant under pre-calculation tab. Any idea why this option is missing in 70 BEx Broadcaster.
    Any help is greatly appreciated.
    Thanks,
    Milind

    Broadcasting workbooks via variants is not available yet in BI 7.0.
    According to version 14.1 (oct. 10) of the Functional Enhancements Schedule for BI this functionality will be delivered in 2nd half of 2008.
    To find the document:
    service.sap.com -> help & support -> release & upgrade info -> upgrade info.
    Then in the navigation pane choose Solution-specific information -> SAP BI upgrade
    The document is called Functional enhancements schedule BI in SAP NetWeaver 7.0
    Check this doc regularly as new versions are uploaded frequently.
    gr,
    W.

  • TVARVC variables not showing in the variant selection

    Hi,
    My client want to use the TVARVC table to maintain the settlement period. So everymonth, the variant for the settlement run will retrieve the settlement period from this table.
    I was following the instruction:
    1. run tcode STVARVC
    2. Create a new variable SETT_Period_Current
    3. Put 9 as the value for now.
    then I used the SE38 to create a variant. In the attribute screen, I put "T" in the field "Selection Variables". Then when I selected the dropdown list of the field "Name of Variables", I did not find the variable "SETT_Period_Current" in the list. I don't know what went wrong.
    Can anyone shed some lights on this?
    Thanks,
    Ting

    Please check this link
    http://help.sap.com/saphelp_nw70/helpdata/en/c0/980386e58611d194cc00a0c94260a5/frameset.htm

  • Variant selection for SIS Info Structures

    Greetings all,
    Our management is heavily reliant on using SIS for reporting key sales figures.  We just implemented ECC 6.0, and a new Info Structure table was created.
    Their main complaint is with the Get Selection Variant process.  When the icon is clicked, the "Find Variant" popup window displays with the User Name.  When User Name is cleared, all variants are displayed.   They want to bypass the Find Variant popup, and go directly to the complete variant display grid.  This is the behavior they see on other Info Structures that were defined.
    I have tried searching in a number of places, including SCN, SDN, SAP Notes using various search terms, with no success. 
    Would someone kindly point me in the right direction?

    Hai Robert,
    In general the GET VARIANT will show all the variant list.
    And it is not created for user specific.
    Could you please give the Info structure fields and report to displays the field.
    In case if you created the Variant please check with your ID is it asking for the User name.
    Even with a user id input is there any change in the list of Variants?
    Regards,
    Mani

  • Variants - select options

    i have a selection option for 'period'  in  a FI report . period value has to be dynamically changed everytime we run the report . low value of the period should be kept constant and the high value should dynamically change every time we run the report with the last period .

    Hello deepthi..you should be able to do this by setting the dynamic date option when you save the variant...there should be some standard options available to do this!
    Thanks!

  • New transaction - require variant selection to be disabled

    hi all
    I have created a new report transaction which runs an existing custom program of ours, with a specific variant which greys out most of the fields in the transaction (this is for the sake of security as the program is normally only ever run by a day end batch job).
    However, when running the transaction, the user can simply change the variant to an existing one where the fields are not greyed out!
    Is there any way within the transaction definition of "locking" the start variant so it cannot be changed?
    Thanks
    Jon

    May be try this way
    Make check for field values by the following code
    form f_get_variant.
      data : v_field like dd03l-fieldname.
      move SY-SLSET to v_variant.   " <<<<<
      call function 'RS_VARIANT_CONTENTS'
        exporting
          report               = 'YATT3010'
          variant              = v_variant
        tables
          valutab              = i_params
        exceptions
          variant_non_existent = 1
          variant_obsolete     = 2
          others               = 3.
      if sy-subrc eq 0.
        loop at i_params.
          assign (i_params-selname) to <fs>.
          <fs> = i_params-low.  " Make a check here for fields you want user's cannot change the value
        endloop.
      endif.
    endform.                                 " F_get_variant

  • MC8E - Variant Selection

    Hi,
    I am trying to chage the settings of a particular variant for a Job via MC8E, but when i put the job number and execute MC8E, it automatically picks one of the variants and I am unable to change the variant of the job which I wish to change.
    Can you pls tell me how is the Job picking one of the variants automatically and how to change the variants in MC8E.
    Regards,
    Rahul
    Edited by: RSINFY on Jun 18, 2010 2:45 PM

    >
    RSINFY wrote:
    > This is not helping as the Planning Run Information, which is Info Structure, version, planning type is not getting automatically fetched when i am trying to change the variant via SE38. This informtaion gets populated only when I change it via MC8E.
    Rahul,
    Could not understand what excatly you are requiring. You have mentioned that Infostructure, version planning type is not populated, when trying to change using SE38, this is only possible if previously the variant does not have any values stored, which also looks theortical as this is a mandatory field before creating variant.
    In MC8E you can change a variant which is already used in a Job, If you want to schedule a new Job then use MC8D to schedule a new Job with a new variant or with an existing variant. You can delete the Old Job using MC8F.
    Regards,
    Prasobh

  • Information Broadcasting - Work book Variant selection

    Hi Team,
               We are working on implementing the Information broadcasting through Process chains. We have configured the Broadcaster setting through RSRT (using ABAP Web). We have sample workbook created in order to broadcast the same via., PC.
    The challenge is we have Date field as Mandatory in Query (corresponding workbook) and during BEx Broadcaster setting we have set a default value to it. Whenever the PC runs it picks the default values from the setting. As per the required to has to pick the latest system date in this field before broadcasting to users.
    Do we have any option to achieve it? To automate the report variable to pull the latest system date.
    Thanks
    Regards
    Kumar

    This requirement has been discussed many times. Please search for these docs on SCN.
    Update Time variables Dynamically for Broadcasting
    Automate change of 'User Input Variable' in a broadcast report

  • How to print the selection screen variant as a report header

    I want to print the variant selected on the selection screen as a report header in the report painter.....Kindly help....The variant selected prior to generating the report painter output must be displayed on the final output screen as the header on the screen...

    Hi
    Here you've to use 'Z_HEADER_FOOTER' function module at TOP-OF-PAGE
    Just pass parameters for report_name                 as repid
                                              show_select_options  as 'Y'
                                              show_parameters       as 'Y'
                                              line_size                       as you wish
                                              action                           as 'X'
    Hope this fulfills your requirement
    Thanks
    Suren

  • "Get Variants" button disabled after error message in AT SELECTION SCREEN

    Hi,
    In "AT SELECTION SCREEN" I throw an error message if certain criteria return no data. 
    After the error message is thrown, the button for choosing variants no longer appears to work.  I click it and the variant selection box doesn't come up.  It just changes the values that have been populated from red to black. 
    What is the code that remedies this?  If an error is thrown, it should allow you to select a variant still. 
    Thanks,
    Kevin

    "AT SELECTION SCREEN" is not an option here.  Let me clarify.
    In START-OF-SELECTION, I call another program with a SUBMIT statement.  That program uses a logical database.  So it makes no sense to move this to "AT SELECTION SCREEN".  Even when I did that, I still couldn't solve this problem. 
    If the SUBMIT statement returns no data (if sy-subrc = '4') then I need to go back to the initial screen.  I need to display some kind of message, of type I or E or S, I don't care. 
    It just needs to go back to the selection screen and VARIANTS need to WORK, and you need to be able to SAVE the variants.
    For some reason, if I get no data with the SUBMIT statement, I can display a message and get back to the selection screen but variants do not work.  I've tried EXIT, STOP, CALL SELECTION SCREEN 1000 (the only one in the program), END LIST-PROCESSING, etc.  NOTHING WORKS!

  • Cannot select the newly created Screen variant in ENJOY transactions.

    Hello All,
    I have created a screen variant for a specific requirement from the client in transaction SHD0.
    However I am unable to select this new screen variant in all ENJOY transactions.
    When I try to select the screen variant in FB50-Post GL through>EDIT>Screen Variant, Select,Reset and Create Screen variants are greyyed out.
    I have checked the setting in SU3, as well as FB00 for the Parameters, it appears to be correct.
    Kindly help at the earliest!!
    Regards
    Shrutika

    Hi,
    Shrutika.
    Try this I hope this may help you.
    Go to FB50 at above left hand side will see Tree On option button. Click on that you will see Screen vairants for items option with drop down object. Simply click on that now select your desired screen variant by double clicking applied. 
    I hope this may help you to solve your issue. If you have any doubts feel free to ask.
    Regards,
    Pankaj A Bhalerao.

  • Dynamic Variant -Current date  in selection screen - for batch jobs

    Hi Experts,
    My report runs in batch job with a variant, daily.
    One of the filed in selction screen should hv CURRENT DATE, with out providing as input explicitly by user.
    So, How Can I get it done?
    Its some thing with Dynamic variants + Selection Variables +  date selection, but, I forgot the navigation etc.
    pl. let me know
    thanq

    thanq.
    and pls. let me further clarify that,
    programitically am populating the date as current date minus 1 in the field of my_date in the selection screen.
    now, they wanna to run the report in back ground, daily.
    now, I followed ur tip/link and saved with_date_variant, fine.
    so, pls. let me know that,
    1) if the report runs in back ground tomorrow with with_date_variant(which is i created by seeing ur link), Is the selection screen my_date(prog. populates as June 5th) will be override with current date(i.e. June 6th)?
    In broad, Is the selection criteria wuld be over writes with the Dynamic varints?
    thanq

Maybe you are looking for

  • How to use my data on windows under bootcamp

    i i had to install windows on my macbook pro retina with mac osx 10.10 to use 3d max on may work, now i want to access on my files on my external hard drive with mac format, i can view files but i can't use file or install any programmes also from ma

  • My little sister brought my ipod into the shower with her but it still works but it's weird, HELP!

    My little sister who happens to be 10 years old brought my ipod with her into the shower. When she finished she handed it back but it was wet. I quickly shooed her away not wanting to deal with her and when I turned it the lock screen had some parts

  • PO mod right after a purchase order is authorized...where?

    I have a customer that is implementing procurement, but not financials. Thus, in PO, it can't do funds checking and such. I need to write an exit mod which will send information to a 3rd party application via a web service right after a requisition/p

  • Gateway router + Callmanager Configuration

    We have a cisco-2821 router with vic-4FXO card. We also have cisco callmanager-4.0 with 7940G IP Phones. Want to configure gateway router in such a way that it connects to PSTN network and flow of voice call should be from IP Phones behind CallManage

  • OS X 10.8.5 (12F45) Failed

    Hi, I updated my macbook pro, which is retina version in early 2012, to OS X 10.8.5 (12F45). It works all well as usual until several hours later. 1. All the explorer starts to show purely white screen (Safari, Chrome, Firefox,etc.). I can see that r