IMPORT DYNPRO problem

HI,
I'm using the below statement to fill the these internal tables H_588m, IMP588m, e_588m m_588m .
IMPORT DYNPRO H_588M IMP588M E_588M M_588M ID W_DYNPRONAME.
But iits enable fill the data.
is tehre any conditions r there before using this statement?
Plz do the needful.
Thanks,
Srini

DATA BEGIN OF m_588m OCCURS 1.  "Screen Parameters
     INCLUDE STRUCTURE d023s.
DATA END OF m_588m.
DATA BEGIN OF e_588m OCCURS 1.  "Screen Flow Logic
     INCLUDE STRUCTURE d022s.
DATA END OF e_588m.
DATA BEGIN OF imp588m OCCURS 100. "screen Fields
     INCLUDE STRUCTURE d021s.
DATA END OF imp588m.
DATA BEGIN OF h_588m.             "System Table (Screen Sources)
     INCLUDE STRUCTURE d020s.
DATA END OF h_588m.
i was declared like above.
its not solved. plz do the needful.

Similar Messages

  • I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    First-off, this seems to be a general problem with 10.4 (across all the operating systems of which I am aware).  Unfortunately, I cannot provide a permanent solution but, if you need a quick fix, this will (hopefully) work for you.
    For some inexplicable reason, iTunes no longer recognises standard Windows paths.  For example:
    Y:\Music\Buddy Holly\Buddy Holly - Rave On.mp3
    The end result is that it will import a playlist with no content. 
    It will, however, recognise the equivalent Apple paths which look like this:
    file://localhost/Y:/Buddy Holly/Buddy Holly - Rave On.mp3
    It is possible to convert your existing playlists using a few basic replace commands in something like Notepad.  In my case, I made some code changes in my music manager and now generate two sets of playslists (one standard and one to accommodate iTunes).
    Forgive me foir stating the obvious but please remember to make sure that the disk / path containing your music is accessible when doing the import otherwise you will probably get a blank result.  Note that you can do a bulk import by selecting all the (revised) playlists and dragging them onto the iTunes sidebar.
    I am sorry that this is not a "clean" solution but it will work if you are in a bind.  The only alternative of which I am aware is to wait for Apple to fix the problem.

  • Importing tga problem

    I have several targa image sequences from a client. FCP (6.0.5) will import some but not others. The only difference I can find is that under "kind" in the get info window some are "tga image" and the others are "adobe photoshop targa file". The latter imports no problem, while the former give an error: "File Error 1 file(s) recognized, 0 access denied, 1 unknown."
    Anyone know what I'm doing wrong or have run into this issue?
    FWIW, I checked the fils in photoshop and they all have the same modes. They also all have the same file sequence naming structure.
    Thanks in advance for any help.

    Actually forgot to explain that the error I mentioned above occurs when I try to import just 1 of the targa files individually. If I try to import a sequence the number of errors changes to match the number of targas in the sequence. Sorry about the miscommunication. For the record, there are no other files inside the sequence folder(s) - just the targas.
    Still haven't figured this out yet. Shake, Nuke, After Effects, Photoshop all open/import the files, but FCP will not.

  • Me23n user exit dynpro problem

    Hello Everybody,
    I'm developing a user exit for me23n transaction. I have added a tab in which i have some fields i want to fill, but i'm having the next problem.
    when i enter in the me23n transaction,  i push the edit button and those fields appear on editable state, but when i modify the values and push save the fields the fields continue in editable state.
    I have tried to solve this problem in the catching the MESAVE action in the pai of the me22 and calling leaving to the transaction me23 with the vnew values but it's not working. Any ideas?
    Here is the source code ( dynpro 111)
    process after input.
      field ekpo_ci-zzref_alb.
      field ekpo_ci-ZZFECH_DES.
      field ekpo_ci-zzeqveh.
      field ekpo_ci-zzmatricula.
      field ekpo_ci-zzeqtar.
      field ekpo_ci-zztarjeta.
      field ekpo_ci-ZZCENTRO_SER.
      field ekpo_ci-ZZREF_FACT.
      field ekpo_ci-ZZCLIENTE.
      field ekpo_ci-ZZPAIS.
      field ekpo_ci-zzdoc.
    module user_command_0111.
    module USER_COMMAND_0111 input.
    if sy-tcode = 'ME23N' and sy-ucomm = 'METOGG'.
    leave to transaction 'ME22N'.
    endif.
    if sy-tcode = 'ME22N' and sy-ucomm = 'METOGG'.
      leave to transaction 'ME23N'.
    endif.
    if sy-tcode = 'ME22N' and sy-ucomm = 'MESAVE'.
    sy-ucomm = 'METOGG'.
      leave to transaction 'ME23N'.
    endif.
    Thanx

    Hi,
    Check the code below:
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    id = '0001'
    language = sy-langu
    name = sname "sales doc is given here
    object = 'VBBK'
    TABLES
    lines = tlines.
    if not tlines is initial.
    LOOP AT tlines.
    CASE sy-tabix.
    WHEN 1.
    ztable-field1 = tlines-tdline.
    WHEN 2.
    ztable-field2 = tlines-tdline.
    WHEN 3.
    ztable-field3 = tlines-tdline.
    ENDLOOP.
    UPDATE ztable SET field1= ztable-field1
    field2= ztable-field2
    field3 = ztable-field3
    WHERE vbeln = vbak-vbeln.
    ENDIF.
    endif.
    Regards
    Kannaiah

  • Import purchase - problem with delivery costs

    Hi guys,
    In case of import purchase, we are normally giving 3 to 4 types of delivery costs (like freight,agency charges etc).  If there is no transaction done against the PO, we are able to either change or add new delivery cost to the Purchase Order.  But if we try to make changes or add one more condition type (related to delivery cost), after preparing inbound delivery/goods receipt against the PO, it is not allowing.  Do we need to make any configuratin changes for this to happen.
    Please suggest us the way out for this problem.
    Thanks in advance,
    Chintu

    Hi ,
    No , you won't be able to make any changes specially to the said condition .
    Any adjustment u can done  in MIRO document .
    Thanks
    Dipak

  • Directory Server 6.2 upgrade to 6.3: import LDIF problem

    Hi all,
    I have tried upgrading my Directory Server 6.2 to version 6.3 because of the database integrity issues as stated in:
    http://blogs.sun.com/dsee/entry/directory_server_6_2_database
    I have followed the steps defined in this article:
    1. Shut down each directory server instance, as described in Starting, Stopping, and Restarting a Directory Server Instance.
    2. Perform an LDIF export of the database, as described in Backing Up to LDIF.
    3. Install the hotfix for bug 6642430 on Directory Server 6.2, or upgrade your Directory Server 6.2 instance to Directory Server 6.3 once Directory Server 6.3 is available for download (early April). You will need to login to Sunsolve in order to see this bug description.
    But when importing the LDIF export, I got the following error:
    [17/Dec/2008:14:44:08 +0100] - import ec: WARNING: Skipping entry "sunPortalAdminPortalDomainPortalServerInstanceMonitoringID=Monitoring,sunPortalAdminPortalDomainPortalServerInstanceID=sol10portal-80,sunPortalAdminPortalDomainPortalID=portal1,sunPortalAdminPortalDomainID=defaultDomain,o=example" whichIt's the only information I get about why the entry was skipped (I did not forget to copy the part after 'which', there was no information there :-))
    This resulted in a missing Portal instance configuration and thus I got a 'configuration error' when surfing through the gateway to the portal.
    I have also tried: manually importing that entry, which resulted in a 'Object does not exist' error. I have tried copying the whole tree from another backup with identical setup, which wasn't working either.
    Did anyone experience the same problems before? Did I do something wrong or is there a workaround for this?
    Second question: What is the exact reason why a export and import is necessary? Or is it only necessary if the database is already corrupt? Is there a way to check that?
    Thanks alot!
    Sten

    The entry was not imported most likely because it's parent isn't in the database yet. Are entries above this in another backend ? If so try importing that backend first. Also, that dn is so long, that it exhausted the buffer which is used to write messages in the access log. This is why, there's nothing after "which".
    What is the exact reason why a export and import is necessary? Or is it only necessary if
    the database is already corrupt? Is there a way to check that?The database corruption could be silent. So a binary backup/restore when going from 6.2 to 6.3 is not recommended and the LDIF route must be used.

  • Problem related to OSS Note - importing file problem

    Hi,
    I m facing an issue while implenting an oss note 430580 , i have to import files from sapserver.
    but i don't know how to do it.
    below is the description of my problem.
    Import the following files from SAPSERV:
    /general/R3server/abap/note.0430580/K000687.PLM
    /general/R3server/abap/note.0430580/R000687.PLM
    Import the two files into your system.
    For more information on SAPSERV, see Note 13719.
    Can any one tell me how can i get rid out of this prioblem.
    whether this is possible or BASIS Team can only do this.
    system details
    Operating system     SunOS
    Machine type         sun4u
    R/3 release 4.6C

    Well, these files are part of the zip.file which belong to the note. This is part of a regular transport and is normally done be basis. The data and the cofile (K....PLM & R...PLM) should be imported into your system. Before doing so they have to be transferred to the file server. Better let BASIS do these kind of things.

  • JSP import statement problem

    Hey, I got confused with all import statement with jsp.
    Here is my problem.
    Folder structure:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\webapps\ROOT\WEB\S\A
    This folder contains a.jsp.
    JSP code:
    <%@ page
         language="java"
         import="java.sql.*, MyPackage.DataBase"
         errorPage=". . ."
         contentType="text/html; charset=windows-1251"
    %>
    <%
           Connection connection = null;
         Statement statement = null;
           DataBase dataBase = new DataBase( connection, statement );
    %>
    ...Error message that I get:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\work\Catalina\localhost\_\org\apache\jsp\WEB\S\A\a_jsp.java:7: package MyPackage does not exist
    import MyPackage.DataBase;
                       ^
    An error occurred at line: 104 in the jsp file: /WEB/S/A/a.jsp
    Generated servlet error:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\work\Catalina\localhost\_\org\apache\jsp\WEB\S\A\a100_jsp.java:147: cannot resolve symbol
    symbol  : class DataBase
    location: class org.apache.jsp.WEB.S.A.a_jsp
           DataBase dataBase = new DataBase( connection, statement );
            ^
    ...How do I import that class so I can use it?
    Do I need to use useBean?
    What do I need to do?
    Thanks

    DataBase class does not extend java.sql.
    I put this into my jsp page
         import="java.sql.*;"
         import="MyPackage.DataBase;" Here is the error message
    Generated servlet error:
    C:\Program Files\netbeans-4.1\enterprise1\jakarta-tomcat-5.5.7\work\Catalina\localhost\_\org\apache\jsp\WEB\S\A\a_jsp.java:7: 'class' or 'interface' expected
    import MyPackage.DataBase;;
    ^
    1 error
    ...

  • Java import statement problems

    Hello...
    I have the book "Java in a Nutshell, 2nd ed" and have a query about a nested top-level interface example they have in the book.
    Basically there's two files/classes. The first, LinkedList.java, is as follows:
    public class LinkedList {
        public static interface Linkable {
            // Linkable interface details here
        // rest of LinkedList class here
    Next is LinkedList.java as follows:
    import LinkedList.*;
    class LinkableInteger2 implements Linkable {
        // rest of LinkableInteger2 class here
    Now I thought the import statement had two forms - and both used a package name as part of the statement:
    import package.class;
    import package.*;
    Obviously, neither class has a package statement.
    As written, these classes do not compile. Am I right in assuming the lack of a package name is causing this problem, or is there something else going on here?
    Thanks...
    Mark.

    Since you don't have package statements in the files, the classes are being placed in the default package. You cannot explicitly import classes from the default package. Al classes in the default package, the java.lang package and the current package are always imported automatically. Your import statement is incorrect - remove it.

  • Import Manager - Problem with 0..n field in Import Manager

    Iu2019m having problems with XMLs that contain multiple or single tags in MDIS process. For example: I did the map using a XML with multiple tags for Address:
    <address>
    <item>
    u2026
    </item>
    <item>
    u2026
    </item>
    </address>
    When I send two address or more Address, the Import Server work fine, but when I send only one Address, the address is not imported.
    <address>
    <item>
    </item>
    <item>
    </item>
    </address>
    Opening the xml file with only one Address in Import Manager, I saw that the fields isnu2019t mapped, but when I open a xml file with multiple Address itu2019s open correctly.
    The XSD cardinality for the Address\Item is 0..n

    Hi Evandro ,
    If it is processing the input file correctly through the Manul Import manager process then update your latest Map by using SAVE As option or else save this correct map with a new name altogether and use this new map in the port for automatic importing.
    If your file is able to process correctly through the Import manager without showing any errors till the Import step in the Import manager then this map must be correct and shoul automate the importing correctly.
    Provided you are using the similar file for automatic importing as well.The file name and the fields as well as the value mapping as saved in this corrected map must not differ with the input file else this saved map will not be able to import correctly.
    Check to see if you have made correct setting for automatic importing by refering the below link:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/12036df94c3e92e10000000a1553f6/frameset.htm  (Automatic importing MDIS - Import manager ref guide>MDM import server(MDIS)>MDIS Consfiguration)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8973bcaf-0801-0010-b7a7-f6af6b1df00e(mdm import and syndication server)
    Also check the exception folders if your import is not taking place automatically:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/12036df94c3e92e10000000a1553f6/frameset.htm (Exceptions- MDM Import Manager MDIS-Exception handling)
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Final Cut Pro Video Import Crash Problems

    Whenever I try to import video files into Final Cut Pro X the program crashes. I've tried numerous formats and nothing is working. If it does pull the video in and lets me see it briefly prior to crashing, the footage appears shaky and with bright green lines running through it. It does not look like this if you play the clip outside of FCP. I've used FCP to make videos within the last year without this problem and have updated as well as uninstalled and re-installed the software to see if that would helped, but nothing has worked. I am stumped and my client is getting antsy for a finished product. Please advise.

    I've had the same problem on both my laptop and my desktop:
    Laptop specs: 13" MacBook Pro (2012) / 2.5 GHz Intel Core i5 / 8 GB 1600 MHz DDR3 / Intel HD Graphics 4000  513 MB / 450 GB Free space
    Desktop specs: iMac (2009), Intel Core 2 Duo, 2.66 GHz / 296 GB Free space
    I'm feeling like a tech moron though as I am not sure about finding this information, "Frame size, frame rate, video codec, audio codec, sample rate."

  • Importing CD problems

    I have a new Dell desktop running win 7 pro with the latest ver of Itunes. I am in the process of loading my entire library (2000 CD's) into Itunes. Sometimes Itunes stops accepting CD's(CD is inserted but nothing happens..no error codes or notices)  When this happens, I find that if I leave the CD in the drive and exit Itunes then start Itunes, I then see the "Quierying Gracenote..." message in the Itunes info box and the track info appears and I can start the import manually. Sometimes I will have to do this method for a few seccesive CD's and then everything works normally. Another odd thing also happens quite often: My import speed will usually be between 25x and 30x . The cd will start to import at 4x to 6x for about 5 seconds then stop for a second and ramp up to the 25x speed. For some reason this ramp up to 25x stops working. The CD's will still import but at a very slow rate 6x to 8x. I read in the support blogs that my CD's must be dirty or scratched or I must have error checking on. This is not the case, error checking is off and I have checked the CD's and they are pristeen. I can eventually get the high speed import to start working by shutting down or rebooting (doesn't work every time). It almost seems that certain CD's cause the drive to go into a "slow mode" and getting back to a "fast mode" is not always happening. I copied the diagnostic data right after I encountered the "not seeing the CD" problem.
    Microsoft Windows 7 x64 Business Edition Service Pack 1 (Build 7601)
    Dell Inc. Inspiron 620
    iTunes 10.6.1.7
    QuickTime 7.7.1
    FairPlay 1.14.37
    Apple Application Support 2.1.7
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.1.1.4
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0035ADFC0B28ACB0
    Current user is not an administrator.
    The current local date and time is 2012-04-09 12:00:28.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: a02ad02a6cce3678c74b38787d2bd16c
    iPodService 10.6.1.7 (x64) is currently running.
    iTunesHelper 10.6.1.7 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    LowerFilters: PxHlpa64 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.2.0.1),
    D: TSSTcorp DVD+-RW TS-H653J, Rev D200
    Audio CD in drive.
    Found 11 songs on CD, playing time 52:23 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 03:59:02
    Track 3, start time 08:20:47
    Track 4, start time 13:19:15
    Track 5, start time 17:54:25
    Track 6, start time 21:55:10
    Track 7, start time 26:32:00
    Track 8, start time 30:40:37
    Track 9, start time 35:21:60
    Track 10, start time 39:10:15
    Track 11, start time 45:16:30
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are:   4 8 16 24 32 40 48.
    The drive CDRW speeds are:   4.
    The drive DVDR speeds are:   4.
    The drive DVDRW speeds are:   4.
    Any help will be appreciated

    I'm experiencing the same slow import for my DVD drive too for iTunes music -- it slows down to 2-4x read speed on some CDs when error correction is turned on. The max I've seen is 38x import speed, with error correction off.  I imported a 2CD compliation with error correction on and then off for disk 1/2: disk 1 max 9x vs Disk 2 max 38x. I think error correction is the problem.
    My import settings are AAC 320kps. Sometimes iTunes would complete freeze when importing with error correction and i need to do a reboot.  I just did a complete fresh install of my whole system less than a week ago... It's running very clean.
    I'm using Win7 64bit and interestingly enough nearly the identical drive:  TSSTcorp DVD+-RW TS-H653F, Rev DW10
    Here my iTunes Diagnostics, with error correction turned on:
    Microsoft Windows 7 x64 Business Edition Service Pack 1 (Build 7601)
    Dell Inc. Precision WorkStation T3500
    iTunes 10.6.1.7
    QuickTime 7.7.2
    FairPlay 1.14.37
    Apple Application Support 2.1.7
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.1.1.4
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 00D0B06409DF2xxx
    Current user is not an administrator.
    The current local date and time is 2012-05-28 09:54:31.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    NVIDIA, NVIDIA Quadro FX 580
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM (2.2.0.1),
    D: TSSTcorp DVD+-RW TS-H653F, Rev DW10
    Audio CD in drive.
    Found 9 songs on CD, playing time 57:01 on Audio CD.
    Track 1, start time 00:02:32
    Track 2, start time 05:06:15
    Track 3, start time 11:02:55
    Track 4, start time 17:05:57
    Track 5, start time 23:12:35
    Track 6, start time 28:26:02
    Track 7, start time 33:31:07
    Track 8, start time 45:46:30
    Track 9, start time 52:32:52
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 8 16 24 32 40 48.
    The drive CDRW speeds are: 4.
    The drive DVDR speeds are: 4.
    The drive DVDRW speeds are: 4.
    Error Correction is turned on for importing audio CDs.
    **** Device Connectivity Tests ****
    iPodService 10.6.1.7 (x64) is currently running.
    iTunesHelper 10.6.1.7 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) ICH10 Family USB Universal Host Controller - 3A34. Device is working properly.
    Intel(R) ICH10 Family USB Universal Host Controller - 3A35. Device is working properly.
    Intel(R) ICH10 Family USB Universal Host Controller - 3A36. Device is working properly.
    Intel(R) ICH10 Family USB Universal Host Controller - 3A37. Device is working properly.
    Intel(R) ICH10 Family USB Universal Host Controller - 3A38. Device is working properly.
    Intel(R) ICH10 Family USB Universal Host Controller - 3A39. Device is working properly.
    Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A. Device is working properly.
    Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    LSI 1394 OHCI Compliant Host Controller. Device is working properly.
    Most Recent Devices Not Currently Connected:
    iPhone 4S running firmware version 5.1.1
    Serial Number: blah blah blah

  • R/3 u2013 XI u2013 MDM integration scenario - Standard import Maps problem

    Hi Data Masters,
    We are working on R/3 u2013 XI u2013 MDM integration scenario for Vendor Object. We have extracted main table Data using u201CMDM_CLNT_EXTRu201D program. Now while importing the data in MDM we want to use u201CStandard business content i.e. Standard Import Maps (Name u2013 cremdm - 03 u201D but this maps are not mapping all the fields. So do we need to extend this maps..??
    OK. Second, To create own maps we are facing following problems,
    1)     In source section many fields are reflecting twice means in two segments i.e. LFA1 and ADRMAS like Name, City, Street, country etcu2026 whereas in Target section we have one field for the same so how to maps this fields.
    2)     In source, There are few fields like ADRNR which have values but in target we donot have any fields to map for the same, so how to handle thisu2026
    Helpful answers will be rewarded,
    Cheers
    RC

    closed

  • Installation ABAP import phase problem

    Dear Friends,
    I am installing ABAP application server within Netweaver 7.02 which has been downloaded from this site on  my LAPTOP.
    Phases 1 -15 took about 2 hrs to install.
    After that it entered Phase 16 i.e Import ABAP and it has gone on for more that 12 hrs.
    Of the 37 processes in this phase the last 2 doesn't complete. One is shown as running and other is waiting.
    My Laptop has around 320GB HDD(100 GB free) 4 GB RAM of which only 3GB is usable as it as 32 bit OS,2.4 GHZ Core 2 Duo
    processor and Windows Vista.
    I think it is abnormal to continue for so long.
    It does not show any error message nor any problem in the log.
    What is the problem?
    Pls advise.
    Thamk for your efforts.

    Hi Sunny,
    "Speed of this phase depends on number of things:
    1) How many number of parallel jobs you have selected in sapinst ?
    2) 4 GB of RAM is not much. So, it will take time."
    1)How do I check the number of parallel jobs?
    I think only one job is running because in the taskbar for the Installer it shows:
    Import job Monitor: Running 1, Waiting 1, Failed 0, Completed 35, Total 37
    The phase is Import ABAP and it has several jobs i.e threads of which only one is running.
    2) Of the 4 Gb RAM only 3 GB is usable by Windows as it is 32 bit.Now of this Memory utilization is 65- 70%.
    CPU utilization is 10-15%.
    Since resource utilization is very less it is taking enormous amount of time.
    As per documentation installation on a Laptop should not take more than 8 hrs but it has taken double the time i.e 16 hrs.
    How much more time will it take?
    Is there any way to speed it up ?
    Thanks.

  • Excel import date problems

    Please tell me why when I import dates from excel to P6 7.0 the current date not what is in the excel spreadsheet is what appears in P6.  How do I fix this problem?

    Are there any solutions to the data truncation/rounding problem?
    I am trying to import Excel data into tables through SQL Developer and notice that the preview screen displays truncated/rounded numbers even after I have deliberately formatted the data in Excel as numbers in 3.2 format. Is there a workaround?
    Thanks for any advice you can give.
    Frank Eichel
    Forest Inventory Analyst
    Natural Resources Canada
    Victoria, Canada

Maybe you are looking for