GL account and CO object

Hi friends,
What is the tcode to see list of GL accounts(plantwise) with their corresponding CO object assignments?
Thanks and regards.

Hi,
There is no such table or T Code to see direct assignment of GL to CO Object. However you can see the Table CSKB or use T Code KE23 to see the dorect assignement of Cost Element to CO Object.
Regards,
Jigar

Similar Messages

  • How can I find the user that created a user account and the user who last updated the account

    How can I find out who created a user account and who last updated the account. I think that this is the same information that is displayed in the description field on the General tab.
    I am using ADO commands and vbscript
    ug3j

    I should point out that there are two attributes of all AD objects that can help you track down the correct information in the system logs. These are the whenCreated and whenChanged attributes. This will tell when the object was created and when it was last
    modified, which should help when you search the logs. Also, while whenCreated is replicated to all DC's, so they will all have the exact same creation time, the whenChanged attribute is technically not replicated. The date/time on each DC reflects when
    the last modification was replicated to that DC. The values will differ slightly on each DC, reflecting how long it took for the change to replicate.
    Richard Mueller - MVP Directory Services

  • How to set MM02 should not allow to change account and costing view

    Hi all guru's
    How to set MM02 should not allow to change account and costing view details for orher users expect me,plz help me
    thanks
    ramesh

    Hi Ramesh,
                       Use the Authorization Object:  M_MATE_STA     Material Master: Maintenance Statuses
    Below are the Views for the MM02, Field STATM
    Whichever not wanted to be changed, please dont provide them.
    A     Work scheduling
    B     Accounting
    C     Classification
    D     MRP
    E     Purchasing
    F     Production resources/tools
    G     Costing
    K     Basic data
    L     Storage
    P     Forecasting
    Q     Quality management
    S     Warehouse management
    V     Sales
    X     Plant stocks
    Z     Storage location stocks
    Regards,
    Yawar Khan
    Edited by: 1234_abcd on Jan 10, 2012 8:14 AM

  • Can I Export Accounts and Delete them from Siebel?

    We have many accounts that need to be deleted from Siebel. They need to be pulled out for now and pushed back in at a later date. How can we do this?
    Thanks,
    Anita

    Anita, I assume you do not want to delete the 80 accounts that have opportunities and it's OK to delete the others including any related objects such as activities and leads. If you change the sales stage on those 80 opportunities to either Closed/Won or Closed/Lost you can then delete all 90,000 accounts and 80 accounts that have opportunities (Closed/Won or Closed/Lost) will not
    delete. The system will not allow you to delete an account with a related opportunity which is Closed/Won or Closed/Lost.

  • Database Account and User Groups

    Hello,
    Currently, I am using DATABASE ACCOUNT for an authentication scheme for all of my applications but, I would like to setup User Groups as well to limit users to thier prospective pages and/or objects within the application for easy maintenance of users. I have read that, in order to apply user groups in an application, you must use APPLICATON EXPRESS ACCOUNT credentials.
    Another developer has modified the "APEX_ACCESS_CONTROL" table with an additional column(s) that would allow access to specific pages. I am not sure if this is good practice to modify Apex tables.
    Is there a way to create user groups while using DATABASE ACCOUNT for authentication? What is the best practice in a case like this?
    Can anyone please shed some light on this? Thanks.
    - Dee

    Dee,
    I would like to setup User Groups as well to limit users to thier prospective pages and/or objects within the application for easy maintenance of users.I'm not clear on what your purpose is, just runtime authorization, or something more?
    Another developer has modified the "APEX_ACCESS_CONTROL" table with an additional column(s) that would allow access to specific pages. I am not sure if this is good practice to modify Apex tables.Those tables belong to your application's parsing schema and they are accessed only by code in applications you develop. The Application Express machinery knows nothing about them.
    Is there a way to create user groups while using DATABASE ACCOUNT for authentication?You can create your own tables to define groups and to keep track of which named accounts belong to which groups. And you can write an API for applications to use to query this information and to maintain it from custom applications built for that purpose.
    All

  • Associations and extended objects

    Hi,
    I'm just beginning to look at bc4j so bear with me if I ask a stupid question :-)
    The thing is that I'm experimenting with simple inheritance and I cant seem to get the associations to work like I would expect. I have 3 classes (business components). Customer, Account (which in my model is an abstract superclass) and SavingsAccount. And there is an association between Account and Customer in my model implying of cause that there is an assosiation between all subclasses of Account (SavingsAccount) and Customer.
    Account and SavingsAccount are in seperate tables - mabye thats where my problems lie ?
    But no such associations are created automatically by the 'create database objects' command.
    Is this also the experience of others here ? What it means is that my model gets 'abused' when I create the associations and I'm not too happy about that.

    Well, then I'm stumped as to why that won't work for me. If I have the following code:
    import java.util.*;
    public class Test1
        private ArrayList<E extends Integer> aList;
        public Test1()
            aList = new ArrayList<Integer>();
        public void run()
            for (byte i = 0; i < 10; i++)
                Integer o = new Integer(i);
                aList.add(o);
        public ArrayList<E extends Integer> getResults()
            return aList;
    }I get "> expected".
    Your last piece of code shows what I will probably end up doing, as this just can't seem to work, i.e. getting each Object1 and casting it to an Object2.
    What I need, is to initially build an ArrayList containing Object1s. Then my Object2 class is an extension of Object1, and therefore I else want to have that ArrayList returned, but the info I need now are Object2s. So basically build an ArrayList of Object1s, needed in that particular class, make a method that returns it, invoke that method in another class, but have that ArrayList contain Object2s instead.
    While I could iterate through the elements, I will also need to return the ArrayList with Object2 elements in it from the other class, so I prefer being able to do it in one swoop, using generics, if at all possible. Which it seems not to be.
    Edited by: ThemePark on May 21, 2008 2:14 PM

  • PCUI - Different Text type for Accounts and Contact Persons

    Hi All,
    While configuring the Text Determination, how can we have different determination procedures for Accounts and Contacts. On the CRM back end side there is no distinction on the objtect type for account & contacts. Instead there is one for BP.
    We defined a Text Det Proc for Object BUT000 (Business Partners) which gives us the same text types in both accounts and contact person screens in PCUI. But we want different text types. Can any one please advise.
    Thanks in advance,
    Raj K

    Hello All,
    Any suggestions in this matter would be greatly appreciated. Thanks,
    Raj Kasa

  • Need info regarding Oracle UCM Accounts and Security Groups behaviour

    Need information regarding Oracle UCM Accounts and Security Groups behaviour.
    Oracle UCM version: 11.1.1.5.0
    Steps:
    1. Log in with "weblogic" user and created a content with id "content1"
    2. Applied "@acc1(R)" and "TestGroup1" to the cotent created in step 1
    3. Log out
    4. Log in as "acc1user1", the user is not able to see the "content1"
    5. Log out
    6. Log in as "role1user1", the user is not able to see the "content1"
    Account and Group information:
    1. User "acc1user1" is part of "@acc1(R)"
    2. User "role1user1" is part of "role1(R)" and is mapped to "TestGroup1" in UCM
    Expected:
    Both "acc1user1" and "role1user1" should be able to see "content1" as they have at least Read permission.
    Please help me understand why the users are not able to see the content.

    ACLs, like Accounts, are optional security setting which may add on some extra functionality to mandatory security groups. Likewise, the resulting permission is taken as an intersection of SG and ACLs.
    But in the second part the number of set of users is huge (approx say 600)I don't get this completely. Does this mean that those "sets of users" (users who see the same data) are distinct and that there is 600 of such groups?
    If you read thoroughly the manual I sent earlier, there is a recommendation that there should be maximum 50 security groups, and you should use accounts, should this number be exceeded. This means you could have all the documents in one security group (and have one common role with Read permission), but combine it with accounts. ACLs are not a good choice here - their performance and manageability is much worse than of accounts. ACLs are primarily used if you expect security settings to change during the lifetime (e.g. a project manager adds temporarily rights to access an item to another user, and revokes it when the user finishes his or her work).
    Note that accounts as well as permissions of users within accounts can also be mapped externally (from LDAP/AD) and it usually follows some kind of org chart.
    I'd feel more comfortable not to speak about users, security groups, roles, etc., but about some real-life objects and scenarios.

  • Work Flow for Manually Disabling Account and Reporting on Disabling Account

    Hi All
    THis is my First Time To Create Work Flow for Idm Project Please Help me
    i want Work Flow for Manually Disabling Account and Reporting on Disabling Accounts
    Please Tell me How I will have to start, to create the code, I know how to configure but may be I will use BPEL or Through Netbeans and plugin I will use.
    please provide me sample code, so that I can start workflow work

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

  • PPM Accounting Integration using Object Links

    Hello,
    I'm trying to activate Accounting Integration in SAP PPM. According to SAP Performance Assistant in SPRO --> SAP Solution Manager Implementation Guide --> SAP Portfolio and Project Management --> Project Management --> Connection to External Systems --> Accounting Integration --> Make General Settings, SAP should provide a preconfigured object type 0FIN_INT_SOC_R3. Unfortunately there is no such object type listed within SPRO --> SAP Solution Manager Implementation Guide --> SAP Portfolio and Project Management --> Project Management --> Connection to External Systems --> Object Links in SAP Systems --> Make Settings for the Linked SAP Objects
    I am using SAP Solution Manager 7.1 SPS 11 with the corrsponding PPM-integration. Does anyone have a clue, how I can find 0FIN_INT_SOC_R3? Or do I have to create the whole object manually?
    Thanks for your help

    Hi ,
    At First we have to Activate accounting Integration for Project Type
    Choose SAP Portfolio and Project Management  -> Project Management -> Connection to External Systems -> Accounting Integration -> Activate Integration.
    You have to define  0FIN_INT_SOC_R3
    Choose SAP Portfolio and Project Management  -> Project Management -> Connection to External Systems -> Accounting Integration -> Define Object Links for  Accounting Integration
    Now you can find within SPRO --> SAP Solution Manager Implementation Guide --> SAP Portfolio and Project Management --> Project Management --> Connection to External Systems --> Object Links in SAP Systems --> Make Settings for the Linked SAP Objects

  • Accounts and entities do not match data in application OWNERSHIP

    Dear experts,
    During execution of the legal consolidation package we get the following error:
    "Accounts and entities do not match data in application OWNERSHIP"
    We have entered the ownership and transaction data.
    Could you, please, help us to solve the problem?
    Thanks.
    Mila

    This problem occurs when your Legal application is not in synch with your Ownership.
    See below what you have to do to fix this problem.
    I am considering you are using BPC for NETWEAVER.
    If you are using BPC for Windows, then you gonna have to check some other properties too. ok?
    Here we go.
    LEGAL APPLICATION parameters must be setup in web, as follows:
    ORG_ACCOUNTLIST = METHOD,PCON,POWN
    ORG_ACCOUNTOWN = PGROUP
    ORG_INTCO = I_NONE
    ORG_OWNERSHIPCUBE = OWNERSHIP (or the name of your ownership InfoCube)
    ORG_PARENTPROPERTY = PARENT_GROUP
    OWNERSHIP_APP = OWNERSHIP (or the name of your ownership application)
    USELIM = 1 (if you gonna use US elimination)
    VALIDATIONS = 1 (if you gonna use "online" validations entered in Netweaver)
    OWNERSHIP APPLICATION parameters must be setup in web, as follows:
    ORG_ACCOUNTLIST = METHOD,PCON,POWN
    ORG_ACCOUNTOWN = PGROUP
    ORG_INTCO = I_NONE
    ORG_OWNERSHIPCUBE = OWNERSHIP (or the name of your ownership InfoCube)
    ORG_PARENTPROPERTY = PARENT_GROUP
    OWNERSHIP_APP = OWNERSHIP (or the name of your ownership application)
    After setup web parameters, go to BPC console and check the following dimensions:
    (I am mentioning just the ones you need to setup for the consolidation)
    C_ACCT
    This is your account, and if you are using SAP ECC it should be equal to 0050 accounts of your GL (for example)
    In this dimension, you must check the following properties:
    ID - NEVER, I repeat NEVER, use lower case letters since BPC is case sensitive.
         ALWAYS USE UPPER CASE, FOR EXAMPLE, MY ACCOUNT ID'S ARE:   VLD_PL_INV,   VLD_PR_INV and so on.....
         This is valid for all dimensions or any other ID you gonna create in BPC.
    RATETYPE - must setup and must be the ones you gonna use in your RATE application
    DIMLIST2 - must use to GROUP your accounts for eliminations or any other automatic adjustment
    C_CATEGORY
    This is your consolidation categories used to link data you gonna load to your Legal InfoCube.
    You must have C_100 for example, for your Actual Version.
    You can use the ones that comes with APSHELL C_CATEGORY. It is fine.
    C_DATASRC
    This is just to TRACK your entries.
    Create as many data sources you need and you gonna use.
    You can use the ones that comes with APSHELL C_DATASRC. It is fine.
    ATTENTION for the following properties:
    DATASRC_TYPE - I for input (all the entries, transaction data from txt or ECC) and A for automatic adjustments
    IS_CONSOL - Y means that ALL entries in the Legal infocube must be considered for consolidation
    IS_CONVERTED - Y means that ALL entries in the Legal infocube must be converted to the GROUP for consolidation
    DATASRC_STAGE = Y (allways Y)
    ENTITY
    ID and PARENTH1 must be entered and must reflect your company hierarchy.
    INTCO - inform the associated Inter Company.
    CURRENCY - You must inform the currency of the company otherwise IT IS NOT GONNA WORK.
               This currency ID must be setup IN ALL the currency dimensions.
    In this entity you must enter:
    1-All the companies
    2-ALL TECHNICAL COMPANIES for the consolidation to work
    3-ALL TECHNICAL COMPANIES for VALIDATIONS (if you gonna do you validations thru script logic to
    have better control of accounts and values).
    ATTENTION:
    JUST FOR THE TECHNICAL COMPANIES FOR CONSOLIDATION YOU MUST INFORM  Y   TO THE ELIM PROPERTY.
    Leave it blank for all the other companies.
    FLOW - you can use the one that comes with APSHELL
    GROUPS
    If your version of BPC is 7.0 than this dimension has two objectives.
    First Objective - store all the currencies.
    All you company data must be loaded with LC currency i.e. in the Legal InfoCube, you gonna see LC in the GROUPS column.
    This is you Local Currency, so NEVER delete it.
    These currencies must have the following properties setup:
    REPORTING - Y for any other currency you insert, X for LC currency, X for Transction Currency.
    CURRENCY_TYPE - R for reporting, L just for LC currency, T for the transaction Currency
    Leave all the other properties blank!!!!
    Edited by: JADIRM on Nov 7, 2010 3:23 AM

  • Cannot drag and drop objects

    I starting having an issue with dragging/dropping objects on my screen a few days ago with my Macbook Pro. Say, for instance, there is a document on my desktop that I want to move to another location on my desktop or to a folder...when I left click on the document, a ghost of it appears on my cursor...I can move it around, but I cannot drop it. It takes several hits of the ESC key and clicks of the left mouse button to return the cursor to it's normal state, which also causes the ghost of the object to rush back to the original object icon instead of where I want to drag it. It does not matter if I use the touch pad on the laptop, my wireless house, or my wired mouse, which tells me it is a system issue and not a hardware issue. I am using 10.6.8. I have not voluntarily changed any mouse or desktop settings at all. I also noticed that when I move my cursor to the top left corner, it does not put the computer in a screensaver mode as I have it set up to do. I checked the screen settings and it is still set up to go to the screensaver when I move the cursor to that location. Does anyone know how to fix this?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find nothing has changed after you complete it.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select “Help” from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, try the action. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

  • Configure Service Principle Name for Application Pool account and web application?

    Hello Community
        On WS2012 Server running Sharepoint 2013 Server when you
    configure SPN you configure it for the SQL server object "MSSQLSvc" (domain account)
    and the user object "HTTP" (domain account).
        The question is if you also should configure SPN for the Application Pool account and
    configure SPN for the web application, how do you configure SPN for the Application Pool
    account and the web application?
        Thank you
        Shabeaut

    The Web Application is only an IIS Site. You're configuring the SPN for the Domain User running the IIS Application Pool (that the Web Application (IIS Site) leverages).
    So you would just need to use the format of:
    setspn -A HTTP/webAppUrl domain\iisapppoolacctusername
    setspn -A HTTP/webAppUrl.fqdn.com domain\iisapppoolacctusername
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Difference Between Service Account and User Account

    What is the Difference Between Service Account and User Account

    Hello Mohit,
    Basically there are two types of approches which you should understand.
    In many environments, administrators prefer to simply create a domain user account and assign appropriate privileges to it. Then this user account is used in order to start a specific service on a computer.
    In that case there is really no difference between a user account and the so called service accounts. Since this service account is simply a domain user, all the task related to managing the domain users apply to it. For example you
    should keep the password up to date manually. Some environment move step forward and assign
    Deny Logon Locally of this type of service account in order to enhance the security.
    The second concept is Managed Service Accounts. There are plenty of differences between a Managed Service Account and a User Account.
    The Display Icon is different from a view perspective.
    The type of object is different. 
    Managed service accounts password management is automatic.
    You can not create Managed Service Accounts using GUI. They are only created using Powershell.
    You can refer to link below for more inormation:
    Service Accounts Step-by-Step Guide
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • 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

Maybe you are looking for

  • How to restrict the idoc creation based on the distribution model

    Hi all, I want to create the idocs for certain material types only, for this i configured Distribution  model and set the filter for material types. If the delivery is created with the material type which is not in the filter means, Idoc is creating

  • Interesting siri bug.....?

    I tried to create a calendar entry today for a John Smith. But siri refused until I told her which of the 25 "johns" I have in my address book is the right one. Trouble is John Smith isn't in my address book and never will be! Its a one off appointme

  • Podcast Shuts Down iPod

    Since upgrading my 60gb iPod and to iTunes 7, nearly all my podcasts shut down my iPod and cause it to reboot. Weird, huh? It happens with all but one of the 15 or so podcasts I subscribe to (most from KCRW). I tried deleting them and resubscribing,

  • App store launch crash

    I have a Macbook Pro with OS 10.6.8. When launching App Store, it always crashes. Any thoughts?

  • GPRS problem in Signed version

    Hi, I am using GPRS in my application and it was working fine till I got my app signed, but it doesnt seem to work in the signed version... any reason why?