Table structure shows less fields than in output

     Dear Experts,
The requirement is get the value of KTEXT and LTEXT of table CSKA.
If you see the structure of CSKA in SE11, it will show 10 fields but when you see the values, it will show 12 fields including KTEXT and LTEXT.
How to extract the data from KTEXT and LTEXT.
PS: How to get the values of KTEXT and LTEXT.
Regards
Mani

Hi Mani,
The CSKA table contains only 10 fields but you can see extra three fields KTEXT, LTEXT and MCTXT fields. These are the fields from CSKA text table. In order to check text table traverse through Goto -> Texttable. It will show the text table CSKU in this case. From CSKU you can fetch the three fields.
Hope this helps you.
Regards
Pallavi

Similar Messages

  • Transported table not showing all fields

    dear all
    can u plz help me i have transported a table but its not showing all fileds. whatcan i doto make it show all fields in the table
    Regards
    Flo

    Hi,
    Are there any custom data elements used in the table.
    if so, is all the data elements transported to the table
    first all the data elements to be transported and then the table should be transported if in case they are
    in different transports.
    Regards,
    Venkatesh

  • Assigning Table/Structure Types using Field-Symbols

    Hello Gurus,
    How can we assign a table or structure type to a particulart internal table?
    What I want to do is to make my data declaration for i_tab reusable.
    i.e.
    DATA: v_tab  TYPE string.
    v_tab = 'MARA'.
    DATA  : i_tab  TYPE STANDARD TABLE OF v_tab.
    The purpose is to make the declaration flexible so program can change v_tab to any table names like LIPS, KNA1...etc making the i_tab flexible and reusable enough. Can anyone help me please? I try to use field-symbols, but I can not achieve what I want. Any bright ideas please?

      DATA: dref TYPE REF TO data.
      FIELD-SYMBOLS: <table> TYPE STANDARD TABLE,
                     <line>  TYPE ANY.
      PARAMETERS: pa_tab TYPE tabname DEFAULT 'BUT000'.
      CREATE DATA dref TYPE STANDARD TABLE OF (pa_tab).
      ASSIGN dref->* TO <table>.
      SELECT * FROM (pa_tab) INTO TABLE <table>
               UP TO 10 ROWS.
    LOOP AT <table> ASSIGNING <line>.
    ENDLOOP.
    <LINE> will take the structure of the table line at runtime.
    This is quite flexible.
    But you can also declare it like this, as we did with the <table>:
    DATA: dref1 TYPE REF TO data.
    CREATE DATA dref1 TYPE (pa_tab).
    ASSIGN dref1->* TO <line>.
    This way <line> will already have the correct structure, even before the <ASSIGNING>.
    Edited by: Micky Oestreich on Mar 24, 2009 8:21 AM

  • Query showing less data than the listcube

    Hi Gurus,
    For the same keyfigure I am getting $20 less in the query but the LISTCUBE of the multiprovider is showing correct value compared to R/3.
    Please extend your ideas.
    Thanks
    Nisha

    Hi,
    It is exactly the same filter criteria that I have put in the LISTCUBE which is pulling correct data in the list cube.
    Thanks

  • Vimeo Searches in ATV2 show less results than in osx

    Hi all,
    I live in Argentina, have an ATV2 and MacBook Pro.
    Searches in vimeo through opera show extesively more results than searches through ATV2.
    Does anyone know how to solve this?
    Thanks

    Hi Will,
    Hmmm... That's a tough question without seeing the results of FMAF, at least. Sometimes, something goes wrong with the reassignment (if you did any) or the carry-forward. Sometimes, it's somehow connected to internal process which differs from SAP standard (again, if you have any). Could be really several reasons, but most of them are resulted from enhanced solutions in FM.
    Regards,
    Eli

  • Itunes shows less memory than on my Ipod

    I just purchased an Ipod picture/video 30gb, I have loaded 3376 songs into Itunes and Ipod so far, no pic's or videos, which comes out to 12.13gb. One day I received a "corrupt file" message in the bottom of my computer related to my Ipod. Itunes and Ipod still run ok, but now my Ipod indicates it only has about 4.6gb of memory remaining from Itunes. I checked memory on my Ipod and it is accurate stating 12.13gb have been used. Why is Itunes indicating that I only have 4.6gb remaining on my Ipod, is there a way to fix this?
    dell 4500s   Windows XP  

    Please clarify.
    How do you get the audio from a TV show if the show doesn't appear on the iPod? Is it that the show really is there but that the video doesn't appear? If that's the case, check your TV Out setting.

  • IPhoto shows less photos than are in my Facebook album

    I have iPhoto 11, which shows one of my Facebook albums as only having 100 photos, but there are over 300 photos in there. How do I export all the photos from FB  to iPhoto?

    Having this problem too, iPhoto uploaded all the photos in the wrong order. Looked at many forum threads and read that going to View, Sort Photos and Reset Manual Sort might fix the problem but its compounded in this case by the fact that despite iPhoto having uploaded 193 Photos its showing that there is only 100 photos in the online album. Tried rebuilding the DB to no avail, the problem is on multiple albums. Its embarrassing that photos have been uploaded in the wrong order, and for those who are going to say its FBs fault that they are in the wrong order, I dont agree. Many applications are capable of uploading in the correct order, iPhoto in previous versions could upload in the correct order and worse case scenario iPhoto could drip feed the photos to FB to ensure they appear in chronological order.

  • After moving the library, itunes shows less songs than music folder in finder does

         hi all.
    after moving my library manually, i have this situation:
    1220 songs in music folder;
    1091 songs in itunes.
    all the songs in itunes are regularly matched with the original file in the finder.
    now. how to find the 29 files which are not in itunes? i don't care why this happened !!
    thanks to all in advance

    in my itunes media folder there are not audio files! they are stored in music folder of the macintosh hd, as you can see from these screenshots. do you have any suggestion?

  • IPod Showing Less Space Than It Should

    Hi
    I've got a 4G 40GB iPod which I use for both music and storing data. Now I've just removed a few GBs of work I had stored on there leaving only about 100 MB of files. My iTunes library comes to 33GB but my iPod says I only have 700 MB spare.
    Now I know its capacity is really only about 37GB but that should still leave me with another 3Gb of current free space.
    Are there some kind of hidden files or have the files I moved to the trash not actually been removed?
    Any help would be greatly appreciated.
    iMac G5 20"   Mac OS X (10.4.5)  

    I feel so ashamed.
    I was just returning to the board to withdraw this question as I realised I hadn't actually dumped the trash.
    Thanks for your quick reply though. Much appreciated.
    I'm off to soak my head.

  • Add fields to reporting table/structure CCSS

    My customer has defined some new fields (Z......) for WBS reporting in table PRPS. They would like to use these fields in report painter reports, but we have not managed to make them available in the library used (6P3). In order to make that happen they must show in the reporting table/structure used (CCSS) I guess? According to SAP there's no "easy way" of doing this, but obviously it should be possible.
    Can somebody give ma an idea how this can be done?

    Eventually we manage to get the customer defined field to show up as a characteristic in the relevant library. The reason we struggled with this was the defined length of the field. SAP does not accept a characteristic with a defined field length of more than 24 characters (we had 30). We ended up redefining the length of the field directly in include CI_CC1Z.
    Edited by: Roar Sørli on Feb 5, 2009 2:52 PM

  • GR qty showing less than production order confirmation qty

    Hello Experts,
    Greetings.
    My issue is while doing production order confirmation(CO12),for some materials it shows less GR quantity than the confirmation qty.I m wondering how it can be possible?
    What could be the problem?
    Plz advice.
    Thanks
    Nitin

    Confirmed qty of each operation and delivery qty at the header are two different fields.   Confirmed qty will be the same with the yield to conf. during confirmation.  Whereas, the GR qty is equal to the total sum of quantity received from the order. 
    Check whether during confirmation you create auto GR or not.  If yes, then check the COGI t-code.  There might be some error log of goods receipt in there.  If no, then check GR qty in document goods movement compared to confirmed qty during confirmation.
    Hope it helps.

  • Activity monitor says I have 1 -3% of System Memory free, yet CPU usage shows less than 10% total of all processes

    Activity monitor says I have 1 -3% of System Memory free, yet CPU usage shows less than 10% total of all processes

    I think you should review what you wrote. There is no question, hence, my reply. I can't tell by the AM listing what applications are using memory. You need to click on the Real Mem column once or twice to display in descending order.
    Aside from what you see in AM, what exactly is your problem or perceived problem. You are very low on Free Mem at the moment the screen shot was taken. Those displays are not depicting your computer's instantaneous memory usage.
    About OS X Memory Management and Usage
    Using Activity Monitor to read System Memory & determine how much RAM is used
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Memory Usage Performance Guidelines- About the Virtual Memory System
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.
    Adding RAM only makes it possible to run more programs concurrently.  It doesn't speed up the computer nor make games run faster.  What it can do is prevent the system from having to use disk-based VM when it runs out of RAM because you are trying to run too many applications concurrently or using applications that are extremely RAM dependent.  It will improve the performance of applications that run mostly in RAM or when loading programs.

  • EPM 2013 Report is displayed as cut off and shows less than half the width of the report in IE 10 and IE 9.

    EPM 2013 Report is displayed as cut off and shows less than half the width of the report in IE 10 and IE 9.  This issue occurs for some users only.I tried the same url in google chrome and is working fine.
    Can you please help.
    Please find the attached screenshot.

    Hi BJ1986,
    According to your description, I think this issue is caused by the IE browser that runs the report. To trouble shoot this issue, I suggest that we can try to clear internet temporary files, cookies and others in IE browser. And also add this site
    as a trusted site in IE browser to check this issue again.
    If this issue is still existed, it can also be occurred due to the setting or third party add-ons of Internet Explorer (IE). In this scenario, you can try to run IE in compatibility mode to check the issue again. Or I suggest that you can refer to the
    steps below to troubleshoot the issue:
    Click Tools -> Internet options.
    Switch to the Security tab, click Local intranet, and then select Default level.
    Switch to the Advanced tab, and click Restore advanced settings.
    Temporarily disable third party add-ons. For detailed steps, please see the link below: 
    http://windows.microsoft.com/en-IN/internet-explorer/manage-add-ons#ie
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to Identify a table name of a field in the structure

    Hi Guys,
    I have to identify a application table name of a field , the  field is directly mapped with the structure.
    please guide me where the physical data is stored.
    regards
    Vasanth

    HI Vasanth,
    You can select Data Type radio button in SE11 and click on search help F4) ..and provide field name or structure name and then select where Used list option .and select table check box..so that you can find multiple tables wherever this structure is used..
    U can get multiple tables here if this structures is used for multiple tables.So data related to your field will be storing in multiple tables.
    This information may be usefull..
    --Manohar

  • HT1848 On itunes, when synced to my pc, I show less than half of the music that is on my iphone 4. How do I get all the music onto my pc?

    I am about to scream if I don't figure this out or just decide to leave Apple and get a Galaxy phone. On itunes, when synced to my pc, I show less than half of the music that is on my iphone 4. How do I get all the music onto my pc? I have read many forums and tried many things, but apple/iTunes is not intuitive at least not on a PC. When I go to devices it won't let me select "transfer music". It's grayed out. Why is this and what can I do? I'd like to delete some of the music off of my iPhone but don't want it gone forever. Pleae help.

    Thanks Turingtest2,
    I appreciate your response. I have done all of the things mentioned, but still when I click on "devices", the "transfer music" option is still not selectable. I see it, but can't select it.  I am running Windows 7 on my PC.
    However, one thing I read makes me take pause. At one point I did erase my computer back to factory settings using the mirrored image. We backed up all information and put the important stuff back on, but I don't believe we did anything with iTunes, so it's a possibility that the music that is in my library now, may only be music I have purchased since then. But, (thinking out loud) that was a while ago and I am pretty sure I have purchased more music than what is in my iTunes library, since then.  Maybe I will approach it from that angle and see what happens.
    It just doesn't make any logical sense that syncing goes from computer to device. Ostensibly then, my iPhone would only have the music that is on my computer after syncing and that is not the case. I still have all my music on my phone. I can see the new music that's on my phone get added to my iTunes library when I connect, which would make one think that syncing occurs both ways. I don't know. It's maddening. Maybe I should just follow my husbands advice and go to an Android. LOL. Or maybe I will take my laptop and phone to the Apple store and make them figure it out. Ha.
    If you have any thoughts about this, let me know. Thanks again.

