Indicator and Control in one

I am trying to construct an numeric control which will specify the width of the image a camera has to obtain.
However, when I read out the current settings, I want the current number to also appear in the same numeric control, so it needs to act like an Indicator.
How can I do this in Labview?
I've tried with a local variable, but that didn't work. (maybe I did it wrong?)
I use matlab 7.1

Arend,
I couldn't find any local variable or Property value node in your main VI block diagram.
Did you create a copy of your controls in a subVI and used a local variable in the subVI? If I'm right, it won't work. The controls in the main VI and in the subVI are not the same.
You can "return" the value from the subVI and use a local variable in the main VI with this value or, if you need to update the values during the subVI execution, you can pass a  reference of this control to the subVI and use a property node in the subVI.
Rasputin
LV7.1 <> W2K
Attachments:
Main.vi ‏21 KB
subVI.vi ‏11 KB

Similar Messages

  • Arrays as both Indicator and Control

    Is there anyway I can use an array (either a constant array or an array control) as both an indicator and control. I need this to enter and replace numeric values in an array.

    > Pretty much yes, but I want to use the same array (control or
    > constant) as both an indicator and a control. This way I can replace
    > the array contents (which would be in a loop) and don't worry about my
    > initial array and my final array being two different arrays. Can I use
    > the local variable only for this?
    As the earlier post stated, try using the local variable to update a
    control from the diagram. You probably shouldn't place it inside the
    loop, but use a shift register. Thus, take the value from the terminal,
    into the left shift register. Inside the loop, take the left shift
    register value, modify, and write to the right shift register. Outside
    the loop again, wire from the right shift register to the local.
    If you do no
    t want to allow for user modification of the array control
    during this, you can disable and reenable the array using a property node.
    If you are not really doing this for UI, but to try and reuse memory,
    then this is really the wrong approach. LV wires are really the most
    efficient way of dealing with data, and you don't need to worry about
    putting things back into an array unless it is for the UI. If it is to
    pass out of a subVI, you will put them into a new array indicator in
    fact, and when called as a subVI, this can often take no additional
    memory, using the caller's array input throughout the diagram. If you
    start using the local, this is no longer true, and you now have both
    memory and runtime overhead. So use locals, and property nodes, only
    for UI tasks, and your VIs will be much more efficient. For everything
    else, use wires and shift registers.
    Greg McKaskle

  • Using a control as both an indicator and control

    Hello,
    I have been search and reading for a few hours now and have finally decided to post. I fear I am not using the correct terms because I am fairly new at LabView.
    I currently trying to build a user interface that uses 9 different tabs [I am using the same tab structure as in the labview example code]. There is a set of variables that will need to be on 3 of these tabs in similar form. These variables include:
    2 boolean controls
    1 boolean indicator
    1 string indicator
    12 numeric indicators
    I would like to have all of these values be the same on the separate tabs at the same time.
    For example if I press one of the boolean controls, that same boolean control should now be activated on the other tabs as well.
    If it would be possible, please do point me in the right direction of how to go about doing this. (Also the proper terminology)
    Many Thanks,
    Buffalo960 

    tbob wrote:
    I don't think you can have the same instance of controls and indicators on separate tabs.  Two options:
    1.  Create separate controls on each tab.  Put code such that if any control or indicator in the list is changed on any tab, the other similar ones get changed programatically.  You can do this with an event structure and local variables or property nodes.  Lots of programming.
    I don't think that it will be a lot of programming. For example: if he has 5 controls and want to keep all of them synchronized, with only one Case of the Event Structure he can do the job, setting the 5 controls to trigger that Case when "Value Change" and use the Event Node "NewVal" to write the same value for all controls (including the control that triggered the event, but with a code this size it will not be a big deal to write the information a again to the same control).
    Thanks
    Dan07
    Attachments:
    Multiple Controls.vi ‏39 KB

  • Listbox as string indicator and control

    Hi,
        Me and my group at school for a project are trying to find a sloution to the following problem:
    what we want to do is be able to send strings to a display like a sting indicator but also be able to change the color of the strings on the fly and not change the entire display. Also we want the display to act like a control so that when one string is selected one can press a button to get more information on the selected string.
    We have tried using sting controls but we can not select individual stings and can not change just one line's color (they all change)
    A listbox would be perfect but we can not figure out how send strings to it to be displayed.
    Or is there an other way to do this??
    Any help would be greatly appriciated.
    Thanks!

    I know about the property node for Itemname, but will we be able to send a string to it so it can be displayed in realtime?
    The project is a client server architecture in which the client sends commands via TCP/IP to a remot PC to diagnose the connected devices and send back to the client in the form of strings the status of the devices to be displayed. The status(s) can be selected and then another button is pressed to give further information on the selected device.
    So, I guess what we are asking is whether the server can send to the client strings to the list box to be displayed for the currently connected devices such as: mouse, network card, video card, keyboard, and so on.... (the dll to do the devices dtection is working and integrated into labview.)
    Thanks,
    SUNY Binghamton University Senior Project group 33

  • Interactively changing values to table problem: indicator and control table, and why it does not work after a while...?

    I have been producing a VI that loads a set of data and displays it in a table: A table control is initialised with an empty variable, the loaded data takes the place of the variable and fills the table, while some headers are added. That table feeds an intensity graph to give a pictorial impression of the data.
    With this scheme, a user can change any value of the table, and the changes are interactively reflected on the graph.
    Problem: after few saving of the VI, the access to the table doesn't work anymore. It is the same with all my numerical controls in the VI where it should be possible to enter a value.
    If anybody has an idea on the potential
    causes of these problem, I would be really grateful as it is very useful...when it works !
    Regards,
    Elie Allouis

    I can not image what is causing the error. Would you be willing to post some code to see if we can reproduce the problem?
    Jeremy7

  • Easy question - Array indicator and control compatibility

    I would like to multiply the contents of an array indicator by a factor (polimorphism allows the multiplication of an array by a number, right?) but the product requires that the array has to be a control.
    How can I fixed this problem?. Thank you very much for your help,
    javier

    I removed the Indicator from the build array - it wasn't necessary. Also, your final array is now 2D. See attached, I believe its what you're asking.
    Doug
    Attachments:
    testing_arrays[1].vi ‏33 KB

  • Control multiple updates and queries within one transaction in JPA

    Hi,
    I have a question regarding control multiple updates and queries within one transaction. We are using EclipseLink 2.3.1. With below code, will I be able to:
    - have all insert, update, select queries committed in one transaction;
    - queryGetBalance will return the latest OrgBalance after update;
    - if one fails, everything rolls back.
    Thanks!
    Jeffrey
    PS: I realized that I cannot use em.getTransaction().begin() and em.getTransaction().commit(), since I am using JTA.
    =============
    @PersistenceContext(unitName="Test")
    EntityManager em;
    em.setFlushMode(FlushModeType.COMMIT);
    newTransaction.setAmount(1000);
    newTransaction.setType("check");
    em.persist(newTransaction);
    orgAudit.setUpdateUser("Joe")
    orgAudit.setupUpdateTime(time);
    em.merge(orgAudit);
    Query queryUpdateBalance = em.createQuery("update OrgBalance o set o.balance = o.balance + :amount where orgId = :myOrgId");
    queryUpdateBalance.setParameter("amount", 1000);
    queryUpdateBalance.setParameter("myOrgId", 1234);
    Query queryGetBalance = em.createQuery("select OrgBalance o where o.orgId = :myOrgId");
    queryGetBalance.setHint("javax.persistence.cache.storeMode", CacheStoreMode.REFRESH);
    queryGetBalance.setHint("javax.persistence.cache.retrieveMode", CacheRetrieveMode.BYPASS);
    queryGetBalance.getResultList();
    em.flush();
    Edited by: JeffreyW on Dec 12, 2011 10:34 AM

    Yes, the operation will be in a single transaction, assuming you are using a JTA managed SessionBean and the code is part of a SessionBean method.

  • In most web sites many web sites, the menue buttons do not appear i have to scroll over the screen untill the cursor changes indicating a button is actually there, and guess which one it is. I am using windows 7 , 64 bit

    In most web sites many web sites, the menu buttons do not appear i have to scroll over the screen until the cursor changes indicating a button is actually there, and guess which one it is. I am using windows 7 , 64 bit

    See:
    * http://kb.mozillazine.org/Website_colors_are_wrong
    * http://kb.mozillazine.org/Websites_look_wrong

  • Difference control refnum and control reference

    Hi guys.
    I am new on labview reference, can you explain difference between control refnum and control reference. 
    Gary Wang

    Are you sure you don't mean "refnum control"? That is a front panel control that can be selected as a reference to any one of several data types such as application, VI (including strictly typed), control or indicator. Whereas the "control reference" is a block diagram object that points to a specific control on your front panel (it can also be "linked" to other objects so it is similar to a "refnum control" in that respect).
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • How to dinamically convert an indicator to control?

    Hello all,
    I need to write an application that:
    1) Reads an array of strings from a file, and show it on a indicator (and this is correctly done)
    2) Edit the array, as it was a control
    3) Elaborate the strings (My array is a list of SPI commands, that are sent to an external device)
    4) Optionally, save the modified array back to a file
    How can this be done? It's not possible to think of a property node that converts the indicator to control, because the indicator is connected to a source of data, and the control should be connected to a destination... (an SPI driver in my case)
    I somehow need an item with two connections, one entering and one exiting.
    Thanks
    Solved!
    Go to Solution.

    Hello all,
    and thanks for your replies!
    I think I've adopted a solution similar to the one you suggested, obtaining this front panel (see "frontpanel1.jpg" attachment)
    The frontpanel I'd like to obtain is the one depicted on "frontpanel2.jpg": one structure (control or indicator?) used both to edit and to view what I load from file.
    Maybe the only solution is to overlap a control and an indicator, and to toggle the "visible" property...
    Attachments:
    frontpanel1.JPG ‏30 KB
    frontpanel2.JPG ‏22 KB

  • I want a SAP Financial Accounting and Controlling question,

    hi

    Hi
    Can u send me your personal Email ID, I will forward it again.
    Enterprise Structure
    What is a Company Code and what are the basic organizational
    assignments to a company code?
    Company Code is a legal entity for which financial statements like Profit
    and Loss and Balance Sheets are generated. Plants are assigned to the
    company code, Purchasing organization is assigned to the company code,
    and Sales organization is assigned to the company code.
    What is the relation between a Controlling Area and a Company
    code?
    A Controlling area can have the following 2 type of relationship with a
    Company code
    a. Single Company code relation
    b. Cross Company code relation
    This means that one single controlling area can be assigned to several
    different company codes. Controlling can have a one is to one
    relationship or a one is to many relationship with different company
    codes.
    Controlling Area is the umbrella under which all controlling activities of
    Cost Center Accounting, Product Costing, Profit Center and Profitability
    Analysis are stored.
    In a similar way Company Codes is the umbrella for Finance activities.
    How many Chart of Accounts can a Company code have?
    A single Company code can have only one Chart of Account assigned to
    it. The Chart of Accounts is nothing but the list of General Ledger
    Accounts.
    What are the options in SAP when it comes to Fiscal years?
    Fiscal year is nothing but the way financial data is stored in the system.
    SAP provides you with the combination of 12 normal periods and also
    four special periods. These periods are stored in what is called the fiscal
    year variant.
    There are two types of Fiscal Year Variant
    · Calendar Year – e.g. Jan-Dec
    · Year Dependent Fiscal Year .
    What is a year dependent fiscal year variant ?
    In a year dependent fiscal year variant the number of days in a month
    are not as per the calendar month. Let us take an example:- For the year
    2005 the period January ends on 29th, Feb ends on 27th, March ends on
    29. For the year 2006 January ends on 30th, Feb ends on 26th, March
    ends on 30th. This is applicable to many countries especially USA. Ever
    year this fiscal year variant needs to be configured in such a case
    How does posting happen in MM (Materials Management) during
    special periods?
    There is no posting which happens from MM in special periods. Special
    periods are only applicable for the FI module. They are required for
    making any additional posting such as closing entries, provisions. which
    happen during quarter end or year end.
    How many currencies can be configured for a company code?
    A company code can have 3 currencies in total. They are local currency
    ie company code currency) and 2 parallel currencies. This gives the
    company the flexibility to report in the different currencies.
    Do you require to configure additional ledger for parallel currencies?
    Where only 2 currencies are configured (Company code currency and a
    parallel currency) there is no need for an additional ledger. In case the
    third parallel currency is also configured and if it is different than the
    second currency type, you would then need to configure additional
    ledger.
    If there are two company codes with different chart of accounts how
    can you consolidate their activities?
    In this case you either need to write an ABAP program or you need to
    implement the Special Consolidation Module of SAP. If both the company
    codes use the same chart of accounts then standard SAP reports give
    you the consolidated figure.
    FI-GL
    Give some examples of GL accounts that should be posted
    automatically through the system and how is this defined in the
    system.
    Stock and Consumption accounts are instances of GL accounts that
    should be automatically posted . In the GL account master record, a
    check box exists wherein the automatic posting option is selected called “
    Post Automatically Only”
    What is a Account group and where is it used?
    An Account group controls the data that needs to be entered at the time
    of creation of a master record. Account groups exist for the definition of a
    GL account, Vendor and Customer master. It basically controls the fields
    which pop up during master data creation in SAP.
    What is a field status group?
    Field status groups control the fields which come up when the user does
    the transactions. There are three options for field selection. They are:
    Display only
    Suppressed
    Mandatory
    So basically you can have any field either for display only or you can
    totally suppress it or make it mandatory.
    The field status group is stored in the FI GL Master Record.
    What is the purpose of a “Document type” in SAP?
    A Document type is specified at the Header level during transaction entry
    and serves the following purposes:
    · It defines the Number range for documents
    · It controls the type of accounts that can be posted to eg
    Assets, Vendor, Customer, Normal GL account
    · Document type to be used for reversal of entries
    · Whether it can be used only for Batch input sessions
    Document Type is created for differentiating business transactions. Eg
    Vendor Invoice, Credit Memo, Accrual Entries,Customer Invoice. It is a
    two digit character.
    What is a Financial Statement Version?
    A FSV (Financial Statement Version) is a reporting tool and can be used
    to depict the manner in which the financial accounts like Profit and Loss
    Account and Balance Sheet needs to be extracted from SAP. It is freely
    definable and multiple FSV's can be defined for generating the output for
    various external agencies like Banks and other Statutory authorities.
    How are input and output taxes taken care of in SAP?
    A tax procedure is defined for each country and tax codes are defined
    within this. There is flexibility to either expense out the Tax amounts or
    Capitalize the same to Stocks.
    What are Validations and Substitutions?
    Validations/Substitutions in SAP are defined for each functional area
    e.g. FI-GL, Assets, Controlling etc at the following levels
    1. Document level
    2. Line item level
    These need to be specifically activated and setting them up are complex
    and done only when it is really needed. Often help of the technical team
    is taken to do that.
    Is it possible to maintain plant wise different GL codes?
    Yes. To be able to do so the valuation group code should be activated.
    The valuation grouping code is maintained per plant and is configured in
    the MM module. Account codes should be maintained per valuation
    grouping code after doing this configuration.
    Is Business area at company code Level?
    No. Business area is at client level. What this means is that other
    company codes can also post to the same business area.
    What are the different scenarios under which a Business Area or a
    Profit Center may be defined?
    This question is usually very disputable. But both Business Areas and
    Profit centers are created for internal reporting. Each has its own pros
    and cons but many companies nowadays go for Profit center as there is a
    feeling that business area enhancements would not be supported by SAP
    in future versions.
    There are typical month end procedures which need to be executed for
    both of them and many times reconciliation might become a big issue. A
    typical challenge in both of them is in cases where you do not know the
    Business Area or Profit Center of the transaction at the time of posting.
    What are the problems faced when a Business area is configured?
    The problem of splitting of account balance is more pertinent in case of
    tax accounts.
    Is it possible to default certain values for particular fields? For e.g.
    company code.
    Yes it is possible to default values for certain fields where a parameter id
    is present.
    Step 1 Go to the input field to which you want to make defaults.
    Step 2 Press F1, then click technical info push button. This would open
    a window that displays the corresponding parameter id (if one has been
    allocated to the field) in the field data section.
    Step 3 Enter this parameter id using the following path on SAP Easy
    access screen System à User profile à Own data.
    Step 4 Click on parameter tab. Enter the parameter id code and enter the
    value you want as default. Save the usersettings.
    Which is the default exchange rate type which is picked up for all
    SAP transactions?
    The default exchange rate type picked up for all SAP transactions is M
    (average rate)
    Is it possible to configure the system to pick up a different exchange
    rate type for a particular transaction?
    Yes it is possible. In the document type definition of GL, you need to
    attach a different exchange rate type.
    What are the master data pre-requisites for document clearing?
    The Gl Account must be managed as an ‘open item management’ . This
    checkbox is there in the General Ledger Master Record called Open Item
    Management. It helps you to manage your accounts in terms of cleared
    and uncleared items. A typical example would be GR/IR Account in SAP
    (Goods Received/Invoice Received Account)
    Explain the importance of the GR/IR clearing account.
    GR/IR is an interim account. In the legacy system of a client if the goods
    are received and the invoice is not received the provision is made for the
    same.
    In SAP at the Goods receipt stage the system passes an accounting entry
    debiting the Inventory and crediting the GR/IR Account .Subsequently
    when an invoice is recd this GR/IR account is debited and the Vendor
    account is credited. That way till the time that the invoice is not received
    the GR/IR is shown as uncleared items.
    How many numbers of line items in one single entry you can have?
    The number of line items in one document you can accommodate is 999
    lines.
    A Finance Document usually has an assignment field. This field
    automatically gets populated during data entry. Where does it get
    its value?
    This value comes from the Sort key entered in the Gl master record.
    How do you maintain the number range in Production environment?
    Do you directly create it in the Production box or do you do it by
    means of transport?
    Number range is to be created in the production client. You can
    transport it also by way of request but creating in the production client is
    more advisable.
    In customizing “company code productive “means what? What does
    it denote?
    Once the company code is live(real time transactions have started) this
    check box helps prevents deletion of many programs accidentally. This
    check box is activated just before go live.
    What is done by GR/IR regrouping program?
    The balance in a GR/IR account is basically because of 2 main types of
    transactions:-
    Goods delivered but invoice not received – Here the Goods receipt is
    made but no invoice has yet been received from the vendor. In such a
    scenario GR/IR account will have a credit balance.
    Invoiced received but goods not delivered – Here the Invoice is
    received from the vendor and accounted for, but goods have not been
    received. In such a scenario GR/IR account will have a debit balance.
    The GR/IR account would contain the net value of the above two types of
    transactions. The GR/IR regrouping program analyses the above
    transactions and regroups them to the correct adjustment account. The
    balance on account of first transactions will be regrouped to another
    liability account and the balance on account of second transactions will
    be regrouped to an asset account.
    What are the functionalities available in the financial statement
    version?
    In the financial statement version the most important functionality
    available is the debit credit shift. This is more important in case of
    Bank overdraft accounts which can have a debit balance or a credit
    balance. Thus in case of a debit balance you would require the overdraft
    account to be shown on the Asset side. In case of credit balance you
    would require the account to be shown on the Liability side.
    Is it possible to print the financial statement version on a SAPscript
    form?
    Yes. It is possible to print the financial statement version on a SAPscript
    form.
    How do you configure the SAPscript form financial statement
    version?
    It is possible to generate a form from the financial statement version and
    print the financial statements on a SAPscript form. In the customizing for
    financial statement version select the FSV you created and choose Goto
    à Generate form à One column or Two column form.
    You can also copy form from the standard system.
    Is it possible to generate a financial statement form automatically?
    Yes. It is possible to generate a form automatically.
    Is it possible to keep the FI posting period open only for certain GL
    codes?
    Yes. It is possible to keep open the FI posting period only for certain GL
    codes.
    How do you keep the FI posting period open only for certain GL
    codes?
    In transaction code OB52 click on new entries and maintain an interval
    or a single GL code for the account type S with the posting period
    variant. If the GL codes are not in sequence then you need to maintain
    further entries for the posting period variant and account type S.
    Can posting period variant be assigned to more than 1 company
    code?
    Yes. Posting period variant can be assigned to more than one company
    code.
    Accounts Receivable and Accounts
    Payable
    At what level are the customer and vendor codes stored in SAP?
    The customer and vendor code are at the client level. That means any
    company code can use the customer and vendor code by extending the
    company code view.
    How are Vendor Invoice payments made?
    Vendor payments can be made in the following manner:
    Manual payments without the use of any output medium like cheques
    etc.
    Automatic Payment program through cheques, Wire transfers, DME etc.
    How do you configure the automatic payment program?
    The following are the steps for configuring the automatic payment
    program:-
    Step 1 Set up the following:
    Co. code for Payment transaction
    Define sending and paying company code.
    Tolerance days for payable
    Minimum % for cash discount
    Maximum cash discount
    Special GL transactions to be paid
    Step 2 Set up the following:
    Paying company code for payment transaction
    Minimum amount for outgoing payment
    No exchange rate diff
    Separate payment for each ref
    Bill/exch payment
    Form for payment advice
    Step 3 Set up the following:
    Payment method per country
    Whether Outgoing payment
    Check or bank transfer or B/E
    Whether allowed for personnel payment
    Required master data
    Doc types
    Payment medium programs
    Currencies allowed
    Step 4 Set up the following:
    Payment method per company code for payment transactions
    Set up per payment method and co. code
    The minimum and maximum amount.
    Whether payment per due day
    Bank optimization by bank group or by postal code or no
    optimization
    Whether Foreign currency allowed
    Customer/Vendor bank abroad allowed
    Attach the payment form check
    Whether payment advice required
    Step 5 Set up the following:
    Bank Determination for Payment Transactions
    Rank the house banks as per the following
    Payment method, currency and give them ranking nos
    Set up house bank sub account (GL code)
    Available amounts for each bank
    House bank, account id, currency, available amount
    Value date specification
    Where do you attach the check payment form?
    It is attached to the payment method per company code.
    Where are Payment terms for customer master maintained?
    Payment terms for customer master can be maintained at two places i.e.
    in the accounting view and the sales view of the vendor master record.
    Which is the payment term which actually gets defaulted when the
    transaction is posted for the customer (accounting view or the sales
    view)?
    The payment term in the accounting view of the customer master comes
    into picture if the transaction originates from the FI module. If an FI
    invoice is posted (FB70) to the customer, then the payment terms is
    defaulted from the accounting view of the customer master.
    The payment term in the sales view of the customer master comes into
    picture if the transaction originates from the SD module. A sales order is
    created in the SD module. The payment terms are defaulted in the sales
    order from the sales view of the customer master.
    Where are Payment terms for vendor master maintained?
    Payment terms for Vendor master can be maintained at two places i.e. in
    the accounting view and the purchasing view.
    Which is the payment term which actually gets defaulted in
    transaction (accounting view or purchasing view)?
    The payment term in the accounting view of the vendor master comes
    into picture if the transaction originates from the FI module. If an FI
    invoice is posted (FB60) to the Vendor, then the payment terms is
    defaulted from the accounting view of the vendor master.
    The payment term in the purchasing view of the vendor master comes
    into picture if the transaction originates from the MM module. A
    purchase order is created in the MM module. The payment terms are
    defaulted in the purchase order from the purchasing view of the vendor
    master.
    Explain the entire process of Invoice verification from GR to Invoice
    verification in SAP with accounting entries?
    These are the following steps:
    A goods receipt in SAP for a purchased material is prepared referring a
    purchase order.
    When the goods receipt is posted in SAP the accounting entry passed is:-
    Inventory account Debit
    GR/IR account credit
    A GR/IR (which is Goods receipt/Invoice receipt) is a provision account
    which provides for the liability for the purchase. The rates for the
    valuation of the material are picked up from the purchase order.
    When the invoice is booked in the system through Logistics invoice
    verification the entry passed is as follows:-
    GR/IR account debit
    Vendor credit
    How are Tolerances for Invoice verification defined?
    The following are instances of tolerances that can be defined for Logistic
    Invoice Verification.
    c. Small Differences
    d. Moving Average Price variances
    e. Quantity variances
    f. Price variances
    Based on the client requirement, the transaction can be “Blocked” or
    Posted with a “Warning” in the event of the Tolerances being exceeded.
    Tolerances are nothing but the differences between invoice amount and
    payment amount or differences between goods receipt amount and
    invoice amount which is acceptable to the client.
    Can we change the reconciliation account in the vendor master?
    Yes. Reconciliation account can be changed in the vendor master
    provided that the authority to change has been configured. Normally we
    should not change the reconciliation account.
    What is the impact on the old balance when the reconciliation
    account in the vendor master is changed?
    Any change you make to the reconciliation account is prospective and
    not retrospective. The old items and balances do not reflect the new
    account only the new transactions reflect the account.
    There is an advance given by the customer which lies in a special GL
    account indicator A. Will this advance amount be considered for
    credit check?
    It depends on the configuration setting in the special GL indicator A. If
    the “Relevant to credit limit” indicator is switched on in the Special GL
    indicator A the advances will be relevant for credit check, otherwise it will
    not be relevant.
    In payment term configuration what are the options available for
    setting a default baseline date?
    There are 4 options available:-
    1) No default
    2) Posting date
    3) Document date
    4) Entry date
    What is generally configured in the payment term as a default for
    baseline date?
    Generally document date is configured in the payment term as a default
    for base line date.
    How do you configure a special GL indicator for Customer?
    You can use an existing special GL indicator ID or create a new one.
    After creating a special GL indicator id, update the chart of accounts and
    the Reconciliation account. Also as a last step you need to update the
    special GL code.
    The special GL code should also be marked as a Reconciliation account.
    Switch on the relevant for credit limit and commitment warning
    indicators in the master record.
    Bank Accounting:
    How is Bank Reconciliation handled in SAP?
    The bank reco typically follows the below procedure:
    First, the payment made to a Vendor is posted to an interim bank
    clearing account. Subsequently, while performing reconciliation, an entry
    is posted to the Main Bank account. You can do bank reconciliation
    either manually or electronically.
    How do you configure check deposit?
    The following are the steps for configuring check deposit:-
    Step1: Create account symbols for the main bank and incoming check
    account.
    Step2: Assign accounts to account symbols
    Step3: Create keys for posting rules
    Step4: Define posting rules
    Step5: Create business transactions and assign posting rule
    Step6: Define variant for check deposit
    What is the clearing basis for check deposit?
    In the variant for check deposit we need to set up the following
    a) fields document number ( which is the invoice number),
    b) amount
    c) Short description of the customer.
    The document number and the invoice amount acts as the clearing
    basis.
    How do you configure manual bank statement?
    The following are the steps for configuring manual bank statement:-
    Step1: Create account symbols for the main bank and the sub accounts
    Step2: Assign accounts to account symbols
    Step3: Create keys for posting rules
    Step4: Define posting rules
    Step5: Create business transaction and assign posting rule
    Step6: Define variant for Manual Bank statement
    How do you configure Electronic bank statement?
    The steps for Electronic Bank Statement are the same except for couple
    of more additional steps which you will see down below
    Step1: Create account symbols for the main bank and the sub accounts
    Step2: Assign accounts to account symbols
    Step3: Create keys for posting rules
    Step4: Define posting rules
    Step5: Create transaction type
    Step6: Assign external transaction type to posting rules
    Step7: Assign Bank accounts to Transaction types
    Fixed Assets
    What are the organizational assignments in asset accounting?
    Chart of depreciation is the highest node in Asset Accounting and this is
    assigned to the company code.
    Under the Chart of depreciation all the depreciation calculations are
    stored.
    How do you go about configuring Asset accounting?
    The configuration steps in brief are as follows:-
    a) Copy a reference chart of depreciation areas
    b) Assign Input Tax indicator for non taxable acquisitions
    c) Assign chart of depreciation area to company code
    d) Specify account determination
    e) Define number range interval
    f) Define asset classes
    g) Define depreciation areas posting to general ledger
    h) Define depreciation key
    Explain the importance of asset classes. Give examples?
    The asset class is the main criterion for classifying assets. Every asset
    must be assigned to only one asset class. Examples of asset class are
    Plant& Machinery, Furniture & Fixtures, Computers etc. The asset class
    also contains the Gl accounts which are debited when any asset is
    procured. It also contains the gl accounts for depreciation calculation,
    scrapping etc
    Whenever you create an asset master you need to mention the asset
    class for which you are creating the required asset. In this manner
    whenever any asset transaction happens the gl accounts attached to the
    asset class is automatically picked up and the entry passed.
    You can also specify certain control parameters and default values for
    depreciation calculation and other master data in each asset class.
    How are depreciation keys defined?
    The specifications and parameters that the system requires to calculate
    depreciation amounts are entered in Calculation methods. Calculation
    methods replace the internal calculation key of the depreciation key.
    Depreciation keys are defaulted in Asset Master from the asset class.
    Refer to the configuration for more details of how depreciation is
    calculated.
    A company has its books prepared based on Jan –Dec calendar year
    for reporting to its parent company. It is also required to report
    accounts to tax authorities based on April- March. Can assets be
    managed in another depreciation area based on a different fiscal
    year variant?
    No. Assets accounting module cannot manage differing fiscal year variant
    which has a different start date (January for book depreciation and April
    for tax depreciation) and different end date (December for book
    depreciation and March for tax depreciation). In this case you need to
    implement the special purpose ledger.
    What are the special steps and care to be taken in Fixed asset data
    migration into SAP system especially when Profit center accounting
    is active?
    Data migration is slightly different from a normal transaction which
    happens in Asset accounting module.
    Normally, in asset accounting the day to day transactions is posted with
    values through FI bookings and at the same time the asset reconciliation
    is updated online realtime. Whereas In data Migration the asset master
    is updated with values through a transaction code called as AS91. The
    values updated on the master are Opening Gross value and the
    accumulated depreciation. The reconciliation GL account is not
    automatically updated at this point of time.
    The reconciliation accounts (GL codes) are updated manually through
    another transaction code called as OASV.
    If profit center is active, then after uploading assets through AS91 you
    should transfer the asset balances to profit center accounting through a
    program.
    Thereafter you remove the Asset GL code (reconciliation accounts) from
    the 3KEH table for PCA and update the Asset reconciliation account (GL
    code) through OASV.
    After this step you again update the Asset reconciliation account in the
    3KEH table.
    The reason you remove the Asset reconciliation code from 3KEH table is
    that double posting will happen to PCA when you update the Asset
    reconciliation manually.
    Is it possible to calculate multiple shift depreciation? Is any special
    configuration required?
    Yes it is possible to calculate multiple shift depreciation in SAP for all
    types of depreciation except unit of production. No special configuration
    is required.
    How do you maintain multiple shift depreciation in asset master?
    The following steps are needed to maintain multiple shift depreciation:
    1. The variable depreciation portion as a percentage rate is to be
    maintained in the detail screen of the depreciation area.
    2. The multiple shift factor is to be maintained in the time dependent
    data in the asset master record. This shift factor is multiplied by
    the variable portion of ordinary depreciation.
    Once you have done the above the SAP system calculates the total
    depreciation amount as follows:-
    Depreciation amount = Fixed depreciation + (variable depreciation * shift
    factor)
    Let’s say you have changed the depreciation rates in one of the
    depreciation keys due to changes in legal requirements. Does
    system automatically calculate the planned depreciation as per the
    new rate?
    No. System does not automatically calculate the planned depreciation
    after the change is made. You need to run a program for recalculation of
    planned depreciation.
    What are evaluation groups?
    The evaluation groups are an option for classifying assets for reports or
    user defined match code (search code). You can configure 5 different
    evaluation groups. You can update these evaluation groups on to the
    asset master record.
    What are group assets?
    The tax requirements in some countries require calculation of
    depreciation at a higher group or level of assets. For this purpose you
    can group assets together into so-called group assets.
    What are the steps to be taken into account during a depreciation
    run to ensure that the integration with the general ledger works
    smoothly?
    For each depreciation area and company code, specify the following:
    1 The frequency of posting depreciation(monthly,quarterly etc)
    2 CO account assignment (cost center)
    3 For each company code you must define a document type for
    automatic depreciation posting: This document type requires its
    own external number range.
    4 You also need to specify the accounts for posting. (Account
    determination)
    Finally to ensure consistency between Asset Accounting and Financial
    Accounting, you must process the batch input session created by the
    posting report. If you fail to process the batch input session, an error
    message will appear at the next posting run.
    The depreciation calculation is a month end process which is run in
    batches and then once the batch input is run the system posts the
    accounting entries into Finance.
    How do you change fiscal year in Asset Accounting?
    n Run The fiscal year change program which would open new annual
    value fields for each asset. i e next year
    &#159; The earliest you can start this program is in the last posting period of
    the current year.
    &#159; You have to run the fiscal year change program for your whole
    company code.
    &#159; You can only process a fiscal year change in a subsequent year if the
    previous year has already been closed for business.
    Take care not to confuse the fiscal year change program with year-end
    closing for accounting purposes. This fiscal year change is needed only in
    Asset Accounting for various technical reasons.
    Is it possible to have depreciation calculated to the day?
    Yes it is possible. You need to switch on the indicator “Dep to the day” in
    the depreciation key configuration.
    Is it possible to ensure that no capitalization be posted in the
    subsequent years?
    Yes it is possible. You need to set it in the depreciation key
    configuration.
    How are Capital Work in Progress and Assets accounted for in SAP?
    Capital WIP is referred to as Assets under Construction in SAP and are
    represented by a specific Asset class. Usually depreciation is not charged
    on Capital WIP.
    All costs incurred on building a capital asset can be booked to an
    Internal Order and through the settlement procedure can be posted onto
    an Asset Under Construction. Subsequently on the actual readiness of
    the asset for commercial production, the Asset Under Construction gets
    capitalized to an actual asset.
    The company has procured 10 cars. You want to create asset
    masters for each of this car. How do you create 10 asset masters at
    the same time?
    While creating asset master there is a field on the initial create screen
    called as number of similar assets. Update this field with 10. When you
    finally save this asset master you will get a pop up asking whether you
    want to maintain different texts for these assets. You can update
    different details for all the 10 cars.
    FI-MM-SD Integration
    How do you go about setting the FI MM account determination ?
    FI MM settings are maintained in transaction code OBYC. Within these
    there are various transaction keys to be maintained like BSX, WRX,
    GBB, PRD etc. In each of these transaction keys you specify the GL
    accounts which gets automatically passed at the time of entry.
    Few examples could be: BSX- Stands for Inventory Posting Debit
    GBB-Standsfor Goods Issue/Scrapping/delivery
    of goods etc
    PRD- Stands for Price Differences.
    At what level is the FI-MM, FI-SD account determination settings?
    They are at the chart of accounts level.
    What are the additional settings required while maintaining or
    creating the GL codes for Inventory accounts?
    In the Inventory GL accounts (Balance sheet) you should switch on the
    ‘Post automatically only’ tick. It is also advisable to maintain the
    aforesaid setting for all FI-MM accounts and FI-SD accounts. This helps
    in preserving the sanctity of those accounts and prevents from having
    any difference between FI and MM, FI and SD.
    What is Valuation and Account assignment in SAP?
    This is actually the link between Materials Management and Finance.
    The valuation in SAP can be at the plant level or the company code level.
    If you define valuation at the plant level then you can have different
    prices for the same material in the various plants. If you keep it at the
    company code level you can have only price across all plants.
    Valuation also involves the Price Control .Each material is assigned to a
    material type in Materials Management and every material is valuated
    either in Moving Average Price or Standard Price in SAP. These are the
    two types of price control available.
    What is Valuation Class?
    The Valuation Class in the Accounting 1 View in Material Master is the
    main link between Material Master and Finance. This Valuation Class
    along with the combination of the transaction keys (BSX,WRX,GBB,PRD )
    defined above determine the GL account during posting.
    We can group together different materials with similar properties by
    valuation class. Eg Raw material,Finsihed Goods, Semi Finished
    We can define the following assignments in customizing :
    All materials with same material type are assigned to just one valuation
    class.
    Different materials with the same material type can be assigned to
    different valuation classes.
    Materials with different material types are assigned to a single valuation
    class.
    Can we change the valuation class in the material master once it is
    assigned?
    Once a material is assigned to a valuation class in the material master
    record, we can change it only if the stocks for that material are nil. If the
    stock exists for that material, then we cannot change the valuation class.
    In such a case, if the stock exists, we have to transfer the stocks or issue
    the stocks and make the stock nil for the specific valuation class. Then
    only we will be able to change the valuation class.
    Does the moving average price change in the material master during
    issue of the stock assuming that the price control for the material is
    Moving Average?
    The moving average price in the case of goods issue remains unchanged.
    Goods issue are always valuated at the current moving average price. It
    is only in goods receipt that the moving average price might change. A
    goods issue only reduces the total quantity and the total value in relation
    to the price and the moving price remains unchanged. Also read the
    next question to learn more about this topic.
    If the answer to the above question is ‘Yes’, then list the scenario in
    which the moving average price of the material in the material
    master changes when the goods are issued.
    The moving average price in the material master changes in the scenario
    of Split Valuation which is sometimes used by many organizations. If the
    material is subject to split valuation, the material is managed as Several
    partial stocks and each partial stock is valuated separately.
    In split valuation, the material with valuation header record will have ‘v’
    moving average price. This is where the individual stocks of a material
    are managed cumulatively. Here two valuation types are created, one
    valuation type can have ‘v’ (MAP) and the other valuation type can have
    ‘s’(standard price).
    In this case, whenever the goods are issued from the respective valuation
    types, always the MAP for the valuation header changes.
    What is the accounting entry in the Financial books of accounts
    when the goods are received in unrestricted use stock? Also
    mention the settings to be done in the ‘Automatic postings’ in SAP
    for the specific G/L accounts.
    On receipt of the goods in unrestricted-use stock, the Inventory account
    is debited and the GR/IR account gets credited. In customization, in the
    automatic postings, the Inventory G/L account is assigned to the
    Transaction event key BSX and the GR/IR account is assigned to the
    Transaction event key WRX.
    If a material has no material code in SAP, can you default the G/L
    account in Purchase order or it has to be manually entered?.
    If a material has no material code in SAP, we can still, default the G/L
    account with the help of material groups. We can assign the valuation
    class to a material group and then in FI-automatic posting, we can
    assign the relevant G/L account in the Transaction event key. The
    assignment of a valuation class to a material group enables the system to
    determine different G/L accounts for the individual material groups.
    What is the procedure in SAP for Initial stock uploading? Mention
    the accounting entries also.
    Initial stock uploading in SAP from the legacy system is done with
    inventory movement type 561( a MM transaction which is performed).
    Material valuated at standard price: For a material valuated at
    standard price, the initial entry of inventory data is valuated on the basis
    of standard price in the material master. If you enter an alternative value
    at the time of the movement type 561, then the system posts the
    difference to the price difference account.
    Material valuated at moving average price: The initial entry of
    inventory data is valuated as follows : If you enter a value when
    uploading the initial data, the quantity entered is valuated at this price.
    If you do not enter a value when entering initial data, then the quantity
    entered is valuated at the MAP present in the material master.
    The accounting entries are: Inventory account is debited and Inventory
    Historical upload account is credited.
    How do you configure FI-SD account determination?
    The FI-SD account determination happens through an access sequence.
    The system goes about finding accounts from more specific criteria to
    less specific criteria.
    This is the sequence it would follow:
    1) It will first access and look for the combination of Customer
    accounts assignment grp/ Material account assignment grp/
    Account key.
    2) If it does not find the accounts for the first combination it will look
    for Customer account assignment grp and account key
    combination.
    3) Furthermore, if it does not find accounts for the first 2 criteria’s
    then it will look for Material account assignment grp/Account key.
    4) If it does not find accounts for the all earlier criteria’s then finally it
    will look for Account key and assign the GL code.
    Thus posting of Sales Invoices into FI are effected on the basis of a
    combination of Sales organization, Account type, or Customer and
    Material Account assignment groups and following are the options
    available.
    a. Customer AAG/Material AAG/Account type
    b. Material AAG/Account type
    c. Customer AAG/Account type
    For each of this option you can define a Gl account. Thus the system
    uses this gl account to automatically pass the entries.
    Logistics Invoice Verification
    Can you assign multiple G/L accounts in the Purchase order for the
    same line item?
    Yes, we can assign multiple G/L accounts in the Purchase order for the
    same line item. The costs can be allocated on a percentage or quantity
    basis. If the partial goods receipt and partial invoice receipt has already
    taken place, then the partial invoice amount can be distributed
    proportionally, i.e. evenly among the account assigned items of a
    Purchase order. Alternatively the partial invoice amount can be
    distributed on a progressive fill-up basis, i.e. the invoiced amount is
    allocated to the individual account assignment items one after the other.
    What is Credit memo and subsequent debit in Logistics Invoice
    verification?
    The term credit memo refers to the credit memo from the vendor.
    Therefore posting a credit memo always leads to a debit posting on the
    vendor account. Credit memos are used if the quantity invoiced is higher
    than the quantity received or if part of the quantity was returned.
    Accounting entries are : Vendor account is debited and GR/IR account is
    credited.
    Subsequent debit : If a transaction has already been invoiced and
    additional costs are invoiced later, then subsequent debit is necessary. In
    this case you can debit the material with additional costs, i.e. GR/IR
    account debit and Vendor account credit. When entering the Subsequent
    debit, if there is no sufficient stock coverage, only the portion for the
    available stock gets posted to the stock account and rest is posted to the
    price difference account.
    What do you mean by Invoice parking, Invoice saving and Invoice
    confirmation?
    Invoice parking : Invoice Parking is a functionality which allows you to
    create incomplete documents and the system does not check whether the
    entries are balanced or not. An accounting documents is also not created
    when the invoice is in parked mode.
    Thus you can create incomplete documents and then post it later to
    accounting when you feel it is complete. You can even rectify the Parked
    invoice. This feature is used by many companies as on many occasions
    all data relating to the invoice might not be available.
    Invoice saving : This is also called Invoice processing or Invoice posting.
    The accounting document gets created when the invoice is posted in SAP.
    Invoice confirmation : There is no terminology in SAP as Invoice
    confirmation.
    What are Planned delivery costs and Unplanned delivery costs?
    Planned delivery costs: are entered at the time of Purchase order. At
    goods receipt, a provision is posted to the freight or customs clearing
    account.
    e.g. FRE is the account key for freight condition, hence the system can
    post the freight charges to the relevant freight revenue account and FR3
    is the account key for Customs duty, hence the system can post the
    customs duty to the relevant G/L account.
    These account keys are assigned to the specific condition types in the
    MM Pricing schema.
    In terms of Invoice verification : If the freight vendor and the material
    vendor is the same : then we can choose the option : Goods service items
    + Planned delivery costs.
    If the freight vendor is different from the material vendor: then for
    crediting only the delivery costs, we can choose the option: Planned
    delivery costs.
    Unplanned delivery costs: are the costs which are not specified in the
    Purchase order and are only entered when you enter the invoice.
    What is the basis on which the apportionment is done of unplanned
    delivery costs?
    Unplanned delivery costs are either uniformly distributed among the
    items or posted to a separate G/L account.
    For a material subjected to Moving average price, the unplanned delivery
    costs are posted to the stock account, provided sufficient stock coverage
    exists.
    For a material subjected to Standard price, the unplanned delivery costs
    are posted to the Price difference account.
    There are cases where Invoice verification is done first before the
    Goods receipt is made for the purchase order . In these cases with
    what values would the Goods receipt be posted ?
    Since the invoice verification has been done first the Goods Receipts will
    be valued with the Invoice value.
    FI Month End Closing Activities
    What are the Month End Closing Activities in Finance?
    1. Recurring Documents.
    a) Create Recurring documents
    b) Create Batch Input for Posting Recurring Documents
    c) Run the Batch Input Session
    2. Posting Accruals or Provisions entries at month end
    3. Managing the GR/IR Account-Run the GR/Ir Automatic Clearing
    4. Foreign Currency Open Item Revaluation-Revalue Open Items in
    AR.AP
    5. Maintain Exchange Rates
    6. Run Balance Sheets –Run Financial Statement Version
    7. Reclassify Payables and Receivables if necessary
    8. Run the Depreciation Calculation
    9. Fiscal Year Change of Asset Accounting if it is year end
    10. Run the Bank Reconciliation
    11. Open Next Accounting Period
    Controlling Module
    Explain the organizational assignment in the controlling module?
    Company codes are assigned to the controlling area. A controlling area
    is assigned to the operating concern.
    Controlling Area is the umbrella under which all controlling activities of
    Cost Center Accounting, Product costing, Profitability Analysis and Profit
    Center are stored.
    Operating Concern is the highest node in Profitability Analysis
    What is primary Cost element and secondary cost element?
    Every Profit and Loss GL account that needs to be controlled has to be
    defined as a cost element in SAP. Just as in FI General Ledger Accounts
    exist, in Controlling we have Cost element.
    Each FI General Ledger Account that is a Profit and Loss Account is also
    created as a Cost element in SAP.
    Primary Cost Elements are those which are created from FI general
    Ledger Accounts and impact the financial accounts eg. Travelling
    expenses, consumption account infact, any Profit and Loss GL account
    Secondary Cost Elements are those which are created only in
    controlling and does not affect the financials of the company. It is used
    for internal reporting only. The postings to these accounts do not affect
    the Profit or Loss of the company.
    The following categories exist for secondary cost elements:
    21 Internal Settlement:
    Cost elements of this category is used to settle order costs to objects in
    controlling such as cost centers, pa segments etc.
    31 Order/Results Analysis:
    Used to calculate WIP on the order/project
    41 Overhead
    Used to calculate indirect costs from cost centers to orders
    42. Assessment
    Used to calculate costs during assessment
    43 Internal Activity Allocation
    Used to allocate costs during internal activity allocation such as Machine
    Labour etc
    What are cost objects?
    A cost object means a cost or a revenue collector wherein all the costs or
    revenues are collected for a particular cost object. Examples of this could
    be cost center, production order, internal order, projects, sales order
    So whenever you look at any controlling function the basic thing you
    need to ask yourself is What is the cost element(expense) I want to
    control and what is the cost object ( i.e. either the production order, sales
    order, internal order) I am using to control this cost element. Sounds
    confusing read it again it is very simple
    Controlling is all about knowing the cost element and the cost
    object. Every time pose this question to yourself what is the cost
    element what is the cost object.
    At the end of the period all costs or revenues in the cost object are settled
    to their respective receivers which could be a gl account, a cost center,
    profitability analysis or asset.
    It is very important that you understand this otherwise you would
    struggle to understand Controlling.
    Cost Center Accounting:
    How is cost center accounting related to profit center?
    In the master data of the Cost Center there is a provision to enter the
    profit center. This way all costs which flow to the cost center are also
    captured in the profit center.
    Cost centers are basically created to capture costs e.g. admin cost center,
    canteen cost center etc
    Profit centers are created to capture cost and revenue for a particular
    plant, business unit or product line.
    What is a cost element group?
    Cost element group is nothing but a group of cost elements which help
    one to track and control cost more effectively. You can make as many
    number of cost element groups as you feel necessary by combining
    various logical cost elements.
    What is a cost center group?
    In a similar line the cost center group is also a group of cost centers
    which help one to track and control the cost of a department more
    effectively. You can make as many number of cost centers as you feel
    necessary by combining various logical cost centers
    Infact you can use various combinations of cost center group with the
    cost element group to track and control your costs per department or
    across departments
    What is the difference between Distribution and Assessment?
    Distribution uses the original cost element for allocating cost to the
    sender cost center. Thus on the receiving cost center we can see the
    original cost element from the sender cost center. Distribution only
    allocates primary cost.
    Assessment uses assessment cost element No 43 defined above to
    allocate cost. Thus various costs are summarized under a single
    assessment cost element. In receiver cost center the original cost
    breakup from sender is not available. Assessment allocates both primary
    as well as secondary cost.
    What are the other activities in Cost center?
    If you have a manufacturing set up, entering of Activity prices per cost
    center/activity type is an important exercise undertaken in Cost center
    accounting.
    What is an Activity Type?
    Activity types classify the activities produced in the cost centers.
    Examples of Activity Type could be Machine, Labour, Utilities
    You want to calculate the activity price through system? What are
    the requirements for that?
    In the activity type master you need to select price indicator 1 – Plan
    price, automatically based on activity.
    When activity price is calculated through system whether activity
    price is shown as fixed or variable?
    Normally when activity price is calculated through system it is shown as
    fixed activity price since primary cost are planned as activity independent
    costs.
    What is required to be done if activity price is to be shown both
    fixed and variable?
    In this case you need to plan both activity independent cost which are
    shown as fixed costs and activity dependent costs which are shown as
    variable costs.
    Is it possible to calculate the planned activity output through
    system?
    Yes. It is possible to calculate the planned activity output through
    system by using Long term Planning process in PP module.
    Explain the process of calculating the planned activity output
    through Long term planning?
    In Long term planning process the planned production quantities are
    entered for the planning year in a particular scenario. The Long term
    planning is executed for the scenario. This generates the planned activity
    requirements taking the activity quantities from the routing and
    multiplying with the planned production.
    The activity requirements are then transferred to the controlling module
    as scheduled activity quantities. Thereafter you execute a plan activity
    reconciliation which will reconcile the schedule activity and the activity
    you have planned manually. The reconciliation program updates the
    scheduled activity quantity as the planned activity in the controlling
    module.
    You want to revalue the production orders using actual activity
    prices. Is there any configuration setting?
    Yes. There is a configuration setting to be done.
    Where is the configuration setting to be done for carrying out
    revaluation of planned activity prices in various cost objects?
    The configuration setting is to be done in the cost center accounting
    version maintenance for fiscal year. This has to be maintained for version
    0. You need to select revalue option either using own business
    transaction or original business transaction.
    At month end you calculate actual activity prices in the system.
    You want to revalue the production orders with this actual activity
    prices. What are the options available in the system for revaluation?
    The options available are as follows:-
    You can revalue the transactions using periodic price, average price or
    cumulative price.
    Further you can revalue the various cost objects as follows:-
    Own business transaction – Differential entries are posted
    Original business transaction – The original business transaction is
    changed.
    Internal orders
    What is the purpose of defining Internal orders.?
    An example would help us understand this much better.
    Lets say in an organization there are various events such as trade fairs,
    training seminars, which occur during the year. Now lets assume for a
    second that these Trade fairs are organized by the Marketing cost center
    of the organization. Therefore in this case marketing cost center is
    responsible for all the trade fairs costs. All these trade fairs costs are
    posted to the marketing cost centers. Now if the management wants an
    analysis of the cost incurred for each of the trade fair organized by
    the marketing cost center how would the marketing manager get
    this piece of information across to them? The cost center report
    would not give this piece of info
    Now this is where Internal Order steps in .If you go through all cost
    center reports this information is not readily available since all the costs
    are posted to the cost center.
    SAP, therefore provides the facility of using internal orders which comes
    in real handy in such situations. In the above scenario the controlling
    department would then need to create an internal order for each of the
    trade fair organized. The cost incurred for each of the trade fair will be
    posted to the internal orders during the month. At the month end, these
    costs which are collected in the internal order will be settled from these
    orders to the marketing cost center. Thus the controlling person is now
    in a position to analyze the cost for each of the trade fair separately.
    Thus internal order is used to monitor costs for short term events,
    activities. It helps in providing more information than that is provided on
    the cost centers. It can be widely used for various purposes .
    How can you default certain items while creation of internal order
    master data?
    You can do so by creating a model order and then update the fields
    which you want to default in this model order. Finally attach this model
    order in the internal order type in the field reference order.
    Once the above is done whenever you create an internal order for this
    order type the field entries will get copied from the model order.
    What is the configuration setting for the release of the internal
    order immediately after creation?
    You have to check the “release immediately” check box in the
    internal order type.
    Product Costing
    What are the important Terminologies in Product Costing?:
    Results Analysis Key – This key determines how the Work in Progress is
    calculated
    Cost Components - The break up of the costs which get reflected in
    the product costing eg. Material Cost, Labour Cost, Overhead etc
    Costing Sheets - This is used to calculate the overhead in
    Controlling
    Costing Variant - For All manufactured products the price control
    recommended is Standard Price. To come up with this standard price for
    the finished good material this material has to be costed. This is done
    using Costing Variant. Further questions down below will explain this
    concept better.
    What are the configuration settings maintained in the costing
    variant?
    Costing variant forms the link between the application and Customizing,
    since all cost estimates are carried out and saved with reference to a
    costing variant. The costing variant contains all the control parameters
    for costing.
    The configuration parameters are maintained for costing type, valuation
    variants, date control, and quantity structure control.
    In costing type we specify which field in the material master should be
    updated.
    In valuation variant we specify the following
    a) the sequence or order the system should go about accessing
    prices for the material master (planned price, standard price,
    moving average price etc).
    b) It also contains which price should be considered for activity price
    calculation and .
    c) How the system should select BOM and routing.
    How does SAP go about costing a Product having multiple Bill of
    materials within it?
    SAP first costs the lowest level product, arrives at the cost and then goes
    and cost the next highest level and finally arrives at the cost of the final
    product.
    What does the concept of cost roll up mean in product costing
    context?
    The purpose of the cost roll up is to include the cost of goods
    manufactured of all materials in a multilevel production structure at the
    topmost level of the BOM(Bill of Material)
    The costs are rolled up automatically using the costing levels.
    1) The system first calculates the costs for the materials with the
    lowest costing level and assigns them to cost components.
    2) The materials in the next highest costing level (such as semifinished
    materials) are then costed. The costs for the materials
    costed first are rolled up and become part of the material costs of
    the next highest level.
    What is a settlement profile and why is it needed?
    All the costs or revenues which are collected in the Production order or
    Sales order for example have to be settled to a receiver at the end of the
    period. This receiver could be a Gl account, a cost center, profitability
    analysis or asset. Also read the question “What is a cost object “ in the
    section Controlling.
    In order to settle the costs of the production order or sales order a
    settlement profile is needed.
    In a settlement profile you define a range of control parameters for
    settlement. You must define the settlement profile before you can enter a
    settlement rule for a sender.
    The Settlement Profile is maintained in the Order Type and defaults
    during creating of order.
    Settlement profile includes:-
    1) the retention period for the settlement documents.
    2) Valid receivers GL account, cost center, order, WBS element, fixed
    asset, material, profitability segment, sales order, cost objects, order
    items, business process
    3) Document type is also attached here
    4) Allocation structure and PA transfer structure is also attached to the
    settlement profile e.g. A1
    The settlement profile created is then attached to the order type.
    What is Transfer or Allocation structure?
    The transfer structure is what helps in settling the cost from one cost
    object to the receiver. It is maintained in the Settlement profile defined
    above.
    The Transfer structure has 2 parts:
    a) Source of cost elements you want to settle
    b) Target receiver whether it is a Profitability segment or fixed asset or
    cost center
    So basically for settling the costs of a cost object you need
    to define the Transfer structure where you mention what
    are the costs you want to settle and the target receiver for
    that.
    This information you fit it in the settlement profile which
    contains various other parameters and this settlement
    profile is defaulted in the Order type. So every time a
    order is executed the relevant settlement rule is stored
    and at the month end by running the transaction of the
    settlement of orders all the cost is passed on to the
    receiver
    So to put in simple terms:
    a) You define your cost object which could be a
    production order a sales order for eg
    b) You collect costs or revenues for it
    c) You determine where you want to pass these costs or
    revenues to for eg if the sales order is the cost object
    all the costs or revenues of a sales order could be
    passed to Profitability Analysis
    What do you mean by primary cost compon

  • Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when i enter account name and password for one account, i cannot access other accounts, because windows saves username

    Hi. I am using a time capsule for few PC s. I have made 5 different account to access time capsule. but in windows when I enter account name and password for one account, i cannot access other accounts, because windows saves username. how can i prevent this from happenning. I really need to access all my accounts and dont want it to save automaticlly.

    Why have 5 accounts if you need to access all of them.. just have one account?
    Sorry I cannot follow why you would even use the PC to control the Time Capsule. Apple have not kept the Windows version of the utility up to date.. so they keep making it harder and harder to run windows with apple routers.

  • I encountered an error in the Payment Wizard screen as I was creating an Outgoing Payment for petty cash expenses. On the "Recommendation Report" screen, I clicked "Non-Included Trans." and saw that one of the vendors (Vendor Code: WILCO) has the followi

    Hello,
    I encountered an error in the Payment Wizard screen as I was creating an Outgoing Payment for petty cash expenses. On the “Recommendation Report” screen, I clicked “Non-Included Trans.” and saw that one of the vendors (Vendor Code: WILCO) has the following error:
    “The document amount is greater than the max. amount allowed in the payment methods linked to the BP”
    Upon checking, the “PCF-W” Payment Method linked to WILCO does not have any restrictions, nor does WILCO have any credit/commitment limit set. I have also appropriately defined the Dummy Business Partner Bank (under Payment Terms) as well as checked the “Included” box for PCF-W on the Payment Run-Payment Methods screen.
    Could anyone please help me on this?
    Salamat,
    Cat

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • I have 3dparty software wirelessly with a cryptographic authentication system without my consent (seems to be new technology developed by stanford) obtaining ownership of my iPhone 4s software and controlling it with remote device to jail break. Now what?

    I have 3rd party software wirelessly injected and used on my iphone with a cryptographic authentication system without my consent (seems to be new technology developed by stanford and apple security is not updated for this technology) obtaining ownership of my iPhone 4s software and controlling it with remote device to jail breaking my phone, adding and removing software, changing settings all from a remotely controled device from different location (I have a Mac address I'd of this device to know for sure). Almost undetectable. When I look at the legal section of my phone it shows a list of all the unauthorized 3rd party software "as is" copyright encrypted on the phone.  This is the most basic way to legally steal software of any kind.  Because of this legalality 3rd party ownership have total control of certain software correlated with hardware use including visualization technology, etc.  most people luckily will never have this happen to them so it's unlikely many readers have not a clue of what I'm saying currently.  Either way, without needing to obtain specific warranty of any kind "as is" copyright control makes system restores not a solution because the source code is not directly encrypted on the actual hardware device only a copy right notice must appear on the specific device 3rd party software validation making it extremely difficult for me to take control of the situation. Apple claims their iOS technology prevents this type copyright obstruction from being possible, however, according to my phone a new form of technology was used developed by Tom wu of Stanford university called the STANFORD SRP AUTHENTICATION TECHNOLOGY which uses Some form of cryptographic authentication system and uses quote "secure remote password" which seems to suceed in hacking iOS apple technology apple claims is not possible to jailbreak an unstolen phone or without the owners consent As well as loading the device with 3rd party copyright Notices to make all of this legalized. My phone shows atleast 30 pages worth of legalized 3rd party copyright permissions! Yesterday my apple care provider labeled me a jailbreaker and refused to look at my legal documented proof which completely blew my mind because it voides my apple care contract I spent 100 on. This employee did not take all factors into consideration and made quick assumptions as well as verbally speaking to me as I'm an automatic criminal. I left the store yesterday with no payed insurance help on a problem I had no control over and couldn't prevent, leaving with voided contracts. This is an apple users worst nightmare and I have spent days researching all of this like i am some kind of lawyer only to be able to use my phone the way it should and spent alot of money on.  I can legally backup any claim I have just wrote above currently and have a large source of data collected to prove apple is wrong in voiding insurance support on this issue. The problem lies in apple avoiding and not wanting to believe their software can legally be obtained ot "hacked". Yet still labeled a jailbreaker basically.. What should I do????? Been to local apple store 3 times and rebooted my phone as well sprint service restore 4 times and spoke with reps twiice on the phone. Spoke with my phone provider who said apple has full control over these matters so they can't help me.  My case is according to apple "still open"...Anyone else heard of this or of Stanford's office of technology licensing? Maybe I need to buy a blackberry again or just use a landline so I can stop being my own lawyer and focus on other productive areas in life instead of this horrible mess. I shouldn't have to prove to apple I not a jailbreaker they should have to prove I'm one before voiding support I desperately need!!

    Mullaly75 wrote:
    I assume u guys don't understand what open source software is
    Yes, I think most of us do understand what open source software is. It sounds as if you don't. Here's some information:
    Open-source software (OSS) is computer software that is available in source code form: the source code and certain other rights normally reserved forcopyright holders are provided under an open-source license that permits users to study, change, improve and at times also to distribute the software.
    Open source software is very often developed in a public, collaborative manner. Open-source software is the most prominent example of open-sourcedevelopment and often compared to (technically defined) user-generated content or (legally defined) open content movements.
    from http://en.wikipedia.org/wiki/Open_source_software
    Yes, Tom Wu of Stanford wrote a paper on something called Secure Remote Access Protocol. It's a form of Asymetric Key Exchange and has nothing to do with hacking anything. It's actually intended to protect data.

  • Aging report and Control account value not matching

    Hi All
    The value what i am getting from   Vendor liabilities aging and Control account is not matching  for the same dates, all my parameters or selection criteria are same
    Same report if i am taking for the current date it giving correctly,
    If i am trying for a previous day the problem is happening
    How can i solve this issue

    Hi,
    Please check if the transactions are done for different Control Accounts and both the account balances are included in the Aging Report.
    Also, check that ALL the customers/vendor groups are taken.
    Make sure that you are running the backdated aging with the checkbox as mentioned in the Note 800294.
    If still facing problems may be you can provide with more details as to what the control account balances and what is the Aging, difference.
    PS: Check if there is any manual journal entry is created in the control account?
    Kind Regards,
    Jitin
    SAP Business One Forum Team

Maybe you are looking for

  • The Bug about 'DB_SECONDARY_BAD' still exists in BerkeleyDB4.8!

    The Bug about 'DB_SECONDARY_BAD' still exists in BerkeleyDB4.8? I'm sorry for my poor English, But I just cannot find anywhere else for help. Thanks for your patience first! I'm using BDB4.8 C++ API on Ubuntu 10.04, Linux Kernel 2.6.32-24-generic $un

  • How to include BW Web Templates in a BSP ?

    Hi guys, I am new to BSP stuff.  Can anybody throw some light on how to include a BW Web Template in a BSP application?  Any documentation available in this direction?  Thanks in advance. Cheers, Ramana.

  • Version control practices

    I looking for information on how others employ version control on all the various portal resources. Versioning custom development around remote services and the like is easily handled through the IDE or normal version control practices. What I am won

  • Error in datagrid

    <mx:DataGridColumn headerText="Type" dataField="serviceCategoryDesc" editable="false" width="120"> <mx:itemRenderer> <mx:Component> <mx:VBox> <mx:ComboBox id="category_cb" dataProvider="{outerDocument.acServiceCategory}" labelField="label" width="120

  • Cannot access servlet in tomcat4

    I'm a newbie to server side java. Please guide me. Installed Apache2 and Tomcat4 in Win2K. The installation seems OK because the index pages of both apache and tomcat appear when accessed as localhost on browser. I wrote (in fact, copied from a tutor