Oracle report, some fields doesn't appear

i have a receipt report , it contains many fields,
sometimes when i call the report some field doesn't appear like date, or amount
any help please
report builder : 6i
and the database is 10g

sometimes when i call the report some field doesn't appear like date, or amountCould be because
- you have format triggers on the fields
- the query doesn't return any value for these fields

Similar Messages

  • SQ01 Sap Query - additional fields doesn't appear

    Hi everybody,
    i've created a SAP Query with transaction SQ01 but one of my additional fields doesn't appear when i execute my Query.
    My query shows the G/L account number and the field status Group (table SKB1)
    I just need to display equally the text field of "field status Group" but it doesn't work.
    When i look at the parameters i can see that it makes the link between the table T004G and SKB1 in order to find the textfield but the field stay blank.
    For information T004g is a Pooled table.
    Is someone could help me?
    Thank you

    Hi,
    First you need to create a structure in Data Dictionary - SE11. This structure will contain all the fields that you want to display in the query output.
    Example - Name the Strucutre as zz_infoset01
    fields of the structure( for your requirement )
    BUKRS
    SAKNR
    FSTAG
    FSTTX
    Go to T-code SQ02
    1) Enter the Infoset name - zinfoset01 press create
    2) Enter a Short Description - G/L Infoset - 01
    3) select radio button - "Data retrieval by program"
                   and in "data structure" enter   zz_infoset01
    4) select "Integrated program" radio button
    5) In the next screen click on the "Data reading program" push button(on the application toolbar)
    6) An Editor will open with the following code
    REPORT  rsaqdvp_template .
      declarations
      (insert your declarations in this section)
    DATA:
      zz_infoset01                          TYPE zz_infoset01                          ,
      it_data TYPE STANDARD TABLE OF zz_infoset01 WITH HEADER LINE.
      selection screen statements
      (define your selection-screen here)
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_HEAD>
      read data into IT_DATA
    (select your data here into internal table IT_DATA)
      output of the data
      (this section can be left unchanged)
    LOOP AT it_data.
      zq01  = it_data.                        .
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_BODY>
    ENDLOOP.     
    7) when you insert your code in the sections it will look like this
    REPORT  rsaqdvp_template .
      declarations
      (insert your declarations in this section)
    Tables:SKB1,
              t004g.          
    DATA:
      zz_infoset01                          TYPE zz_infoset01 ,
      it_data TYPE STANDARD TABLE OF zz_infoset01 WITH HEADER LINE.
      selection screen statements
      (define your selection-screen here)
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_HEAD>
    *These will be the input parameters for the query
    parameters: sp_bukrs like skb1-bukrs,
             sp_saknr like skb1-saknr.     
      read data into IT_DATA
    (select your data here into internal table IT_DATA)
    *get all the G/L for com code and G/L in selection screen
    SELECT bukrs saknr fstag
                INTO TABLE it_data
                FROM skb1
                WHERE bukrs = sp_bukrs
                AND   saknr = sp_saknr.
      output of the data
      (this section can be left unchanged)
    *for every G/L get the status text from t004g for lang 'EN'
    LOOP AT it_data.
    SELECT SINGLE fsttx
                    FROM t004g
                    INTO it_data-fsttx
                    WHERE spras = 'EN' "Language
                    AND   bukrs = it_data-bukrs
                    AND   fstag = it_data-fstag.
      zz_infoset01  = it_data.                        .
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_BODY>
    ENDLOOP.     
    8) Save and generate the Infoset.By clicking on the generate button.
    9) Now assign the Infoset to the query in SQ01 and select the output list fields.
    let me know if you need more info. Also award points if helpful.
    Regards,
    Santosh

  • Body of mail from some senders doesn't appears

    Dears All,
    I'm using Thunderbid 24.4.0.
    Actually, I receive some emails but the body doesn't appears. It is seems to be empty but it is not.
    this emails came from the same senders.
    the other fields appears (sender, receivers, subject, ....)
    Thanks for your help,
    Best regards

    The body of the message ...
    See bellow an extract:
    ------=_Part_380848_557392185.1395919668760
    Content-Type: multipart/alternative;
    boundary="----=_Part_380849_570761733.1395919668760"
    ------=_Part_380849_570761733.1395919668760
    Content-Type: text/plain; charset="UTF-8"
    Content-Transfer-Encoding: quoted-printable
    Hello,
    Search for solution button is to create a new search object related with=20
    Incident to search. Once the object is created, it can get better search=20
    performance and results. That's why only the users having the insert option=
    =20
    for Incident can do this.
    /////////////////////////////////////////////////////////////////////////////////////////

  • Some type doesn't appear during preview

    I can see the type animation when I press enter on the keyboard for the timeline to play but when previewing it, some of it doesn't appear for some reason.
    Also I am using Macromedia Flash 8, Windows Xp, and wondering if it the file will be compatible with the latest flash version available?
    thanks for any help

    Uh how?
    What did I do differently with the ones that do appear? This is ******* retarded.

  • Fields doesn't appear in SM30

    I have 2 custom tables . One which has no key fields ( other than CLIENT-MANDT ) field , while the other table has 4 fields as key. I used table maintenance generator for both the tables. Both these tables currently has no data in them. When i view in SM30 , i find the template for the second table , i mean the field names but no records- as no data in table.
    But for the first table , the template [just field labels] doesn't appear. I just get the message " No entries exist "
    Why is it so ?
    Thanks in advance,
    Asha

    Hello Asha,
    (and for everyone else having a problem with tables having only MANDT as key-field.. )
    It is very well allowed and supported in View Maintenance.
    But you should remember and realise one thing. MANDT field is never display on screen. Hence, if you have a table with only MANDT as the key-field, then you realise you do not need what is known as the 'Overview Screen'. It is also not supported Technically, as you are always handling only one record of the table - that belonging to current client!
    Hence, please goto your SE54, and change your maintenance type to two-step. Simply maintain a detailed screen, and re-generate your entire dialog. You will now see that when you access via SM30 now, you will always be directed to the detailed screen of your login client. Which is what is required functionally, am I right?
    Good luck!
    Cheers
    Rekha

  • AET Fields doesn't appear in ECC??

    Hi All,
    I created some fields  for CONTACTS using AET. While creating the fields  i Checked the Checkbox R/3 as well. I found the fields in BUT000. I checked in ECC KNA1 i didn't find these fields. Now my question is will these AET fields automatically available in KNA1 table of ECC or we need to add them manually if we want to replicate the data of these custom fields to ECC?? 
    I also Created a table extension for CONTACTS using AET in CRM. Now i want this table to be in ECC as well as i need to replicate the data from crm to ecc. Do i need to go to se11 and create it manually in ECC by maintaining foreign key relation with KNA1??
    Thanks & Regards,
        Bala.

    Hello,
    Yes you will need to enhance ECC structures as well.
    Regarding BUT000, on ECC side, you will have to enhance structure BSS_CENTI (include CI_CUST to be created) and structure BSS_CENTIX (include CI_CUST_X to be created).
    Hope this helps.
    Best regards,
    Sylvain AGUETTAZ

  • Oracle apps r12 username,password field doesn't appear in arabic interface

    Dear all,
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.
    Thanks & regards,

    Please post the details of the application release, database version and OS.
    What is the application/database characterset?
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.Do you mean you get a blank page for the Arabic login page? If yes, have you tried to recompile JSP files manually and see if it helps?
    Thanks,
    Hussein

  • Dynamically created text field doesn't appear when imported

    Greetings,
    I have 2 issues regarding dynamically created text fields.
    What I'm trying to do is to create a text field inside a swf file,
    then import that swf into another file. The main problem is, the
    text field is created and displayed perfectly when i execute the
    first swf, but when i try to import the whole thing into another
    file, the text is not displayed.
    I have to point out that, when I add "stage" before the
    addChildAt command, the text appears, but I don't want the
    coordinates of the text box depending on it's location on the
    stage.
    The second problem is, I want the scroll buttons to appear if
    the text is longer than the text box, however they appear no matter
    what. I trace the values and they are correct, so I can't really
    understand why they keep appearing.
    Thank you very much for your help.

    The same thing is happening to me and it is starting to get annoying. I too am using Chrome and I think that might just be part of the issue. I am running a Macbook Pro 2010 13". Any insight on this would be helpful. Sorry I don't have a solution, but know that your not alone in dealing eith this issue.

  • Ageing report-ageing period doesn't appear properly

    Hi I am doing ageing report - ageing period  not coming properly- actually base date should be added with additional months(t052-zmona) depending on payment term (t052-zterm). if i give 12 months its adding as 12 days with basedate . so i need the code to convert the months into days and then add it to basedate.anybody please help me. thanks.

    Hi Daniel,
    Azure unloads your site if it is idle for the standard 20 minute timeout, which can cause slow responses for the initial site users after it is unloaded.  Enabling Always On essentially causes Azure to automatically ping your site periodically to ensure
    that it remains in a running state.  Always on is not an available option on lower end plans.  
    However in Basic or Standard mode, you can enable Always On to keep the app loaded all the time.
    It is not a known issue, I suppose in theory it could consume more CPU cycles and thus could require the deployment of more infrastructure.
    Couple of things you might want to check :
    - Increase the Instance count
    - Check the Monitor Tab in Azure Website to see how much of CPU, DataIN and Data Out time is taken for a request to the site.
    Recommend you to see this thread discussion on  Failed request tracing
    for troubleshooting on Slow requests  and a video  on  
    Troubleshooting Slow Requests with Failed Request Tracing that might help troubleshoot the slowness of website.
    Regards,
    Shirisha Paderu

  • The New Field in the FBL5N/FBL1N doesn't appear

    Hi guys,
    I created an APPEND STRUCTURE with the NAME1 field in the table RFPOS and through the transaction FIBF an Event that calls a Function and move the Name of Customer or Supplier according to the transactions FBL5N or FBL1N.
    This field, NAME1, should appear in these transactions when the user choices the hidden fields through the Change Layout button. But this field doesn't appear...
    I debbuged the Function Module and the data have been moved. (It works...)
    Please, someone did it before and could help me to solve it?
    Why doesn't the Field NAME1 appear? What could I do??
    Thanks a lot!
    Regards,
    Marcos Fernando Dotta

    Hi
    The new fields have to be appended in the structure RFPOSX too, and then you need to run the program RFPOSXEXTEND in order to add the new fields in layout structure RFPOSXEXT
    Max

  • Oracle Reports Builder X Oracle Portal - Integration

    Hi everybody
    I've created some reports with Oracle Reports Builder. Then I saved them as a JSP file.
    I can view these reports in a normal WEB page, without problems. All that I need is to call the page with the parameters.
    Now I need to deploy this report as a portlet, inside the Oracle Portal.
    So, I've read the document "Publishing Reports to the WEB" (http://otn.oracle.com/products/reports/htdocs/getstart/docs/a92102_01.pdf) and I've followed the steps to run the report (JSP file) as a Portlet.
    I've done the following:
    - I've created a Database Provider
    - I've created the "Report Server Access"
    - I've created the "Report Definition File Access"
    Until this point, everything is ok, I can "Run" and "Run as a Portlet" the report.
    So, in the next class, "Adding the Report Portlet to a Page" (Page 8-8), the report portlet simply doesn't appear in the Portal DB Provider to wich it belongs!!! :-(
    Has someone had this kind of problem?
    Any hint will be welcome!
    P.S: The Oracle Portal, the Application Server, and the Reports Server are in a SUN Machine.
    The Portal version is 2 (release 2).
    Thanks in advance

    hi adriano,
    here is what you have to do:
    1. navigate to the db provider which holds the reports. click
    on grant access: check the expose as provider
    2. builder - administer - oracle reports security -
    edit the reports definition file access you created for
    your report.
    click on the access tab - check publish to portal.
    now you can see your report portlets for selection
    in portal.
    regards,
    christian hi,
    I can run the report as portlet but I can't see the "Access" tab under Customize. I know the option "Publish to Portal" is available in other object, but the "Access" tab does not appear in any of the Report Defitinion file acess page. Only "Develop" and "Manager" is available. I'm running on 9iAS R1.02.2.2a.
    Thanks
    Vincent

  • Report parameters doesn't appear correctly

    I have a report .rdl under Visual Studio2010 and sql server2008.
    the report language is arabic and all the fields appears correctly, but the parameters doesn't appear correct it shows stange characers(not question marks) and all the remaining fields show arabic characters correct.
    i run the report on internet explorer9.
    i don't know what is the problem, i searched alot and there is nothing new. what can i do??

    Hi nermo,
    You have mentioned that the report is work fine on Chrome. It may be a compatibility issue of IE9. At this time, I suggest that you first check this issue in IE9 Compatibility View mode. Please refer to the following steps:
    1. Launch the IE 9, and press Alt+T to select the Tools.
    2. Click Compatibility View settings.
    3. Check the “Display intranet sites in Compatibility View” option, and click Close.
    Reference:
    Fix site display problems with Compatibility View 
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • HT1382 i got an iPad and all my app's, music,  and movies are on it, but when i try to download some apps to mi iPhone, they doesn't appear on the purchased tab, how could i move them back to itunes so i can access thru iCloud?

    i got an iPad and all my app's, music,  and movies are on it, but when i try to download some apps to mi iPhone, they doesn't appear on the purchased tab, how could i move them back to itunes so i can access thru iCloud? i have an 2nd generetion ipad and an iphone 5, thanks for you answers!

    (I think the daughter got he better end of the deal!)   I believe if you change the password and user id one of the devices it will stop that from occurring. But I'm not the one to tell you how to do it; someone like "Illaass" (Illaass seems to know how to correct / fix almost anything!) will know how if you don't. Just look for the "cat" icon.

  • Editable fields in oracle report

    Hi,
    I am hoping someone can help what I am trying to create is a PDF oracle report with an editable field at the end of the report. The user would use this field to type comments about the report and then save the file with the comments attached.
    I did a search but couldn't really find anything relevant apart from this thread here: Re: How to add to report in pdf format editable fields but it looks like that was never answered.
    Users have access to Adobe Acrobat so an alternative solution could be just to create a rectangle and tell the users to write in that but it is not an ideal solution.
    If it is not possible in oracle reports we are also licensed for BI Publisher but as of yet I haven't been able to find anything that would do this using that tool either.
    Regards,
    Chad

    with an editable field at the end of the report.In Reports the user cannot add text after generation of the report. So, do it before generating the report. Add a parameter p_comment to the data model and add this to the parameter form (or whatever form you use to call the report, e.g. from Forms) and create a text field at the end of the report.

  • Hiding some fields from ALV report

    Hi All,
    I want to know if there is way to hide certain fields in ALV for some users only and not for others?
    If I use the option NO_OUT = 'X'  it will not be displayed in the list but the user can see the in the Layout option fields but if use NO_OUT = 'X' and TECH = 'X' the field will not be in the list and in the layout also but other users will miss that field.
    If I create user specific variant, but once the user is in the report he can change the layout so certain fields cannot be hidden.
    So, is there any way to hide some fields for certain users and not for others without hard coding user ids in program and restricting the fields from display??
    Thanks in Advance.
    Sonali.

    Thank You Vijay for the reply.
    I knew that Authorization object was the final solution but before using it I wanted to find out if there was a way in the ALV report to restrict certain fields.
    Sonali.

