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.

Similar Messages

  • Siebel Charts gets generated but does not display in the Web client

    Siebel Chart is getting generated in NetChart4.6\Server\root\projects\Siebel.chart folder. However does not display on the Web client
    There is either no error displayed on the front end...
    Also note that Charts is installed on Windows environment and Siebel Server is installed on Linux Server

    Dear User,
    Thanks for using Oracle communities.
    Does this happens in dedicated client as well?
    We would need to have traffic captured when you are actually executing actions. The tools like fiddler etc will help here to track the traffic.
    I would suggest you open SR with MOS since it will need some analysis on network trace like fiddler. You can refer this thread in SR as well, so that once issue gets resolved thread will get updated with solution which will benefit others.
    Best Regards,
    Chetan

  • Proxy output not displayed in the output XML

    Hi,
    I have created a web service and is calling the service using SOAP UI tool. To do it i have created an RFC Fm and inported to SAP PI and activated it with the input and output parameters that i need. When i am calling the service through the SOAP UI, in debugging( in the provider class of the service interface of the sproxy transaction ) i am able to see the values filled in one of the parameters but the same is not getting displayed in the output XML.(Response). Can any one please suggest what cud be the reason.
    Thanks

    Hi,
    can give us a hint? Code output, screenshot? btw I hope your service is a Synchronous service.
    Thanks Nick.

  • 2 structures in the column,structure not displaying in the output(RSRT)

    Hello BI Folks,
               I have a requirement where the user enters the input(text variable)
    say 03/2011 then the report output should be Jan,Feb,Mar.
    say  05/2011 then the output should be Jan,Feb,Mar,Apr,May,likewise.
    The report output should be:(if the text variable is---02/2011)
    Brand          Jan              Feb                     Mar                      April                      May                       June                  July                 Aug             Sept           Oct                Nov           Dec
              Sales Foc Sales Foc  Sales Foc  Sales Foc  Sales Foc  Sales Foc Sales Foc Sales  Foc Sales  Foc Sales  Foc Sales  Foc
      A      455    56     38      
      B                03     32
      C
      D       90      2      75     69
    I am acheievin this by using creating 2 structures in the columns.
    1 structure is for jan-dec & another structure for the KPIs(sales,FOC).
    I am writing customer exit to read the text variable & get the data for the variable read.
    lo_year = sy-datum+0(4).
    lmon =sy-datum+4(2).
    READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'text_variable'.
    l_s_range-low = loc_var_range-low.
    ln_value = l_s_range-low+4(2).
    DO ln_value TIMES.
      l_counter = l_counter + 1.
      CONCATENATE 'customer_exit_mons' l_counter INTO lv_text.
      CASE i_vnam.
        WHEN lv_text.
          IF i_step = 2.
            CONCATENATE lo_year lmon '01' INTO lv_startdate.
         **  Call a function module to arrive the enddate.
            CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
              EXPORTING
                day_in            = lv_startdate
              IMPORTING
                last_day_of_month = lv_enddate.
            l_s_range-low = lv_startdate.
            l_s_range-high = lv_enddate.
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
            CLEAR l_s_range.
          ENDIF.                                                "End IF
      ENDCASE.                                                  " End Case
      lmon = lmon + 1.
    ENDDO.                                                       " End of Do loop
    CLEAR: ln_value , lv_text .
    The problem is i am not getting the query ouput atleast not the query structure.Is there any other way to achieve this type of output.
    Note:--The text variable wil be based on 0calmonth.
               The custmer exit variables Jan-dec is based on 0calday.
    Edited by: shreyaJ on Nov 18, 2011 11:49 AM

    Hi crazymatts,
    Thanks for ur reply.
    There is no data in the text variable (0CALMONTH).
    But i think the structure atleast gets displayed in the output,am not gettin even that.
    And there is no reference characteristics on the text variable.Its a manual input variable which i will be using in my code.
    Thanks,
    Shreya J.
    Edited by: shreyaJ on Nov 23, 2011 8:12 AM

  • The same repeating frame ,but do not display in the same page

    i create a report,with the same repeating frame,some of its content show in one
    page,others in another page,why??
    how to solve this?

    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.

  • Firefox will not display on the screen even though with Process Explorer I see Firefox.exe active but no CPU usage

    I use Firefox v10.0.2 as default browser on Dell XPS8300 e/w Intel Core i5 & Windows 7 Ultimate and Compaq Presario CQ57 e/w Intel Core i3 & Windows 7 Home. More frequently on the (about 90% of attempts) than the Dell (50% of attempts) Firefox will not display to the screen when I click on icon. When it happens I cannot display other programs. I specifically say display because I believe Firefox has started. To circumvent the problem I installed Process Explorer on both machines and start this program first then click on Firefox icon. When problem occurs I can see Firefox.exe process in Process list; some CPU consumed but, then, no CPU activity. If I click on Firefox icon again another process opens in Process list but with same response - some CPU consumed and then no CPU activity. If I have 2 processes running and kill the 1st process, the 2nd will display and everything from then on is normal. If I do not open a 2nd process but kill the 1st process then click on Firefox icon Firefox is displayed and everything from then on is normal. This problem has occurred since original installation on both new machines. I've updated video drivers in both machines.

    Ok, let's see if we can fix this and get it working for you!
    First, if you start Firefox in [[safe mode|safe mode]] (restart your computer first, then when you open Firefox, hold down the shift key) does it start up more reliably? This is usually caused by a faulty add-on. If it does help, then restart Firefox, go into the Firefox button, then add-ons, and disable your extensions one by one until you find the trouble maker.
    Also, try updating to Firefox 11, it has several bug fixes that might make life easier here.
    Just as a few basic troubleshooting steps to make sure we have all the bases covered,
    Run all Windows Updates, install all needed service packs, etc.
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. you can uninstall this program after you clean off any infections.

  • Satellite A110 does install from recovery disk but HDD not displayed

    Hi guys,
    after searching the net I've finally found a forum in which I hope you can help me.
    I've tried to search this forum for an anwser but couldn't find it.
    I have a toshiba satellite a110 -159 which after a sudden stop didn't boot up.
    chkdsk did discover a lot of problems when I connected the hard drive to another pc, but the laptop still couldn't boot from the disk.
    anyways, I copied the most important data and remounted the disk in the laptop. with the product recovery discs I managed to reinstall windows xp media center installation, but after the first reboot, the laptopt didn't find the hard disk, it is not displayed in the bios.
    strange though that the recovery discs did install... anyone knows how to relist the hard disk in the bios? it was listed there before the reinstall of windows xp mc... :( so it's like it did something with the bios or so.
    hope you guys know what's wrong with this one.
    thnx in advance!
    Edit:
    the disk is accessible when placed in another system or desktop system with convertor, and copies and works just fine.

    I've solved it
    opened the laptop and shortened the battery located on the motherboard (couldn't detach it because it was soldered).
    the short reset the bios and it found the disk again
    very weird though, but it works all fine now.
    hope this helps anyone else if they got the same :)
    bb

  • Page loads but will not display

    I have an IP address that allows me to view my cctv cameras.It works fine with Internet Explorer,but when i enter the same address in to my safari browser the page seems to load but will not display anything.
    I assume its some thing do with my internet security settings but do not now where to find them to allow this site. Can any one help please.
    Thanks

    Try temporarily turning off your firewall via SystemPreferences>Security>Firewall. If the site then works you can turn the firewall back on and specifically allow Safari.

  • My Mac Air iphoto will display thumbnails but will not display photos in any way - single photo / slideshow etc - any ideas

    My Mac Air iphoto will display thumbnails but will not display photos in any way - single photo / slideshow etc - any ideas?

    Are you seeing this
    when you double click on a thumbnail file?  If so it's an indication that the file path/link between the thrumbnail and original, full sized file has been broken.  Therefore, and assuming you're running iPhoto 9 or later, try the following:
    1 - launch iPhoto with the Command+Option keys held down to open the First Aid window.
    2 - Run Option #4, Rebuild Database.
    OT

  • Hey Gurus I've just shot a seminar, three cameras, Cannon's reasonably new XA20HD's. File format 1920X1080 MP4 17mbs 25 frames. Am running PremProCS6. I import the files into Prem, they come in ok but will not display. Got a yellow bar and a yellow Media

    Hey Gurus I've just shot a seminar, three cameras, Cannon's reasonably new XA20HD's. File format 1920X1080 MP4 17mbs 25 frames. Am running PremProCS6. I import the files into Prem, they come in ok but will not display. Got a yellow bar and a yellow Media Pending screen. What the? Have to cut this stuff soon! Wont even import into Media Encoder. Says there are no usable streams in the media! Just saw a podcast title about stress in the editing business. Better listen to the one! Any help would be most appreciated. J.

    Copy ALL contents of SD card to a folder on edit hard drive. not just video clips, everything. Then in Premiere, import using Media Browser (tab at lower left of Premiere screen). This usually does the trick. There is metadata contained in the SD card files that is needed, not just the video clips alone.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • FF loads but does not display

    Since the upgrade to FF3.6, I've had several annoying glitches.
    1 Dclick desktop icon, FF loads into memory, but does not display. End task. Then Dclick the icon again. This time FF loads and displays normally.
    2. After closing FF with Save & Quit, next time I open FF, error message : "Well this is embarrassing, can't recover tabs". Start new session. FF opens with last tab instead of default site.
    3. On some sites I click icons and nothing happens. Sometimes other icons on same page will open, but most won't. Internet Explorer will open the same icons, so the Problem seems to be in FF.
    Am I the only one with these nuisances? Any help will be appreciated.
    == This happened ==
    Every time Firefox opened
    == after upgrade to FF 3.6

    Hello John.
    You may be having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • Screen briefly flashes white but does not display the page when the Safari icon or other icons are tapped.

    A problem has just started with my IPAD Air after 3 months of use.
    If I try to open Safari by tapping on the icon the screen  briefly flashes white but does not display the page.
    Similarly if I try to open Settings page, Mail page, Calendar or Clock the screen just briefly flashes but the Apps do not run.
    Some of the Apps do work on tapping the icon e.g. Maps, iBooks, Appstore, iTunes, Newstand etc.
    I do have some website links which display when the icon is tapped e.g. John Lewis but some links do not work.
    I have ensured that the ipad is fully charged,  powered it off an on again, and cleaned the screen with a lint free cloth  but the
    same problem keeps occurring.

    I saume you used a second display at one time, otherwise the Display settings wouldn't be treating your primary display as a secondary.
    IF you open your System Preferences>Displays (-System Preferences) and click "Gather Windows" it should pull everything to the display on which you clicked it.

  • When I burn a disc from a playlist in iTunes, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    When I burn a disc from a playlist in iTunes on my MacBook, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    No, this standard has been implemented for several decades.
    How iTunes remembers audio CDs - http://support.apple.com/kb/TA27785
    It is just conceivable you burned a CD that exactly matched one already in the Gracenote database.  Gracenote uses track count and duration to decide what CD it is you have in a computer.  If you have one that matches that it will label it.  You could conceivably even have one that matches it that is not the correct one.
    This script will only work on Macs:
    http://dougscripts.com/itunes/scripts/ss.php?sp=cdtexttocdinfo - script to use CD-text file on CD to label CD in iTunes

  • Yosemite - MacBook Air 10.10 - "Notes" does not open - "Preview" opens, but does not display PDF's - "iCal" works in new strange ways, as if no one checked its operation - Everything worked very well until Upgrade to Yosemite ! - Happen to others?

    Yosemite - MacBook Air 10.10 - "Notes" does not open - "Preview" opens, but does not display PDF's - "iCal" works in new strange ways, as if no one checked its operation - Everything worked very well until Upgrade to Yosemite ! - Happen to others?

    Thanks for your lengthy reminder dude, I have a similar Mac with yours. I suspect its a software fault because it happens after I upgraded to Lion, 10.7.2.

  • My mac is connected but will not display webpages

    My mac says I'm connected to wireless interent, but will not display the webpage. It says that it is not connected to the interent. My hp computer is working though. Does anyone know what is causing it not to connect to the interent and what I can do to get it to connect?
    Thanks

    Make sure in the network settings that you arent trying to connect to the internet through a Proxy server, unless you actually are of course. Make sure the connection you are using is set to get its IP address via DHCP automatically, and that the router you are connecting to is set up to do so.

Maybe you are looking for