Any Prerequisite for adding MRP Area?

Hi Gurus,
I need to add MRP area data to a large number of materials. I tried testing for some material . For some materials I am able to add the data. For other I am not able to add.
Is there any prerequisite for adding MRP area to a material?
Can some suggest any BAPI to add/ update MRP area for a material?
I am basically a ABAPer and don't have much Idea about MRP area. Please suggest any link where I can learn overview about MRP area.
Thanks in Advance,
KG

hi,
the prerequisities for MRP area are
1> ACTIVATE MRP AREA
2> DEFINE MRP AREAS.u will find the settings under the menu path:
SPRO > IMG > MATERIAL MANAGEMENT > CONSUMPTION BASED PLANNING > MASTER DATA > MRP AREAS
or u can find it under the menu path:
SPRO > IMG > PRODUCTION > MATERIAL REQUIREMENT PLANNING > MASTER DATA > MRP AREAS.
regards
jash
Edited by: diptasya jash on Apr 30, 2009 11:35 AM

Similar Messages

  • Any prerequisites for using javascripts (JS) in SAP BPC 7.5NW (SP5)

    Hi,
    I keep getting evalution and parsing errors, every time I use a JS in my conversion files. It simple standard JS, like:
    js:parseInt(%external%)
    js:%external%.substring(2,5)
    etc
    Are there any prerequisites for using javascripts ??
    Is there anywhere I can debug these JS withing SAP BW ?
    Thank you,
    Joergen

    Gersh,
    It works now. I have implemented the below code (ENTITY needed to contain the variable as well). The relationship profitcenter and entity is very important as it derives the relevant profitcenters from the profit center hierarchy (e.g. all profitcenters under the legalentity node).
    //ALLOCATION PROCEDURE CONVERSION RATE
    //=====================================
    *FOR %ENT% = %ENTITY_SET%
    *RUNALLOCATION
    *FACTOR=1
    *DIM SEBACCOUNT WHAT=CONV_RATE; WHERE=<<<; USING=<<< ; TOTAL=<<<
    *DIM PROFCENT WHAT=DUMPC; WHERE=BAS(BPC_%ENT%);USING=<<<; TOTAL=<<<
    *DIM CATEGORY WHAT=FCSTCUR; WHERE=<<<; USING=<<< ; TOTAL=<<<
    *DIM ENTITY WHAT=%ENT%; WHERE=<<<; USING=<<<; TOTAL=<<<
    *ENDALLOCATION
    *NEXT
    Thanks
    Nico

  • Creating Planned Independent Requirements for an MRP Area.

    Hi All,
    I am trying to enter Planned Independent Requirements for an MRP Area, with requirement type VSE and I get the following error;
    "Only stock requirements are allowed when planning at MRP area level".
    I can enter at the Plant level with no problems.
    Any guidance is greatly appreciated.
    Kevin.

    The following is the excerpt from SAP [Help|http://help.sap.com/saphelp_470/helpdata/en/81/470a58ddab11d1b55b0000e82de178/frameset.htm] I think you maintained a planning strategy in the MRP view (for the plant) which doesn't support VSE.
    You can delete PIRs from an MRP area by deleting the MRP area number from the Creating Planned Independent Requirements screen and recompiling.
    When you define the planning strategies and parameters in the material master, these parameters apply to the whole plant, including all the MRP areas within the plant: You cannot maintain the MRP areas separately.
    The integration of the MRP area and the assignment of the MRP area in the sales order is supported only by a user exit in the sales and distribution user exit pool.
    Sales orders with MRP areas are created irrespective of the availability check control group in the material master.
    Customer order processing of production sales orders with the item category (account assignment Step E Single) is only maintained in the MRP area of the plant.
    In Customizing and in the MRP area user exit, make sure that when transferring individual sales orders, only requirements types KE, KEK, KEKS, KET, KELV, KEV, KEVV, VSEF, and VSE are generated.
    The following requirements types are valid for the MRP area: KE, KEK, KEKS, KET, KELV, KEV, KEVV, VSEF, and VSE.
    You cannot plan with preliminary planning materials in the MRP area.
    There is no planning strategy for the material segment of the MRP area.
    The planning strategy for the material master segment of the plant is assigned to the material segment of the MRP area.
    The consumption mode and the periods of adjustment are derived from the plant in the MRP area of the material master.
    Only consumption customer requirements with planned independent requirements are allowed: VSF requirements with KSV and VSFB with KSV.

  • Query related to RM maintained for two MRP areas.

    Hi PP Gurus,
    The scenario is we modeled two Storage location MRP Areas say 1001 and 2001. There are two FG getting manufactured at them, say FG-1 at 1001 and FG-2 at 2001. Say there are three RMs viz. RM-1, RM-2, and RM-3. RM-1 and RM-2 included in FG-1  BOM and RM-3 and RM-2 in FG-2 BOM. Means RM-2 is common in both MRP areas.
    Now I've extended FG-1 and FG-2 for respected MRP areas. RM-1 extended to MRP area 1001, and in MRP views of material master, Production storage location and Storage location for EP is maintained as 1001. Same is maintained for RM-3 except MRP area as 1001, it's 2001.
    The concern is about RM-2, though I extended RM-2 for both MRP areas i.e. 1001 and 2001 but I can maintain Production storage location and Storage location for EP either as 1001 or 2001. So whenever I'm taking MRP run, for RM-2 it's either proposing 1001 or 2001 as Storage location for withdrawl or EP.
    My requirement is when I run MRP for FG-1 system should show me Sloc for RM-2 as 1001 and in case of FG-2 as 2001.
    As a try I tried to remove Production and Issue Sloc from MRP views and maintained Issue Sloc/Receive Sloc in PV of FG-1 and FG-2 but still unable to get the requirement fulfil.
    Please make prompt comments
    Thanks & Regards,
    Abu Arbab

    Dear ALL
    my requirement is exactly same as above that i need my component to be issued from different slocs depending on diffreent MRP areas in which they are being planned.
    But in my case FG is same and is being planned in 2 different MRP areas. So my BOM is same in both cases.
    For eaxmple--2000 is MRP area 1 and 3000 is MRP area 2
    Requirement is components should be issued from 2000 when panned in 2000 and from 3000 when planned in FG is planned in 3000.
    Kindly let me know what settings are required at components level to do this
    thanks

  • BDC for MM02 - MRP area

    Hello everyone!
    I have developed a BDC program to batch input data into MM02 / MRP area.
    It's working perfectly fine when I use mode 'A' in CALL TRANSACTION statement, but when I change it to 'N', so I can give this for the customer to test, it stops working, giving me an error in one of the screens, saying the "MRP area  is not assigned to plant CH01" (when running with mode "E" it also gives me the error).
    Here's my coding:
    REPORT  zload_mrp_areas.
    Data and variables definition
    DATA:  bdcdata    LIKE bdcdata OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF t_header OCCURS 0,
            link      LIKE mara-matnr,
            matnr     LIKE mara-matnr,
            werks     LIKE marc-werks,
            mstae(2)  TYPE c,
            perkz(2)  TYPE c,
          END OF t_header.
    DATA: BEGIN OF t_details OCCURS 0,
            muvbr(5)  TYPE c,
            unvbr(5)  TYPE c,
            matnr     LIKE mara-matnr,
            priod(6)  TYPE c,
            gsvbr(5)  TYPE c,
          END OF t_details.
    DATA: v_count(3)  TYPE n,
          v_week      LIKE scal-week,
          v_week1(6)  TYPE n,
          v_week2(6)  TYPE n,
          v_page(5)   TYPE p DECIMALS 2,
          v_index(3)  TYPE n,
          v_field(19) TYPE c,
          v_mode      TYPE c,
          v_date1     LIKE sy-datum,
          v_date2     LIKE sy-datum,
          v_date3     TYPE i.
    Screen definition
    SELECTION-SCREEN  BEGIN OF BLOCK 1 WITH FRAME TITLE text-001.
    PARAMETERS: headfile     LIKE rfpdo1-febauszf OBLIGATORY,
                detsfile     LIKE rfpdo1-febauszf OBLIGATORY.
    SELECTION-SCREEN  END OF BLOCK 1.
    File selection
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR headfile.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          mask      = ',Multicash,*.txt'
          static    = 'X'
        CHANGING
          file_name = headfile.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR detsfile.
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          mask      = ',Multicash,*.txt'
          static    = 'X'
        CHANGING
          file_name = detsfile.
    START-OF-SELECTION                                           *
    START-OF-SELECTION.
    Load files
      PERFORM load_files.
      PERFORM process_file.
    *&      Form  LOAD_FILES
          Load files from network to SAP
    FORM load_files .
    File upload
      DATA: l_filename TYPE string.
      l_filename = headfile.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename            = l_filename
          filetype            = 'ASC'
        TABLES
          data_tab            = t_header.
      IF sy-subrc <> 0.
      ENDIF.
      l_filename = detsfile.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename            = l_filename
          filetype            = 'ASC'
        TABLES
          data_tab            = t_details.
      IF sy-subrc <> 0.
      ENDIF.
    ENDFORM.                    " LOAD_FILES
    *&      Form  process_file
          Load files into Material Master
    FORM process_file .
      LOOP AT t_header.
        REFRESH bdcdata.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '0060'.
        PERFORM bdc_field   USING 'RMMG1-MATNR'     t_header-matnr.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '/00'.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '0070'.
        PERFORM bdc_field   USING 'BDC_OKCODE'       '=SELA'.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '0070'.
        PERFORM bdc_field   USING 'BDC_OKCODE'       '=ENTR'.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '0080'.
        PERFORM bdc_field   USING 'RMMG1-WERKS'     t_header-werks.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=ENTR'.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '4004'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=SP12'.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '4000'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=PB42'.
        PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0010'.
       PERFORM bdc_field   USING 'SMDMA-BERID(01)' 'X'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=AEND'.
        PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=SP04'.
        CLEAR v_week.
        CALL FUNCTION 'GET_WEEK_INFO_BASED_ON_DATE'
          EXPORTING
            date = sy-datum
          IMPORTING
            week = v_week.
        CALL FUNCTION 'WEEK_GET_FIRST_DAY'
          EXPORTING
            week = v_week
          IMPORTING
            date = v_date1.
        LOOP AT t_details WHERE matnr = t_header-matnr.
          CLEAR: v_week1, v_week2.
          v_week1 = v_week.
          v_week  = t_details-priod.
          CALL FUNCTION 'WEEK_GET_FIRST_DAY'
            EXPORTING
              week = v_week
            IMPORTING
              date = v_date2.
          v_date3 = v_date1 - v_date2.
          v_page  = v_date3 / 7.
          IF v_page > 11.
            v_index = v_page MOD 11.
            v_page  = v_page / 11.
            COMPUTE v_count = TRUNC( v_page ).
          ELSE.
            v_index = v_page.
          ENDIF.
          IF v_index IS INITIAL.
            v_index = 11.
            v_count = v_count - 1.
          ELSE.
            v_index = v_index + 1.
          ENDIF.
    Paging
          IF v_count NE 0.
            v_count = v_count + 1.
            DO v_count TIMES.
              PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
              PERFORM bdc_field   USING 'BDC_OKCODE'      '=P-'.
            ENDDO.
            PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
            PERFORM bdc_field   USING 'BDC_OKCODE'      '=P++'.
            v_count = v_count - 1.
            DO v_count TIMES.
              PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
              PERFORM bdc_field   USING 'BDC_OKCODE'      '=P-'.
            ENDDO.
          ENDIF.
          PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
          v_field = 'RM03M_DB-KOVBW(*)'.
          REPLACE '*' WITH v_index INTO v_field.
          PERFORM bdc_field   USING v_field     t_details-muvbr.
          v_field = 'RM03M_DB-VBWRT(*)'.
          REPLACE '*' WITH v_index INTO v_field.
          PERFORM bdc_field   USING v_field     t_details-unvbr.
         PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
          PERFORM bdc_field   USING 'BDC_OKCODE'      '=WEIT'.
          PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
          PERFORM bdc_field   USING 'BDC_OKCODE'      '/00'.
          PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
          PERFORM bdc_field   USING 'BDC_OKCODE'      '=P++'.
        ENDLOOP.
        PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0020'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=UEBE'.
        PERFORM bdc_dynpro  USING 'SAPLMD_MGD1'     '0010'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=UEBE'.
        PERFORM bdc_dynpro  USING 'SAPLMGMM'        '4000'.
        PERFORM bdc_field   USING 'BDC_OKCODE'      '=BU'.
        DATA: ITAB TYPE TABLE OF BDCMSGCOLL.
        v_mode = 'N'.
        CALL TRANSACTION 'MM02' USING bdcdata
                       MODE   v_mode
                       UPDATE 'S'
                       MESSAGES INTO ITAB.
        if sy-subrc is initial.
        endif.
      ENDLOOP.
    ENDFORM.                    " process_file
    *&      Form  BDC_DYNPRO
          text
    FORM bdc_dynpro USING program dynpro.
      CLEAR bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      APPEND bdcdata.
    ENDFORM.                    "BDC_DYNPRO
    *&      Form  BDC_FIELD
    FORM bdc_field USING fnam fval.
      CLEAR bdcdata.
      bdcdata-fnam = fnam.
      bdcdata-fval = fval.
      APPEND bdcdata.
    ENDFORM.                    "BDC_FIELD
    Can anyone help? Please!
    Thanks and regards,
    Fernanda

    You are trying to access one of the MRP area which is not yet assigned to CH01 plant. You need to make sure wheather the MRP view was already created for that material for CH01 plant.
    So, first check your data against the MARC for material and plant. If you don't fine any material for that plant than don't run BDC for that plant.
    Regards,
    Naimesh Patel

  • MRP areas--Component To be issues for different MRP areas

    Dear All
    I have this scenario for MRP areas--- MRP area 2000 and 3000..these areas are basically 2 separate physical production facitilties...One is main production plant and other is lab for making samples.... But they store the raw material stock seprately..stock for raw material for main production is in main warehouse 2000 and stock for samples lab in in their mini warehosuese 3000.
    Busniess wants to consume stock from main production warehosue when doing main production and to consume stock from samples warehosue when doing samples production. BUT header item is same and raw materials are also same. Means the same BOM.
    Example-- FG1 and it has RM1 and RM2 in BOM
    Kindly help to do settings\configuration somehow that when we do production in 2000, compoenent are comsumed from 2000 and when we do production in 3000, components from 3000.
    I extended FG on both MRP areas. even for RM1 anf RM2, i extended it on both MRP areas. So in MRP2 view prodcution stprage location is 2000 and with MRP area MRP 2 view production storage location is 3000.
    It did not work.
    Kindlt sugget

    Hi,
    What you need is a way to determine the proper issue storage location for the two cases.
    Since, as you say, the BOM is the same, you need to use production versions. In the definition of the production version you can control the issue storage location for the components of the order.
    All you need then is to choose the right production version for each case when you create the order.
    Regards,
    Mario

  • Creating a Production Order for a MRP area

    Hi All
    I have activated MRP area and has created 2 MRP area's.  When I create a production order, always the first MRP area is assigned in the production Order.
    Please help me to understand how do we create a Production order for a particular MRP area.
    Thanks
    Tom

    Sorry guys, the question was not correct.

  • Are there any plans for adding Safari to Apple TV?

    Im just curious if anyone knows the answer to this? Airplay is a great feature but not always the best quality for video etc.

    Apple has made no announcement of any intent to do that.

  • Any tips for adding a pdf to an iPad for use as wallpaper?

    I have a version 4 iPad. I want to put up a schedulke of an event I will be attending as the lock screen wallpaper. I have the schedule as a pdf. I have converted this to a jpg at 'best' quality and added it to the photo roll. But when I select this as the wallpaper it is pretty hard to read.
    Is there a better way? Or are the certain size/resolution specifications that will work better.
    Any advice is most welcome.

    If you turn ON "Settings > General > Accessibility > Reduce Motion" this might work better. This turns off the parallax effect.

  • HT4352 I can not find any settings for iTunes where are they?

    I have set up home sharing on my Apple TV and now I am supposed to turn on home sharing on my ipad. There are no settings in iTunes on my ipad. I have spent hours looking for them, they donotexist. I have all sorts of options to look formusicandmovies and photos butthere is no"advanced" settings, and thereis no "file - settings - advanced". There is also no setting forhomesharing, no icons. I can not find any of these options the help files are talking about. Can some one please tell me how to find the settings in iTunes on my ipad.

    now I am supposed to turn on home sharing on my ipad.
    Where did you see this ?
    But it is Settings > Music (or Videos) - Home Sharing.
    Can some one please tell me how to find the settings in iTunes on my ipad
    It is not in iTunes on your iPad.
    I have all sorts of options to look formusicandmovies and photos butthere is no"advanced" settings, and thereis no "file - settings - advanced".
    Because it is in iTunes on your computer because that is what AppleTV uses to play videos.
    Notice the paragraph heading and paragraph 2
    Setting up Home Sharing in iTunes on your computer
    Make sure you're using the latest version of iTunes.
    Mac: Choose iTunes > Check for Updates.Windows: Choose Help > Check for Updates.
    Choose File > Home Sharing > Turn On Home Sharing.
    Note: If you're using iTunes 10.7 or earlier, choose Advanced > Turn on Home Sharing.

  • Is there any alternative for adding servlet name in Web.xml?

    Hi,
    I am new to Weblogic and I have an application(Ear file) which was developed
    in Websphere and I am trying to install in weblogic 8.1. I have installed my application
    in Websphere without adding servlet entries in Web.xml and it was working fine.
    I have installed the same Ear file in Tomcat and added the
    following to make all my all servlets work.
    <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    Is there any alternative of doing like that in WebLogic instead of adding each
    and every servlet entry in web.xml because my application has around 200 servlets
    Thanks&Regards,
    Gopi.

    Is Servlet servlet same as weblogic.servlet.ServletServlet?
    Deepak
    Rob Woollen <[email protected]> wrote:
    Yes, you could register weblogic.servlet.ServletServlet.
    -- Rob
    Gopi Krishna wrote:
    Hi,
    I am new to Weblogic and I have an application(Ear file) whichwas developed
    in Websphere and I am trying to install in weblogic 8.1. I have installedmy application
    in Websphere without adding servlet entries in Web.xml and it was workingfine.
    I have installed the same Ear file in Tomcat and added the
    following to make all my all servlets work.
    <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    Is there any alternative of doing like that in WebLogic instead ofadding each
    and every servlet entry in web.xml because my application has around200 servlets
    Thanks&Regards,
    Gopi.

  • Mass change of Reorder point on MRP areas for materials

    Hi,
    Is there any process to upload mass change of reorder point on MRP areas for materials.
    Please suggest.
    Thanks in advance.

    Hi Pavithra,
    I know this is an old thread and my answer may not be relevant to you anymore but maybe it will help others. Are you trying to do a mass change for the reorder points of the MRP Areas? If so, go to tcode SA38, then run program RMMDDIBE. Then go to create/change with Data tab. Select change MRP area and there you can change the reorder points for your MRP areas.
    Regards,
    Chester

  • How to run MRP only for MRP area ?

    Dear Gurus,
    I am going to run collective MRP only for one MRP area, not for whole plant. How to do it?
    MD03----is only for one material.
    MD01----is at plant level
    Thanks in anticipation.
    Jason
    Edited by: Jason Ma on May 6, 2008 4:44 PM

    Can you be more specific?
    MD21 - Display Planning File Entries? Is this related to MRP run and how?

  • Creation of new MRP Areas.

    Hi All,
    While creating new MRP areas am facing problem like "ERROR IN CUSTOMIZING:MRP AREA 1002 IN PLANT 1002 DOES NOT EXIST.
    But I am creating MRP areas for another plant-1003.
    I didnt understand thatwhy this error is coming and unable to save.
    Can any body tell me how to slove this problem.
    Thanks
    Chindam

    dear 2009,
    frist create MRP area using SPRO->Prod>MRP>MRP areas-->Define MRP area(SM34)
    then come back and activate MRP for created MRP area
    sree

  • Stock Transport from plant to MRP Area

    I have been looking for explanation on how to handle replenishment of MRP area storage location stocks within a plant.   We use Special procurement types but they are set up on for plants, not MRP areas.  Can anyone explain how this works and the configuration to make it work?   Were setting up a warehouse as an MRP area and need to replenish its stocks with MRP.

    Aren't your questions answered in SAP online help?
    Integration
    The process is the same as for Storage Location MRP. In contrast to the storage location MRP, you can use all MRP procedures and are not limited to the reorder point planning procedure.
    Prerequisites
    In Customizing for MRP, you have created the special procurement key for Stock transfer from plant to MRP area for the plant in which the MRP area is located. You have defined the following parameters:
    - Procurement type: F for External procurement
    - Special procurement: U for Stock transfer
    - Plant: Number of plant, to which the MRP area belongs.
    In the material master, you have created the MRP area segment and assigned the special procurement key Stock transfer from plant to MRP area.
    Features
    During MRP, the system generates a stock transfer reservation for the material in the MRP area and a material reservation in the plant MRP area.
    The external procurement storage location that you have entered in the MRP area segment of the material master is used as the receiving storage location. If you have not maintained this field, the system uses the receiving storage location that you entered for the MRP area in Customizing.
    The actual procurement is processed by the plant. With stock transfer to the MRP area, you carry out the transfer posting for the material with reference to the reservation.
    Standard procurement key 45 is for that purpose: plant: 1000 (V460A-WERKS), procurement key F; special procurement: U; plant: 1000 (V460A-WRK02).
    So, in both fields you have to write the same plant as it is clearly written in SAP onilne help.
    As SAP help says: a Stock transfer reservation is created. Using MIGO (A08; R09) you can post the goods movement by mvt 311 with reference to the Stock transfer reservation (MB1A is also good).
    Why don't you test in in your sandbox system and you will see how it works.
    (If you want to use STO (purchasing document type UB) in this process you have to go trough OSS note 599915)
    Edited by: Csaba Szommer on Jun 12, 2009 11:46 PM
    Edited by: Csaba Szommer on Jun 12, 2009 11:48 PM
    Edited by: Csaba Szommer on Jun 12, 2009 11:48 PM

Maybe you are looking for

  • Adding the line items in mapping

    Hi Experts, I got the structure like this. Item    (0 to unbounded)     amount   (1 to 1). I am getting more than one amounts, I need to add all the amounts and map it to target field "sum". For this how can i do the mapping can anybody please help m

  • Upload form problems on Mac web server with PHP

    First time using a mac web server and I'm having a heck of a time getting a simple upload form to work in this environment. The errors I'm receiving are: Warning: move_uploaded_file(/Library/WebServer/Documents/mydirectory/content/mwm/) [function.mov

  • Backup to ethernet HD

    Can I use Time Machine to backup to a HD plugged into my router by ethernet cable? If so how? TM does not see the HD or give it as a backup option.

  • How to open a active dataguard?

    Hello, I have an Active DataGuard, Oracle version 11.2.0.3 and Solaris 10. I have to do a test on the Active DataGuard environment, I want to open this database to run multiple scripts DML. At the end I must return to the DataGuard active as it was b

  • Schedule TM to backup only on specific network

    Hi there . How can i schedule my TM to backup only if I'm connected to a specific wireless network. Because I'm using Time Capsule I want to TC make backups if I'm only connected to this wireless network and no other networks, because it's useless st