Select option greyed out for fields of custom DataSource (rso2, rsa6)

Hi
Why are several fields, in my custom DataSource (created in rso2) not available for select?
I do not think this is a permission issue, since several fields are selectable, but not all fields.
It is not the data type, since I see other custom DataSources that have the same data type, and it is selectable as a select option.
This is not a DataSource that was provided by SAP, it is completely custom, and uses a custom data definition (defined as a structure via se11), and a custom function.
I have read the responses to similar questions, but have not found an answer that explains how to make the field selectable for select.
What determines which fields can be selected for selection, and which fields have this option greyed out (not selectable)?
I have come across multiple answers, for similar questions, that suggest an abap program to directly update table roosfield.
Is this safe?
IF I choose this route will I need to run the update program on production, or will the change it makes to my dataSource transport with my transport?
(I can test this).
What I most need to know is If this suggestion is safe, or if it has side effects?
Thank you

Hi Eileen,
In Least case to enable the selection for the fields with the below program:
Below code is for your reference which will use to unhide objects in RSO2 or RSA6 for Data source( in code for BELNR, KUNNR, VBELN, BUDAT fields are unhiding for 0fi_ar_4 data source selection option) . Still need any clarifications let me know.
SE38: Create a program for ref below code.
REPORT ZNP_SELE_DS.
tables: ROOSFIELD.
UPDATE ROOSFIELD SET SELECTION = 'P'
WHERE OLTPSOURCE = '0FI_AR_4' AND   OBJVERS = 'A' AND FIELD = 'BELNR'.
UPDATE ROOSFIELD SET SELECTION = 'P'
WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'KUNNR'.
UPDATE ROOSFIELD SET SELECTION = 'P'
WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'VBELN'.
UPDATE ROOSFIELD SET SELECTION = 'P'
WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'BUDAT'.
Thanks & Regards,
Srinu.Rapolu

