Scale base discount from two plants

Dear All,
   My client is having scale based discounts
for eg: 1-30(5%)
            31-50(7%)
the issue is that in vk 11 they maintained condition records in the plant combination
When in the sales order if the order quantity is 40 it is picking the the correct discount 7%,but all the items are from same plant.
if we ditribute this 50 quanity in two diff plants in the sale order it is only showing 5%.which means this will go to the first scale becoz of 25 qtys onl;y from one plant.
Please help to solve this issue
Regards
cnrnair

if you want it to be based on 2 plants:
Create a condition group.
Each material gets a value determined specifically which can be used collectively.
Read this:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/de/7a8534c960a134e10000009b38f83b/frameset.htm

Similar Messages

  • Stock transfer from two plants

    Dear PP Gurus,
    I am producing SFG at two different plants, from there i need to transfer to different plants where FG is produced using SFG. Now as per capacity, one plant is giving 70% and another giving 30% of reqmts. I am planning FG in the plant from where i want to create planned orders for SFG for both the plants.
    So, reqmts for SFG is 1000 kg. Plant 1 will give me 700 kg and plant 2 will give 300 kg. so from one plant(Main), what settings to be done so that above reqmts can fulfilled. Please Guide.
    If quota arrang. can be used please guide step by step procedure for the same.
    Thanks in advance
    Kailash T.

    Hi!
    Use quota arrangement. Create source list(ME01) for the SFG with one line item for each plant (enter in PPI column)) and make both as MRP relevant (1 or 2 in MRP column). Put quota arrangement usage as 4 in purchasing or MRp2 view of SFG. Create quota arrangement (MEQ1) and define quota % for both sources of supply.
    I think this will solve your problem. Please revert back in case of any issue.
    Regards,
    Uday
    Edited by: Uday Parchure on Jul 1, 2009 9:21 AM

  • Issue with Scale base routines in Pricing

    Hi All,
                    This is regarding one issue I am facing in Invoice creation.
    It happens randomly in some invoices (impact is in <5 % of invoices) that a discount condition value is incorrectly calculated when created through batch job.
    This issue is not replicable in any of the lower environments.
    When we cancel the invoice in produciton system and recreate it, the values are calculated correctly and we failed to replicate it even in production to find the root cause.
    Here are the details:
    We have a custom condition type which is a group condition (header as well as item) which is set in percentage where customer is supposed to get a discount (for eg. 1 % on the net price)
    We have a Scale Base value routine which fetches the ‘scale base value’ from a custom table and assigns it to the item on the invoice (XKOMV-KSTBS).
    All further calculation happens in standard SAP code where it checks the scales maintained in the condition record and applies the correct rate so the discount is applied accordingly.
    Our pricing routine is working fine and is passing correct value to the scale base field.
    The issue is in standard SAP code which applies the discount.
    For all the impacted invoices, we have correct scale base values (fetched in our routine) but the corresponding discounts (KONV-KBETR and KONV-KWERT) are zero.
    Only the last item in all the invoices shows a large negative value which is wrong .
    Please guide me in finding the root cause.
    Regards
    Ritu

    Hi,
    These requirements should be met to fetch the condition record in the document.
    1 = Different Payer
    If this requirement is assigned to the condition type, the sold-to-party and payer should be different, so it will be picked up in the document.
    2 = Item with Pricing
    The item category of the item should be relevent for pricing.
    3 = Foreign currency doc
    The company code currency is derived from sales org in a sales document. But we can change the document currency in the sales document header also. And condition also can be maintianed in different currency. If this requirement is assigned, the company code currency and document currency should be different.
    4 = Cost
    If this requirement is set, the item should be relevent for cost determination (setting in item category)
    5 = No Condit Exclusion
    If this requirement is set, it will not consider the condition, if any condition exclusion is maintianed for it.
    Prase

  • Re: Overiding of QM for one of two plants

    Hi All,
    I have a requirement where I do procure a material from two plants. QM is active. My requirement is that for one of the two plant the stock should directly go to unrestricted location while for the other vendor it should go to quality stock.
    Please advice.
    Regards,
    Vivek

    Hi Vivek,
    I have 2 queries here.
    1.     Have you created Italy as vendor code in your system through XK01?
    2.     With which movement type you are receiving material in China plant from Italy vendor?
    If the answers to above questions are yes and 101 respectively, your requirement can be fulfilled in standard ways.
    1.     You need to activate inspection type 01 in material master in china plant.
    2.     Also you need to have procurement tick activated in material master.
    3.     Create Q-Info records for this material with above 2 vendors.
    4.     For creating Q-Info record for Italy vendor select u201CNo Inspectionu201D in u201CInsp controlu201D
    5.     As a result of which inspection lot will not be generated for vendor Italy ensuring no inspection.
    6.     At the same time inspection remains active for all other vendors.
    Just check this out!
    Regards,
    Anand Rao

  • How to pass scale basis in bapi 'BAPI_PRICES_CONDITIONS'

    Hello,
    how can i pass the scale basis quantity and amount in multiple level (ex - scale basis quantity1, amount1 ... quantity2,amount2.....)through bapi 'BAPI_PRICES_CONDITIONS'
    Thanks
    satya

    Hello,
    I got the solutions. Below are the codes for enetring scale quantity and amounts in multiple level. Here i have used for three level, giving IS_BAPICONDQS-line_no = '0001' , IS_BAPICONDQS-line_no = '0004' , IS_BAPICONDQS-line_no = '0007'.  you can use as per yours requirements.
    is_BAPICONDIT-scaletype = 'A'.  "A-from and B-to
    is_BAPICONDIT-scalebasin = 'C'. "C-Quantity and B- Value scale
    (use these two line in is_BAPICONDIT )
    IS_BAPICONDQS-operation = '009'.
    is_BAPICONDQS-cond_no = '$000000001'.
    IS_BAPICONDQS-cond_count = '01'.
    IS_BAPICONDQS-line_no = '0001'.
    IS_BAPICONDQS-scale_qty = '15'.
    *IS_BAPICONDQS-t_unit_iso = 'VIA'.
    IS_BAPICONDQS-currency   = '71'.
    IS_BAPICONDQS-CONDCURR = 'USD'.
    APPEND IS_BAPICONDQS to IT_BAPICONDQS.
    CLEAR IS_BAPICONDQS.
    IS_BAPICONDQS-operation = '009'.
    is_BAPICONDQS-cond_no = '$000000001'.
    IS_BAPICONDQS-cond_count = '01'.
    IS_BAPICONDQS-line_no = '0004'.
    IS_BAPICONDQS-scale_qty = '25'.
    *IS_BAPICONDQS-t_unit_iso = 'VIA'.
    IS_BAPICONDQS-currency   = '96'.
    IS_BAPICONDQS-CONDCURR = 'USD'.
    APPEND IS_BAPICONDQS to IT_BAPICONDQS.
    CLEAR IS_BAPICONDQS.
    IS_BAPICONDQS-operation = '009'.
    is_BAPICONDQS-cond_no = '$000000001'.
    IS_BAPICONDQS-cond_count = '01'.
    IS_BAPICONDQS-line_no = '0007'.
    IS_BAPICONDQS-scale_qty = '30'.
    *IS_BAPICONDQS-t_unit_iso = 'VIA'.
    IS_BAPICONDQS-currency   = '106'.
    IS_BAPICONDQS-CONDCURR = 'USD'.
    APPEND IS_BAPICONDQS to IT_BAPICONDQS.
    CLEAR IS_BAPICONDQS.
    Then pass the internal table IT_BAPICONDQS to the BAPI 'BAPI_PRICES_CONDITIONS'.

  • Intrastat for goods movement between two plants

    Dear All
    I have question need your help.
    Now we have two plants located in different countries, one plant is in NL (Netherlands), another plant is in DE (Germany).
    And we transfer stock from NL to DE in SAP by MIGO(301). But actually this belongs to Import/Export business.
    So we need to report to Intrastat system. So we need to do the intrastat declaration.
    But could you tell me how I can realize the intrastat in SAP system.
    Currently we manually do the intrastat.
    Regards
    Eva

    For intrastat reporting you need to add a condition type in your pricing procedure GRWR.
    Requiremnet routine 8 . Alct condition base value formula need to be created to read net value, if net value is zero then to read cost price.
    Helpful links:
    http://help.sap.com/saphelp_40b/helpdata/fr/2b/274520995111d1b4e30000e82d81b0/content.htm
    http://help.sap.com/saphelp_40b/helpdata/en/34/60b19dae724effe10000009b38f91f/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/34/60b1a0ae724effe10000009b38f91f/content.htm
    Document on configruation:
    http://www.google.com/url?sa=t&source=web&oi=spellmeleon_result&ct=result&cd=1&ved=0CBIQhgIwAA&url=http%3A%2F%2Fwww.scmexpertonline.com%2Fdownloads%2FKees%2520Intrastat%2520download%25201-23-07.doc&rct=j&q=configurationforlegalreruiementsintrastat&ei=16n2S6HEEoqdlgfFlY2_CA&usg=AFQjCNFWXtBMAjyjJK9ZmxKuIj_3KEABaw
    Hope this is helpful
    Regards
    Sai

  • Scale base value total $ based on confirmed quantities

    Hi,
    I have a requirement from my user and i think of a solution but wondering if there is  a more standard SAP solution without programming a formula. Here is the case :
    We want to give special discounts on non current material. Material that are from last season and that we want to sell all the remaining items.
    So when the total $ of the line will exceed for example 100 000 $ then, the customer will have a 20 % discount but of course we want to consider only confirmed quantities as it is sold-out items. If for example, we have 100 items remaining, we don't want the customer to order 500 items in order to reach the 100 000 $ as for sure, we will never ship the 400 remaining items as we will never have more available items.
    So i'm proposing the create a new discount condition type for which we will use value scale (B as a scale basis). But the scale base value should be total net price for confirmed quantites only. The solution i can do is program a scale base value formula that will multiply the confirmed quantity by the net price to obtain the total net price for confirmed quantities for the line. And also, i will have to take care of currency calculation if the document currency is not the same as the condition record currency.
    Is there another way to do it more standard SAP ?
    And also if i want to use group condition in order to calculate the total net price on multiple items eligible for the discount ? Will it work ? will it sum all the total net price for confirmed quantities ? (scale base value).
    Thanks.
    Myriam
    Edited by: Myriam Catrycke on Aug 7, 2008 3:29 PM

    Hi,
    We don't want to pay retroactively but at the order time. Our customers order on line and we want them to see immediately the discount they will have.
    Thanks for the suggestion.
    Myriam

  • How to sum up billing documents and provide scale based discounts

    Dear Gurus,
    Here is the client's requirement:
    Actually the client requires that after two weeks some of the customers are given discount based on the total quantity or value been sale.
    Invoice list seems a great option but issue is that its sums up the factor discount from all the billing documents.Although,the client requires that after the toal quntity or value been taken from the billing docuements a scale is applied at the level of invoice list.For example
    billing 1  value 10,000 discount 3 %   = 300
    billing  2 value  1,000  discount 3%    =30
    system response:
    invoice list  value 1100 discount =330
    client requirement
    invoice list value 1100
    scale  :  if value <= 500  discount 3%
                 if value >500 && value<2000  discount 4%
    required value : invoice value 1100 discount 400
    Kindly help , if there some better option availble in invoice lists or any other solution you may come up or suggest.
    Regards,
    Sam Ahmed

    Hello,
    you can create a discount condition type and add access sequence to it. If your client does not have access sequence as per your requirement create one with copying a standard access sequence for discounts.
    you can create a separate table to fulfill changes so that access could be made.
    regards,
    amol marathe

  • Condition types and scale basis

    Hi
    Can any one tell me for conditions types and scale basis for maintaining condition records
    thanx in adv

    dear
    Scales in nothing but a range of order quantity, according to the pricing element depending upon the range of quantity prices way be increased/decreased, higher discounts, low freight changes can be offered.
    Ex: when per one item is 100/- if customer placed the order for
    Range          price
    100/-
    95/-
    90/-
    Check --&#61527;&#61509;value:     
    We can specify the changing rule for scale rates as ascending or descending.
    Scale type:     
    This indicator controls the validity of the scale value or percentage from certain quantities or value up to certain quantity or value, alternatively it is possible to work with internal scales that must be stored in the condition type that is the scale type the interval scale can’t be change in the condition record due to technical reasons ex: condition type PR02 graduated scale.
    Scale formula:     
    We can specify the formula for determining the scale base value; we can provide formula’s that has not been provided in the standard system. Ex: condition type ‘KP003’ to support mixed pallet surcharges can be used
    Condition scales:     
    We can maintain scales for each and every condition type so that we can determine pricing condition value depending upon the range of order quantity.
    Ex: If we maintain condition record for PR00 for material one as a Rs.1000/- for one material then we can maintain scale for this material like below.
         Quantity          Price
    0-10     1000.00
    11-20     999.00
    21-30     998.00
    31-40     997.00
    Configuration settings:     
    Go to VK11; maintain condition record for PR00,
    Select line item and click on scale icon on the application tool bar &
    Maintain scale rates accordingly, save it & exit.
    Got to VA01 and raise scales order, validity periods to scale. Check the condition value
    rewards if it helps
    siva
    Message was edited by:
            siva narayana

  • Scale base

    Dear Experts
    What is the functionality of  scale base check in condition type of Pricing schema.  please explain in detail

    Hi,
    Scale basis .. required for following req.
    If Procurement Qty 100 Nos  price 10 /- per unit.
    if procurement Qty  100-500  nos Price 9 /- per unit.
    If procurement qty    More then 500 Nos Price 7 /- unit.
    Logically this only kind of discount offering by customer during procurement.
    You have to maintain the scale basis at Info record condition.
    Based on the Qty which you enter in PO the Price will pick up from Infor record.
    SAM

  • Scale basis in condition type?

    Hi
    I want to know the exact functionality of Scale basis in a condition type.
    Basically what does scale basis, scale formulae, check value ,scale type etc mean?
    Explanation with an example would be highly appreciated.
    Also we do maintain scale basis at condition record level, then whats the difference between the two?
    Thanks

    Hi ! Christino,
    Q) functionality of Scale basis in a condition type?
    A) The entry made here decides whether the condition value calculated is on the base of per quantity(say per pc or per no.) or per weight(say per Kg or per pound) or per volume(say per litre or per ml or per cm^3)
    Q) What does scale formulae, check value ,scale type etc mean?
    A) Scale Formulae - is a setting(ABAP/4 code you write) to make condition value to be calculated any other than those mentioned in the above answer.
    ->Check value field once set helps in deciding whether the scales you mentions have to be in a ascending or descending in scales rate
    (ex.for Material A 1pc to 50pc price is $100
                             51pc to 200pc price is $99
                            201pc to 500pc price is $98, is an example of ascending scale rate. descending is opposite)
    -> Scale type is setting the validity of the scale (say the scale rate starts from a particular point of quantity or value)
    Q)Also we do maintain scale basis at condition record level, then whats the difference between the two?
    A) at the condition record level it just a reflection of what scale basis you have set in customizing of Condition type.
    Hope this helps. Do provide your feedback.
    Regards,
    PATHIK
    Message was edited by:
            Pathik Pandya

  • Transfer of sales orders from one plant to another

    Dear all,
    My requirement is as follows:
    I have created some 500 sales orders (open) in one sales org+plant.
    Now due to plant shifting to other area, I want to transfer all the above open sales orders to another sales org+plant.
    One option is to create them manually. But that is time consuming and prone to errors.
    Second option is to upload thru LSMW. That too is very tedious.
    Third option is to extend/assign new plant to the old sales area and change the plant in the orders. But I want in the new sales org + new plant.
    Is there any other option by which I can transfer the above sales orders from one plant to another?
    Regards
    SAPshed

    Hi SAPshed,
    The problem is not the change of plant, which is standard functionality, but the change of sales organization.
    An awful lot of information depends on the Sales Organization: Company code (!!), customers, materials, prices, profit center, etc.
    SAP does not even admit creating a sales order in a Sales Organization A with reference to a sales order with a sales organization B.
    IMHO your best option is to try to maintain the current Sales Orders with the current Sales Organization and change the Sales Order in VA02 (your third option).
    If you are absolutely sure that all materials and customers are created for the new Sales Area in the same way and that prices (discounts) are the same, you might want to do a direct update to VBAK table to change the Sales Organization (nasty!), but be prepared for the consequences (no SAP support in case of problems, you are on your own).
    Therefore if you insist on a different Sales Organization, then option 2) will be your best best.
    Best Regards,
    Franck
    P.S. IMHO it is Best Practice to have a unique Sales Organization / Company Code.

  • Stock Transfer B/W Two Plants ( 303 & 305 )

    Hi MM Experts.....
    Im working with the scenario of two plant stock transfer ie., 303 & 305 and in need to control the posting date of 305 should be gerater or equal to the reference document ie., 303.
    There is a field LFBNR - Document No. of Reference Document but i cannot find the reference doc number ie., 303 on that.
    Im tried to figure out the reference document in the MKPF & MSEG table but i couldn't only for 303 & 305 document alone.
    Please suggest me ......
    Regards
    MM-L.Senthil Kumar

    There is no link between 303 and 305.
    One moves stock from a storage location  into in-transit, while the other posts from in-transit to a storage location.
    Depending on the time one needs to transport the material physically, you can have stock of several movements done with 303 in in-transit.
    Further you are looking for a way to restrict posting with an earlier receipt date than issue date, but this just assumes that the GR folks are working wrong, while the people who perform the goods issue are doing everything right.
    You better analyse your process and talk with the receivers why they enter a earlier date. I doupt that they are doing this to mess around. I would even guess they are doing it because they received the goods at this earlier date, but could not perform the GR because the goods issue folks had not done their job.

  • Can users have one iTunes library deriving from two drives?

    Hi everyone,
    I keep my 4 & 5 star songs on my C drive and the rest (all stars, 1,2 3, etc.) on my exhternal hard drive.
    Whenever I want to listen to my music, all I can readily play are the tunes on my C drive.
    I'm guessing the issues having one library for tunes stored on separate drives is insurmountable?
    I say that because I'm guessing that my iPod (4th gen) is only capable of importing from one library?
    I think the biggest issue is either I don't know how to (or maybe users can't) list a second drive so that iTunes can load all songs from both drives whenever I do have the second drive up and running.
    Adding to the second drive library issue, I can't figure out how to permanently tag my external HD's (I've got 6) so that their drive letter is not automatically defaulting to their order of prescence.
    I can deal with that issue by simply not opening iTunes while I the second drive has been assigned a drive letter other than what iTunes (hopefully) is set to (i.e.; hopefully C and F drives).
    But can users have one iTunes library deriving from two drives?

    Seems I've over come what is something I'd hoped/expected iTunes would be capable of (ie; reinitiating the pathway for external HD music files when their drive letter is the only thing that changed).
    I tried the obvious by going to iTunes's Edit>Preferences>Advanced and clicking the change button for "iTunes Music folder location", then entered the current drive and pathway (as the drive is currently assigned, F as opposed to the original G) and of course iTunes still couldn;t find the missing tunes.
    Giving up on the hope that iTunes was designed smarter than it is (ie; each and every single missing tune req's manual redirection of pathway, as opposed to a preferable tick box for something like 'use the last redirected pathway').
    And I finally figured out how to properly changed drive letter assignments, but still uncertasin if that means permanently tags my EHD's with that drive letter.
    For that to be permanent, maybe I need to name each drive regardless that Windows already has unique inforamtion on each HD. Suppose I'll soon find out if the drive at this point has fianlly stored its drive name and whether or not Windows will contiue to change the EHD drive letters simply by the order which I am introducing them to the os.
    No real luck with rats nest USB hubs as they crash my os alot, so I'm left to trying to find an easy way of managing the EHD drive assignments. THe following is the closest I've yet to come to doing that:
    Click Start>Control Panel>Administrative Tools>Computer Management, and then in the left pane, under Storage, click Disk Management.
    Right-click the drive, partition, logical drive, or volume for which you want to assign a drive letter, and then click Change Drive Letter and Paths.
    Click Change.
    Click Assign the following drive letter (if it is not already selected), click the drive letter that you want to use, and then click OK.
    Click Yes when you are prompted to confirm the drive letter change.
    Again, too bad iTunes doesn't afford a 'find' feature for 'missing' files such that one might be afforded a tick box for 'do not prompt again, instead use the last indicated location for "iTunes Music" folder as the base storage location'.
    This drive renaming thing is a real hassle. Not like somebody couldn't have guessed it and Windows and/or iTunes can't afford some script, etc. to better manage 'tagging' EHD's and/or re-locating 'missing' tunes.
    But then what would we have to complain about, not that they listen anyway.

  • Can I transfer Time Machine data from two separate hard drives into one new one?

    I'm using a MacBook Pro as my primary computer.  My 500 gig Time Capsule filled up a year or so ago, so I stopped using it with Time Machine for awhile so I could keep the data from those old back-ups.  There were a number of things I deleted from my computer's very limited hard drive after they were backed up to the Time Capsule.  I got a 1T external USB drive last year to use as my "filing Cabinet" to store files I didn't necessarily need all the time or that were filling up my small laptop hard drive--including my iTunes library--all organized in a way that made it relatively easy for me to find what I needed, even if I didn't remember exactly when I'd filed it or what I'd called it.  I got another 1 terabyte external (portable) drive last July and dedicated it to TimeMachine backups and labeled it "TimeMachine".
    Over the last couple of weeks, my friend has been helping me upgrade to Yosemite and clean up my laptop hard drive.  Last week he cloned my laptop hard drive to a new 1T hard drive and I exchanged it for my old drive in my computer today. All good.
    Here's the issue.  We replaced my Time Capsule hard drive with a 1 terabyte drive with the idea of transferring the data from the old Time Capsule (500G) drive and the newer USB 1T "TimeMachine" compact drive to the new 1T Time Capsule drive and beginning using the latter for my Time Machine backups going forward.  Originally he thought we could copy everything from each of my external drives (the old 500gig drive from my Time Capsule, the USB "TimeMachine" drive I've been using since July, and the "file cabinet" files) to my computer in their own folders and then start regular TimeMachine backups to the new Time Capsule drive, thus preserving all my old data and making regular backups going forward.  The "file cabinet" data was no problem at all, but when I tried to copy my USB "TimeMachine" data to my computer, I was unable to.  My friend found instructions for transferring old TimeMachine data to a new TimeCapsule, but I don't know if I can transfer the data from two separate disks to the new TimeCapsule drive. I'm afraid that one set of data will supersede the other and either my newer backups or my old ones will be lost if I try to transfer both. 
    Are my fears justified or is there a way to insure that no such problem will occur?  Of course, my data will still be on those two older drives, but that won't do me a lot of good if I can't access it when I need to. Also, the 1T drive now belongs to my friend; he used a brand new drive he'd bought for himself for my new internal hard drive and plans to take my 1T "TimeCapsule" drive in exchange, once the data has been transferred, so he will, of course, erase that drive. 

    Should we be able to bring up the old (500G) Time Capsule Drive to rename it using a SATA to FireWire harness and then copy the whole thing to the new Time Capsule drive?
    You can copy a whole sparsebundle from one drive to another. That is not a problem. Whether you can access the sparsebundle is something you should test before you even start though.
    If it's on the Desktop and I don't tell Time Machine to exclude it from backups, will it just automatically back it up?
    All drives you plug into the Mac are excluded by default.. you must include them. So no problems there.. but I hope I am understanding the question.
    Will both volumes or directories (which is the right term?) show up when I open Time Machine?
    No, Time Machine will only open what it is told to open... or its backup default location.
    You can force Time Machine to open alternative/old/no longer used backups by (now I have a problem as things have changed somewhat in Yosemite and I consider it alpha release software at this point in time). The old method was to right click on the TM icon and select a different TM backup. easy. Yosemite seems to have made easy stuff harder.
    Here it is on my current computer.. clearly not Yosemite.. Right click on the TM icon in the dock.. select Browse Other Time Machine Disks.. And supply the info of where that is located. Easy. If you cannot figure it out one of the other posters here (with more patience than me for Yosemite) will help you.
    Or will we have to partition the new drive somehow--is that even possible?
    I am getting more lost as I go down the list.. but the TC disk cannot be partitioned.
    If you have included all those USB drives in the new backup on a Time a Time Capsule.. you have made life rather hard because now your files are stored another layer deeper than they were.
    So to open a file from a disk you need to open the sparsebundle.. then dig down to the drive in question and then dig down to the backup.. and all of this means Time Machine has to work perfectly which is Yosemite is a very big ask.
    I thought you wanted to just backup your old drives to central location.. which means copying the files to a separate folder on the Time Capsule.
    One correction I need to make to my post, which will make my strategy make a bit more sense: my new Time Capsule drive is 4T
    It makes it much harder.. and I have to pose a real question of long term .. if you have put a 4TB drive in a Gen1 TC.. did you also replace its power supply because I can assure you the drive might be ok but the TC itself will not last forever.. and what happens when it dies. The Gen1 power supply is already well beyond its normal life span and the vast majority are dead. When the backup device is unreliable and the backups on it are made that much harder to get access to.. is this a great plan??
    If you are going to consolidate all your old files on one disk.. a task I find understandable. I have done much the same albeit the usefulness of files made on emac running OS9 may be questioned. A disk lying in the bottom of a draw is a more appropriate place for them.
    You want those files as easily accessible as possible (at the point of recovery) and not buried inside a sparsebundle.. particularly not a sparsebundle from the old TC disk buried inside a new sparsebundle.. keep files as accessible as possible as you can run searches.. and that is best done on a USB 3 (or faster ie thunderbolt) drive plugged into a new(ish) computer.. not network. And since the files are not being accessed on a daily/weekly or even monthly or yearly basis.. keeping them in actively running TC network storage.. I would say is a waste of space. That is only my opinion of course.. you might consider it highly important that files you will never look at are available any time of day or night when the urge comes to track down that elusive pimpernel email you sent 10 years ago... but I find it hard to justify. What the case.. the problem with TM and things like Mail is you cannot search it.. you must restore the whole library/files/program even before you can access it.. that makes file recovery out of a sparsebundle double step process.
    So.. summary.
    If you want to store files on the 4TB drive in the TC.. that is not a great strategy but it can work.. simply create a folder named.. OldFilesEMac for instance.. and do a simple copy and paste of all the file to that location. Do not use TM.. Since you have already used TM.. and from what I am reading you have already done the backup with the external drives included.. then you are going to end up needing to erase the TC and start over.. which you may not be prepared to do.. which is fair enough. (I am coming across as overbearing school master.. apologies).
    TM is to backup your main OS and current files.. not files from 10-20years ago.
    Please do read the issues involved in Pondini..
    See his FAQ. I recommend you read through Q14-17 so you understand what is involved in recovery.
    http://pondini.org/TM/FAQ.html
    I also recommend you read the first couple of articles here. http://pondini.org/TM/Home.html
    Particularly so you understand the complexity of Time Machine.
    And the articles here. http://pondini.org/TM/Time_Capsule.html
    Particularly Q3 on mixing data and backups on a TC.
    I wish I could spend an hour or two face to face and work it out.. the whole strategy to do this.. !!

Maybe you are looking for

  • HT4059 I purchased a book that will not download (says it will download, completes and then then says it needs to download,  then repeats)

    So i bought a book in ibooks. It has been paid for and everything (the money has been taken out of my bank account). Yet when i try to download it, a cloud with an arrow comes up. It says 'when the item is finished..etc' but only thing is it has fini

  • Digital Juice? Is it good and worht the money?

    I am looking at buying the new Sound FX program from Digital Juice, for transition sounds when I do my videos, is this a good program and does it have lots of transition sound effects, like the ones use on most tv shows? Or is there a better program

  • STATIC LOV COLORS

    I have created a select list in a report with static LOV. Does anyone know how to change the font color of each option in the select list? Example for options 1,2,3 something like this: <font color="red">1</font> .... red <font color="green">2</font>

  • Tirning a Flash slideshow liquid?

    Hi, Im new to all this.  I am using Dreamweaver 8 and laying out the website in frames, not tables.  What I want to do is turn a Flash slideshow liquid (is that the right word?) so it fits to the screen.  My website is not up, but here is a website w

  • How to get only the latest record in a folder

    Hi all, We have an OA SIT that is not a "standard" SIT in that it does not have the traditional Begin and End date. It only has an Effective date. Is there some way I can filter this table to only give me the latest record in the series? I know how t