Maybe you are looking for

  • Installing SharePoint 2013 in a Windows 2012 R2 Server I was getting the following error

    when I install prerequisiteinstaller.exe in sharepoint 2013, got the below error: Error: The tool was unable to install Application Server Role, Web Server (IIS) Role. Any expert please help?

  • Web report - print layout - store of input

    Hi, the customer wants to have the grid lines and grey boxes on his printout as see on the screen. We are using internet exporer and when we print there is only the text and and the figures on the paper - no lines that give orientation. When the cust

  • Problem to creating Inspection Lot

    Hi, I am creating inspection lot using fm as mention below, with inspection type '89'. call function 'QPL1_INSPECTION_LOT_CREATE' exporting qals_imp = l_qals rmqed_imp = l_rmqed importing e_prueflos = l_prueflos e_qals = l_qals subrc = l_subrc. if sy

  • Convert the Tables in se14  for cube

    I have the requirement to convert the table for the cube since we have changed the Group and Legal Costs stored in BW as currencies to  6 decimal places.  The two objects  changed to  floating point numbers . Now I am asked to covert the tables for t

  • Problems after new New Power battery

    Just installed a new high capacity New Power battery in my G4 1.42 GHz. I did the PMU reset, and battery calibration as recommended by New Power. However, now, instead of going into sleep mode when battery runs down, the computer turns off. This happ