Returned fields are not showing up under stored procedure

First I would like to say I haven't used crystal reports before.
I created a crystal report in VS2008 and under Database fields I pointed to my stored procedure. The parameter fields show up but there are no return fields under the stored procedure. I tested the SP in SQL Management Studio and it works correctly and returns the correct fields. When selecting the SP I tried unselecting "Set to Null Value" for each of the parameters and entered values I knew would return fields and the fields show up under the SP but they are filled with the data from the parameters I used. Which I would expect. If I go back to using null, the fields disappear.
I also had this problem when I updated another Report after adding a new field to be returned from a SP. I fiddled around with it and got it working but not sure how or why it saw the fields when I got it working.
And today I updated a stored procedure to use a string parameter and not an integer parameter. After I updated the SP in VS2008 using the field explorer, the return fields disappear. What am I doing wrong?

Hi Don,
Thanks for the reply. I verified the database multiple times before posting and just verified it again. No luck. Also the SP has only one select.
I found some crystal report cds with 8.5 (the newest I could find), I installed it and tried to use the SP and it gave me the following error:
"There are no return fields in the file". VS2008 does not give this error.
I tried using crystal reports with all the SPs I altered and I get the same error. Most of the changes to the SPs are in the where cause (Changing from field = @field to field IN (@fields) and changing a parameter from an int to a string. Also as a side note, when setting up the data source I am choosing to use nulls. Is this correct? The SPs were all written using SQL string format if that makes any difference.
UPDATE: I tried using discree values that I knew would return values and the return fields show up. They are populated with the expected values but if I use these values all my reports will be the same. As I would expect. So why doesn't it work for NULL values? Maybe my thinking is wrong here but isn't null values used so you can dynamically select values for the parameters at runtime?
Edited by: Kenshinofkin on May 12, 2011 7:01 PM

Similar Messages

  • Refinements are not showing up under 'Add/Modify Location' window

    Hi All,
    Our Indexed data as seen in JSP Reference application contains multiple dimensions. But when trying to add a trigger using the 'Add Location' button in Endeca Experience Manager, the indexed dimensions are not showing up under the 'Refinements' section in the pop-up window. But when we try to use the RefinementMenu cartridge as part of configuring the Guided Navigation section, the indexed dimensions are showing up.
    Please let us know if we should be doing anything else, so as to get the dimensions in the 'Add Location' window.
    Thanks & Regards,
    Shabari

    Try logging out, running ./control/update_web_studio_config.[bat|sh], then logging back in and see if that helps.
    Michael

  • HT201272 i reset my iphone, is there any way to get ringtones back that i purchased. They are not showing up under my ringtones section anymore. thanks, kelly

    I reset my iphone 4s, is there any way to get ringtones back that I purchased? They are not showing up under my available ringtones anymore

    They are linked to your account, but they are also tied to the country that they were bought in - you won't be able to potentially redownload them unless you move back to the US and have a US billing address on your account (you have to be in a country to use its store, including redownloading past purchases).
    Have you not got a backup copy of all of your downloads/library that you can copy them back from ? Even if you hadn't moved countries any item could be removed from the store at any time by the rights-holders (you are only guaranteed one download of any item), you should be keeping and maintaining a backup copy.

  • Using Screen Exit AMPL0001 in TCode MP02 but fields are not showing.

    Hello SAPients!
    I created a project, added the enhancement AMPL0001, included some test fields in the subscreen, activated components and project but when I run the transaction where my custom fields are supposed to be shown this is not happening. None of my fields is displaying just the rest of fields that already were there.
    I have reviewed what can be the differences between my fields and the others but I don't see any.
    What am I missing?
    Thanks in advance for your kind help.

    Hi Klaus,
    Thanks for your reply. Yes, I'm sure, I have reviewed several times. Actuallly I deactivated and reactivated my project a couple of times before you mention, now I did it again and I get the same result.
    A couple of questions:
      Is it normal that the new fields I add to the subscreen are grayer than the rest of fields?
      Is it normal that the status of the subscreen is shown as "Modified/Activated" instead of  "Activated"?
    Thank you.

  • Input Screen fields are not showing the description

    Hi
    I have copied a program, generated using SQVI, to a Zprogram, say Ztest,  and when I execute this Ztest the description of the fields on selection screen are coming as SP$00001, SP$00002 and so on.
    however if I execute the query made using SQVI the field description are the field descriptions.
    Can anybody help me resolve this, to show the field description in ZTest also.
    Thanks in advance!
    -Rahul

    Hi khanna_rahul,
    since quite a long time (10+ years) I do not use SE38 any longer - partly to avoid such errors as you are confronting now. In SE80 object tree, right mouse click on report, copy, in the popup mark everything, give new name(s) and that was it.
    For you it will be easier to just copy and paste between two sessions of report texts. Don't worry, system will ask for transport.
    Regards,
    Clemens
    N.B.: who does have much time and is willing to use it for useless tasks, will stick to SE38 until SAP removes it.

  • In Acrobat X Pro, fields are not showing up when previewing or creating Reader-enabled PDF

    I have a form with many fields (217 in all). When I click "Preview" within Form Editing, I only see a small subset of the fields. If I save as a user-enabled form, that form only shows the same fields. Why aren't all of the fields showing up? Thanks!

    Never mind. I believe I figured it out. I thought that setting the form field to "Invisible" just affected whether the box would be visible to the end-user, not whether it would be fillable at all. Now that I set all of the fields as "Visible but doesn't print" all of the fields show up.

  • Getting bean's fields null even though before returning fields are not null

    Hi All,
    I have run into this weird problem. I am using sun ri 1.1_01 implementation.
    I having problem getting field values from a bean on the jsp page. From my first page I click on a button and it goes to the action method in the managed bean. In this method I set the values of the fields. before returning the view Id, I print these values and everything is set. but when it goes to the next page, it does not display any values.
    I have other action methods, where I am setting the same values and I am able to get those values.
    The same method was working in a previous version of ear. I don't know what went wrong and it stopped working.
    Here is my code of the method
    this.setUserRequestedInfo(MetaDAOFactory.getDAO()
              .getAccountInfoByUID(uId));
    if (this.getUserRequestedInfo() == null) {
         this.addMSGException("userRequested.not.valid");
         return NavigationResults.FAILURE;
    this.logger.debug("\n\nBEFORE RETURNING FROM DEPART this.getUserRequestedInfo() = "
              + this.getUserRequestedInfo());
    return NavigationResults.SUCCESS;before the return statement, when I log the values of userRequested, it prints the details, but I don't get this value in my jsp...
    Is it some class loader or JSF life cycle problem?

    Put some system.out statements into your bean setters, and see if the framework calls it after your action method.
    Also, using a phase listener to get familiar with JSFs lifecycles (or finding little oddball issues like this) it's good to use a PhaseListener:
    http://jroller.com/page/cschalk?entry=getting_familiar_with_the_jsf
    I'm sorry I cannot give you a more specific solution. There just isn't enough information. Hopefully the above tools will help you gather more detail (and maybe even figure it out on your own!). =)
    CowKing

  • I have 3gs and some albums are not showing up under the artist, but if I search for them I can find them. Any ideas how to fix?

    I have the 3gs and the new ios 5. I have just uploaded a new album by a band. I went to the music player and clicked on the bands name. It added the new album but the bands third album is missing. I thought it strange so I searched my iPhone and it comes up in the search bar when I type it in. Then I go back to the music player and its not there under artist. I can scroll and find specific songs on there so I know it's there but somehow it has dissapered on the artist heading. I've reset the phone and still nothing. Any ideas as to how I can fix this?

    So I figured it out. If anyone else has the same problem, iTunes changed it into a compilation album and for some reason that messed it up. Just go to info under each song on that album and click part of a compilation.

  • Fields are not appearing in the configuration

    HI All,
    I created new  view in the BP_HEAD component and view type is table view. In that view i created model context node and it is referring to BuilHeader bol object. these context node fields are not showing in the configuration tab. if i expand my context node folder in the configuartion , it is shoiwng empty. I am facing this problem.I changed view type table to form also it is not working.Could you help me any one .
    i

    Hi venky
    Check the generation of the context node class , check its super class it should be CL_BSP_WD_CONTEXT_NODE_TV, and your view code must support the configuration. check the below view code snippet for table
    here replace the partner with your view variable which represents the controller class context node
    <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <%
      DATA: lv_xml               TYPE string,
      lv_visible_row_count TYPE string.
      lv_xml = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    %>
    <chtmlb:configTable xml                   = "<%= lv_xml %>"
                        id                    = "ResultTable"
                        navigationMode        = "BYPAGE"
                        onRowSelection        = "Select "
                        selectionMode         = "<%= PARTNER->selection_mode %>"
                        table                 = "//PARTNER/Table"
                        usage                 = "SEARCHRESULT"
                        visibleRowCount       = "10"
                        width                 = "100%"
                        actionsMaxInRow       = "6"
                        selectedRowIndex      = "<%= PARTNER->selected_index %>"
                        selectedRowIndexTable = "<%= PARTNER->selection_tab %>" />
    The generated method GET_TABLE_LINE_SAMPLE must refer to BOL structure that you refered
    say for example if you are creating table for BuilHeader the generated code should contain the structure CRMST_HEADER_OBJECT_BUIL. (sample code snippet is given below)
        TYPES: BEGIN OF line.
        include type CRMST_HEADER_OBJECT_BUIL.
        TYPES:
               END OF line.
        CREATE DATA rv_sample TYPE line.
    Thanks & Regards
    Raj

  • Songs not showing up under artists on my ipod.

    Trying to update my ipod but the new artists are not showing up under "artists". They only appear under "Albums". What can I do to fix this??

    Welcome to Apple Discussions!
    See this...
    http://docs.info.apple.com/article.html?artnum=302773
    btabz

  • Songs not showing up under artist

    I have tagged all of my music acurately. When in itunes, all the songs that should be there show up when I click on an artist. Many are not showing up under the artist in my ipod though. The songs are on the ipod, because I can find them if I search by song. They even show the correct artist when I play them from the ipod. They just are not showing up when I search by artist????? Please Help!!

    It could be that you have inadvertently imported these CDs into iTunes as part of a compilation. If so, the artists won't show in the artists menu on the iPod.
    To check, highlight the tracks on one of the offending artists CDs in iTunes, right click and select "get info". This brings up a multiple song info window, and from there you can check if you have 'yes' in the box marked "part of a compilation".
    If you have, select 'no' instead and click 'ok'. Do this with any CD that has this issue. This will alter the info in iTunes, and you should then connect your iPod and synchronize the changes.
    The problem arises because the information contained on the Gracenote CD Data Base (where iTunes gets all it's album/artist/track info from), is sometimes incorrect. It can show CDs as compilations when in fact they are not.
    You should also check that the songs have album name info in their ID tags.
    See: Some songs don't don't show under artist on my iPod.

  • Apex stored images are not showing!

    i have slide show files which is stored in apex repository, i try to show those images but not showing?
    please login my Dev environment and see if i missed something?
    http://apex.oracle.com/pls/otn/f?p=57181:9:109145937897777::NO
    Workspace; ram_r&d
    user/password: aramani/apex
    Thanx,
    Ram

    Ram
    The images of slide1 are not showing because the image html is
    <img alt="" src="wwv_flow_file_mgr.get_file?p_security_group_id=12651340501132311999&p_fname=1.jpg?timestamp=1375095758462"/>
    Notice the extra parameter timestamp. That is causing the images not to be found.
    Having a quick look add the code of the BxSlider v4.1.1 then there is this piece of code
    g=function(e,i){
                var s=e.find("img, iframe").length;
                if(0==s)return i(),void 0;
                var n=0;
                e.find("img, iframe").each(function(){
                    t(this).is("img")&&t(this).attr("src",t(this).attr("src")+"?timestamp="+(new Date).getTime()),t(this).load(function(){
                        setTimeout(function(){
                            ++n==s&&i()
                        ,0)
    This adds the timestamp parameter.
    So it seems to me that this jQuery plugin is not compatable with apex.
    And I would recommend looking for a different one. One that doesn't touch the source of your images.
    Nicolette

  • HT201272 I updated my IPhone and it took away all music including my ring tones. I have been able to recover the songs but my ringtones are not showing under purchased. How do I get my ringtones back?

    I updated my phone and all my music, including rigntones went away. I was able to recover my songs under purchased. My ringtones are not showing under purcahsed. How do I get my ringtones back?

    I don't understand this answer. What do you mean " your contacts should be in whatever program/service you have selected to sync."? The address book is created on the phone not in Itunes or any other program/service. When Itunes says backing up phone I have to assume it backs up everything on the phone. Most of what's on my phone does not come out of itunes. I download apps directly on the phone. When the software updates it does not bring those apps back. I have to go into the appstore and install them all over again. Itunes music library syncs with whatever is on the device your linked up to BUT the phone book just dissappears after you update the phone. There is no way to save it anywhere else.

  • LeaveRequest Work Items are not shows in SBWP TCODE workplace under outbox

    Hi
    Friends
    I used work flow 12300111 for leave request process and I activated that work flow.
    I applied leave through ESS from portal(Employee login)employee sends a leave request sends good,
    and I got Leave request(work items) Managers in box(uwl in Manager Login in portal).
    Manger Approve the leave request has been approved successfully.
    can I check whether leave request is processed in R/3.
    in tcode se38-RPTARQDBVIEW - UNDER leave request(Leave)->STATUS>COMPLETED,
    But in r/3 i execute the Tcode SBWP...
    here is no work items are not showing in outbox..
    Please help me
    Rafi Shaik

    HI
    Sidhu
    Tanks For Ur Replay
    i am doing as for u r note..
    AFTER DEBUGGING....
    function module-- SWK_LOCAL_OUTBOX_GET-under THERE IS NO table->SWW_OUTBOX
    PARAMETER NAMES ARE THERE(AVAILABLE)..BUT THIS  (SWW_OUTBOX) IS NOT THERE IN TABLES OPTION
    WI_LIST_S
    WI_LIST_E
    WI_LIST_F
    STATUSFILTER
    TASK_FILTER
    yes it wont be shown in sbwp outbox as it is java wd after completion you ll only see for approval in his inbox use swi5...
    IN SWI5 TCODE>COMPLETED WORK ITEMS BY AGENT AND TASK-UNDER SHOWING MY LEAVE REQUEST(GOOD)..
    CAN PLEASE HELP ME
    HOW CAN I GET THE LEAVE WORK ITEMS UNDER SBWP(OUTBOX)
    TANKS
    RAFI SHAIK

  • Leave Request work items are not showing in SBWP TCODE under OUTBOX .

    Hi
    Friends
    I used work flow 12300111 for leave request process and I activated that work flow.
    I applied leave through ESS from portal(Employee login)employee sends a leave request sends good,
    and I got  Leave request(work items) Managers in box(uwl in Manager Login in portal).
    Manger Approve the leave request has been approved successfully.
    can I check whether leave request is processed in R/3.
    in tcode se38-RPTARQDBVIEW - UNDER leave request(Leave)->STATUS>COMPLETED,
    But in r/3 i execute the Tcode SBWP...
    here is no work items are not showing in outbox..
    Please help me
    Rafi Shaik

    it wont be shown in outbox of SBWP
    you need to check via SWIA or rptarqdbview or SWI5 for the user
    these are java based tasks so will be done in UWL. you can see only the tasks but after approval they are disappeared.
    The outbox shows the last 30 days by default. This default cannot be
    changed. This 30 days selection period is always set when you enter
    the outbox. However, the user can change the selection period by
    clicking the button 'Change selection period' on top of the grid
    control but this as you know will be reset once you log out.
    This is how the mapping from the
    backend workplace folders to the UWL tabs should work:
    UWL tab                        Backend folder
    Notifications                  Deadline Messages
    Tasks-> Completed Tasks        Outbox -> Workitems executed by me
    Tracking -> My Requests        Outbox -> Started Workflows
    Tracking -> Forwarded          Outbox -> Forwarded workitems
    Edited by: Siddharth Rajora on Aug 5, 2011 10:04 AM

Maybe you are looking for