Problem Regarding memory ID

Hello Experts,
How am i going to track the containts of memory ID during runtime...?
Thanks in advance...!

sampel code:
TYPES:
  BEGIN OF tab_type,
    para TYPE string,
    dobj TYPE string,
  END OF tab_type.
DATA:
  id(10)  TYPE c      VALUE 'TEXTS',
  text1   TYPE string VALUE `IKE`,
  text2   TYPE string VALUE `TINA`,
  line    TYPE tab_type,
  itab    TYPE STANDARD TABLE OF tab_type.
line-para = 'P1'.
line-dobj = 'TEXT1'.
APPEND line TO itab.
line-para = 'P2'.
line-dobj = 'TEXT2'.
APPEND line TO itab.
EXPORT (itab)     TO MEMORY ID id.
IMPORT p1 = text2
       p2 = text1 FROM MEMORY ID id.

Similar Messages

  • Everytime I fill out adobe reader I get a windows error message regarding memory and then shuts down adobe reader

    I just downloaded adobe DC reader and when I go to fill it out with the information it gives me a windows error regarding memory?  How do I fix?

    Hey Clayton,
    No problem, if you would have provided me the exact error message I would have been able to help you.
    However in future if you wish to Install Adobe Acrobat Reader DC please refer to this link Adobe Acrobat Reader DC Install for all versions
    Regards,
    Aadesh

  • Wierd problem regarding JInternalFrames and OUTLINE_DRAG_MODE

    Hi there,
    I'm currently experiencing a strange problem regarding the use of a JDesktopPane and JInternalFrames.
    Code may look as this, its a random Example as I encounter the same results no matter how I construct the Frame and so on:
    public class Example extends JFrame{
        public Example() {
            this.setTitle("Example");
            this.setPreferredSize(new Dimension(800,800));
            this.setLocationRelativeTo(null);
            this.setDefaultCloseOperation(EXIT_ON_CLOSE);
            JPanel contentPane = (JPanel) this.getContentPane();
            contentPane.setLayout(new BorderLayout());
            JDesktopPane dp = new JDesktopPane();
            dp.setDragMode(JDesktopPane.OUTLINE_DRAG_MODE);
            contentPane.add(dp, BorderLayout.CENTER);
            this.setVisible(true);
            JInternalFrame f = new JInternalFrame("not so cool", true);
            f.setPreferredSize(new Dimension(400,400));
            f.pack();
            dp.add(f);
            f.setVisible(true);
        public static void main(String args[]){
            Example ex = new Example();
    }So, I'm currently using Netbeans and when I'm running any application/project with those settings from inside the IDE
    theres absolutley no problem. As soon as I'm running the Jar file, the drawing of the "outlines" while resizing the InternalFrame
    is kinda laggy and choppy as hell. I spent 2 hours of googling now and I still got no idea why thats the case, so I hope anyone
    here can enlighten me.
    The Java version installed is 1.6.0_10
    regards, me

    AndrewThompson64 wrote:
    (shrugs) Maybe the IDE is using -Dsun.java2d.d3d=false? In any case, very few people around here provide support* for IDEs.
    * Read that as 'speculate on why an IDE does it different - why it works in an IDE'Sir, seems like you got the point, I wasnt familiar with those command line options for the VM before, regarding Graphics options.
    Working fine as soon as I disable D3D. Should've come to that myself but oh well -.-.
    Thanks guys!

  • Problem regarding installation of drivers of hp m1005 mfp on windows 8.1(64 bit)

    i am facing problem regarding the installation of the drivers on my new windows 8.1 pc.
    i have already downloaded the full solution present on the website twice but found my efforts in vain.

    Hello  @naga_akkireddi , and welcome to the HP Forums.
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at HP Commercial LaserJet Forums.
    I hope this helps!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 &java 2

    A problem regarding set up of Oracle Lite 3.6.0.2.0 on Win 95, with JDK 1.1.8 and Java 2 SDK ( Ver 1.3 Beta)
    After the installation of Oracle Lite 3.6.0.2.0 on a laptop (with WIN 95 OS), When I run Oracle Lite Designer from start menu, I receive following error message :
    ====================================
    Invalid class name 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    usage: java [-options] class
    where options include:
    -help print out this message
    -version print out the build version
    -v -verbose turn on verbose mode
    -debug enable remote JAVA debugging
    -noasyncgc don't allow asynchronous garbage collection
    -verbosegc print a message when garbage collection occurs
    -noclassgc disable class garbage collection
    -ss<number> set the maximum native stack size for any thread
    -oss<number> set the maximum Java stack size for any thread
    -ms<number> set the initial Java heap size
    -mx<number> set the maximum Java heap size
    -classpath <directories separated by semicolons>
    list directories in which to look for classes
    -prof[:<file>] output profiling data to .\java.prof or .\<file>
    -verify verify all classes when read in
    -verifyremote verify classes read in over the network [default]
    -noverify do not verify any class
    -nojit disable JIT compiler
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ====================================
    My ORACLE_HOME is c:\program files\ora95_2 and Oracle Lite is installed under the ORACLE_HOME in LITE\DESIGNER directory.
    JDK version is 1.1.8 which is greater than 1.1.4 installed in c:\program files\jdk1.1.8, My PATH, and CLASSPATH are set in AUTOEXEC.BAT as follows:
    set CLASSPATH=c:\Progra~1\jdk1.1.8\lib\classes.zip;c:\progra~1\ora95_2\lite\classes\olite36.jar;c:\progra~1\ora95_2\lite\designer\oldes.jar;c:\progra~1\ora95_2\lite\designer\swingall.j ar
    PATH=C:\Progra~1\Ora95_2\bin;.;c:\Progra~1\jdk1.1.8\lib;c:\Progra~1\jdk1.1.8\bin;C:\Progra~1\Ora95_2\lite\Designer;C:\WIN95;C:\WIN95\COMMAND;C:\UTIL
    And, I can run JAVA.EXE from any directory on command prompt.
    With JAVA 2 SDK (ver 1.3 Beta) instead of JDK 1.1.8 I'm getting a different Error message as follows:
    =============================
    java.lang.NoClassFoundError: 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Please make sure that JDK 1.1.4 (or greater) is installed in your machine and CLASSPATH is set properly. JAVA.EXE must be in the PATH.
    ==============================
    the PATH and CLASSPATH were set accordingly, as with JDK1.1.8, and there was no classes.zip in classpath
    also the class file or the jar file looks weird or wrapped in the error message : 'FILES\ORA95_2\LITE\DESIGNER\oldes.jar;C:\PROGRAM'
    Another interesting thing I noticed is if I run oldes.exe from Installation CD, the Oracle Lite Designer runs fine, and without error, I'm able to modify tables in the database of my laptop also.
    Could someone shade some light on what am I doing wrong here ?
    Thanks for help in advance .
    Regards
    Viral
    null

    On 07/20/2015 06:35 AM, Itzhak Hovav wrote:
    > hi
    > [snip]
    > [root@p22 eclipse]# cat eclipse.ini -startup
    > plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    > --launcher.library
    > plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
    >
    > -showsplash
    > org.eclipse.platform
    > --launcher.XXMaxPermSize
    > 256m
    > --launcher.defaultAction
    > openFile
    > -vmargs
    > -Xms40m
    > -Xmx512m
    > [snip]
    Try this: http://wiki.eclipse.org/Eclipse.ini. You should have read the
    sticky posts at forum's top for getting started help.

  • I am sonu v s from india...i am a apple id user...now i have a problem regarding this apple ID...i forget my apple ID security Qn...so i can't access and purchase any apps by using my apple ID..4 tms i frwd my reqst using itune apps store bt no solutn

    I am sonu v s from india...i am a apple id user...now i have a problem regarding this apple ID...i forget my apple ID security question...so i can't access and purchase any apps by using my apple ID..4 times i frwd my reqst using itune apps store but i can't get any solution....many times i my try to call u bt there is no response from ur custmr support group...pls kindly give me any solution

    Contact the App store for Apple ID help. Their support link is on the right of the App store window
    LN

  • I have a problem regarding sales order line item with confimed quanity

    Hi Experts,
    I have a problem regarding sales order line item with confimed quanity with '0'  with delivery block but confirming the sales order quantity once the order is released from credit check.
    The situation arises as per the below scenarios.
    Scenario - 1 -  When the sales order has two line item - one line item with confirmed qunaity in the schedule line and for the 2nd line item there is no available stock for the Material xxxxxx.
    Initially the sales order is created for the line item 2 with confirmed quantity = 0, and having the delivery block = 01 for the Material xxxxxx  and the order is set with credit check.  Once the order is relased from the credit check.  The quanity for the item 2 where the confirmed quantity will be = 0 ( Where it is not changing the confirmed quantity)
    Scenario -2-  Updating the order qunaity for the line item 2 as (9Pcs) it will goes to credit check and save the order.
    Maintain the stock for the line item 2 ( 5 Pcs).
    Once the order is released from the credit check.  Then  for the line item 2 the confirm quanity will be seting to 5 Pcs with Delivery blcok 01.
    This should not happen, When the credit check is released even though if it has stock based on the delivery blockl it should set the confirmed quanity to Zero.
    Can you please help me how to solve this issue.
    Looking forward for your reply.
    Thanks and Regards,

    Hi,
    I agree with your point.  In the sales order When the complete delivery check box is enabled where the confimed qty is set to zero, it is fine but when we save the orderr it goes to credit check.  Once we release the order using VKM3 where in the sales order the confimed quantity is setting to 5,  But it should set to Zero quantity.  Quatity should not be get confirmed it should be Zero Quantity. 
    Further in SPRO - customizing in the deliveries blocking reasons - It has a tick mark in the confirmation blcok.  But we dont want to remove the - Confirmation Block tick mark
    Please any one can help me if you have any solution to solve this problem.
    Thanks and Regards.

  • Problem Regarding Creation of Compound field

    Hi all,
    I have a problem regarding creation of a compound source field.
    My source field is say for eg. SF1 and SF2
    Destination Field is a look up flat field say LF which has 2 display fields D1 and D2
    I mapped SF1 to D1 and SF2 to D2
    But when i right click at source and select 'Create compound field' for SF1 and SF2, the compound field is not created automatically.
    Can anyone give me a hint as to why is this happening?
    Regards,
    Roshani

    Hi Roshani,
    Just check for couple of other things, like
    1) I hope its not a qualified table and none of those fields are qualified.
    2) None of the fields are ther currently in the matching set in the next tab.
    3) You didnt map the main filed (look up table filed, which is there as a sub-table name)
    4) There are no more display fields for that table.
    I hope it should be one of the above issues. please check for them.
    Cheers,
    Cherry.

  • Problem regarding the creation of Table using CSS.

    Hi ,
    Here I have a Problem regarding the creation of Table using CSS.
    In My Application i have a table with multiple rows(Rows are Dynamically added to the table).First i am setting the table with the following properties:
    width:900px;
    height : auto,
    Overflow : visible,
    Max-height: : 200px.
    If I use above properties,I'm getting a table with 5 or 6 rows(height upto 200px).After that i am getting the Vertical ScrollBar.
    The problem is when a table has many columns, Vertical and Horizontal Scrolls are coming at the time of setting the table. The table height is not Increasing dynamically.
    How can i use "height" property in CSS? (I want the table height to be increased when the columns are more.)
    Thanks & Regards
    Madhavi

    Hey humble user. Errr I'm trying to understand what ur trying to do. U want to create a section of a region destructively from an existing region right? If so select the option convert to new region (opt-comm-R or selecting it by right clicking). Check your audio bin to make sure. Whats the "merge" function? Are u refering to the glue tool?

  • Problems with Memory on upgrading

    Problems with Memory. I Dide not hace space to upgrade. Now i do, but It still cancels for lack of space

    Actually, your problem does not sound like memory, but hard drive space. By default, you lose 10% of your drive to the OS and formatting. To tell how much hard drive space you have go to:
    >Finder
    >At the bottom of finder in the gray bar it will tell you how much space you have available on your hard drive.
    Your hard drive should be no more than 85% full! If it is, delete, get a larger hard drive, remove items to an external drive.
    GarageBand only needs 1.2 MB of space.
    In order to use GarageBand, some additional content is required. If you do not already have the content installed, it must be downloaded.
    Make more disk space available by moving some of your files to a different disk (such as an external hard disk or a USB flash drive), or by deleting files you don't need and then emptying the Trash

  • Guys can you help me, i have problem regarding on syncing of my apps in my ipad it usually stops on step 4 saying determining apps to sync then its stop... can anyone have an idea..i already reset the setting of my ipad

    ys can you help me, i have problem regarding on syncing of my apps in my ipad it usually stops on step 4 saying determining apps to sync then its stop... can anyone have an idea..i already reset the setting of my ipad

    Hello Violet03,
    Thank you for using Apple Support Communities!
    I would recommend a few things here. If you havent already restart both your computer, and the iPad.
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Restarting your device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    Press and hold the Sleep/Wake button until the Apple logo appears.
    If that doesnt work then close all the apps that are running on the iPad with this process:
    From the Home screen, click the Home button twice.
    Tap and hold on the app.
    When it starts to jiggle, tap the to close it.
    Double-click the Home button and try opening the app again.
    From: iOS: Force an app to close
              http://support.apple.com/kb/ht5137
    And if the issue persists it might be a good idea to backup and restore your iPad in iTunes with this article.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    All the best,
    Sterling

  • Hey my iphone 4 has a problem regarding carrier. Its always showing searching mode and wifi-address N/A and Bluetooth address 00:00:00:00:00 and call function is disable

    hey my iphone 4 has a problem regarding carrier. Its always showing searching mode and wifi-address N/A and Bluetooth address 00:00:00:00:00 and call function is disable. Please help me. I have tried every thing ..like restore from DFU mode with out sucess.

    Refer to  Note 98458 - SAPMSSY1, CALL_FUNCTION_NOT_FOUND

  • Buget Exceed problem regarding material transfer in project system

    Hello Sir,
    I have a problem regarding budget in project system.
    when i do budget and release . and do any transaction
    with that budgeted wbs element in particular project.
    i get budget excced errors usally.
    however, budget remains more than exceeded buget.
    Let us touch with a example in brief, we have a buget for a L&T project 10 Lakh.
    Buget                                         Release                                          actual cost                                            total cost commitment
    10Lakh                                       10Lakh                                             8lakh                                                         1Lakh
    when i transfer a material from another project to this L&T project material worth is 50thousands.
    i get a errors for L&T project budget exceed with 40thousands.
    however in project budget remains 1Lakh remaining .
    why system shows errors for this material transfer worth rs 50thousands
    Please help me regarding this problem where is 1lakh budget
    with regards
    sanjay agrawal

    Hello sir,
    there is no any problem regarding budget supplement but if project sometimes
    remains 20lakh buget price remaining out of 50lakh.
    and need 1 lakh material price for transfer in project
    then why need to do budget supplement for 1 lakh if project
    remains 20lakh price rest.
    please guide me for above problems
    with regards
    sanjay agrawal

  • How can I stop receiving email automatically from the community when they have issues with there problems regarding the apple products.

    How can I stop receiving email automatically from the community when they have issues with there problems regarding the apple products.

    Click here for the instructions on stopping the emails.
    (85713)

  • HT1267 I have a big problem regarding my iphone4 it wont start up and it keeps vibrating, please help me fix it. its been vibrating since 2 pm until now 7pm here in Philippines :(

    I have a big problem regarding my iphone4 it wont start up and it keeps vibrating, please help me fix it. its been vibrating since 2 pm until now 7pm here in Philippines

    What program did you use to fix the internal hard drive? What repairs did it report making? More crucially, if repairs were reported, did you re-run the utility until it reported no problems found? It's possible for one set of problems with a drive to mask others.
    If you have about 5GB or so free space on the internal hard drive, you can use your OS X Install disc to perform an Archive and Install to recover from the failed Software Update. When the computer restarts, download and run the OS X Update Combo 10.4.11 (Universal). When the Mac restarts after that, run Software Update. During all this, make sure nothing interrupts or shuts down the Mac! Note that the first start after each of these updates will take significantly longer than subsequent starts, so be very patient.
    How did you back up your internal drive to the external one? Did you just drag things over in the Finder, or did you use a utility such as SuperDuper! or CarbonCopyCloner? Does the external HD show up as a bootable volume in System Preferences > Startup Disk, or using Startup Manager?

Maybe you are looking for

  • Problems with iTunes Version 6

    Please forgive me if this is a repeat of any kind. I searched on this issue and received way too many responses (mostly irrelevant!). When I try to launch certain radio stations in Version 6. It is sometimes difficult to even bring th station up. I s

  • Unsupported output signal for Sony Bravia KLV-32T550A

    I have a mac mini 2007 running 10.6.3. I am trying to connect to a sony bravia KLV-32T550A either through VGA or DVI. Both keep coming up with error message (unsupported output signal, adjust your pc signal) I have updated setting on the TV as per so

  • Not able to login to EBS R12.1.3 in IE8, It works in Mozilla and Chrome

    Hi, We are unable to login to EBS using IE8 however we are able to access the same using Mozilla FireFox or Chrome. I Tried using R12: Using IE8 to access two EBS Instances runs in error "Unable To Authenticate Session" [ID 1098563.1] document but it

  • Bug in IOS Skype App (Update 4.17.3)

    Hi, I've been having some difficulty with my Skype app for my Iphone as it will show some of my contacts as online but they won't reply leading me to check on my laptop finding that they are not actually online like my phone says. This has been happe

  • Disable Wireless on Wired LAN Connection

    Hi, Right Now, my macbook pro use my ethernet and my wifi at the same time and i don't want that. Is there a way to say to my macbook pro to stay only with my ethernet connection when my cable is plug in it and no wifi come by? (I travel a lot with m