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

Similar Messages

  • Mark selection field in DataSource

    Hi,
    I try to change the selected field in the DataSource. But I only see the selected field, but can not change
    it. I tried RSA6.
    What transaction do I need to change the selected fields to the field I need??
    Edited by: alto on Sep 9, 2011 11:56 AM

    Alto,
    The message is informative (Datasource.. is extracted using FM ...).
    Just press enter.
    Then select "Display Field List".
    Regards,
    Dilek

  • Unable to select a field in Datasource screen

    Hi Gurus,
    I am trying to change a datasource by including another field (by checking the selection field) but am unable to do it as its disabled. however the hide field can be editable and is unselected at the moment.
    How can i enable the selection box for this field and check it?
    Thanks in advance
    S N

    Hi San
    Thanks for your quick reply.
    I have checked the field and it hasnt got any value in the SELECTION field (its just blank). Some of the other fields have got 'X'.
    The OBJVERS for this particular field is A. However there is another occurance of the same field with OBJVERS as D.
    Anymore suggestions as to how i can enable and select this field in my Datasource.
    Thanks
    S N

  • 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

  • Enabling a field in a Datasource

    Hi,
    I need to enable GUID_PLAN in datasource 0AUD_AUDIT.
    When I try to enable the selection option in datasource edit mode using RSA6, I dont see the field GUID_PLAN.
    But, when I goto the datasource using RSA2, I can see the field GUID_PLAN in grey.
    Can anyone tell me how can I enable this field?
    regards,
    ZEESR

    My problem is solved with the help of following link,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c008cd97-ef00-2d10-d1ad-867b9c3f063c?quicklink=index&overridelayout=true
    I want to understand if there are any issues does anyone foresee with this setting. I hope there are no issues.
    regards,
    ZEE SR.

  • Selection Criteria in Infopackge for enhanced  field of DATASOURCE in R/3

    Hi All,
    My client requirement is Data has to be loaded on company wise .. means the respective responsible person only carryon loading person as per his profile(Authorisation)load has to be happen...this is one requirement,
    one more is (whether in this scenario can we go for Delta)
    we enhanced the Datasource with new field in R/3 and when we are trying to make it selction condition in infopackage we are not getting filtering as per that ..
    could u or anyone who knows through a light on this..
    Thanks in advance
    BRB

    Hi BRB,
    regarding your question about selection field I gave you an answer in one of yours previous post !
    Just some considerations about your authorizations requirements.
    If I right understood, you want to build a scenario in which there are different persons that, manually, have to access on the system to perform a data loading restricted to a particular company code (so, person A could load only data from company A, person B from company B and so on...)
    I think you can obtain this (also with a dedicated infopackages per person), but if you want to manage a delta (your second question) just remember that you can perform different init (with different selections), but the delta channel will be only one and only one will be your delta request management..so, your previous profiling will no longer make sense...
    Hope it helps.
    Bye,
    Roberto

  • 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 ' ')

  • 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 one more selection field in the standard data source

    Hi SAP Gurus,
    I'd like to know how to add one field as a selection field for the data source.I used 0FI_GL_4 Datasource .It has 2 selection.Now I want to add one more field as a selection field .How to mark that field as selection?I tried by using RSA6 ,But I'm unable to change the previous selection.
    Please let me know how to fix it?
    I'll assign the points ...
    Thanks & regards
    Raja

    Pradip,
      when ever you create any Generic DS, you can find generic DS(I checked this), comming append fields(it's happend to me)... there is no meaning.. as we know... we will extract the data for append fields using existing DS.
    Comming Raju:
    to my knowledge, you should not add that field as selection enabled(wait for others posts). I had seen many posts for working on this... by updating the Table ROOSFIELD table for the respective DS. I never implemented this... if you update this using any custom program be careful. Ihave ccreated the program for append fields not for Standard Extractor.
    Try to search any SAP Notes: 571985
    All the best.
    Regards,
    Nagesh Ganisetti.

  • Unable to Select Fields in Business Content Data Source - 0CO_OM_CCA_9

    Hi All,
    I have a situation here whereby I need to select certain field in Datasource OCO_OM_CCA_9 .... but I noticed it is all disabled please advise how can I enable them .... this is in development.
    Thanks
    Nathan

    Hi
    To select fileds in the datasource OCO_OM_CCA_9 , use the following steps
    1. in tcode RSA6 , find OCO_OM_CCA_9 , and click on change datasource.
    2. Deselct checkbox of "Hidden" and apply check on "Field Only" for  the fileds you want to see .
    3. Go to Datasource menu - click Generate
    4. go back and actiavate the datasource.
    5. then check in RSA3 if fields are coming.
    From
    Manesh

  • Changing Selection Fields available in Extract Structure 0FI_AA_11

    Hello Experts!
    I would just like to ask this question, as I've already consulted with so many people and nobody seems to know if this is possible or not and I've already tried searching for it in the forums to no avail.
    The situation is that I am currently full loading data from R/3 to BW, into the ODS 0FI_AA_11. Now, due to the full loading of the data, one load would entail a huge amount of line items around 1 million + lines per load). The loading of the line items per se is successful (as seen in the Details tab in monitor under Processing). However, activation takes quite a long time (8 hours is the longest so far) and it just times-out and we are not sure if the request is still running or not, so often times we are forced to just kill the process.
    So given that and seeing that this is a standard ODS, we were thinking of just breaking down the loading into batches of FISCPER (month and year). HOWEVER, the InfoPackage that are associated with the InfoSource being used by the ODS, 0FI_AA_11 only allows for the usage of 3 selection parameters for loading: Depreciation Area, FISCALYEAR, and Company Code.
    We have already tried to edit the datasoource in R/3 (RSA6) for this extract structure; however, we are unable to tick the box under the Selection column next to the FISCPER field. From what we understand, this is what allows the datasource to enable that field for selection in the InfoPackage.
    We would just like to know if it is possible to edit the extract structure in such a way that we are able to tick this box for the extract structure and if so, how can we do it?
    Hoping for your quick response to this question. Thanks!

    Dear AJ,
    Iu2019m going try to helping you regarding your question,
    I suggest you that check the following steps:
    u2022     Log on to the source system.
    u2022     Test and debug in extractor checks (RSA3).
    u2022     Monitoring running task (SM50).
    u2022     Start the extractor with the scheduler in BI.
    u2022     Locate the process in the monitor and start troubleshooting.
    More information, look for in:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/53e84b73d0564aa0a6907c7e2bbf7a/frameset.htm
    According the InfoPackage that only allows for the usage of 3 selection parameter for loading: Depreciation Area, FISCALYEAR, and Company Code.  If you need to enhance, you should log on to the source system, go to maintaining DataSource.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d9/f622392ab1f708e10000000a11402f/frameset.htm
    And add more field in your DataSource structure, to allow select more parameters in your InfoPackage,  as FISCPER.
    I hope this suggestion can help you about your question,
    Luis

  • 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

  • Selection field not coming at Infopackage level

    Hi All,
    I am facing a strange problem.There is one field which is marked for selection at the datasource level.In the R/3 side we are getting that field as selection if we go for t-code RSA3.
    But in the BW system when we create an Info-package we do not get the same field under Data selection tab.We have tried to change the data type of that field and replicated the datasource but still it didnt worked.
    Please suggest on this issue as it a very high priority issue for us.
    Thanks in advance.
    Regards,
    Kshitij

    Hi Naveen,
    1) This is not a standard datasource.
    2) In RSA2 that field is marked for selection and it is showing for selection if we go for RSA3.
    3) Could you please elobrate more on what do you mean by 'attribute column'.???
    In R/3 system we have the same field for selection ( this field is related to 'no of days'=zdays[info object name]) but at Info package level in BW system it does not appear for selection.
    If you have time can we call you.Please pass on your number to me.
    Regards,
    Kshitij

  • Is there a way to import a choice list in multiple (or single) selection fields?

    Is there a way to import a previously created choice list in multiple (or single) selection fields in forms central? 

    Hello Dr. Ryan,
    Unfortunately there is no way to move this data into FormsCentral.
    As far as your question about using PDFs with FormsCentral, 'soon' is actually 'now'! You have two options:
    1) Author a new form with FormsCentral. From the distribute tab, save a submission-enabled PDF form. You can send this form out to your recipients and their responses will be collected on FormsCentral.
    2) Import an exsiting PDF form into FormsCentral from the dashboard, and then submission-enable it. Distribute the submission-enabled version and responses will be collected on FormsCentral.
    Thanks!
    Shannon

  • 0PU_IS_PS_31 add selection field - possible?

    Hello all
    I have enhanced my extractor 0PU_IS_PS_31 (Funds Management) with a field and have activated the flag "Selection" for it in the data source maintenance. When I now restrict this field to a certain value in my infopackage it does not work. Means, the data is not restricted to my value  for this field. I always receive all records.
    I have checked the FM "FM_BW_ACTUAL_OI_LINE_ITEMS_IS" behind the extractor and it seems that the possible fields for "selection" are hard coded.
    Is there any possibility to get this working?
    Thanks for your help in advance!
    Regards,
    Bernd
    Some additional infos about the Extractor:
    Name: 0PU_IS_PS_31
    Type: TRAN
    Delta: AIMD
    Exmethod: F1
    Extractor: FM_BW_ACTUAL_OI_LINE_ITEMS_IS
    Extractstructure: IFMBWACTOPIT_ISPS

    Hello Prashanth and Raman
    the field is populated correctly using RSA3. This is working. But when I set a filter for the field its not filtered. Below you find the code of FILL_RANGES procedure. As you can see, the selection fields seems to be hard coded. Do you see any possibility to enable filtering (DS copy, but is it possible with delta type AIMD?)?
    Thanks for your help guys!!
    Regards,
    Bernd
    *&      Form  FILL_RANGES_CALI
    *& Fill selection criteria of commitment actual line items into ranges
    FORM fill_ranges_cali TABLES u_t_select TYPE sbiwa_t_select.
    *  "/ these fields don't exist in database tables
      RANGES: l_r_actdetl FOR ifmbwact_isps-actdetl.
      LOOP AT u_t_select.
    *     "/ fill selection criteria to ranges
        CASE u_t_select-fieldnm.
          WHEN 'FIKRS' OR 'RFIKRS' OR 'FM_AREA'.
            MOVE-CORRESPONDING u_t_select TO g_r_fikrs.
            APPEND g_r_fikrs.
          WHEN 'FISCPER'.
            MOVE-CORRESPONDING u_t_select TO g_r_fiscper.
            APPEND g_r_fiscper.
            g_r_gjahr-sign   = u_t_select-sign.
            g_r_gjahr-option = u_t_select-option.
            g_r_gjahr-low    = u_t_select-low(4).
            g_r_gjahr-high   = u_t_select-high(4).
            COLLECT g_r_gjahr.
            g_r_perio-sign   = u_t_select-sign.
            g_r_perio-option = u_t_select-option.
            g_r_perio-low    = u_t_select-low+4(3).
            g_r_perio-high   = u_t_select-high+4(3).
            COLLECT g_r_perio.
          WHEN 'FISCYEAR'.
            MOVE-CORRESPONDING u_t_select TO g_r_gjahr.
            APPEND g_r_gjahr.
          WHEN 'FONDS' OR 'RFONDS'.
            MOVE-CORRESPONDING u_t_select TO g_r_fonds.
            APPEND g_r_fonds.
          WHEN 'FISTL' OR 'RFISTL'.
            MOVE-CORRESPONDING u_t_select TO g_r_fistl.
            APPEND g_r_fistl.
          WHEN 'FIPEX' OR 'RFIPEX'.
            MOVE-CORRESPONDING u_t_select TO g_r_fipex.
            APPEND g_r_fipex.
          WHEN 'FAREA' OR 'RFAREA'.
            MOVE-CORRESPONDING u_t_select TO g_r_farea.
            APPEND g_r_farea.
          WHEN 'ACTDETL'.
            MOVE-CORRESPONDING u_t_select TO l_r_actdetl.
            APPEND l_r_actdetl.
          WHEN 'ZHLDT'.
            MOVE-CORRESPONDING u_t_select TO g_r_zhldt.
            APPEND g_r_zhldt.
    * Note 993252
          WHEN 'MEASURE'.
            MOVE-CORRESPONDING u_t_select TO l_r_actdetl.
            APPEND l_r_actdetl.
          WHEN 'GRANT_NBR'.
            MOVE-CORRESPONDING u_t_select TO g_r_zhldt.
            APPEND g_r_zhldt.
        ENDCASE.
      ENDLOOP.
    *  "/ fill WRTTP range from ACTDETL (for commitments and actual)
      IF NOT l_r_actdetl[] IS INITIAL.
        PERFORM fill_r_rwrttp TABLES l_r_actdetl
                                     g_r_rwrttp.
      ENDIF.
    ENDFORM.                    " FILL_RANGES_CALI

Maybe you are looking for

  • Values are not showing in report

    Hi, I have created a report with EVDRE containing several columns. When I use MemberSet: "SELF" for all columns, it shows me the data I have uploaded correctly. However, if I choose "MEMBERS" for any of the columns, the value field is empty. This is

  • Mac to Pc bonjour videoconference

    hi you all, i don't know if this can be done but, does anyone know how to videoconference between a Mac and a Pc with bonjour? meaning no internet, just the local network. Thanks

  • Need Help! Blackberry 8300 Keyboard Locked-up

    Need Help!  Blackberry 8300 keyboard locked-up.  Trackball can scroll but cannot activate programs. Cannot use keys to answer phone, activate programs, etc.  I have taken battery out to reboot/reset but no luck.  Any help/suggestions would be greatly

  • Why do Adobe Reader and Flashplayer not install

    I download bot Adobe Reader and Flshplayer installers to my hard drive then run the installer file.  Get promped for permission to run.  The installer seems to start and the installer file gets removed from the hard drive but neither product installs

  • Cisco Prime 1.2.1.12

    Hi All, Running PI 1.2.1.12, need to recover the admin password for the command line interface any ideas. Cheers, Jay