Project not saved!

I just spent hours creating a project, quit iMovie and when I next launched it there was no project there!
It says in iMovie help: "If you have previous experience working with video projects, you may be in the habit of saving your changes. In iMovie, this isn’t necessary because all the changes you make are saved automatically".
In my Movies folder there is indeed a folder entitled iMovie Projects and within that there is a folder bearing the name of my project, but within that there is nothing but another folder called Quicklook containing a thumbnail.
Is this a bug or am I doing something wrong? I can't really believe it's the latter because the saving is supposed to be automatic...

Those two files are explicitly designed not to be put into SCC, as the LV help explains. I don't have experience with working with SCC from inside LV, but I'm assuming it has specific code to ignore them.
Try to take over the world!

Similar Messages

  • TOC not updating when project is saved

    The Table of Contents is not saving when project is saved. To see saved changes, I have to close and reopen.

    Hi there
    Just to be clear, this *IS* RoboHelp HTML, no?
    In RoboHelp HTML, there is no dynamic link between the TOC items and Topic Names. Sure, if you rename the File Name in a topic so the HTML file name changes, it will automatically update the TOC so that the link isn't broken. But the TOC elements are stored in a separate file completely. So I'm really confused as to what you are seeing or expect to see. Once you have a topic in the TOC, the TOC node may represent the Topic Title. Perhaps:
    How to confgure the gizmo.
    But if you later change that Topic Title to read:
    How to configure the widget
    The TOC will not change automagickally. You will have to either re-run the wizard to create a new TOC or you will need to manually edit the TOC node so it is now correct.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Clip markers not saved in media browser after closing project

    I suppose when I set markers in clips opened in the mediabrowser the're not saved because the clip is not brought in the project  or is there a workaround to save hem even when not in the project?

    The explanation makes sense.
    The solution does as well - import the clips.

  • My project was not saved and is now gone...where did it go?

    Help
    My project was not saved and is now gone...where did it go?

    Check to see if Premiere autosaved your project. Open Premiere and start a new project.
    File Menu > Project Settings > Scratch Disks
    The last entry is 'Project Auto Saves'. See where this is pointing on your computer. If you are very lucky, Premiere may have autosaved your project from before and you'd be able to find it and open it that way.
    Otherwise, you won't be able to recover a project that wasn't saved.

  • Waveburner 1.6 not saving projects

    I recently upgraded from Logic Studio 8 to Logic Studio 9. When I tried to open a Waveburner file created with WB version 1.5, I got an error message that the format was not recognized. Reinstalling Waveburner 1.6 did not resolve this problem. I gave up on that and redid the project using 1.6, burned a CD and "saved" the project. I thought all was fine until I tried to reopen the project to make an adjustment. The waveburner project was saved as a folder with the correct project name but waveburner could not open it. When I browsed to the project folder via Finder, there were 2 subfolders. Audio and WbDoc. The Audio folder was empty. Oddly the WbDoc folder contained a jpg that was a screenshot of the project. To see if the problem is reproducible, I opened a new waveburner project, imported one file and "saved" the project. The same exact problem occurred with this project. I worked in software QA for about 10 years - this is what's known as a Sev 1 bug - data loss. If I cannot save a project, Waveburner, no matter how feature-laden, is useless.

    was finally able to get things working but not until resorting to third-party software to clean things up. I used Amnesia to remove what Logic and OSX on it's own don't clean up properly. After that, a clean install resolved the issue. Shame on Apple for doing such a poor job with their installer. This was a simple upgrade using the install defaults for Version 8 of Logic, then an update to Logic 9, once again, using the defaults.

  • FCP 6.0.2 - Capture Successful - Clips not saved! Help!

    I'm running FCP 6.0.2 on OS X 10.4.11
    I have a Sony HDR-FX1 camera and do most of my filming in SD DV.
    I'm trying to capture footage on several tapes (about an hour per tape) using the Log and Capture method. The camera is plugged into my front firewire port. I've logged the tapes (as 1 hour clips) and have tried doing a batch capture several times.
    Here's the problem:
    The clip is captured for the entire hour and I'm presented with the message that the capture was successful. I proceed to click "Finish" and my clip stills shows as "offline" in the final cut pro browser. Also, when I look in my FCP "Capture Scratch" folder, the respective project folder is completely empty.
    In other words, FCP is not saving my captured clips for some reason.
    I'm happy to answer any other questions you may have and am willing to try anything at this point!
    Thanks in advance for your help.

    Yeah - oddly enough, I don't run into this problem with shorter clips - just captured one that was 30 minutes long. But I really don't want to split these long clips up - it's easier to sync up the multiple angles when I'm dealing with clips that are all the same length.
    You would think that if FCP encountered a problem while capturing these clips, it would give me some sort of warning - but no, it says successfully captured and then just doesn't save the darn clips! So frustrating to sit here for an hour watching it capture and have nothing to show for it. It's failed 8 times so far (that's 8 hours I'll never get back!)

  • Storage location Data is not saving in table MARD using BAPI method.

    Hi Experts,
    TABLES: T001L, "Storage Locations
            MARA,  "General Material Data
            MAKT,  "Material Descriptions
            MBEW,  "Material Valuation
            MARC,  "Plant Data for Material
            MARD.  "Storage Location Data for Mate
    DATA: BAPI_HEAD   LIKE BAPIMATHEAD,  "MATERIAL
          BAPI_MAKT   LIKE BAPI_MAKT,    "Material Description
          BAPI_MARA1  LIKE BAPI_MARA,    "Client Data
          BAPI_MARAX  LIKE BAPI_MARAX,
          BAPI_MARC1  LIKE BAPI_MARC,    "Plant View
          BAPI_MARCX  LIKE BAPI_MARCX,
          BAPI_MBEW1  LIKE BAPI_MBEW,    "Accounting View
          BAPI_MBEWX  LIKE BAPI_MBEWX,
          BAPI_MARD1  LIKE BAPI_MARD,    "Storage location
          BAPI_MARDX  LIKE BAPI_MARDX,
          BAPI_RETURN LIKE BAPIRET2.
    DATA: BEGIN OF INT_MAKT OCCURS 100.
            INCLUDE STRUCTURE BAPI_MAKT.
    DATA: END OF INT_MAKT.
    DATA: BEGIN OF INT_MAT OCCURS 100,
             WERKS(4),     "Plant
             LGORT(4),     "Storage location
             MTART(4),     "Material type
             MATNR(18),    "Material number
             MAKTX(40),     "Material description
             MATKL(9) ,    "Material group
             MBRSH(1),     "Industry sector
             MEINS(3),     "Base unit of measure
             GEWEI(3),     "Weight Unit
             SPART(2),     "Division
             EKGRP(3),     "Purchasing group
             VPRSV(1),     "Price control indicator
             STPRS(12),    "Standard price
             PEINH(3),     "Price unit
             SPRAS(2),     "Language key
             BKLAS(4),     "VALUATION CLASS
             VERPR TYPE VERPR_BAPI,    "MOVING PRICE
             BWTTY(1),     "Valuation Catogory
             MLAST(1),     "Price determination
             MLMAA(1),     "Material Ledger
             EKLAS(4),     "Valuation Class for sales order stock
             QKLAS(4),     "Valuation Class for Project Stock
             ZKPRS TYPE DZKPRS, "Future price
             ZKDAT TYPE DZKDAT, "Valid From Date
             BWPRS TYPE BWPRS,  "Tax price 1
             BWPS1 TYPE BWPS1,  "Tax price 2
             VJBWS TYPE VJBWS,  "Tax price 3
             ABWKZ TYPE ABWKZ,  "Devaluatin indicator
             BWPRH TYPE BWPRH,  "Commercial price 1
             BWPH1 TYPE BWPH1,  "Commercial price 2
             VJBWH TYPE VJBWH,  "Commercial Price 3
             XLIFO(1),          "LIFO/FIFO revelant
             MYPOL(4),          "Pool no for LIFO
             MMSTA(2),          "Plant specific material status
             AUSME TYPE AUSME,  "Unit of issue
             QMATA(6),          "Material Authorization group
             RBNRM(9),          "Catalog Profile
             WEBAZ TYPE WEBAZ,  "Goods reciept processing time in days
             PRFRQ TYPE PRFRQ,  "Recurring Insepction
             SSQSS(8),          "QM Control key
             QZGTP(4),          "Certificate Type
             QSSYS(4),          "Required QM system for vendor
           END OF INT_MAT.
    DATA: V_MATNR TYPE MARA-MATNR.
    SELECT-OPTIONS:
                PLANT    FOR  MARC-WERKS OBLIGATORY MEMORY ID PLT,
                S_LGORT  FOR  MARD-LGORT MEMORY ID STL,
                MATERIAL FOR  MARA-MATNR MEMORY ID MAT,
                MATLTYPE FOR  MARA-MTART MEMORY ID MTY,
                DIVISION FOR  MARA-SPART MEMORY ID DIV.
    PARAMETERS:  F_FILE LIKE RLGRAP-FILENAME
                 DEFAULT 'C:\DATA\ZMATERIAL.XLS' MEMORY ID F_FILE,
    GETDATA AS CHECKBOX, "Tick to download materials data to local harddisk
             UPDDATA AS CHECKBOX. "Tick to update date to Materials Master
    IF GETDATA = 'X'.
       PERFORM DOWNLOAD_DATA.
       PERFORM DOWNLOAD_FILE.
    ENDIF.
    IF UPDDATA = 'X'.
       PERFORM UPLOAD_FILE.
       PERFORM UPDATE_MM.
    ENDIF.
    FORM DOWNLOAD_DATA.
    SELECT * FROM MARC  WHERE LVORM EQ ' '
                          AND WERKS IN PLANT
                          AND MATNR IN MATERIAL.
        CLEAR MARA.
        SELECT SINGLE * FROM MARA WHERE MATNR =  MARC-MATNR.
        CHECK MATLTYPE.
        CHECK DIVISION.
        CLEAR MBEW.
        SELECT SINGLE * FROM MBEW WHERE MATNR =  MARC-MATNR
                                    AND BWKEY =  MARC-WERKS.
        CLEAR MAKT.
        SELECT SINGLE * FROM MAKT WHERE SPRAS =  'EN'
                                    AND MATNR =  MARC-MATNR.
        CLEAR MARD.
        SELECT SINGLE * FROM MARD WHERE WERKS IN PLANT
                                  AND   LGORT IN S_LGORT.
        WRITE:/ MARC-WERKS,    "Plant
                MARD-LGORT,    "Storage location
                MARA-MTART,    "Material type
                MARA-MATNR,    "Material number
                MARA-MATKL,    "Material group
                MARA-MBRSH,    "Industry sector
                MARA-MEINS,    "Base unit of measure
                MARA-GEWEI,    "Weight Unit
                MARA-SPART,    "Division
                MARC-EKGRP,    "Purchasing group
                MBEW-VPRSV,    "Price control indicator
                MBEW-STPRS,    "Standard price
                MBEW-PEINH,    "Price unit
                MBEW-BKLAS,    "VALUE CLASS
                MAKT-SPRAS,    "Language key
                MBEW-BKLAS,    "Valuation Class
                MBEW-VERPR,    "Moving price
                MAKT-MAKTX,    "Material description
                MBEW-BWTTY,    "Valutaion Catogorey
                MBEW-MLAST,    "Price Determination
                MBEW-MLMAA,    "Material Ledger
                MBEW-EKLAS,    "Valuation class for Sales order stock
                MBEW-QKLAS,    "Valutaion Class for Project Stock
                MBEW-ZKPRS,    "Future Price
                MBEW-ZKDAT,    "Valid From Date
                MBEW-BWPRS,    "Tax price 1
                MBEW-BWPS1,    "Tax price 2
                MBEW-VJBWS,    "Tax price 3
                MBEW-ABWKZ,    "Devaluatin indicator
                MBEW-BWPRH,    "Commercial price 1
                MBEW-BWPH1,    "Commercial price 2
                MBEW-VJBWH,    "Commercial Price 3
                MBEW-XLIFO,    "LIFO/FIFO revelant
                MBEW-MYPOL,    "Pool no for LIFO
                MARC-MMSTA,    "Plant specific material status
                MARC-AUSME,    "Unit of issue
                MARC-QMATA,    "Material Authorization group
                MARA-RBNRM,    "Catalog Profile
                MARC-WEBAZ,    "Goods reciept processing time in days
                MARC-PRFRQ,    "Recurring Insepction
                MARC-SSQSS,    "QM Control key
                MARC-QZGTP,    "Certificate Type
                MARC-QSSYS.    "Required QM system for vendor
                INT_MAT-WERKS = MARC-WERKS.    "Plant
                INT_MAT-LGORT = MARD-LGORT.    "Storage Location
                INT_MAT-MTART = MARA-MTART.    "Material type
                INT_MAT-MATNR = MARA-MATNR.    "Material number
                INT_MAT-MAKTX = MAKT-MAKTX.    "Material description
                INT_MAT-MATKL = MARA-MATKL.    "Material group
                INT_MAT-MBRSH = MARA-MBRSH.    "Industry sector
                INT_MAT-MEINS = MARA-MEINS.    "Base unit of measure
                INT_MAT-GEWEI = MARA-GEWEI.    "Weight Unit
                INT_MAT-SPART = MARA-SPART.    "Division
                INT_MAT-EKGRP = MARC-EKGRP.    "Purchasing group
                INT_MAT-VPRSV = MBEW-VPRSV.    "Price control indicator
                INT_MAT-STPRS = MBEW-STPRS.    "Standard price
                INT_MAT-PEINH = MBEW-PEINH.    "Price unit
                INT_MAT-SPRAS = MAKT-SPRAS.    "Language key
                INT_MAT-BKLAS = MBEW-BKLAS.    "VALVATION CLASS
                INT_MAT-VERPR = MBEW-VERPR.    "MOVING price
                INT_MAT-BWTTY = MBEW-BWTTY.    "Valutaion Catogorey
                INT_MAT-MLAST = MBEW-MLAST.    "Price Determination
                INT_MAT-MLMAA = MBEW-MLMAA.    "Material Ledger
                INT_MAT-EKLAS = MBEW-EKLAS.    "Valuation class forS.O Stock
                INT_MAT-QKLAS = MBEW-QKLAS.    "Valutaion Class for Project
                INT_MAT-ZKPRS = MBEW-ZKPRS.    "Future Price
                INT_MAT-ZKDAT = MBEW-ZKDAT.    "Valid From Date
                INT_MAT-BWPRS = MBEW-BWPRS.    "Tax price 1
                INT_MAT-BWPS1 = MBEW-BWPS1.    "Tax price 2
                INT_MAT-VJBWS = MBEW-VJBWS.    "Tax price 3
                INT_MAT-ABWKZ = MBEW-ABWKZ.    "Devaluatin indicator
                INT_MAT-BWPRH = MBEW-BWPRH.    "Commercial price 1
                INT_MAT-BWPH1 = MBEW-BWPH1.    "Commercial price 2
                INT_MAT-VJBWH = MBEW-VJBWH.    "Commercial Price 3
                INT_MAT-XLIFO = MBEW-XLIFO.    "LIFO/FIFO revelant
                INT_MAT-MYPOL = MBEW-MYPOL.    "Pool no for LIFO
                INT_MAT-MMSTA = MARC-MMSTA.    "Plant specific material
                INT_MAT-AUSME = MARC-AUSME.    "Unit of issue
                INT_MAT-QMATA = MARC-QMATA.    "Material Authorization group
                INT_MAT-RBNRM = MARA-RBNRM.    "Catalog Profile
                INT_MAT-WEBAZ = MARC-WEBAZ.    "Goods reciept processing
                INT_MAT-PRFRQ = MARC-PRFRQ.    "Recurring Insepction
                INT_MAT-SSQSS = MARC-SSQSS.    "QM Control key
                INT_MAT-QZGTP = MARC-QZGTP.    "Certificate Type
                INT_MAT-QSSYS = MARC-QSSYS.    "Required QM system for
                APPEND INT_MAT.
                CLEAR  INT_MAT.
    ENDSELECT.
    ENDFORM.
    FORM DOWNLOAD_FILE.
    call function 'WS_DOWNLOAD'
      EXPORTING
        FILENAME                      = F_FILE
        FILETYPE                      = 'DAT'
      FILETYPE                      = 'WK1'
      tables
        data_tab                      = INT_MAT
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_WRITE_ERROR              = 2
        INVALID_FILESIZE              = 3
        INVALID_TYPE                  = 4
        NO_BATCH                      = 5
        UNKNOWN_ERROR                 = 6
        INVALID_TABLE_WIDTH           = 7
        GUI_REFUSE_FILETRANSFER       = 8
        CUSTOMER_ERROR                = 9
        OTHERS                        = 10.
    IF SY-SUBRC = 0.
       FORMAT COLOR COL_GROUP.
       WRITE:/ 'Data Download Successfully to your local harddisk'.
       SKIP.
    ENDIF.
    ENDFORM.
    FORM UPLOAD_FILE.
    call function 'WS_UPLOAD'
      EXPORTING
        FILENAME                      = F_FILE
        FILETYPE                      = 'DAT'
      FILETYPE                      = 'WK1'
      tables
        data_tab                      = INT_MAT
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_WRITE_ERROR              = 2
        INVALID_FILESIZE              = 3
        INVALID_TYPE                  = 4
        NO_BATCH                      = 5
        UNKNOWN_ERROR                 = 6
        INVALID_TABLE_WIDTH           = 7
        GUI_REFUSE_FILETRANSFER       = 8
        CUSTOMER_ERROR                = 9
        OTHERS                        = 10.
    IF SY-SUBRC = 0.
       FORMAT COLOR COL_GROUP.
       WRITE:/ 'Data Upload Successfully from your local harddisk'.
       SKIP.
    ENDIF.
    ENDFORM.
    FORM UPDATE_MM.
    LOOP AT INT_MAT.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
      EXPORTING
        INPUT              = INT_MAT-MATNR
    IMPORTING
       OUTPUT             = INT_MAT-MATNR
    EXCEPTIONS
      LENGTH_ERROR       = 1
      OTHERS             = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Header
        BAPI_HEAD-MATERIAL        = INT_MAT-MATNR.
        BAPI_HEAD-IND_SECTOR      = INT_MAT-MBRSH.
        BAPI_HEAD-MATL_TYPE       = INT_MAT-MTART.
        BAPI_HEAD-BASIC_VIEW      = 'X'.
        BAPI_HEAD-PURCHASE_VIEW   = 'X'.
        BAPI_HEAD-ACCOUNT_VIEW    = 'X'.
    Material Description
        REFRESH INT_MAKT.
        INT_MAKT-LANGU           = INT_MAT-SPRAS.
        INT_MAKT-MATL_DESC       = INT_MAT-MAKTX.
        APPEND INT_MAKT.
    Client Data - Basic
        BAPI_MARA1-MATL_GROUP     = INT_MAT-MATKL.
        BAPI_MARA1-BASE_UOM       = INT_MAT-MEINS.
        BAPI_MARA1-UNIT_OF_WT     = INT_MAT-GEWEI.
        BAPI_MARA1-DIVISION       = INT_MAT-SPART.
        BAPI_MARAX-MATL_GROUP = 'X'.
        BAPI_MARAX-BASE_UOM   = 'X'.
        BAPI_MARAX-UNIT_OF_WT = 'X'.
        BAPI_MARAX-DIVISION   = 'X'.
    Plant - Purchasing
        BAPI_MARC1-PLANT      = INT_MAT-WERKS.
        BAPI_MARC1-PUR_GROUP  = INT_MAT-EKGRP.
        BAPI_MARC1-PUR_STATUS = INT_MAT-MMSTA.
        BAPI_MARC1-ISSUE_UNIT = INT_MAT-AUSME.
        BAPI_MARC1-QM_AUTHGRP = INT_MAT-QMATA.
        BAPI_MARC1-GR_PR_TIME = INT_MAT-WEBAZ.
        BAPI_MARC1-INSP_INT   = INT_MAT-PRFRQ.
        BAPI_MARC1-CTRL_KEY   = INT_MAT-SSQSS.
        BAPI_MARC1-CERT_TYPE  = INT_MAT-QZGTP.
        BAPI_MARC1-QM_RGMTS   = INT_MAT-QSSYS.
        BAPI_MARCX-PLANT      = INT_MAT-WERKS.
        BAPI_MARCX-PUR_GROUP  = 'X'.
        BAPI_MARCX-PUR_STATUS = 'X'.
        BAPI_MARCX-ISSUE_UNIT = 'X'.
        BAPI_MARCX-QM_AUTHGRP = 'X'.
        BAPI_MARCX-GR_PR_TIME = 'X'.
        BAPI_MARCX-INSP_INT   = 'X'.
        BAPI_MARCX-CTRL_KEY   = 'X'.
        BAPI_MARCX-CERT_TYPE  = 'X'.
        BAPI_MARCX-QM_RGMTS   = 'X'.
    Accounting 1
        BAPI_MBEW1-VAL_AREA      = INT_MAT-WERKS.
        BAPI_MBEW1-PRICE_CTRL    = INT_MAT-VPRSV.
        BAPI_MBEW1-STD_PRICE     = INT_MAT-STPRS.
        BAPI_MBEW1-PRICE_UNIT    = INT_MAT-PEINH.
        BAPI_MBEW1-MOVING_PR     = INT_MAT-VERPR.
        BAPI_MBEW1-VAL_CLASS     = INT_MAT-BKLAS.
        BAPI_MBEW1-VAL_CAT       = INT_MAT-BWTTY.
        BAPI_MBEW1-ML_SETTLE     = INT_MAT-MLAST.
        BAPI_MBEW1-ML_ACTIVE     = INT_MAT-MLMAA.
        BAPI_MBEW1-VM_SO_STK     = INT_MAT-EKLAS.
        BAPI_MBEW1-VM_P_STOCK    = INT_MAT-QKLAS.
        BAPI_MBEW1-FUTURE_PR     = INT_MAT-ZKPRS.
        BAPI_MBEW1-VALID_FROM    = INT_MAT-ZKDAT.
    *ACCOUNTING 2
       BAPI_MBEW1-TAXPRICE_1    = INT_MAT-BWPRS.
       BAPI_MBEW1-TAXPRICE_2    = INT_MAT-BWPS1.
       BAPI_MBEW1-TAXPRICE_3    = INT_MAT-VJBWS.
       BAPI_MBEW1-DEVAL_IND     = INT_MAT-ABWKZ.
       BAPI_MBEW1-COMMPRICE1    = INT_MAT-BWPRH.
       BAPI_MBEW1-COMMPRICE2    = INT_MAT-BWPH1.
       BAPI_MBEW1-COMMPRICE3    = INT_MAT-VJBWH.
       BAPI_MBEW1-LIFO_FIFO     = INT_MAT-XLIFO.
       BAPI_MBEW1-POOLNUMBER    = INT_MAT-MYPOL.
        BAPI_MBEWX-VAL_AREA   = INT_MAT-WERKS.
        BAPI_MBEWX-PRICE_CTRL = 'X'.
        BAPI_MBEWX-STD_PRICE  = 'X'.
        BAPI_MBEWX-PRICE_UNIT = 'X'.
        BAPI_MBEWX-MOVING_PR =  'X'.
        BAPI_MBEWX-VAL_CLASS =  'X'.
        BAPI_MBEWX-VAL_CAT       = 'x'.
        BAPI_MBEWX-ML_SETTLE     = 'X'.
        BAPI_MBEWX-ML_ACTIVE     = 'X'.
        BAPI_MBEWX-VM_SO_STK     = 'X'.
        BAPI_MBEWX-VM_P_STOCK    = 'X'.
        BAPI_MBEWX-FUTURE_PR     = 'X'.
        BAPI_MBEWX-VALID_FROM    = 'X'.
       BAPI_MBEWX-TAXPRICE_1    = 'X'.
       BAPI_MBEWX-TAXPRICE_2    = 'X'.
       BAPI_MBEWX-TAXPRICE_3    = 'X'.
       BAPI_MBEWX-DEVAL_IND     = 'X'.
       BAPI_MBEWX-COMMPRICE1    = 'X'.
       BAPI_MBEWX-COMMPRICE2    = 'X'.
       BAPI_MBEWX-COMMPRICE3    = 'X'.
       BAPI_MBEWX-LIFO_FIFO     = 'X'.
       BAPI_MBEWX-POOLNUMBER    = 'X'.
    *Storage Locations
        BAPI_MARD1-PLANT      = INT_MAT-WERKS.
        BAPI_MARD1-STGE_LOC   = INT_MAT-LGORT.
        BAPI_MARDX-PLANT      = INT_MAT-WERKS.
        BAPI_MARDX-STGE_LOC   = INT_MAT-LGORT.
       WRITE:/ BAPI_HEAD-MATERIAL, BAPI_MARC1-PLANT ,BAPI_MARD1-STGE_LOC.
        call function 'BAPI_MATERIAL_SAVEDATA'
          exporting
            HEADDATA                   = BAPI_HEAD
            CLIENTDATA                 = BAPI_MARA1
            CLIENTDATAX                = BAPI_MARAX
            PLANTDATA                  = BAPI_MARC1
            PLANTDATAX                 = BAPI_MARCX
          FORECASTPARAMETERS         =
          FORECASTPARAMETERSX        =
          PLANNINGDATA               =
          PLANNINGDATAX              =
    <b>      STORAGELOCATIONDATA        =  BAPI_MARD1
           STORAGELOCATIONDATAX       =  BAPI_MARDX</b>
            VALUATIONDATA              = BAPI_MBEW1
            VALUATIONDATAX             = BAPI_MBEWX
          WAREHOUSENUMBERDATA        =
          WAREHOUSENUMBERDATAX       =
          SALESDATA                  = BAPI_MVKE1
          SALESDATAX                 = BAPI_MVKEX
          STORAGETYPEDATA            =
          STORAGETYPEDATAX           =
          IMPORTING
            RETURN                     = BAPI_RETURN
          TABLES
            MATERIALDESCRIPTION        = INT_MAKT
          UNITSOFMEASURE             =
          UNITSOFMEASUREX            =
          INTERNATIONALARTNOS        =
          MATERIALLONGTEXT           =
          TAXCLASSIFICATIONS         =
          RETURNMESSAGES             =
          PRTDATA                    =
          PRTDATAX                   =
          EXTENSIONIN                =
          EXTENSIONINX               =
    IF BAPI_RETURN-TYPE = 'E'.
       WRITE:/ 'Error Message ', BAPI_RETURN-MESSAGE.
    ENDIF.
    ENDLOOP.
    ENDFORM.
    <b>i am using this bapi method to copy materials from one plant to another plant using storage location so here what happenig is everyting is going correct but only the storage location data is not saving in table mard so any body faced this kind of problem please tell me.... and one more dbt
    bapi_marcx-pur_status = 'x' what is 'X' here??? is that mandatory field or required field ???
    points wil be rewarded.
    reagrds,
    sunil k airam.

    In the HEADDATA structure, STORAGE_VIEW should also be set as 'X' , in order to update storage location data
    for example
    BAPI_HEAD-STORAGE_VIEW = 'X'.
    Also, PUR_STATUS corresponds to field MARA-MSTAE whose domain has value table T141, therefore values in the field are checked against T141
    Edited by: Harris Veziris on May 12, 2008 12:37 PM

  • The project was saved in a newer version of Premiere Pro and cannot be opened in this version

    I edited a project on CC on one computer and saved it on my external. My friend took the same project to edit it on her computer under her own name and licence. Both of us recently upgraded to CC. But the same project that worked a few hours back on Premiere Pro CC, does not work now also on Premiere Pro CC and I received a message saying: The project was saved in a newer version of premiere pro and cannot be opened in this version." Can you please help us.?
    Message was edited by: Kevin Monahan
    Reason: Your title was too long.

    Hi alexxxkid,
    You should be able to import the xml into an earlier version.
    Backward compatibility has never been there with Premiere and it is always recommended not to update in the middle of a project.
    As far as the crash is concerned, please tell me more about it so that i can help you to the best of my knowledge.
    Thanks,
    Rameez

  • Clips not saving

    I have been working on a movie project and I saved my work many times. Before I closed the application I saved it again to my desktop just be on the safe side. When I opend Imovie to continue work on my project, the file could not open some of my clips. Most of my clips actually. A pop up message came up. Does anyone know why my clips were not saving? And is it possible to save a clip after its been cropped in a different location for future use?

    I'm not clear on exactly what happened. What did the pop-up message say? What do you mean by "the file could not open some of your clips?" Were they not in the project at all, or would they just not play? Does this happen with other projects, or isolated to this one project? Have you updated or installed any software since saving your project? How much free disk space do you have? Have you noticed any strange happenings on non-iMovie projects? Are you running compatible versions of iLife software? If you can answer those questions you might get some more meaningful responses.
    In any event, when iMovie acts weirdly it is oft recommended to do the following: 1) close iMovie and trash the file named com.apple.iMovie.plist located in User/Library/Preferences. iMovie will create a new file upon relaunch. 2) Do a permissions repair using the Disk Utility app on your Mac hard disk.
    Sometimes permissions get out of whack, particularly if you have downloaded any new software or done any upgrading. Some people have complained of problems with Quicktime upgrades.
    Make sure that you have enough free disk space for iMovie to operate, 10-15GB. If your project was initially located on an external hard disk, make sure that the external disk is formatted for Apple. Should be MAC OS Extended or MAC OS Extended (Journaled). (But if you reformat, store all of your data on that disk onto another disk, because reformatting will erase all the data on the disk.)
    You might need some computer maintenance or a disk repair (done from your MAC CD startup disks.

  • Books are not saved when created with iPhoto 09

    When creating a book, everything is normal but the book is not saved in the computer. So I have to finish the project and order It. The name of the book is still listed on the left but there's no photos or text. I also have a book that seems corrupted because when i try to open the file iphoto jams and i'm not able to remove the corrupted book because the file can't be opened.
    Please help me

    Welcome to the Apple Discussions. Sounds like a damaged database file. Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select the last three options.
    Click to view full size
    Also what system and iPhoto versions are you running?
    Happy New Year

  • The titles are not saved when i quit

    After quiting FCPX the titles i have made are not saved for next time i open a project.
    Some titles are saved sometime?

    Using FCP-X 10.01, OSX 10.7, 27" iMac 2010, 12 GB memory
    I am having the same problem! I am using the Lower Thirds Gradient Edge title and I do change the font from Futura to Comic Sans and change the text size. The 58 large font I change to 55 and the 37 small font I cange to 45 (in case that makes a difference). I have used this for many titles in my project and some have the problem, others do not. It happens, as you say, when you exit the program and then re-launch.
    Sometimes the titles go back to the template "Name", "Description", sometimes the title stays as written but the font goes back the generic Futura, and sometimes the font changes to a different one that is close on the font list to the "Comic Sans" that I am using! I did find that if I move the text boxes so that they have any overlap then the problem happens every time. However, I have been more careful with that recently and I am still getting the problem sometimes. Doesn't happen with every title which is what makes it more puzzling.
    I have now taken to exporting a project file as soon as I have completed editing (I have 16 projects in the movie I am making) so that I don't lose what I have done!
    Any ideas out there?

  • Timeline changes not saved-Captivate v2

    (Captivate, v2, Windows XP SP2 OS)
    I've been struggling with this for 2 days - I have multiple
    objects on a slide and have rearranged the order of the objects on
    the timeline - by dragging and by using the menu. After making the
    changes, saving and closing the file, when I reopen it, the objects
    have reverted to the original order.
    After changing the order of objects on the timeline, the new
    order is not saved. I have tried rebooting my PC and also
    reinstalling Captivate with no success. Does anyone have
    suggestions?

    I've been having the same problem. I have a project with
    about 100 slides, and sometimes the timeline will change the order
    of the objects on several of the slides, moving objects to the top
    that had been on the bottom, and vice versa. The mouse and the text
    captions are the objects that seem to be affected the most. After
    I've sifted through the entire project to make sure I've corrected
    anything that needs to be corrected, I'll save the project, close
    it out, and reopen it only to find that everything was put back the
    way it was before. Sometimes after I've made my corrections to the
    timeline, I'll publish or preview the project, and discover that
    the objects that were misplaced on the timeline are still showing
    up incorrectly even if the timeline itself is showing the changes
    that I had made. Does anyone have any suggestions about
    this?

  • Excel COMException : 0x800A03EC Document not saved.

    Hello,
    I am using Interop.Excel in my WinForms application. The application is used to copy some sheets from one workbook to newly created one.
    The newly created workbook is saved when I don't copy shapes. But, when I copy shapes into newly created sheet, the workbook is not saved and COMException is raised with message "Document not saved".
    Scenario :
    I am working with three workbooks simultaneously. 
    MainWorkbook - this workbook contains data to be written into new workbook.
    ResourceWorkbook - this contains sheets that are copied into new workbook.
    OutputWorkbook - this is the result workbook.
    Step 1: Open MainWorkbook. Get data to write in OutputWorkbook.
    Step 2: Write data into OutputWorkbook.
    Step 3: Open ResourceWorkbook from resource file for copying the sheets.
    Step 4: Copy sheets from ResourceWorkbook into OutputWorkbook.
    Step 5: Save OutputWorkbook.
    In step 5, if there are no sheets with images copied in step 4, then the OutputWorkbook is saved. But, if there are sheets containing images, the OutputWorkbook is not saved.
    I am using VS2010 and MS Office 2010.

    Hi,
    According to the description, the issue seems that relative to the specific worksheet which containd shapes.
    I am trying to reproduce this issue in Excel 2010 using VBA, howerever it failed. Here is the test sample which set write the value to the Book2 and copy the worksheet contained shapes from Book1 to Book2:
    Sub CopySheet()
    Application.Workbooks("Book2.xlsx").Worksheets("Sheet1").Range("A1") = "Hello Word!"
    Worksheets("Sheet1").Copy Application.Workbooks("Book2.xlsx").Worksheets("Sheet1")
    Application.Workbooks("Book2.xlsx").Save
    End Sub
    Could you reproduce the issue with code above? If not, a sample worksheet and code snippet to help us reproduce this issue is much appericate.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • In/Out not saving in preview clips

    I can't get the IN/OUT trim points to save on preview clips, am I doing something wrong:
    1) In "Organise" mode
    2) Double click the clip - preview window is displayed.
    3) Drag in/out markers to right place
    4) Click the "X" top right to close it
    5) Re-open the clip, in/out not saved
    6) Drag to timeline, in/out not saved
    What am I missing here?
    These are quicktimes from Canon 5D MK II if that makes any difference.
    - Simon

    You're trying to trim in Organize mode.
    Instead, click on Project to open the media panel. Double-click your clip in the Project media panel and set your in and out points in the Clip Monitor. They should stick.

  • General Preferences Not Saving

    Hello all,
    Does anyone know or have any tips as to why my general settings are not saving. Every time I open a project from the desktop I have to go into preferences and reset "use system shortcuts".
    My system: Mac PPC 10.4.11 , AE 8.0.2.27
    Thanks -WF

    Open a command prompt and type % echo $HOME and % echo $PATH. These two commands will return a list of directories. If ~user/[username]/Library/Adobe is not listed, then it's likely that these variables are not set correctly. For more info on the technobabble check some UNIX-related pages such as this one for instance:
    http://www.ee.surrey.ac.uk/Teaching/Unix (Lesson 8 deals with variables)
    Sorry, I can't be of more specific help. I'm only getting my first personally owned Mac ever tomorrow. ;-) Until now my encounters with Apples have been limited, but since UNIX commands are standardized across multiple platforms, they should work. At least they did back then on IRIX when I was still using an SGI machine...
    Mylenium

Maybe you are looking for

  • How does airport work?

    If I get an airport express, will I have a wifi network by just plugging it into the wall? How does it work?

  • How to select all the lines of table control

    Hi all,          In table control, I have more than 100 records. My requirement is I have to select all the records when I press check box in the table control. Please guide me in this regard. Searched in sdn before  posting. Thanks, regards, Murali

  • Zip/unzip desing and configuration

    Hi, I need to implement zip/unzip file to file scenario . can u help me complete design and configuration steps .I mean how to deploy java code. and designing in IR and how to configure in ID. thanq krishna

  • PCR's not working post upgrade

    Hi, We are upgrading r/3 from 4.6c to ECC 6.0.  In 4.6c , Personnel Change Requests(PCR's) are configured according to Standalone ITS, but in ECC 6.0 with Integrated ITS , pcr's are not working. What config changes i am supposed to do? While checking

  • Ole container,please help

    what is ole container? what is the use of it? what is the difference between ole container & activex control? where can i down load information about this? is there any book for this? send the book name or send the web address to read about this.