Similar Messages

  • Selection Steps greyed out for a Union Query - OBIEE 11g

    Hello,
    I did some research and could not find possible solution/explanation for the issue I am facing.
    For one of the report which is based on Union of 3 queries in OBIEE 11g, I recently added a calculated item which now I would like to remove. The best way to achieve this was by removing respective step in selection steps.
    However I could not see complete list of steps in this Union report and also cannot modify or remove the selection step for calculated item (2 below). Also Selection steps on task bar is by default greyed out
    Below is what I see when I select selection steps
    1. Start with all members
    2. Then Add Average
    Any ideas or workaround.
    Thank you,
    Sai

    RqList <<184070>> [for database 3023:147018:DEVFRC,57] /* FETCH FIRST 1000001 ROWS ONLY */
    0 as c1 [for database 3023:147018,57],
    D2.c1 as c2 [for database 3023:147018,57],
    D1.c1 as c3 [for database 3023:147018,57]
    Child Nodes (RqJoinSpec): <<184109>> [for database 3023:147018:DEVFRC,57]
    RqJoinNode <<184107>> []
    RqList <<184082>> [for database 3023:147018:DEVFRC,57] distinct
    sum(FCT_LEDGER_STAT.N_VALUE) as c1 [for database 3023:147018,57]
    Child Nodes (RqJoinSpec): <<184085>> [for database 3023:147018:DEVFRC,57]
    RqJoinNode <<184084>> []
    FCT_LEDGER_STAT T147426
    ) as D1
    RqJoinNode <<184108>> []
    RqList <<184088>> [for database 3023:147018:DEVFRC,57] distinct
    DIM_FINANCIAL_ELEMENT.V_FINANCIAL_ELEM_NAME as c1 [for database 3023:147018,57]
    Child Nodes (RqJoinSpec): <<184099>> [for database 3023:147018:DEVFRC,57]
    RqJoinNode <<184098>> []
    DIM_FINANCIAL_ELEMENT T147109
    ) as D2
    OrderBy: c2 asc NULLS LAST [for database 3023:147018,57]
    =========================================================
    PHYSICAL
    ==================================================
    WITH
    SAWITH0 AS (select sum(T147426.N_VALUE) as c1
    from
    OFSAAATOMIC.FCT_LEDGER_STAT T147426),
    SAWITH1 AS (select distinct T147109.V_FINANCIAL_ELEM_NAME as c1
    from
    OFSAAATOMIC.DIM_FINANCIAL_ELEMENT T147109)
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select 0 as c1,
    D2.c1 as c2,
    D1.c1 as c3
    from
    SAWITH0 D1,
    SAWITH1 D2
    order by c2 ) D1 where rownum <= 1000001

  • Stationery Pad option greyed out for iWork 08 files

    When you do a "Get Info" on files in Mac OS, you're supposed to be able to designate any given file as "stationery pad" - so when it opens, it automatically creates a copy, and your modifications go on that copy, not the original. This checkbox is greyed out on all my iWork 08 files. Yet it's available on, say, MS Office files. What's with that? I've checked out all the prefs I can think of for iWork 08, repaired permissions, etc. Yet no fix. Is this a defect of iWork 08? I want this feature!

    You can't do it in iwork because a pages file isn't a file; it's really a folder. You do it in iwork by saving your pages document as a template instead.

  • How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?

    How do you grey out/disable fields under a radio button if another radio button is selected in Adobe Acrobat XI Pro?
    I’m creating a form where the user has three options to make a payment.
    1. charge to my credit card
    2. charge associated costs to bank account
    3. By cheque or money order
    My Problem is, under each option, there are required fields that has to be filled out. So if the user picks the first option, charge to my credit card, they would fill out the required fields (credit card number, expiration date etc.). But when they click submit button to submit the form, it won’t let them, because there are required fields under the second option. Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it. So what I'm trying to do is this: If the user selects the radio button for option 1, the other two options are greyed out/disabled. And if the user holds down the shift key and clicks radio button for option one again, it unchecks the radio button and the other two options are available again. Is there a way to grey out or disable the two other payment options when the other one is picked. I’m assuming I will have to use javascript, but what would the coding be and which field do I write it under?
    Thanks in advance guys

    You will have to use custom JavaScript to access the various properties of the field object.
    The radio button group has a value. When no button is selected that value is "Off". When an individual button has been selected the value for the group will be the option or export value for that individual button.
    Once you have determined the button selected, then you will know the form fields that need to be made required. You use JavaScript to access those fields and change the "read only" property to false, and set the "required" property to true. For the fields associated with the other options, those fields should be reset, made read only, and have the "required" property set to false.
    Disabling (graying-out) Form Fields
    >> Also, I have the radio buttons for the three options setup so that if the user holds the shift key and clicks a radio button, it unchecks it.
    Radio button in a PDF do not work that way. Only check boxes can be unchecked by clicking on one that has been checked.
    If you plan the coding for the Mouse UP action to test for all possible options and code for each of those options you should have what you want.
    If you want actual code you need to provide a lot more details.
    It is even possible to perform some credit card and bank routing number validations with JavaScript and some check digit formulas.

  • HT1695 Wi Fi option greys out in my new I phone 4s or some times my phone cannot scan for wi fi . How can I rectify it?

    Wi Fi option greys out in my new I phone 4s or some times my phone cannot scan for wi fi . How can I rectify it?

    read http://support.apple.com/kb/ts1559

  • When OpenGL stopped working (option greyed out)

    I discovered a weird bug in Photoshop 12.1 x64 with nVidia graphic cards and what´s causing it:
    Problem (on all off my PCs):   OpenGL support in prefs / performance is greyed out, no shadow below open documents visible ( == OpenGL not working).  After deleting prefs.psp and restarting (as the www says), OpenGL support was working again, on next restart: no support - option greyed out again.
    Solution: if deleting the prefs file or the whole prefs folder don´t work, check if you have a custom workspace with the brush floating panel open.
    If so, close it and remvoe it from workspace, restart PS and.... OpenGL support is working again!
    I could reproduce this bug on all of my PCs, no matter what type of GFXcard and driver version is installed.
    Maybe that bug occurs only with Win7 x64, PS 12.1 x64 and nVidia cards, but removing the brush panel solved it on every machine!!
    I´ve opened a support ticket and provided Adobe with screenshots of the working and not-working states... maybe they can fix this with an update!
    This are my system specs for the tested machines:
    workstation 1:
    Intel i7 980X HexaCore (with SMT)
    ASUSP6T7 WS Supercomputer
    6 x 4GB DDR3 triple channel
    nVidia Quadro CX
    3x WD SATAII HDDs
    dual monitor
    Wacom Intuos4 XL
    3Dconnexion SpaceExplorer
    contour Shuttle Pro2
    workstation 2:
    Intel i7 975 Extreme Quadcore (with SMT)
    ASUS P6T Deluxe V2
    6 x 2 GB DDR3 triple channel
    nVidia GTX 580
    2x WD SATA HDD
    both systems running on:
    Windows 7 x64
    Mastercollection CS5.5
    latest updates for OS, CS5.5 and GFX drivers...
    Maybe this threat helps .... ;-)

    I did heavy testing the last days including systems at my home and at a friends office.
    In fact, I can´t tell, what´s causing this, but it seems to depent on a certain type of installation. But first the tested systems:
    nVidia GTX480 SLI, Win 7 x64, CS5.5 - working
    nVidia GTX580 Win7, CS5 - working
    ATI HD4870x2, Win7 x64, CS5 - working
    nVidia GTX580, Win 7 x64, CS5.5 (update from CS4 ->CS5 -> CS5.5) - not working
    nVidia GT240M, Win7 x64, CS5.5 - working
    ATI X1900XT - XP SP3 x64, CS5 - working
    nVidia QuadroCX, Win 7 x64, CS5.5 (update from CS4 ->CS5 -> CS5.5) - not working
    ATI HD4390, XP x64 SP3, CS5.5 (update from CS4 ->CS5 -> CS5.5) - not working
    nVidia GTX480, Win 7 x64, CS5.5 - working
    On each system I installed the latest driver & updates, rebooted it and followed the same procedure:
    1 - removed (==renamed) prefs folder
    2 - start PS
    3 - open prefs / performace
    4 - config OpenGL for "Advanced"
    5 - closing prefs and restarting PS
    6 - checking OpenGL when active: pt7
    7 - Open menu "Window" and and select "Brush" (or press F5)
    8 - docking Brush-panel from original position to the tools-panel on the left
    9 - saving workspace as "BrushTest"
    10 - restarting PS
    11 checking OpenGL
    Since you have all older Versions still installed when you update i.e from CS4 to CS5 I tried this with every installed version.
    On my two office WS I have CS4, 5 and 5.5.
    After trying this with the GTX580 with this results: CS4 working, CS5 working, CS5.5 not working - I today started PS 12.1 for working and saw that tiny shadow below the document - WITH the brush panel open!!
    Checked it and now its working proper. I have no clue what has changed over night but it did it...
    My primary WS with the Quadro card still refuses to actived OpenGL with the opend brush-panel, no matter what I try.... maybe I gonna deinstall that CS4 to 5.5 mess and get me another license for the full CS5.5 instead of the update from the update...

  • Suppress/Grey out Currency Field in all FI Transactions

    Hello Gurus, My client has all transactions in INR. I need to default INR and suppress/grey out Currency field and translation rate field for all users? I can go to 'Editing Options' and then click 'Documents in Local currency' but then I have to all 900 users which is tedious. Any ideas are welcome
    Ykc

    Hi,
    Hide Currecy field in all FSGs.
    Srinivasa Chary

  • Cannot select photos, greyed out on my PC

    I have a Windows 7 Home Acer laptop. I now have icloud 3.0 installed and I can no longer select photos as the selection is greyed out.
    I have tried to reinstall option over existing, then I tried to remove and then reinstall again. Same issue.

    I found this post https://discussions.apple.com/message/24005177#24005177
    and tried to fix as they did but didnt work for me so I just reinstalled 2.0. Everything works fine now.

  • Save as local file path is greyed out for certain t.codes

    Hi All,
    After the ECC upgrdation, Save as local file path is greyed out for certain t.codes, while for other excel file export is not automatic.
    ES. for MB51 Transaction, when I try
    Path to save as local file is " System>LIST>Save---> Local file and I choose format Spreadsheet it appears format file txt, while with old release was XLS.
    Thanks

    I would like to known if the Additional Data button in MM02 should be custom. Us not possible to use standard?.
    Suggest to open a new thread for your query related to MM02
    Regards,
    Nick Loy

  • No Sound; All options greyed out

    Output options for sound are greyed in Preferences and the desktop sound icon. In the Audio MIDI Setup window, the default output says Built-in Output and the System Output also says Built-in Output. No other options available for either.
    Just below halfway down there is Audio Input, which has a bunch of info on the left, but on the right where it says Audio Output, there is just a greyed out message that says Output is Not Supported.
    I also tried the option/apple/p/r, got the three chimes, but sound is still greyed out.
    Any gurus out there who can tell me what simple thing I did to cause this, or is it a hardware/sofware bug?
    Macbook Pro Core Duo 2   Mac OS X (10.4.8)   2 gig SDRAM 2.33 GHZ Core Duo 2

    it doesn't matter if you've used the ports or not.. there is a sensor inside the audio ports that will automatically switch your audio in and/or out into digital mode if it trips and then 'thinks' there's a digital cable connected. basically, if you open your sound control panel and display the output pane and it says 'digital out', and the volume control (and everything else) is greyed out, and it says something about this device not having volume control... then this is exactly the situation where the port sensor has clicked on to digital and is staying there. unfortunately, the sensor seems to be quite fragile and there are plenty of users that are suddenly wondering why they have no sound, and why the sound ouput only says digital and the options are greyed out. it would be at least a comfort to be able to say that this only can happen if you've been plugging things into the port (such as headphones), but I've heard of this happening to people regardless.
    anyway, look for the signs I mentioned: the digital output option being the only available choice in the sound control panel, with options greyed out. and also a red light coming out of the port. if this is happening to you, then you need to get the machine fixed cos that sensor is jammed.

  • Internet Options greyed out in Internet Explorer 9 because of GPO settings in Windows 2008 AD

    Internet Options greyed out in Internet Explorer 9 because of GPO settings in Windows 2008 AD.
    I am trying to find out what GPO setting is causing this so I can change I.E. settings at a desktop running Windows 7.
    A GPO has I.E. locked down so settings are greyed out for Intranet settings so I can't change Intranet settings.
    How do I enable so I can save changes with a GPO?

    Classic GPO using Administrative Templates, is designed to do exactly that (disable the UI).
    Previously, you could use IEM in preference mode.
    Now, you'll need to use GPP, but there are a couple of limitations.
    Check the IE10 IEAK documentation (it's useful for understanding what you can do with GPP)
    http://technet.microsoft.com/en-us/library/jj890998.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • MPB Rendering option greyed out - Win7 k5000

    System: Win 7/64; CPU E5-2690 X 2; 64Gb RAM; PP CS6 6.0.5; Quadro K5000 GPU.
    Project - Project Settings - General - rendering option greyed out. I've carefully seached the forums, tried various suggestions, but still cannot get to select the drop down box.
    Can anyone help?
    Thanks
    Les

    Andrew, thanks very much.
    Yes - you were correct; while I checked the cuda support txt file, I 'assumed' that 'quadro 5000' would be correct. I edited the file, saved it back to its location, and now have the drop down option working.
    Really appreciate,
    Regards
    Les

  • Create search helps for fields of custom tables

    Hi,
    Could any one please provide me the step by step process to create search helps for fields in custom tables?
    Thanks in advance,
    Nobin.

    Hello Nobin
    There is basically no difference between a search help for standard vs. customer tables.
    An important choise is the selection method for your search help:
    Either you use your custom table, a view or a search help user-exit if you need to implement very specific requirements.
    Assuming that you can use your DB table as selection method the further implementation of the search help is quite straightforward:
    (1) Define the parameters you would like to have a selection criteria (SPos = SPos) and which should appear on the result list (= LPos).
    (2) Define the parameters that can be used as input for the selection (flag IMP) and are returned by the search help (flag EXP)
    Regards
      Uwe

  • ITunes Visualizer options greyed out?, iTunes Visualizer options greyed out?

    Hi,
    I prefer the "Classic" iTunes visualizer but for some reason the "options" menu is now greyed out for some reason.
    I've just bought a new iMac i3 and copied my library across, prior to this the option was "live" and i could adjust the frame rate, artwork and quality settings etc?
    Any idea what's happened?
    Thanks.

    So does that mean nobody knows how to fix this or nobody cares?

  • My wifi option greyed out and when i checked out wifi adress it shows N/A . how would i solve this ?

    my wifi option greyed out and when i checked out wifi adress it shows N/A . how would i solve this ?

    http://support.apple.com/kb/TS1559

Maybe you are looking for

  • Error #1056, creating dynamic object

    Hi, I am simultaneously creating an object and adding it to an array, perhaps ill-advisedly. The following code worked on the main timeline, but not when I moved it to the constructor of a document class: package {      import flash.geom.Point;     i

  • Incompitible Print Setting Error for HP LJ 8500n in Windows Vista

    Hi, I have two laptops, one with Windows XP and another with Windows Vista Business. There is a HP LJ 8500n connected with router and accessed by both laptops. Somehow, when I print from Windows XP laptop and I change the print settings there is no e

  • Unclear Deployment Exception in App Server PE 9

    Hello, try to deploy a J2EE application EDMProjectEAR in Sun App Server PE9 with Netbeans 5.5 The application uses entity and session beans and JSF components. No JMS at all. The deployment process fails mention that some queue is not set correctly (

  • Cannot import iphone movies into lightroom 3

    I am unable to import movies made by an iphone 4s into Lightroom 3.6 running on a macbook pro (OS X 10.8.3). The still images are imported fine via the import function of Lightroom. The import page shows the movies, tries to import them but than hang

  • Ipad and Itunes minimum requirements

    I use the Ipad, with Apple TV, for practically all my computer/music requirements. I store music on a NAS. Unfortunately, because I use Itunes, I need to use a PC. I also use it for printing and some PC applications. I'd like to dispose of the PC and