Adding selection in stardard Datasource

Dear Experts,
How to select the field in standard datasource which is grey(disabled)?
Regards,
Chetana

Hi Chetana,
You are not suposed to enable those fields. You can check in RSA2 the datasource.
If you still want to do it, you need to go to table ROOSFIELD, enter your datasource, and for version A of your datasource field, change the value of SELECTION.
Take notice that if you enter a field that has no index or is not part of the key, it could lead into long load times, depending on the table and the volume.
Hope this helps.
Regards,
Diego

Similar Messages

  • Adding Selection Field to 0FI_GL_1 Datasource - GL Transaction figures

    Hi,
    I would like to add Chart of Accounts to my selection criteria of Datasource 0FI_GL_1 (for extraction to our BW 3.0B system. However when I go to RSA6, I can see KTOPL (Chart of Accounts) in the extract structure, but the Selection checkbox is greyed out. [R/3: PI 2003_1_46C]
    Any suggestions?
    Regards
    Adrian
    P.S The reason I wish to include KTOPL in the selection is that we have many companies that belong to 2 different countries. KTOPL is easiest way for me to determine which country belongs to and I need to schedule my extracts by country.

    Many thanks Siggi,
    That seems to have done the trick.
    I made one minor change to your suggested code:
    update roosfield set selection = 'X'
    where oltpsource = '0FI_GL_1'
    and objvers = 'A'
    *>>>> by adding
    and field   = 'KTOPL'.
    - so it only turned on the relevant field.
    Best Regards
    Adrian

  • Adding select box in CFgrid

    Hi,
    like datagrid in dotnet,is it possible to add selectbox in cfgrid and also capturing events of selectbox.
    Advance Thanks,

    not sure about capturing events, but here's a
    sample bit of code for adding select drop-down:
    <!--- sample select, i.e.drop-down box --->
        <cfgridcolumn name="Fee" header="Fee" select="yes" values="10,15,20,25" valuesdisplay="10,15,20,25">
    hope that helps.

  • Error V0 104 while adding select option on customized screen

    Hi all,
    I have a screen added on the standard transaction IW21 (with selection screen definition and called like subscreen). On this screen I have some SELECT-OPTIONS and when I press the button of selecting multiple values, I get the following message: "Requested function & is not available here" (V0 104), where & is long number starting with %..I have added entries to the tables T185F and T185 with the transaction VFBS, but I dont know how to assign the Function codes to SELECT-OPTIONS..
    Thanks in advance for feedback!
    Anna
    Edited by: Anna L on Jul 16, 2008 11:03 AM

    Just an explanation: no matter the error message I get, the values are transferred correctly from the multiple selection screen to my screen.
    I hope somebody got similar case and can give me some hint...
    Thank you,
    Anna

  • Adding Selection Texts to the transport request

    Dear All,
    1) I want to transport only "text elements" ( SE38->Text Elements) of an ABAP program. I am unable find how can I include this in a transport number. ( The other objects went safely to my quality system except this selection texts.)
    Thanks for your time.
    Regards,
    Kiran

    Rich Heilman,
    Unfortunately it did not ask me any request number.
    My previous 1st transport failed in quality system and I created another request which went success to Quality system. As I thought I included all objects in the second request I directly used to transport to production. Transport was success but is is lack of texts ans selection screen texts.
    Today is not very good day so far..
    Gagan,
    Thanks for the info. I had added manually "Report Texts". I hope this includes both "Text Symbos" and "Selection Texts".
    Do you see any problem here by adding manually?
    Message was edited by: Hari Kiran

  • How to Make field for selection in the datasource.

    Hi All,
    I want to enable one field in the DataSource for selection. I am not getting where can we make that enable.
    I know we have one check box in transfer structure for make file for selection. But I am getting that is grayout , not able to check that ?
    Please let me know where can we change the setting to make it enable.
    regards
    Ashutosh D

    Look at Roberto's reply in the below post :
    Re: Hos to make a filed to be required field when creating datasource
    What is ur datasource ..?
    Have u tried RSA6 Change Mode for that datasource - Flag Selection?
    Message was edited by:
            Jr Roberto

  • Dynamic Selection of a datasource

    Hi All,
    I have to insert the values to more two database dynamically. Right i'm getting the insertion done for only one database based on the condition.
    Can anybody can tell me how to select the datasource or JNDI name dynamically at runtime, So that i have the insertion dynamically at runtime.
    Anyhelp would be heplpfuk to me.
    Regards,
    Chakri

    I guess i have a solution to your problem. Its blogged in here. See if this approach helps you
    http://veejai24.blogspot.in/2010/05/how-to-change-eis-connection-during.html

  • How to make a field under Selection column in DataSource from dimmed to ...

    We try to make an InfoObject shows up in Data Selection of an InfoPackage to restrict the data load based on the range of this InfoObject.  In order to do this, we will have to go to the source system to run RSA6 to edit the datasource to make this field checked under the Selection column.  However when we get to the screen, find this field's Selection column is dimmed.  Is there anyway to make it from dimmed to editable that it can be checked?
    Thanks

    hi Kevin,
    try to check table ROOSFIELD, fill OLTPSOURCE with your datasource name and OBJVERS 'A', what's the value for SELECTION ? you may change the value with 'X'.
    use abap code :
    UPDATE ROOSFIELD SET   SELECTION = 'X'
                   WHERE OLTPSOURCE   = 'datasource name'   AND OBJVERS = 'A'.
    can i know your datasource name (if it's business content) ?
    Properties of a DataSource Field
    If a request for a DataSource is scheduled in the Business Information Warehouse, selection conditions are specified across certain fields. The property that determines whether a selection in BW using a field
    is possible or required is established in the DataSource in the Source System.
    In addition, the visibility of the field in BW can be set.
    A field that is not visible (or that is hidden) cannot be transferred into the transfer structure.
    Definition of the individual values:
    'A': Field is hidden in OLTP and BW, property cannot be changed  the customer.
    'M': The DataSource requires a selection across this field before it is able to extract data (Required field for the generation of a request); property cannot be changed by the customer
    'X': The Data Source can select across this field. The customer can change selections and visibility (the field is currently visible and selectable, compare with 'P', '3')
    '1': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (the field is currently selectable , compare with '2').
    '2': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (field is currently no selectable, compare with '1').
    '3': The DataSource can select across this field. The customer can change selection and visibility (the field is currently not visible not selectable, compare with 'P', 'X')
    '4': The DataSource cannot select across this field. The customer can change visibility (the field is currently not visible, compare with ' ')

  • Error in adding selection screen fields

    Hi All,,
    I am getting error when i add a selection screen parameters in module pool.
    I copied stadard program to custom one, when I add an input field to screen it gives information message saying
    "Selection screen: Report generation makes screen changes ineffective". 
    If though if i add the selection screen, when i relogin newly added screeen disappears.
    Can any one y this is happening?

    Hi,
    You can find a lot of posts on the SDN. Please search for them.
    [What create docking container on a subscreen?]
    [Query Regarding 'cl_gui_docking_container'] are a few

  • Adding Selection Options Fields in Report(Using Query)

    Hi,
    how can we add Selection Fields Options in Query Reports Which we create using SQ01. I need a default option by which we can add all the selection option given by user.
    Anybody can help me..?
    Regards
    lijo Joseph

    Do you have anything defined in the 'Calcs' section?
    If so, any fields returned by the query that are not included in the calculation will be automatically added to the Group fields (using the same logic as required with calculations/group by in any SQL query). The fields won't be able to be removed from the Group list unless the Calc is also removed.

  • VL10A -  adding selection field in standard screen

    I have added two selection fields in General data tab like "Original Delivery date & Latest Delivery date".
    In Resulting report Layout all data is displayed except these two new columns ("Original Delivery date & Latest Delivery date"). Please guide me where should I change the code to get the data in these two new columns. Any help is highly appreciated.
    thanks.
    Sunil

    Hi shaik,
    Refer to the following useful link:
    Search help enhancement in VA01
    Hope this will help you...

  • How to get a Field for Selection in 8 Datasource

    Hello All,
    We have a scenario where in we need to change the Generated Export Datasource (8Z******) and check one more field for Selection, so that it appears in the Data Selection tab in InfoPackage.
    But I am not able to do that. I tried to change the transfer Structure for the same but to no luck. I also tried to change the Data Source in RSA6, but even that dint helped.
    In Ideal cases it should have taken all the Characteristic fields as Selection when the Export DS is generated, but for this particular case it took only 6 fields by default. I need to have one more field.
    Can anyone help me with this..??
    NOTE: We are working on 2004s.
    Regards
    Rohit Rakhan

    Hi,
    for Export DataSources, you can only use selections for Full-Update mode, when using the 3.x functionalities.
    But in 2004s, you can assign selections in your DTP.
    So the you'll export via export DataSource into the PSA and then perform selections via DTP onto the PSA-Data.
    hth
    Cheers
    Sven

  • Change to Selection criteria in Datasource, do we need to re-init?

    Hello all,
    We are planning to change the selection criteria for a datasource, we want the year to be one of the selection criteria so we can load data only for particular years.
    Now this datasource is in production for some time, so once we do this change will we have to re-init the extractor or the delta that is working will keep working fine?
    Please let me know.
    Thanks,

    Hi Kiran
    Its worth mentioning that if its a V3 datasource like logistics then you need to load the setup table with the required data before extraction.
    Also ensure that the measures in your DSO are in overwrite mode unless the year that you are loading does not currently exists in the DSO. (ie. its a new year)
    The Full Repair Request option is under the Scheduler menu on the infopackage.
    Hope this helps. <removed by moderator>
    If you need more help let me know.
    Asif
    Edited by: Siegfried Szameitat on Jun 15, 2009 5:17 PM

  • Adding Selection Criteria in Any Payroll Report(PTax)

    Dear Experts,
       Can you please tell me the Payroll Report especially with the Professional Tax having the Column field of "Business Area". My Client want the report with Business Area Wise where it will helpful to identify the Region or Branch Office,when the G/L Account in FI at the time of mismathching.
      The Personnel area's are not equal to the Business area for my client.
    I have tried in the Table T599B, but it is not working . Please tell me if there is any specific to work on this table.
    Please throw some light..
    Thanks
    Praveen

    Dear All,
       As I added the Business Area field in  in Selection Field with use of "Further selection" button of the transaction PC00_M40_PTX,and generated the report..
    In the Generated report I have selected the "Change Layout " button and it doesnt shows the Business area Field.
    Please explain if any config is required..
    Thanks

  • Enable Selection field in datasource

    Hello All,
    I need to make a selection in InfoPackage for making Initialization of Datasource.
    When i checked in InfoPackage under data selection tab,i could nt able to see any selection Field
    i checked the datasource from which this IP is created and found that "Selection check box is not active for all fields in Datasource"
    I tried editing the datasource so that I can enable the check box but i could see its in Greyed.
    Could anyone suggest how to enable it
    Datasource :9ademcrt
    Extraction from DB view
    View/Table  /sapapo/9ademcrt
    Regards
    Bala

    Hi Bala,
    Use the following piece of code the selection will be invoked for the field
    Select * FROM ROOSFIELD INTO table it_roos
                  WHERE OLTPSOURCE EQ '9ademcrt'
                  AND FIELD EQ <your field name>
    LOOP AT it_roos assigning <lt_roos>
       <lt_roos>-selection = 'X'
       <lt_roos>-selopts = '1'
    <lt_roos>-notexrel = 'Y'
    ENDloop.
    UPDATE ROOSFIELD FROM table it_roos.
    Create a ABAP program in the source system APO in your case and use the above coding
    Prathish
    Edited by: prathish soosai antony on Jul 5, 2010 1:52 PM

Maybe you are looking for