Color fx bin not saving

I cant seem too see my presets in the color fx bin.. when i find them.. and close color. then i reopen color. there not there again.. does anyone know how i can safe the preset fx in the color fx bin. soo that i dont have too keep looking for them every time i open color..
THANKS,
REYY

When you render a grade in Color, it creates a new set of clips which are written to the Render Directory location specified in the Project Settings tab of the Set Up Room. Every grade project uses the same clip labeling notation except the project name folder, so this can be a recipe for disaster if you're not careful.
In order to achieve a "render" in the FCP context, you need to use the "Send to FCP" option from the File menu. This will build a duplicate of the source sequence and conform the new grade, naming it the same as the source sequence plus a "(from Color)" annotation.
Color is an app that pretty much requires that you read at least some of the user manual...  give it a try.

Similar Messages

  • Palette Locations in Palette Bin not saved

    Hi
    I'm working with PSE7.0 under WinXP. I nicely position my palettes in the palette bin (Navigator, Layers, Undo-Protocol, Information) and have the option "Save Palette Locations" checked in my preferences.
    But, once in a while, PSE will start with the palette bin reset to default (only effects and layers), and I have to rearrange my palettes all over again.
    Has anybody experienced a similar behaviour? If I at least knew where these settings are kept, I could try tracking down what deletes them.
    Thanks
    Beat

    This issue has been resolved with PSE 8.0.
    Beat

  • Custom color palette not saving.  Why?

    Logic is not saving changes that I make to the color palette.  I can make the change, but after I quit and restart Logic, the changes are gone.  Any idea why?

    I've answered this question, but I cannot figure out what I've previously done wrong.  I managed to save the colours and get them to reload when I went back in to Logic. Not exactly sure how I did it, but it doesn't save automatically. 

  • User color choice not saved in export preset?

    I'm currently writing my first plugin and still in a learning curve.
    My export plugin has a color_well control to choose a color. I have defined a default value of LrColor(1,1,1) which works well.
    However, the chosen color is not saved so every time the export dialog is used, it comes up with the default color value and the previously chosen color is lost.
    What am I doing wrong?
    Thanks,
    Mario
    Code snippet:
    myPlugin.exportPresetFields = {
        { key = 'borderColor', default = LrColor(1,1,1) },
        ...more keys
    function myPlugin.sectionForFilterInDialog( viewFactory, propertyTable )
        return {
            viewFactory:row {
                viewFactory:color_well {
                    value = LrView.bind('borderColor'),
    end

    Many thanks for the reply and sorry for the delay. It took me DAYS to figure out how to save the r,g & b components.
    Finally, I succeeded with this method:
    myPlugin.exportPresetFields = {
        { key = 'color_r', default = 1 },
        { key = 'color_g', default = 1 },
        { key = 'color_b', default = 1 },
    function myPlugin.sectionForFilterInDialog( viewFactory, propertyTable )
        return {
            viewFactory:row {
                viewFactory:color_well {
                    value = LrView.bind({
                         key = 'borderColor',
                         transform = function ( value, fromTable )
                              if fromTable then
                                  return LrColor(propertyTable.color_r, propertyTable.color_g, propertyTable.color_b)
                              else
                                  propertyTable.color_r = value:red()
                                  propertyTable.color_g = value:green()
                                  propertyTable.color_b = value:blue()
                                  return LrBinding.kUnsupportedDirection
                              end
                         end
    end

  • Colors not saving correctly when image is saved, how can I fix this?

    Hi! I've been a photoshop user for my newish photography business since this past summer. I honestly still have a lot to learn, but thankful my images have always been spot on, until now...you see, I recently discovered that when I open my png or jpeg files (these images were saved in ps cc), the photos appear to be dull and muted. It ls like the vibrance/saturation has been shifted down and yellow tones removed or muted greatly. I even saved some fo these files on a disk and reopened them onto my computer and they still look awful. I did not change any of my settings and to be honest, I don't know which ones are the best to work with since every photog I've asked has told me something different....buuuuut beside the point...nothing has changed. My profile settings are the same and I am confused and rather frustrated. If you know how to fix this issue, please share with me because I am at a loss.
    How I edit photos:
    Import into lightroom
    Edit with preset
    Export with preset into PS CC
    Do finishing touched
    Save as jpeg
    Here is a screen shot from my computer. The photo on the right is the saved photo and the left is the photoshop photo. If you can tell, the photo on the left is dull and appears to be very flat. It also does not have the golden undertones that the ps cc photo has, which is what I want...
    Thanks again for your help!!!
    Stephanie

    What color space are you working the images in?  The Info panel and the little status box at the lower-left of the editing canvas can be set to show you your current color profile. I set the Info panel to show me the profile myself.
    When you do File - Save As to save the JPEG, are you saving the color profile with the JPEG?
    Lastly, when you say "the photos appear to be dull and muted", how are you comparing them (specifically)?  Are you sure the application you're using to compare them with what you see in Photoshop is color-managed?
    I suspect what may be happening is that you're editing your photos using a wide gamut color space, then either saving the JPEG work product without a color profile or viewing it in an application that does not support color-management.
    Regarding someone telling you the best settings to use...  The thing is, it's not really possible to suggest specific settings without knowing a lot more about your particular working environment.  We don't know, for example, whether the printing process you're using will properly interpret the color profile.  You should regard with suspicion any advice that suggests "set it and forget it" settings without trying to understand your color-management needs.
    -Noel

  • Downloads of updates not saving, no prompts or icons in the Application folder-how do I ensure updates are saved?

    I am following the instructions to download v 6 but receive no prompt to move the Firefox icon to the applications folder. I have done that anyway, but it's not saving-the latest version is July 11. I then get reminders to update all the time-what am I doing wrong?
    I am working on a Mac laptop

    A lot of people panic when they see Photoshop displaying differently from other software. But that's normal and expected. Here's what happens:
    1. Photoshop is color managed and performs a document profile > monitor profile conversion when it displays. So whatever the document profile is, Photoshop will display correctly - unless you have CM policies set to "off" (...!)
    2. Other applications, including many web browsers, aren't color managed and will just send the file numbers directly to the display. This distinction is extremely important, because there will be a slight difference. Again, that's normal. Photoshop is right and the other apps are wrong.
    3. Without color management, it all hangs on how your monitor displays color. Most monitors are so close to sRGB that any sRGB file will display roughly correctly. This is why sRGB is the de facto web standard: it can live without color management. And that's why you should always convert web material to sRGB. Yes, that's the Edit > Convert to Profile option. You can also use Save For Web to do this if you check the appropriate boxes.

  • 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

  • Error"Update was terminated' while doing picking and data was not saved

    hi experts,
    I have created a sales order. for that i created a deliery.then i created shipment .and i have put pick qty and batch.
    it gives a message Express document " Updated was terminated "received from author XXXX.
    and picking is not saved and i'm not able to do PGI.
    Please help me.....
    Thanks in advance,
    ria

    Hai,
    Analyse this error in ST22 - ABAP runtime error or in SM13 - update request.The system will show the error update records in red color. Click the error & see the problem in funciton module.THis may be because of no ranges problem or any changes in print out program. Also if u have any BADI activation for the sale order & any changes in this program also leads to this error.

  • Change not saved, file lost

    Hello,
    We're using Sharepoint 2013 to manage documents. I was editing a Sharepoint doc in excel and saved my work several times before finishing, however I did not check the doc back in upon completion. Instead, I created a PDF version (makes printing easier),
    saved the PDF file to the same Sharepoint folder, and checked the PDF version in when I was done with it.
    When I went back to the library to check in the excel version of the file, it was showing an older version of the document (from last night). I opened it, and lo and behold none of the changes I had made prior to converting the file to PDF were showing.
    What happened to that file? Like I said, I saved it several times before converting to PDF, yet no copy of the changes exist on Sharepoint or locally. I disconnected from the network, opened excel locally and checked recent documents - it wasn't there. I checked
    my Sharepoint recycle bin - not there. Versioning and publishing are enabled, but I was the only person working on this document. I searched the entirety of my hard drive - not there. I checked the version history - not there (last night's version is the most
    recent).
    I've done this before without issue. Both files (excel and pdf) would show up in the Sharepoint library with all changes. I'm at a complete loss on this and would love/appreciate help in recovering the excel version with all my changes (otherwise I just
    lost 6 hours of work)!
    Timeline of events:
    Last night@7:16PM - Save and check-in excel file.
    This morning@8AM - Open and check out excel file. Make changes and periodic saves along the way.
    Today@2PM - Finish changes, save, create PDF, save PDF, check in PDF version. Go back to library to check in excel version only to find that the version from 7:16PM last night is the latest excel version available.
    Regards,
    KMS
    EDIT: Sharepoint 2013, Office 365, OS: W8.1/64

    Hello Cam,
    Interesting. I'm sure nobody went into site settings and discarded changes.
    I hard refreshed the site; file still not there.
    I'm beginning to think it's IE11. I'm using 64-bit, and don't know how to use the 32-bit version (I'm not very savvy when it comes to this stuff). I have found a few tutorials online but I'm not sure I'm doing it correctly.
    I appreciate all the help so far, Cam. At this point I've spent so much time searching for a solution I could've just redone the work! Ugh.
    EDIT: Is it possible that I accidentally discarded my check out and therefore all my changes to the excel doc went unsaved? If so, wouldn't the fact that I saved my work several times prevent me from losing the changes? I'm so confused at this point!
    It's odd that I have a PDF version of the document that shows ALL the changes that I made - essentially the finished product - and yet the excel document from which said PDF was created is gone!

  • Ntp drift not saved

    Hello everybody!
    I'm trying to configure ntp server on ASR1002f (
    asr1000rp1-advipservicesk9.03.09.01.S.153-2.S1.bin)
    , but i get a lot of annoying log messages like this:
    Jul 30 20:14:56.180 MSK: %NTP : Drift Value NTPv4_Drift=0.E68F not saved in persistent data, will be stored before reload
    Jul 30 21:14:56.179 MSK: %NTP : Drift Value NTPv4_Drift=0.EB94 not saved in persistent data, will be stored before reload
    Jul 30 22:14:56.179 MSK: %NTP : Drift Value NTPv4_Drift=0.EBA9 not saved in persistent data, will be stored before reload
    Jul 30 23:14:56.179 MSK: %NTP : Drift Value NTPv4_Drift=0.F3EF not saved in persistent data, will be stored before reload
    Jul 31 00:14:56.179 MSK: %NTP : Drift Value NTPv4_Drift=0.F53E not saved in persistent data, will be stored before reload
    Jul 31 01:14:56.179 MSK: %NTP : Drift Value NTPv4_Drift=0.F5C4 not saved in persistent data, will be stored before reload
    Jul 31 02:14:56.180 MSK: %NTP : Drift Value NTPv4_Drift=0.FAC5 not saved in persistent data, will be stored before reload
    Jul 31 03:14:56.180 MSK: %NTP : Drift Value NTPv4_Drift=0.FAD9 not saved in persistent data, will be stored before reload
    Jul 31 04:14:56.180 MSK: %NTP : Drift Value NTPv4_Drift=0.FAE5 not saved in persistent data, will be stored before reload
    Jul 31 05:14:56.179 MSK: %NTP : Drift Value NTPv4_Drift=0.FAF1 not saved in persistent data, will be stored before reload
    Could someone clarify what does this mean and how to stop this?
    If I turn on ntp logging I get periodic ntp messages like so:
    .Jul 26 15:52:40.790 MSK: NTP Core (INFO): 0.0.0.0 C618 08 no_sys_peer
    .Jul 26 15:52:40.790 MSK: NTP Core (INFO): 0.0.0.0 C61C 0C clock_step
    .Jul 26 15:52:41.789 MSK: NTP Core (INFO): 192.168.10.225 962A 8A sys_peer
    .Jul 26 15:52:41.789 MSK: NTP Core (NOTICE): Clock is synchronized.
    Jul 26 15:52:42.201 MSK: NTP Core (INFO): 0.0.0.0 C62C 0C clock_step
    Jul 26 15:52:42.201 MSK: NTP Core (NOTICE): Clock synchronization lost.
    .Jul 26 15:53:37.792 MSK: NTP Core (INFO): IP1 962A 8A sys_peer
    .Jul 26 15:53:37.792 MSK: NTP Core (NOTICE): Clock is synchronized.
    Jul 26 16:04:51.791 MSK: NTP Core (NOTICE): Clock synchronization lost.
    .Jul 26 16:04:51.791 MSK: NTP Core (INFO): IP2 962A 8A sys_peer
    .Jul 26 16:04:51.791 MSK: NTP Core (NOTICE): Clock is synchronized.
    Jul 26 16:07:05.791 MSK: NTP Core (NOTICE): Clock synchronization lost.
    .Jul 26 16:07:05.791 MSK: NTP Core (INFO): IP3 962A 8A sys_peer
    .Jul 26 16:07:05.791 MSK: NTP Core (NOTICE): Clock is synchronized.
    Jul 27 12:29:47.789 MSK: NTP Core (NOTICE): Clock synchronization lost.
    .Jul 27 12:29:47.789 MSK: NTP Core (INFO): IP2 961A 8A sys_peer
    .Jul 27 12:29:47.789 MSK: NTP Core (NOTICE): Clock is synchronized.
    Jul 27 14:38:23.792 MSK: NTP Core (NOTICE): Clock synchronization lost.
    .Jul 27 14:38:23.792 MSK: NTP Core (INFO): IP1 961A 8A sys_peer
    .Jul 27 14:38:23.792 MSK: NTP Core (NOTICE): Clock is synchronized.
    Jul 27 15:41:33.790 MSK: NTP Core (NOTICE): Clock synchronization lost.
    .Jul 27 15:41:33.790 MSK: NTP Core (INFO): IP3 961A 8A sys_peer
    .Jul 27 15:41:33.790 MSK: NTP Core (NOTICE): Clock is synchronized.

    Hi,
    Have you made sure that the clock on the NTP server is not too far away in time from the client, if this is the case it could take a long time for the client to sync.
    Regards
    Alain
    Don't forget to rate helpful posts.

  • [solved] firefox user settings not saving

    I am a linux noob. So the answer to this is probably very obvious, but I haven't found it through googling, searching these forums or the arch wiki. I am having the same problem with most of my applications actually. The problem is that my firefox personal settings are not saving. When I reboot all of the addons are gone, the tabs are back on top, and everything is reset as if this were the first time I've run the program. I'm having a similar problem with lxpanel. I suspect it has something to do with post-installation home directory config files and not knowing what to do for each program. The only setup I've done for firefox is # yaourt -S firefox-esr. A whereis firefox-esr yields only /usr/bin/firefox-esr. Just the executable file itself I guess.
    Although the arch wiki firefox page doesn't seem to specifically mention losing all settings there is something about setting a download location that caught my eye: XDG directories:
    It says to create ~/.config/user-dirs.dirs and add:
    XDG_DESKTOP_DIR="/home/<user>/"
    XDG_DOWNLOAD_DIR="/home/<user>/<dir>"
    XDG_TEMPLATES_DIR="/home/<user>/<dir>"
    XDG_PUBLICSHARE_DIR="/home/<user>/<dir>"
    XDG_DOCUMENTS_DIR="/home/<user>/<dir>"
    XDG_MUSIC_DIR="/home/<user>/<dir>"
    XDG_PICTURES_DIR="/home/<user>/<dir>"
    XDG_VIDEOS_DIR="/home/<user>/<dir>"
    I'm not sure if this has something to do with the temporary nature of my personal firefox settings, but it seems like a move in the right direction. I get that tip of the iceberg feeling though. I've been meaning to look up all of that freedesktop.org stuff including .desktop and .directory files and standard locations. I assume that this is part of that and not only for firefox specifically.
    If anyone could point me in the right direction in terms of how to set up the user directories and files necessary for saving firefox settings I would be very grateful. Or maybe I installed the program wrong?
    I am not using a desktop environmnt. Just (for the moment) pekwm, lxpanel, and idesk. Presumably that's part of the problem. That going modular is much more difficult for a Linux noob. If I were using kde or gnome I'm guessing a lot of this post-installation application setup would be done for me automatically.
    edit: I just found this information on the location of the firefox profile in linux.  It says that profile folders are located in "~/.mozilla/firefox/<profile folder>". At first I thought I didn't have this folder, but I do. So I'm not sure why the settings and addons are not saving.
    Last edited by pariahdog (2012-12-26 16:13:54)

    For next time: https://wiki.archlinux.org/index.php/Permissions
    It might be a better idea to change permissions with "chown" : https://wiki.archlinux.org/index.php/Permissions#chown
    Last edited by 2ManyDogs (2012-12-26 17:01:45)

  • Bridge not saving toning/applying post production - like 20K images to tone!!

    Hi - Am desperate - have 10 weddings to do post production on and my bridge is acting up.
    I am having a bridge isssue - when I apply the toning/cropping/color correction to images and press done it is not saving the work. In addition when I do the work in bridge and then choose save as it just save them as untoned JPGSs. It does not apply the raw conversion or xmp data.
    In addition it is only happening in half the images in the folders not all of them. And it's not camera specific it's random.
    Any help would be greatly appreciated.
    [email protected]

    I am having a bridge isssue - when I apply the toning/cropping/color correction to images and press done it is not saving the work. In addition when I do the work in bridge and then choose save as it just save them as untoned JPGSs. It does not apply the raw conversion or xmp data.
    Bridge is only a file browser without editing capacities (except the export panel but that has been discontinued in Bridge CC) and reflects the content of your folders. If you make changes in ACR using either selecting via PS  or via Bridge any changes should be visible wether you have hit done or save in ACR.
    If you have other results, especially random difference it looks like a cache problem to me. So point the Content panel to a problem folder and use menu tools / cache / purge cache for folder and check if this solves your problem.

  • Iphone not saving cookies anymore....

    Iphone not saving cookies anymore....   I am running an IPhone 3gs and just upgraded my firmware from I think 4.1.2 to 4.3.2 (8H7). Now the problem. I spend
    a lot of time on craigslist searching for specific items all day long. With the 4.1 firmware,  When you look at a certain items and go back it highlights it a
    different color (light purple)  so that it shows that you have previously visited that item. The un visited ones ar blue. I can go back tomorrow and it will still
    show that I have visited that item. However, since upgrading to 4.3.2 it no longer holds the cookie. For example go to craigslist and search for something, then
    view the item, and in safari press the back arrow. The item you just looked at is now light purple, the rest being blue. Now hit the refresh arrow in the address
    field at the top and the item will return to blue and will not show that the item was visited. This color change sort of checks off what i have already looked at.
    Without it I have to look through them all over again. If you have a solution to this problems, Please email me at [email protected] thanks

    Try deleting and manually recreating the account on your iPhone.

  • Sending messages but not saving to server

    Since updating to Lion I've been able to use the Mail client to access Yahoo! Mail (the free version, not Yahoo! Mail Plus) for the first time.
    Mail is receiving and sending mail fine but messages composed and sent within Mail are not saving to the Yahoo! server.
    Within the Preferences the "store sent messages on the server" is checked.
    The Mail Connection Doctor has green lights.
    I sent myself a test message using a different email address (within the mail client) which did store on the server.
    Any ideas?

    Chris Cox wrote:
    The CS6 icons are exactly as Apple requested them.
    Apple are publicly advising developers to use application and document icons which contain a pyramid of images from 16 x 16  to 1024 x 1024 pixels, the largest size being intended for Retina displays.
    You have stated in another thread that the Photoshop CS6 change from previously-compliant icons of CS5 to new less-useful and non-compliant icons is because Apple requested the change in preparation for Retina.
    The request is clearly illogical, therefore there seems a high probability of a communication error between Apple and Adobe, or a mistake by someone at Apple or by someone at Adobe.
    Will the icons in the next Ps update be compliant with Apple's public guidelines?
    https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGu idelines/IconsImages/IconsImages.html#//apple_ref/doc/uid/20000967-TP6
    Extract:
    Provide a set of document icons in the same set of sizes you provide for your app icon. For the recommended standard- and high-resolution sizes, see Table 5-1.
    As you do with your app icons, create an .icns file for your document icons. To learn more about how to create this type of file, see “Tips for Designing Icons.”
    Table 5-1  App icon resource sizes
    Filename
    Size of canvas (in pixels)
    icon_512x512@2x
    1024x1024
    icon_512x512
    512x512
    icon_256x256@2x
    512x512
    icon_256x256
    256x256
    icon_128x128@2x
    256x256
    icon_128x128
    128x128
    icon_32x32@2x
    64x64
    icon_32x32
    32x32
    icon_16x16@2x
    32x32
    icon_16x16
    16x16
    Note: PNG with an sRGB color profile is the recommended format for app icons.

  • Photo adjustments not saving

    When I try to adjust levels etc it is not saving my changes. When I click done, then close the event, when I come back to the event it is still the original photo. I have tried exporting, and duplicating the photo and nothing saves my adjustments. Is there something I am completely missing here?
    Thanks!

    Those are the options in iPhoto's preferences such as background color when viewing the thumbnails, etc. If you didn't make any changes to them before then you don't have to worry about it.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Maybe you are looking for