Column not appearing in the output

Hello All,
I need to make changes to the existing workbook. "Line amount" (Detail)cloumn needs to be manipulated
Line amiountwas selected in the list. But in the output i am not able to see that line amount in the output.
But if select line amount (sum) i am able to see. Line amount(detail) i am not able to see.
Please let me know the reason for this.
Kind Regards,
Kumar.

That seems strange to me. Perhaps some kind of security thing. Though you would think if you can see the SUM aggreagate, you should be able to see the DETAIL. Can you even see the DETAIL to pick it from the item list (open the item to see its available choices)? Maybe you are not opening the item to see the aggregate choices and just picking the item, and it is giving you the default choice, which would be SUM most likely? If you can see the DETAIL choice and you pick it, but you don't see it in the query results, I would contact Oracle Support. I would say in such a situation that you must have run across a programming error.
John Dickey

Similar Messages

  • Why do columns not appear in the same order as the fields on my imported form?

    Hello All
    I am an Acrobat X user and make numerous forms through Acrobat.  However, when I import the file into FormsCentral, the order of the fields in the table do not correspond to the order in which they appear on my form.  The fields on my form are in a calendar format so they appear from left-to-right.  I'm wondering if when I do the import, it is read by FormsCentral from top-to-bottom instead or is it random.  It's a real inconvenience and severely inhibits my workflow when I have to rearrange the columns to work with the data.  Any suggestions or insight would be appreciated.
    Thanks
    Daryl

    Files have no order. File management programs like the finder or windows explorer will display files according to your selected display sort. Typically alpha by file name, date created, size, date modified. So to view them in a selected order you need to sort on an attribute that accomplishes that. The easiest usually is to export photos using the sequential naming option then displaying in alpha order
    LN

  • My devices are not appearing in the output input for sound in system preference the mute is on and i cant uncheck it

    Yesterday I received Mackeeper and I assumed it was from apple. I made the mistake of installing. Then my friend told to get rid of it. I deleted. I shut my computer for the night and today no sound coming from my speakers go to system prefences and its on mute. i try to unclick. howeveer nothing is showing as being in the list for input out . HELP

    In iPhoto menu: iPhoto>Preferences>General. Check the box.

  • Text from text module is not appearing in smartform output

    Hi Experts,
    We are using text modules in one of our smartform to print the sender text . The name of this text module is being dynamically determined during the execution and is coming correctly but still the the text inside the text module is not appearing in the output. We checked one more similar form which is working on the similar logic but calling a different text module , there it is working perfectly. I have tried all the possibilties like changing the window size, changing the fonts and other parameters of the text module but still its not appearing . This seems to be something unusual as in both the smartforms(one with text appearing from module and one without the text) the logic is exactly similar for getting the text module name. The name is getting determined in both the cases correctly and the text modules are also maintained in same manner for both these forms but text is appearing on one and not on other.
    Kindly help if any one of you have also faced similar issue.
    Regards

    Hi Priyank,
    There could be various reasons....
    Wrong language for example
    An easy way to prove this is, put the text direct into the smartforms and see, if it pops up immediately.
    If so, you have to really debug this spot and see if the pased name is correct. (Copy paste it in the debugger, to be really sure, there could be a space in fornt or in the end...)
    If that doesn't help, you have to share more details. Your question is not that very specific. You know
    ~Florian

  • Added in to fieldcat but do not display in the output

    Dear Experts,
    I meet a problem that I add one recode into the fieldcat.But in output, the field's name do not appear in the output.The following is my code.The content 'Duodate' does not appear on the screen.
    form fieldcat_init using l_fieldcat type slis_t_fieldcat_alv.
      data: ls_fieldcat type slis_fieldcat_alv.
    *head field categories                                       *
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'LIFNR'.
      ls_fieldcat-tabname   = 'ITAB_HD_IT'.
      ls_fieldcat-seltext_l = 'Vonder'.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
    ls_fieldcat-outputlen = 12.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'NAME1'.
      ls_fieldcat-tabname   = 'ITAB_HD_IT'.
      ls_fieldcat-seltext_l = 'Vonder'.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
      ls_fieldcat-outputlen = 40.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'VBLNR'.
      ls_fieldcat-tabname   = 'ITAB_HD_IT'.
      ls_fieldcat-seltext_l = 'Payment'.
    ls_fieldcat-outputlen = 10.
      ls_fieldcat-do_sum = 'X'.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'WAERS'.
      ls_fieldcat-tabname   = 'ITAB_HD_IT'.
      ls_fieldcat-seltext_l = 'CURR.'.
    ls_fieldcat-outputlen = 10.
      ls_fieldcat-do_sum = 'X'.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'WRBTR'.
      ls_fieldcat-tabname   = 'ITAB_HD_IT'.
      ls_fieldcat-seltext_l = 'Amount'.
      ls_fieldcat-outputlen = 15.
      ls_fieldcat-do_sum = 'X'.
      append ls_fieldcat to l_fieldcat.
    *item field categories                                       *
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'BELNR'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'Docu.'.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
      ls_fieldcat-outputlen = 12.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'BLDAT'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'Document Date'.
      ls_fieldcat-outputlen = 10.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'ZFBDT'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'BasDte'.
      ls_fieldcat-outputlen = 10.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
      append ls_fieldcat to l_fieldcat.
        clear ls_fieldcat.
      ls_fieldcat-fieldname = 'ZDUED'.
      ls_fieldcat-tabname   = 'ITAB_ITEM-IT'.
      ls_fieldcat-seltext_l = 'DueDate'.
      ls_fieldcat-outputlen = 10.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'ZTERM'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'Cond'.
      ls_fieldcat-outputlen = 4.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'ZPAYT'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'Pmnt term'.
      ls_fieldcat-outputlen = 12.
      ls_fieldcat-key       = 'X'.
      ls_fieldcat-fix_column     = 'X'.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'WAERS'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'Currency'.
      ls_fieldcat-outputlen = 4.
      append ls_fieldcat to l_fieldcat.
      clear ls_fieldcat.
      ls_fieldcat-fieldname = 'WRBTR'.
      ls_fieldcat-tabname   = 'ITAB_ITEM_IT'.
      ls_fieldcat-seltext_l = 'Amount'.
      ls_fieldcat-outputlen = 15.
      append ls_fieldcat to l_fieldcat.
    ENDFORM.                    " FIELDCAT_INIT

    hi,
    try this code.
    ls_fieldcat-fieldname = 'LIFNR'.
    ls_fieldcat-seltext_l = 'Vonder'.
      ls_fieldcat-key = 'X'.
      ls_fieldcat-fix_column = 'X'.
       ls_fieldcat-outputlen = 12.
      append ls_fieldcat to l_fieldcat.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         IT_FIELDCAT                        = l_fieldcat.  " Pass the fielc cat here
    it must work.... and check out thels_fieldcat-fieldname  again.. you have to give the correct fielname in uppercase inside ' '.
    thankyou.

  • HT1414 HOw do I back up and restore If I plug my ipod in and it does not appear in the devices column. I have a white screen and i'm trying to fix it and nothing is working :(

    How do I back up and restore my ipod touch if when i connect it to itunes It does not appear in the devices column? I have a white screen and have tried holding down the wake/sleep and home buttons and that is not working. Please help

    Take it in for repair/replace to your local Apple retailer.

  • The new column designed not appears in the form

    Dear All Gurus/Experts,
    I created new column directly in the database stored in the SQL server 2000,in table IGN1, right click --> select design table, then right click --> insert column, I write U_copqty, numeric data type, 9 is its length and allow nulls check mark.
    I can't understand why the field is not appeared in the form settings like other columns so that I can thick and make it appear in the form IGN1 (receipt from production). I have read development training files but I am confusing if it is really need VB.net to do that. I also know about user defined field but it doesn't what I need because I have created UDF in the production order row but I can't find it in the receipt from production form, so I just did create the new field/column directly in its database but I fail to make it appear in the form settings when I need it to be available in the receipt from production form. would you pls help me ? I appreciate your answer. TIA
    Rgds,
    Steve

    Hello Steve,
    The reason you can not see the directly added field is because that there is another table CUFD which holds all the User Defined Field information. So, you need to add a new record in that table. However, the approach is really not SAP recommended. Directly handling database could be very risky. Please create the user defined field according to the steps.
    Regarding why you can not view the field you created, did you create a row or document level field?
    Hope this helps,
    Nick

  • Details not appearing in the dropdown list in the filter window

    Dear All,
       I have come accross a unique problem. I have made a user defined query. Now there is an item code column. I want to filter the item codes in the generated query. But all the items are not appearing in the filter window> item field> dropdown. My query output shows all the items but the filter does not!!!
       I have 10,000 items where the codes are ranged from A to X with various serials. When I run the query the report shows all the items which are within the query conditions. But when I open the filter window then in the dropdown for the item code only codes upto "G" appear.
       How can this be resolved?? otherwise I am not able to filter my selections.
    Regards,
    Raja

    hi suda,
    The query is to generate a report to find out the total units of items sold through delivery. Actually, there is no problem with the query. The query shows absolute reports. The problem is among these 10,000 items which come in the report, if I need to see some specific item then I can use the filter option. But in the filter option the items codes upto "G" are only appearing inspite of the fact that the query report list has all the items from A-J.
    I hope I am clear. This is not the problem with this query only. In all the queries where the item details are appearing, the system doesnot give me the flexibility to filter by all the items rather only upto a range. Why is it so?
    Still if you need to see the query then please let me know. I will put in the query statement.
    Regards,
    Raj

  • Alv is not appearing in the same Selection Screen

    Hi people..
    First time using  cl_gui_docking_container.
    I have a problem, my alv is not appearing in the same Selection Screen.
    is there somethign wrong with my code? it doesnt even show a dump or catch.
    Regards
    DATA: lo_dock TYPE REF TO cl_gui_docking_container,
           lo_cont TYPE REF TO cl_gui_container.
    DATA: gr_table      type ref to cl_salv_table,
           gr_functions  type ref to cl_salv_functions,
           gr_display    type ref to cl_salv_display_settings,
           gr_columns    type ref to cl_salv_columns_table,
           gr_column     type ref to cl_salv_column_table,
           gr_sorts      type ref to cl_salv_sorts,
           gr_agg        type ref to cl_salv_aggregations,
           gr_filter     type ref to cl_salv_filters,
           gr_layout     type ref to cl_salv_layout,
           color         type lvc_s_colo,
           key           type salv_s_layout_key.
       SELECT * INTO TABLE tbl_datos_items FROM zsd_micros_bd.
    CHECK lo_dock IS INITIAL.
      CREATE OBJECT lo_dock
           EXPORTING
             repid = sy-cprog
             dynnr = sy-dynnr
             ratio = 70
             side  = cl_gui_docking_container=>dock_at_bottom
             name  = 'DOCK_CONT'.
         IF sy-subrc <> 0.
           MESSAGE 'Error in the Docking control' TYPE 'S'.
         ENDIF.
    TRY.
    lo_cont ?= lo_dock.
    cl_salv_table=>factory(
    exporting r_container      = lo_cont
                 container_name = 'DOCK_CONT'
                 list_display   = if_salv_c_bool_sap=>false
    importing r_salv_table = gr_table
    changing t_table = tbl_datos_items  ).
    CATCH cx_salv_msg .
    ENDTRY.
    gr_functions = gr_table->get_functions( ).
    gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'Items de Ventas' ).
      gr_table->display( )

    Hi ,
    First you have to create you own screen ( dynpro )  with a screen number ( 0101 for exemple )  , you need to pu a custom control in it , name the custom control ( lo_cont )
    For the screen created you need to create a module for the PBO , in this module you sould put you code for displaying the liste :
    Module STATUS_0101 output.
    TRY.
    lo_cont ?= lo_dock.
    cl_salv_table=>factory(
    exporting r_container      = lo_cont
                 container_name = 'DOCK_CONT'
                 list_display   = if_salv_c_bool_sap=>false
    importing r_salv_table = gr_table
    changing t_table = tbl_datos_items  ).
    CATCH cx_salv_msg .
    ENDTRY.
    gr_functions = gr_table->get_functions( ).
    gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'Items de Ventas' ).
      gr_table->display( ).
    Endmodule.
    and give the screen number when calling  lo_dock 
    CREATE OBJECT lo_dock 
           EXPORTING
             repid = sy-cprog
             dynnr = '0101'.
    tested
    Regards

  • Mail messages in my In Box are not appearing in the list of messages.

    Mail: SOME mail messages in my In Box are not appearing in the list of messages.  Instead, there's a blank line in its place if already read, or just the blue dot if unread.  But when I click on the line, the message's column/header detail appears (and I can open it).
    (Coincidental or not, immediately prior to this situation, I established a New Rule that mail coming from my son's email address should be Moved to the IN Box as they had been going to Trash.  None of the emails I'm questioning have any reference to his email address in them.)

    Continuation of info (from GDTGG): When I leave that mail message and click on a different one, the blank line marking its place once again appears for the message.  (There was a similar problem posted by someone else in 2009 entitled "Inbox Has Blank Lines" but with no apparent solution that I could find.)

  • Created new data source, does not appear in the list

    Hi I created a new data source using information provided in http://otn.oracle.com/products/reports/apis/pdstutorial/textPDS/PDS_1.html. But the new data source I created does not appear in the wizard. Could some body give me a clue? Can somebody point me to more detailed documentation on how to integrate a new data source into Reports Builder?
    thanks
    Srinivas

    Hi
    I desperately need help to troubleshoot why my data source is not appearing in the list eventhough I feel I have done things as per the tutorial. From reading the tutotial I am not clear -
    - If specifying an icon is mandatory. If I don't specify an icon my datasource should still appear right?..without an icon?
    - It is mandatory to implement the editor. I have hard coded things because I don't foresee any interaction by a user with the data source. There is just one column which WILL always appear if this DS is chosen.
    - Finally in the integration instructions(http://otn.oracle.com/products/reports/apis/pdstutorial/textPDS/PDS_5.html) they mention that the classes have to be compiled with "report build" , is that a tool?
    thanks
    Srinivas

  • Videos does not appear in the list after syncing

    I have synced my 10 minutes music video to my 3gs and the syncing already completed without any error.
    but then i could not find my video in my 3gs. i already checked the include music videos in music sync. i'm sure the video is in mp4 format.
    before this, it shows no videos, you can download videos from itunes, but after i sync this video, it turn out there's like a list of videos but it does not appear. only an empty list without nothing to select on.
    i even try to find the video using spotlight search and it resulted none in my phone but in itunes it shows the video is in there. i wonder where the video goes.. = ="

    I think my question wasn't clear. I know how to display the attachment header (I use classic layout) but the problem is that the paperclip icon does not appear against the messages that contain attachments. See screenshot below. The attachment column is displayed but is blank. These are my sent items and I know for a fact that most of them have attachments. Can you help?

  • In Apple mail, the attachment symbol does not appear in the list of sent items

    In Apple mail, the attachment symbol does not appear in the list of sent items. So you cannot sort sent emails based on whether or not they have an attachment. Is there a way to fix this?

    I think my question wasn't clear. I know how to display the attachment header (I use classic layout) but the problem is that the paperclip icon does not appear against the messages that contain attachments. See screenshot below. The attachment column is displayed but is blank. These are my sent items and I know for a fact that most of them have attachments. Can you help?

  • Button Save layout not appearing in the Applicaion toolbar

    I am displaying an ALV output thru OOPS like
      my_salv_table->set_screen_status(
        pfstatus      =  l_pfstatus
        report        =  my_repid
        set_functions = my_salv_table->c_functions_all ).
    I have set my pfstatus prior to this . In my PF status I have set the save layout button also . But it is not appearing in the ALV output . But when I execute the pfstatus individually the button is appearign in the application  tolbar .
    Moreover I tried to explicitly set the save layout button
    l_functions_list = MY_SALV_TABLE->GET_FUNCTIONS( ).
    l_functions_list->set_save_layout( IF_SALV_C_BOOL_SAP=>TRUE ).
    But also it is not appearing in the ALV layout

    Hi you can copy the status from the standard ALV program 'SAPLSALV' to your program.For that u nedd to follow thease steps.
    1. go to se41.
    2. enter standard program name 'SAPLSALV'.
    3. select the status name 'STANDARD' via F4 help.
    4. Click on the copy 'status' button on the application tool bar.
    5. enter your program name and give the name of status as zstandard.
    status will get copied.
    6. Now in your source code.
    in the   CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    do changes as.
    I_CALLBACK_PF_STATUS_SET = 'ZSTANDARD'.
    and write subroutin as.
    *&      Form  ZSTANDARD
          text
         -->EX_ITAB    text
    FORM ZSTANDARD USING RS_EXTAB TYPE SLIS_T_EXTAB .
    copy the status of 'SAPLSALV' standard program.
      DATA:
        GT_EXCLUDE   TYPE SLIS_T_EXTAB.
      SET PF-STATUS 'ZSTANDARD' .                       "Set gui status
      APPEND '&FIND' TO GT_EXCLUDE.
    ENDFORM.                    "ZSTANDARD
    after doing all thease thing u will get all the functionality of standard alv program including SAVE command.
    I hope it will definately help u.
    Rewards if usefull.
    Best Regards.
    Dheeraj

  • Cost Element column not appearing in IW31/ IW32 transaction

    Hi,
    In transaction IW32, in Operations Tab --> click on External Button (below shown on IW32 screen).
    Now under External, click on Services tab (1st option), here Cost Estimate column not appearing.
    We tried to add through configuration option on this window. (there shows table setting --> click on administrator, now you can see Edit system settings, here Cost Element - ESLL-KSTAR shown with TICK on Invisible checkbox).
    How can i Untick that. I tried but after activate, it again appears.
    Plz guide..

    Hi,
    Where a cost element exists on the operation External TAB, input of the same data on the service line is not allowed. In that case the system decides that this data field should not be available on the service lines. Where the is no cost element on operation then entry is allowed on service line.
    This program logic is overwriting the field configuration on the table setting for service entry grid. This is why the invisable flag cannot be changed.
    -Paul

Maybe you are looking for

  • PSA Deletion problem

    Hi All, We are trying to delete the PSA requests by manually but when we go to few PSA tables there we are not able to delete the requests from the Data Source. The PSA Table name is also like this /BIC/B0000535001. When I try to delete the one reque

  • Is it possible to add hyper-V fail over clustering afterwards?

    Hi, We are testing Windows 2012R2 Hyper-V using only one stand alone host without fail over clustering now with few virtual machines. Is it possible to add fail over clustering afterwards and add second Hyper-V node and shared disk and move virtual m

  • Firefox with wlan connect on laptop gives no connect what I need to maake wlan connect, network is ok

    have a bought a hp pavilion g series. had trouble with installation and updates. now problem that firefox with wlan has no connection. suse linux 12.1, wireless lan 802.11, FRITZ!Box Fon WLAN 7270, find no setup for wlaan in firefox that over the lap

  • Ringtone Problem since GB Update

    I love the Gingerbread update, BUT... since the update, my assigned ringtones aren't working.  When someone calls, the assigned ringtone plays for whoever was the last caller before that.  I tried going in and reassigning all of my ringtones, but it

  • Alternate Search dn

    I want to set Search base from ou=account container for solaris 8 profile , I key in as following command and reboot client machine , but Solaris 8 client can't get user account from ou=account,dc=test,dc=com,dc=tw. ldap_gen_profile -h 172.20.100.103