Master Data question - Resource Master

Hi,
Got some master data related questions on Resource master. I am kind of relatively new to APO and trying to understand master data fields and functionalities. Can someone please explain me in layman terms with a small easily understandable example,
1)     What is the difference between time continous capacity and bucket capacity?
2)     What and where do we use u201Cexternal capcityu201D? I read somewhere that if we check box the external capacity, then APO uses capapity from R/3. What difference does it make if capacity used from R/3 or bring it over to APO and use it from APO? When u check box the u201Cexternal capcityu201D you are already bringing the resource to APO. So what is the use of using the capacity from r/3?
3)     A Multi activity resource has a capacity of 8 hrs per day. For example a resource has 5 lathes and u can carry 5 different activities/operations at the same time on this resource. So every lathe has 8 hrs of capacity, that means the overall capcity is 5*8 = 40 hrs???? and where are we specifiying number of lathes u201C5u201D in the resource master?
4)     What is the advantage of deriving bucket capacity from time continous, than directly defining bucket capacity?
Thanks
Appreciate your help..

SCM,
I will today work on your question 1.  As time permits, if Sri Mathur cannot respond, I will then attack the another question later.
1) what I am trying to understand here is..bucket capacity is 1 day minimum. that means 24 hours of capacity????? if yes, then time continuous capacity can be equal to bucket capacity if no breaks. if breaks are there then it is less than bucket capacity?
If one operation takes 2 hrs then that means, 1 SNP bucket capacity can hold 12 such operations??? Really confused.
Buckets can have any amount of capacity.  For instance, if you define a capacity as a Daily bucket, you can further define it to have less than 24 hours of capacity.  The difference is that the system manages this capacity as a single chunk.  
Lets say I have a time-continuous capacity, which starts at 8:00 and ends at 16:00.  It has 8 hours of capacity available. If I am consuming capacity with, say, a planned order operation, the system will check whether the capacity is available, and when it is available.  So, the first planned order op that begins capacity consumption at 8:00 AM and consumes one hour of capacity will normally use the 8:00A-9:00A block of capacity.  If I am capacity leveling and dispatching, then no other order will be allowed to consume capacity during this time period (8A-9A).
Now let us consider the same resource, but configured as a single day bucket.  I still have 8 hours of capacity.  However, when I create a planned order to consume capacity, it only checks whether I have enough available left in the entire bucket.  The same first planned op order mentioned above, could be scheduled for 8A-9A, and would also consume 1 hour of capacity.  This cap consumption is not 'from 8A to 9A', but is '1 hour out of the bucket of 8 available'.  The next production order could also be scheduled for 8A-9A, and pass a capacity availability check, because there are 7 hours still available in the bucket.  8 1-hour planned order ops could be scheduled from 8A-9A, and still pass the cap check.
Time continuous cap consumption becomes very important if you are doing detailed sequencing of your orders, as is normally done in PP/DS.  SNP, which is usually less detailed, is more likely to use bucketed caps (with many exceptions!!).
Rgds,
DB49

