What is the right process for moving system to another plant

Dear Guru,
I have below scenario which i would like to understand what should be the right process to deal with it..
Organization Structure.
Company code: C500
Business area : 500A
Plant A500 and S500 which is under the same company code and same Business area.
Storage location: SW01 and AW01 which are physically same location address
I have this scenario where the user have a PO under Plant S500 which already GR and IR and the physical goods is currently placed in Storage location SW01.
But the user realized the Material should be created under Plant A500.
For the above case, can anyone please advice me what should be the better process instead of reversal the IV/GR/PO? and what is the right process for MM and considering also from the finance point of view?
Thank you very much,
Regards,
CheeWee

Hi
It is the configuration issue. SOmetime it happens when you copy the Reference plant to your Plant.
Change the setting and make it both Qty & Value if you really want to manage the stock qty with value then proceed.
Valuation area is nothing but a Plant.
karthik
Edited by: Karthik on Jul 25, 2011 1:23 PM

Similar Messages

  • What is the right update for Lion OS X 10.7.5 ?Is it Lion OS X Mavericks or Lion OS X 10.8 and above?

    I bought a Macbook Air 11" in 2011. It is currently running Lion OS X 10.7.5. What is the right update for this ?Is it Lion OS X Mavericks or Lion OS X 10.8 and above?

    10.7.5 is the latest version of Lion. The next operating system that was released by Apple was 10.8.x Mountain Lion. Apple have, in the last two weeks, released a newer version of OS X - 10.9 Mavericks.
    It is a completely new operating system, not an update to Lion.
    Mavericks is available as a free upgrade (as opposed to update) via the Mac App Store in the Apple menu, but before upgrading (if you choose to) ensure that any applications you rely on are compatible with the latest OS. Also, for Mavericks to run well 4gb of RAM is recommended.

  • What is the right charger for a MacBook Pro 13"  mid 2009 model?

    What is the right charger for a MacBook Pro 13" mid 2009 model? I have two chargers for two different Mac and don't know which is  thankswhich. I'm really looking for specific details such as voltage/watts and all the rest to idenify my charger.  A link to where to web page where I could purchase the correct charger would also be very useful. Many thanks.
    All help much appreciated. THANK YOU

    Both power adapter I have are different (at the magnet end) from the one in link.
    Earlier adapters have T shaped connectors, which Apple later changed to the L shape, presumably to make them more abuse-proof. Either one is fine and the one you are using will not damage your Mac.
    Retina MBPs and new MBAs use a completely different MagSafe 2 connector which will not fit (without an adapter).

  • What is the Learning Process for SAP Business ByDesign

    Hi Experts,
    What is the Learning Process for SAP Business ByDesign
    Prashant Kapoor

    HI prasanth,
    SAP-ByD always updated day to day. you can find here:
    https://my020062.sapbydesign.com/sap/ap/ui/repository/SAP_BYD_WEKTRA/CP/sapLSUIContentPlayerTestPage.html?manifest=067D03A7602B1D490899DF46B5082089&COMPONENT=A1S_PDI&RELEASE=260&LANGUAGE=en&REGION=&INDUSTRY=&TASK=CR_VIEW&sap-language=EN
    Note: do u want open the above link u might have a  .net framework4.0 bcz this one silverlight application.
    Best Regards,
    Harish.y

  • What is the best process for conversion moving district data to city data?

    Hi ALL,
    I Need to write one conversion which will move the district field data into city field data in infotype 6..
    It need to apply for only one  Specific country which can be identified by Employee Personnel Area..and it should be apply for all active , Terminated employee as well...
    What is the best process so that i can catpure all the data records of  employees of the Specific country?
    my approacH is..
    LDB: PNP.
    Start-of-selection.
    RP_PROVIDE_FROM_LAST P0001 space pn-begda pn-endda.
    check p0001-weks = '5200'.
    rp_provide_from_last p0006 space pn-begda pn-endda.
    Loop at p0006.
    move p0006 to T_p0006.
    if ort01 is not initial
    Move P0006-ORT01 TO T_P0006-ORT02.
    endif.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty         = '0006'
              subtype       = P0006-subty
       objectid      = P_record-objps
              number        = p0006-pernr     "employeenumber
              validityend   = validityend
              validitybegin = validitybegin
             record        = T_p0006.
              recordnumber  = p_record-SEQNR
              operation     = 'MOD'
              nocommit      = nocommit
              dialog_mode   = '0'
            IMPORTING
              return        = return_struct
              key           = personaldatakey
            EXCEPTIONS
              OTHERS        = 0.
          Endloop.
    Is this using Loop is fine? or Using PROVIDE * from p0006 between PN-BEGDA AND PN-ENDDA
    ENDPROVIDE is fine?
    Is my code is accurate...Bapi_employee enque bapiemployee_deque i  will add apart from that is this code is fine for my requirement or any additional need to take care to capture all the employee data ?
    Regards
    sas

    Hi,
    Please use the following code: -
    RP_PROVIDE_FROM_LAST P0001 space pn-begda pn-endda.
    check p0001-weks = '5200'.
    rp_provide_from_last p0006 space pn-begda pn-endda.
    provide * from p0006 between PN-BEGDA AND PN-ENDDA
    move p0006 to T_p0006.
    if ort01 is not initial
    Move P0006-ORT01 TO P0006-ORT02.
    endif.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
    EXPORTING
    infty = '0006'
    subtype = P0006-subty
    objectid = P_record-objps
    number = p0006-pernr "employeenumber
    validityend = p0006-endda
    validitybegin = p0006-begda
    record = p0006.
    recordnumber = p0006-SEQNR
    operation = 'MOD'
    nocommit = nocommit
    dialog_mode = '0'
    tclass = 'A'
    IMPORTING
    return = return_struct
    key = personaldatakey
    EXCEPTIONS
    OTHERS = 0.
    endprovide.
    Hope this will help you.
    Thanks & Regards,
    Gaurav

  • What are the right names for the 2 OHS?

    Hi,
    Currently we have 2 options for an HTTP Web Server for APEX:
    - An Oracle HTTP Server (OHS) from the database companion CD.
    - An Oracle HTTP Server (OHS) from the Oracle Application Server.
    The first OHS is based on Apache 1.3.x and the second on Apache 2.0.x.
    What are the right way to reference them so people know what your are talking about? In the manuals they are just called OHS but since they are not the same I would like to distinguish them some way. What do you call them?
    Regards Pete

    OK now I think got it:
    OHS from the database companion CD and from the Application Server are both based on an Apache 1.3.x HTTP server.
    On the Oracle Application Server companion CD is an OHS based on an Apache 2.0.x HTTP server. This release does not contain the mod_plsql module an can therefor not be used for APEX.
    Regards Pete

  • What is the best process for adding a long text scroll into a video?

    I have an hour video and need to insert a narrated poem that will either scroll or have lines fade in / out. What is the best process to create that poem? Do I use Motion? Live Type? compose it directly in FCP? I'll have either a still image or a looping video for the background. Once I know the best starting point, then I'll refine my questions. The poem is about 4 minutes narrated. Appreciate any help to get me started.

    In the effects window try "Scrolling Text". Set it to be the length you need it (duration) and paste in your text and render and see how you like it. I think scrolling text has a nice little fade at the top and bottom too.
    Or, you can make the text an image in something like Photoshop and keyframe it to slowly move in FCP for the duration of the video.

  • How do I find out what is the right RAM for my macbook?

    Hey I've been trying to upgrade the Ram for my Macbook but many people said to make sure I get the right one.
    Can anyone tell me how\what to do to get the right one?
    How do I know what is the right one and what's not?
    I don't wana make mistake, cuz it is expensive.
    thankz

    hey thank you very much for your help!!
    At first I didn't get it but now I do
    wo00 hoo0!
    am so happy right now!!!
    n_n

  • What's the right price for my ugrade?

    I'm eligible to upgrade my featureless Choc Touch, debating between the new iPhone and the  HTC Thunderbolt, as we bought one 2 months ago for our 2nd line. There is some advantage to have two identical phones, yet as a techno geek, it would be nice to play with the iPhone too.
    In trying to upgrade on the Verizon site, I can get the iPhone for $199 - my $30 NE2 credit, not bad.
    Now for the HTC Thunderbolt, the splashy ad on the Verizon main page has it for $149 with an extra extended battery.  (We paid $249 2 months ago.)  Now here's where it get's interesting:  if I start thru the upgrade process for my Touch, the TB goes into the cart as $249 and doesn't show my $30 credit.  Not so good.  If I just shop on Verizon without going thru the upgrade sequence, it's only $49, because of an online $100 promo.
    So what's the real price? Can't tell if Verizon would like me to upgrade, are they discontinuing the Thunderbolt, or just indifferent to long time customers?
    M

    53dville wrote:
    I'm eligible to upgrade my featureless Choc Touch, debating between the new iPhone and the  HTC Thunderbolt, as we bought one 2 months ago for our 2nd line. There is some advantage to have two identical phones, yet as a techno geek, it would be nice to play with the iPhone too.
    In trying to upgrade on the Verizon site, I can get the iPhone for $199 - my $30 NE2 credit, not bad.
    Now for the HTC Thunderbolt, the splashy ad on the Verizon main page has it for $149 with an extra extended battery.  (We paid $249 2 months ago.)  Now here's where it get's interesting:  if I start thru the upgrade process for my Touch, the TB goes into the cart as $249 and doesn't show my $30 credit.  Not so good.  If I just shop on Verizon without going thru the upgrade sequence, it's only $49, because of an online $100 promo.
    So what's the real price? Can't tell if Verizon would like me to upgrade, are they discontinuing the Thunderbolt, or just indifferent to long time customers?
    M
    For some reason, when upgrading online, the NE2 discount does not get taken off. You'll have to call Customer Service after upgrading online and have them take it off. It might be better to just upgrade in store, as the discounts are the same amount, just one has a mail-in-rebate and one is instant.
    As for the iPhone, if you're a "techno geek" that will do nothing for you. The iPhones are super user-friendly and made for those who aren't so tech savvy. I would go with an Android - MUCH more fun to play with.

  • What is the right name for Apple Maps.

    What is the exact name for Apple Maps. I cannot find on in the app store written by Apple. I want to make sure i get the real thing or else I guess its Google!

    Thanks Andy I did not know that. But how can I get it on an i-phone 5S. Turn by turn directions on a desktop of lap top are no good when you are driving.

  • What is the right synatx for db_hotbackup?

    db_hotbackup has -h -d -l options. if i have all db and log file under one directory, which is env home. shall i do
    (1) db_hotbackup -h <dir> instead of
    (2) db_hotbackup -h <dir> -d <dir> -l <dir>
    because -v show that db_hotbackup actually copy file multiple times with (2).
    so which one is really correct? or none is ok?
    thanks!

    [email protected] wrote:
    the related documentation actually has a typo on explaining -h usage.Yeap, you are right about that one, will change.
    [email protected] wrote:
    more questions, can we run this command while db is under use with new create/update/delete going on? what is the requirement?Don't worry about that. The advantage of a hot backup is that applications may continue to read and write the databases while the snapshot is being taken. The disadvantage of a hot backup (instead of standard backup) is that more information must be archived, and recovery based on a hot backup is to an unspecified time between the start of the backup and when the backup is completed.
    [email protected] wrote:
    also i noticed that this command will copy all the log files and then removed unnecessary ones. can it skip coping all logs? i need to copy it to a networked file system and speed is my concern.You have two options if speed is your concern. One would be to use the "-c" option, as I said in the previous post. You can archive the log files by using " [db_archive|http://www.oracle.com/technology/documentation/berkeley-db/db/utility/db_archive.html] ". For more details on that, please visit [Log file removal|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/logfile.html] and [Database and log file archival|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/archival.html] documentation pages.
    The other thing you can do is to run db_hotbackup with "-u" option, as this will just copy the new log files.
    Both of them should work and decrease the time needed for db_hotbackup to complete.
    Bogdan

  • What is the best tutorial for moving a LR 2.5 catalog?

    I have used up all of the space on my hard drive so I need to move my LR2 catalog to my Western Digital external hard drive.  I know this can be a very sensitive process to move a catalog so I was wondering what you thought would be the best list of instructions to use?  I have the Scott Kelby for LR too.
    If you could share your favorite line, I'd appreciate it.
    Thanks!

    Do you want to move the catalog or the pictures? It's not the same.
    There's no point to move the catalog - it doesn't take that much space. I doubt you have a hard drive smaller some 200 GB or so.
    If you want to move the pictures, there's not need for tutorial - that's not that hard. Move the pictures folder in Explorer/Finder. When you open Lightroom, all your files and folders will be reported as missing. Go to Library, Folders panel, right-click the top-level folder and choose Find Missing Folder. If you have more than one top-level folder, do this for each of them.

  • What is the internal  processing for idocs

    Dear friends this is subbu working as a abap consultant.
    can any body explain the how idocs are transfered (inbound process and outbound process)

    1.Here out bound means sender.Inbound mens --receiver.
    Data Creation in Idoc
    IDocs are text encoded documents with a rigid structure that are used to exchange data between R/3 and a foreign system. Instead of calling a program in the destination system directly, the data is first packed into an IDoc and then sent to the receiving system, where it is analyzed and properly processed. Therefore an IDoc data exchange is always an
    asynchronous process. The significant difference between simple RFC-calls and IDoc data exchange is the fact, that every action performed on IDocs are protocolled by R/3 and IDocs can be reprocessed if an error occurred in one of the message steps.
    While IDocs have to be understood as a data exchange protocol, EDI and ALE are typical use cases for IDocs. R/3 uses IDocs for both EDI and ALE to deliver data to the receiving system. ALE is basically the scheduling mechanism that defines when and between which partners and what kind of data will be exchanged on a regular or event triggered basis. Such a set-up is called an ALE-scenario.
    IDoc is a intermediate document to exchange data between two SAP Systems.
    *IDocs are structured ASCII files (or a virtual equivalent).
    *Electronic Interchange Document
    *They are the file format used by SAP R/3 to exchange data with foreign systems.
    *Data Is transmitted in ASCII format, i.e. human readable form
    *IDocs exchange messages
    *IDocs are used like classical interface files
    IDOC types are templates for specific message types depending on what is the business document, you want to exchange.
    WE30 - you can create a IDOC type.
    An IDOC with data, will have to be triggered by the application that is trying to send out the data.
    FOr testing you can use WE19.
    How to create idoc?
    *WE30 - you can create a IDOC type
    For more information in details on the same along with the examples can be viewed on:
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm
    http://www.sappoint.com/presentation.html
    http://www.allsaplinks.com/idoc_search.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://www.erpgenie.com/sapedi/idoc_abap.htm
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30 )
    Create Message Type ( WE81 )
    Assign Idoc Type to Message Type ( WE82 )
    Creating a Segment
    Go to transaction code WE31
    Enter the name for your segment type and click on the Create icon
    Type the short text
    Enter the variable names and data elements
    Save it and go back
    Go to Edit -> Set Release
    Follow steps to create more number of segments
    Create IDOC Type
    Go to transaction code WE30
    Enter the Object Name, select Basic type and click Create icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDOC Name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press Enter
    The system transfers the name of the segment type to the IDOC editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation
    Save it and go back
    Go to Edit -> Set release
    Create Message Type
    Go to transaction code WE81
    Change the details from Display mode to Change mode
    After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter
    Click New Entries to create new Message Type
    Fill details
    Save it and go back
    Assign Message Type to IDoc Type
    Go to transaction code WE82
    Change the details from Display mode to Change mode
    After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back
    Check these out..
    Re: How to create IDOC
    Check below link. It will give the step by step procedure for IDOC creation.
    http://www.supinfo-projects.com/cn/2005/idocs_en/2/
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.docs
    go trough these links.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    An IDoc is simply a data container that is used to exchange information between any two processes that can understand the syntax and semantics of the data...
    1.IDOCs are stored in the database. In the SAP system, IDOCs are stored in database tables.
    2.IDOCs are independent of the sending and receiving systems.
    3.IDOCs are independent of the direction of data exchange.
    The two available process for IDOCs are
    Outbound Process
    Inbound Process
    AND There are basically two types of IDOCs.
    Basic IDOCs
    Basic IDOC type defines the structure and format of the business document that is to be exchanged between two systems.
    Extended IDOCs
    Extending the functionality by adding more segments to existing Basic IDOCs.
    To Create Idoc we need to follow these steps:
    Create Segment ( WE31)
    Create Idoc Type ( WE30)
    Create Message Type ( WE81)
    Assign Idoc Type to Message Type ( WE82)
    imp links
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    www.sappoint.com
    --here u can find the ppts and basic seetings for ALE
    http://sappoint.com/presentation.html
    www.sapgenie.com
    http://www.sapgenie.com/ale/index.htm
    WE30 - you can create a IDOC type.
    An IDOC with data, will have to be triggered by the application that is trying to send out the data.
    Try this..Hope this will help.
    SAP ALE & IDOC<<<<
    Steps to configuration(Basis) >>
    1. Create Logical System (LS) for each applicable ALE-enabled client
    2. Link client to Logical System on the respective servers
    3. Create background user, to be used by ALE(with authorizaton for ALE postings)
    4. Create RFC Destinations(SM59)
    5. Ports in Idoc processing(WE21)
    6. Generate partner profiles for sending system
    The functional configuration(Tcode: SALE)
    • Create a Customer Distribution Model (CDM);
    • Add appropriate message types and filters to the CDM;
    • Generate outbound partner profiles;
    • Distribute the CDM to the receiving systems; and
    • Generate inbound partner profiles on each of the clients.
    Steps to customize a new IDoc >>>
    1. Define IDoc Segment (WE31)
    2. Convert Segments into an IDoc type (WE30)
    3. Create a Message Type (WE81)
    4. Create valid Combination of Message & IDoc type(WE82)
    5. Define Processing Code(WE41 for OUT / WE42 for IN)
    6. Define Partner Profile(WE20)
    Important Transaction Codes:
    SALE - IMG ALE Configuration root
    WE20 - Manually maintain partner profiles
    BD64 - Maintain customer distribution model
    BD71 - Distribute customer distribution model
    SM59 - Create RFC Destinations
    BDM5 - Consistency check (Transaction scenarios)
    BD82 - Generate Partner Profiles
    BD61 - Activate Change Pointers - Globally
    BD50 - Activate Change Pointer for Msg Type
    BD52 - Activate change pointer per change.doc object
    BD59 - Allocation object type -> IDOC type
    BD56 - Maintain IDOC Segment Filters
    BD53 - Reduction of Message Types
    BD21 - Select Change Pointer
    BD87 - Status Monitor for ALE Messages
    BDM5 - Consistency check (Transaction scenarios)
    BD62 - Define rules
    BD79 - Maintain rules
    BD55 - Defining settings for IDoc conversion
    WEDI - ALE IDoc Administration
    WE21 - Ports in Idoc processing
    WE60 - IDoc documentation
    SARA - IDoc archiving (Object type IDOC)
    WE47 - IDoc status maintenance
    WE07 - IDoc statistics
    BALE - ALE Distribution Administration
    WE05 - IDoc overview
    BD87 - Inbound IDoc reprocessing
    BD88 - Outbound IDoc reprocessing
    BDM2 - IDoc Trace
    BDM7 - IDoc Audit Analysis
    BD21 - Create IDocs from change pointers
    SM58 - Schedule RFC Failures
    Basic config for Distributed data:
    BD64: Maintain a Distributed Model
    BD82: Generate Partner Profile
    BD64: Distribute the distribution Model
    Programs
    RBDMIDOC – Creating IDoc Type from Change Pointers
    RSEOUT00 – Process all selected IDocs (EDI)
    RBDAPP01 - Inbound Processing of IDocs Ready for Transfer
    RSARFCEX - Execute Calls Not Yet Executed
    RBDMOIND - Status Conversion with Successful tRFC Execution
    RBDMANIN - Start error handling for non-posted IDocs
    RBDSTATE - Send Audit Confirmations
    FOr testing you can use WE19.
    There are two filtering in IDoc.
    Segment Filtering:
    Segment filtering can be achieved using T/Code BD56. Here you can suppress a whole segment irrespective of data inside it . You have to give Message Type / Sender Prrtner / Receiver Partner.
    Data Filtering:
    Data filtering can be done in dustribution model (BD64) where you can restrict whole IDOCS or partials IDOCS to be send based on data in fields inside IDOC depending on whether the segment in which you filter is at the highest level or at a lower level. For example in MATMAS if you put a filter of E1MARCM for a particular plant , only data for this plant will go and other plants will be ignored.
    Please check this link for more information.
    http://help.sap.com//saphelp_470/helpdata/EN/0b/2a611c507d11d18ee90000e8366fc2/frameset.htm
    Reward points..

  • What is the right driver for iPhone 4 for iTunes 10.2.1.1

    I upgraded my itunes to 10.2.1.1 on Windows 7 and tried to upgrade my iPhone IOS to 4.2.1. Unfortunately, the apple recovery iBoot driver will not load and my iPhone has an USB cable icon pointed to an itunes icon and will not start.
    I see four drives Apple recovery iBoot USB driver 6.0.9999.52, 6.0.9999.53, 6.0.9999.55 and usb composite. All these drivers failed to load into Windows.
    What is the Apple recovery usb driver and how do I get the driver loaded so, y iPhone can start up?

    Jac -
    --Tom asked "what format are you capturing?"
    1. What camera (that the Church owns?) are you using now? Does it record to a small Memory card or to tape? -- What make & model is it? HD or SD?
    2. If the camera is storing to a media card, you can (a) copy the contents of the card to a thumb drive attached to any laptop at the church, take it home and import into Final Cut X there or (b) borrow the media card(s) and take it/them home.
    3. What laptop computer do you and/or the Church presently own? What is the operating system version? How much memory, size/type of internal Storage? Any external hard drive storage? You mentioned that you own a Mac Pro at home. What model? (Apple Menu/About this Mac/System Information) What are its specifications?
        Almost any computer would be able to simply copy files using the finder - without using Final Cut Pro X for capture at the Church.
      One can purchase 128 GB., USB 2/3 thumb drives for about $60 and up.
        If your Church's camera is a Tape based Camera, then you could just take the tapes home. No? "Capture" at home. Yes?
       You are currently capturing to an esata drive? which drive? which model Macbook Pro do you own?
       Finally, is your Church going to be purchasing whatever new equipment that you may need?

  • What is the right macbook for me?

    So I convinced my mom to get a macbook, but the next problem is what macbook is right for me?
    I will use it for school work :
    I will use it for:
    - Word proccessing
    - portability
    - slideshows
    - programming in xcode and in Java
    - Gaming
    - Music
    - Developing games
    So can you please tell me which one is the best for me

    I don't think that the OP would want 4GB of RAM either.
    The price I quoted was for 8GB of RAM and 256GB of flash storage.
    I'm not sure why you'd say that the user wouldn't 'need' 256GB of flash storage - that's a minimum starting point. Far too many people with 128GB and running out of storage space, having to rely on external devices -> which rather defeats the purpose of having an Air in the first place.
    Clinton

Maybe you are looking for