Maybe you are looking for

  • How can I tell if I have the right restore disks for Intel Mac Mini

    I have an "early 2006" (confirmed by S/N YM609***) Intel Mac Mini 1.66mhz Core Duo. I bought it used and the hard drive had been wiped. Both the HD and the DVD drive seem to work fine; hard drive passes SMART tests. I was able to boot using "Drive Ge

  • Invoice sequential number is skipped

    Dear All,                 My End user post a invoices daily minimum 10. But the particular once invoice number is skipped and it shows errror  "No Matching Record found A/R Invoice (ODBC- 2028)"                I can able to see the invoice number 287

  • LR4 Custom book sizes

    Hello, I've read several times that the only way to get a custom book size in the book module is to edit/create one in Illustrator or Scribus. In this interview with Kevin Tieskoetter he mentions that he would be documenting this process, so I imagin

  • Can not make a call in Bangor PA.

    Hello, I am not sure what to do, I want to call customer service, but my phones won't connect. Neither will, I have a Droid Razr Maxx and a Galaxy S4.  I want to find out if there is coverage issues.  I really don't want to drive 10 miles away just t

  • WPA security with both time capsule and airport express not working together

    I want to set WPA security on my time capsule so that my teenager can not access wireless with out permission but when I add a security key my airport express disappears from list. I have tried setting a password then the time capsule restarts and wh