Similar Messages

  • Use of "with master data & with out master data" at DTP update level

    Hello experts,
    In DTP, I check "with out master data". When I try to send corresponding transactional data, It is showing SID related error. Can anybody suggest what is the use of "with master data & with out master data" at DTP level.
    Thanks in advance,
    Zakir.

    HI
    HI in DTP level If you set this indicator, the system terminates the update of the request if no values are available for a data record.
    Load the relevant master data before you load the transaction data.
    If you set this indicator, the system terminates activation if master data is missing and produces an error message.
    If you do not set this indicator, the system generates any missing SID values during activation.
    In DataStore maintenance, if you do not set the SIDs Generation upon Activation indicator, the No Update without Master Data indicator in the DTP has no effect.
    thx
    vijju

  • Material Master Data and PO Master Data Table

    Dear SAP Gurus and Expert,
    Currently user is having a new integration system which link to SAP, and they require the migration of Material MAster Data and PO master data.
    As a result of that, what table can be accessed in SE16 in order to get all the material master data and PO master data to be exported to excel fil format.
    Thank you
    Regards

    Hi,
    For material master data
    MARA                           General Material Data
    MARC                           Plant Data for Material
    MAKT                           Material Descriptions
    MARD                           Storage Location Data for Material
    You can enter MA* in SE16 and press F4 too get all the tables according to the views.
    For Purchase order
    EKKO
    EKPO
    EKBE
    EKKN
    Search for EK* in SE16.

  • Read attribute value of a master data object's master data object

    Hi Guys,
    I have a peculiar condition where I need to read attribute value of a master data object's master data.
    Requisition (ZREQUI) is linked to Candidacy (ZCDCY) by object called Recquisition.
    Candidacy  (ZCDCY) is linked to Candidacy Activity (0CDCY_ACT) by object called Candidacy.
    I want to populate attribute called due date in ZREQUI by reading lowest value of due date value of 0CDCY_ACT. There can be multiple hits.
    If I can get the code to do this, I would really appreciate it.

    Here is the outline of the code ,as per my understanding..chk if it can help u
    In start routine write a select statement to pick all the data from 0cdcy_act.
    select 0CDcY_ACT ZCDCY  DuE_DATE from /BiC/P0CDCY_ACT
    into table itab1
    for all entries in source_package
    where ZCDCY = source_package-ZCDCY.
    as you need the lowest due date, sort the iTAB1
    sort itab1 by due_date  ZCDCY.   (default is acending order)
    In the field routine of your due date
    Read table itab1tnto wa_itab1 where
    ZCDCy = source_fields -ZcDcY.
    now duedate = wa_itab1-duedate.

  • Any difference between Master data and User master data ?

    Any difference between Master data and User master data ?

    hi
    A user master record defines the authorizations assigned to a user. Based on these authorizations one can access the master data.
    Master data - it is the data which is used long term in SAP r/3 system such as vendor master , material master, customer master,
    there is no such thing like user master data to the best of my knowledge
    hope this helps
    regds
    Manan

  • Flat file: loading Master data questions

    Hi Experts,
    1
    If I have a flat file with columns, Columns1, Columns2, Columns3, and we load this manually to an ODS monthly.
    a.
    Where in BW can I see the exact match to the columns, Columns1, Columns2, Columns3?
    b.
    What will be the effect of receiving the flat file from the user this month if the columns are not in the usual order e.g. Columns3, Columns2, Columns1?
    2..
    I have an Info Object CustCode_10, check with Text (Medium description) and it also has an attribute CustDispl_11.
    a.
    What should be the format of the flat file in order to get in the Master data?
    b.
    After loading a flat file, I can go to the infoobject CustCode_10, right click and select Maintain Master… to see the master data. How do I see the data in the Attribute.?
    Thanks

    Hi,
    for 1 a) you can see the exact order in the maintain Transfer rules section, where in you can check in the transfer structure.
    b) if you give it in the wrong order, wrong data will be loaded if all the 3 colums has same data type and length. or else you will get an error while updating.
    2) a) The flat file should contain like Key, Language and description.
    Regards
    Srini
    Message was edited by:
            Srinivas
    Message was edited by:
            Srinivas

  • Pricing config/master data question

    In pricing master data how do we control which fields show at the header & which show in the grid below? 
    So, for example, the access sequence contains Sales Organization/Distribution Channel/Division/Sold-to party.  How do we get the Division & Sold-to party to display in the grid in VK11 instead of at the header?
    thanks for the assistance!

    goto t.code V/05 and select the table that are used in the access sequence.Then click on the technical view button on the top.In the next screen you can find details on which filed needs to appear in Key and which in footer. Make the division and sold-to party in the footer field and save.
    Regards,

  • Master data question

    Hello
    Is there a standard field to store the vendor assigned customer number (to our company) in the master data? If so, what is the name of the field?
    Thanks

    Dear,
    There is no field provided by SAP specifically, but you can use the field Prev.acct. no. under the reference data in the Accounting Information section....
    Table is - LFB1
    Field is -  ALTKN
    so screen field name is LFB1-ALTKN
    Regards,
    Chintan Joshi

  • Unable to delete master data line items - Master data object CCHIUSRAM

    Hello
    We have an issue with the Master data Object CCHIUSRAM - CC Hier User Auth Maintenance. It has only master data and no texts no hierarchy. It is not time-dependent. It has /BIC/PCCHIUSRAM, /BIC/SCCHIUSRAM as database table only. This master data is not being used in any infoproviders.
    In development client we are able to delete the line items of the Master data along with entering line items. RSRV check gives green for all checks.
    In Test / Production client we are not able to delete the line items of the Master data. We are only able to enter master data lines and if we change any item then it creates another entry in the table.
    Tried SE14 & RSDMD_DEL_MASTER_DATA - both does not help.
    Did ST05 trace, could not find something concrete.
    If any one has faced such an issue with any master data item then a response is much appreciated. It has become a bottleneck for us.
    Many Thanks in advance
    Pradip Parmar

    Thanks for the response.
    I can do this in EBD, but it is working fine in EBD. I cannot do this activity in EBP / EBT as the systems are closed and I cannot activate directly in EBT / EBP.
    Besides, I have recently transported active versions of the object in EBT / EBP all again twice to see if it changes anything.
    My guess is that, there is something stupid may be I am missing somewhere.
    Any help is much appreciated.
    Thanks

  • Over write the existing master data with new master data.

    hi friends,
    we have 2 sources for master data text like source A and source B to load the master data text and as per requirement we have to stop load from source A. But if you check the master data target still the old records are existed (from Source A), if i try to delete those records as you know it is not allowing...and more over if we want to delet the mastr data we have delete the transaction data.
    In Mycase i don't want to delet the Transaction data and i need to over write the existing master data i.e Request A with Rquest B.
    Is there any solution for this issue.
    Thanks in advance,
    Sruthi.

    For overwriting the text from source B you have to have transformations from source B to your text datasource of your characteristic. Then you map the text coming from source B to the text for the characteristic.
    If it comes form source B the key for that characteristic with text, it will overwrite the text existed for that characteristic to the same key.
    For example you have 0employee and have a text datasource in source A which has employee_id and employee_name. In the Bw you have mapped in your transfer rules the employee_id to the employee_id and the employee_name to the employee_name. So for example you have extracted from source A the record:
    employee_id   employee_name
    0001               xpto
    If you have a same datasource of text coming from source B, if you do the same mapping in transfer rules in BW coming from source B, and you bring for example the record:
    employee_id   employee_name
    0001               zzzz
    You'll overwrite the old value of xpto to the new value zzzz
    Diogo.

  • MASTER DATA ISSUE , VENDOR MASTER

    Hi,
    I have a problem in vendor master. first i will explain the scenario.
    we have two company codes one is in America, and the other is Europe.we have two purchase organisations called X (meant for america)& Y( meant for Europe) . X and Y has two plants called AMO1 (meant for america), US33. ( meant for Europe). purchase org X is assigned to  plant america (us33),purchase org Y is assigned to Europe(am01).we are using centralized POrg. so we asshined to POrg to Plant.
    Now when i am creating vendor master data. system is accepting for compay code Europe for Purchase org X( america). How it will happen?. It should propose X only.but i created vendor master record for cross combination of different assignment.Folks can you please suggest solution. SAP SHOULD THROW ERROR MESSAGE IF I CREATE THIS TYPE OF COMBINATION.But that doesn't happen.waiting for reply

    Hi Vamsi,
    Normarmally we can map the procurement structure by three ways.
    1. Corporate Specific Enterprise Structure : where CC will assigned to Plant and Plant is assigned to POrg., In this case CC & POrg. assignment dont happen i.e.
    a.  POrg. can procure the material for any CC.
    b. Vendor master can be created with any combination like CC ( USA) & POrg. (Europe) or CC ( Europe) & POrg. (USA), here system will not throw any warning/Error message.
    and I am sure Vamsi your client is using Corporate Specific Enterprise Structure mapping.
    2. Company Specific Enterprise Structure : Here CC will assigned to Plant and Plant is assigned to POrg., In this case CC & POrg. assignment does happen i.e.
    a.  POrg. can procure the material for only specific CC assigned with specific POrg..
    b. Vendor master cannt be created with any combination like CC ( USA) & POrg. (Europe) or CC ( Europe) & POrg. (USA), if you will try then system will throw any warning/Error message.
    i.e. .vendor Master can be created only CC ( USA) & POrg. (USA) or CC ( Europe) & POrg. (Europe) combination.
    3. Plant Specific Enterprise Structure : Here assignment will be same as Company Specific Enterprise Structure.
    POrg. can procure the material for only specific plant ssigned with specific POrg..
    Hope this piece of information will help you to resolve your issue.please let me know if you want any more clarification.
    manoj singh

  • Can I reuse objects without Master data and load master data into it?

    Hai,
               I have a standard object that doesnot have Master data. Its already used somewhere else. It matches the name I want but I need to load some master data into it. Does resuing it in my catalogue and loading Master data into it hurt anything? Or should I create a new one?
    Thank you.

    Hi Visu,
    The same InfoObject can be included in more than one InfoObject catalog without any issue. Also loading master data would not hurt an existing InfoProviders where it is being used.
    Hope this helps...

  • G/L account Master data question

    Hi all,
    Can I change an account master to a regular B/S account from a customer reconciliation account i.e., turn off the reconciliation indicator on the account if there is a balance/ activity on that reconciliation account? I tried to change that account to turn off the customer reconciliation indicator and I am getting the messages
    FH 110 “Modifications to reconciliation account not permitted”
    FH 511 “The data contains error, you cannot save”
    The second one looks like implication of first one.
    So, can anyone tell me if that is possible at all or is there an alternative to go about it. User is trying to pass JE to that reconciliation account to wipe out the balances in the account since the company is not productive anymore so, is there any alternative to go about this?
    Your feedback is highly appreciated and rewarded with points
    Thanks
    Kumar

    The open item account in which you want to change the reconciliation account has been posted to.
    By changing the reconciliation account in the open item master record the proportionate values from the items open at the time of change are not posted to the new reconciliation account.
    Procedure
    On the balance sheet key date the open items from the old reconciliation account are allocated to the new reconciliation account using adjustment accounts. This allocation is carried out automatically when you create a sorted list of receivables and payables using report SAPF101.
    The postings necessary are only carried out for G/L accounts and are cancelled on the first day of the subsequent month (balance sheet adjustment posting).
    Follow this :
    Define adjustment accounts for Define Adjustment Accts for Changed Reconciliation Accounts.
    This you do in SPR0Financial AccountingAR/AP---Business transactionsClosingRegroupDefine Adjustment Accts for Changed Reconciliation Accounts.
    Here after entering your chart of accounts you have to enter the old recon a/c which is to be adjusted and the adjustment account(which we will have to create).
    The same can be access via transaction OBBW.
    After doing this using F101 (or SAPF101 via se38) I can get postings done from the old recon a/c to the new recon a/c.
    Any receipts or payments on such old open items created will continue to affect the Old reconciliation account, even though the new reconciliation account is assigned to the Customer master. New Open Items will affect only the New Reconciliation account along with their subsequent transactions.
    So we are not basically tranferring the receivable amount shown in the old recon account to the new one? But instead just putting them temporarily into the new recon a/c to reflect on the balance sheet?

  • Time dependent HR master data question

    Hello,
    I want to compare the two records ( Current record with the  most recent delimited record) for pay rate for an employee. 0EMPLOYEE does not have DATETO or DATEFROM in its attribute list. Furthermore, I can not add DATETO as an attribute since the system does not allow it. How can I evaluate these two records to see the percentage increase.
    Your thoughts are much appreciated.
    Thank you.

    Hello Siggi,
    Thanks for your respond.
    I am using BW3.5 and for 0materia there are lots of attributes and for every attributes there is a "time dependent" click. Do I have to click all of them? Can you explain the theory behind that?
    Mater data will be maintained respectively if I can change it to time- dependent.
    Thank you very much,
    Adeel

  • What type of questions can i expect for master data?

    hi,
    am preparing for the interview. pls... let me know those questions for master data.
    thanks to all

    HI arun,
    Pl. be clear on
    what is master data, purpose, customer master data fields and material master data imp fields.
    common distribution channels and divisions.
    Org. master data. ( interms of one to many , many to many relations of org elements ).
    condition master data
    How master data is uploaded and maintained.
    Hope it helps. Pl. reward if useful.
    Thanks
    Sadhu Kishore

Maybe you are looking for