Maximum length for Chart of Accounts

hi experts,
In chart of accounts max  length is 10. generally all are taken 6, if we take any other number other than 6 how is effect and how it works can you explain clerly ? pls explain effects wit all, like 1234578910
Edited by: Lakshmipathi on Jan 4, 2012 7:02 PM
Please use the subject effectively

Hi,
You can take any numbers considering that the number would be sufficient to accomodate the requirement of the company; even 3,4,5. You can even include alphabets in that. There is no hard rule that it should be 6, but the maximum is 10. Generally companies choose from 6-8; and for consolidated/group account even 10.
Please let us know if you need any further details.
Warm regards,
Murukan Arunachalam
Edited by: Murukan_A on Jan 4, 2012 5:34 PM

Similar Messages

  • GL A/c numbering logic for chart of accounts BAIN

    Hi,
    Will any expert pl let mek now What is the GL A/c numbering logic for chart of accounts BAIN (BAIN is standard ch of A/c for India apart from CAIN)?
    Regards
    Anand

    Your question is not clear about numbering logicu2026
    First of all the GL Account # are always externally assigned (it can be either numeric and alphanumeric)
    The length of GL account is 10 digits. But if you give it as 6 in TC OB13 then
    u2022     Numerical account numbers
    The system includes zeros to the left of the number
    0000001234
    u2022     Alpha-numeric account numbers
    The system includes zeros to the right of the number
    1131DB0000

  • Hierarchical Query for Chart of Account

    Hellow all
    I have one Table which is for chart of account
    The Column in this Table is
    Acc_id and Acc_name
    I Insert data in This chart of account
    Insert into COA
    values
    *(01,'ASSETS');*
    values
    *(01001,'Current Assets');*
    values
    *(01002,'Fixed Assets');*
    values
    *(010010001,'Banks');*
    values
    *(010010002,'Cash');*
    values
    *(01001000100001,'Metrol Politan Bank');*
    values
    *(01001000100002,'Royal Bank');*
    values
    *(01001000100003,'Stander Charted Bank');*
    values
    *(01001000200001,'Cash in Hand');*
    values
    *(01001000200002,'Patty Cash');*
    That's all my record now i need to create a Hierarchical tree
    Which look like this
    *01- Assets*
    ------010001 Current Assets+
    ----------010010001 Bank+
    --------------01001000100001 Metrol Politan Bank+
    --------------01001000100002 Royal Bank+
    --------------01001000100003 Stander Charted Bank+
    ----------010010002 Cash+
    --------------01001000200001 Cash in Hand+
    --------------01001000200002 Patty Cash+
    ------010002 Fixed Assets+
    ----------010020001 Machinery Assets+
    --------------01002000100001 Needle Machine+
    --------------01002000100002 GGT Machine+
    ----------010020002 Computer Assets+
    --------------01002000200001 Computer Server+
    --------------01002000200002 Computer other+
    Hope you guys understand i need the Hierarchical query for making this kind of Tree
    Regards
    Shahzaib

    In above posts you have solution to your problem but maybe you can think about changeing the design slightly.
    I would suggest using parent_id to find parent account, instead of operations on strings which can be slower in larger tables.
    SQL> create table t14(id int, account_code varchar2(16), account_name varchar2(32), parent_id int)
      2  /
    Table created.
    SQL> insert into t14 values(1,'01','Assets',null);
    1 row created.
    SQL> insert into t14 values(2,'01001','Current Assets',1);
    1 row created.
    SQL> insert into t14 values(3,'01002','Current Assets',1);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from t14;
            ID ACCOUNT_CODE     ACCOUNT_NAME                      PARENT_ID
             1 01               Assets
             2 01001            Current Assets                            1
             3 01002            Current Assets                            1
    SQL> select lpad(' ',2*(level-1)) || account_code as account_code, account_name
      2  from t14
      3  start with parent_id is null connect by prior id = parent_id
      4  /
    ACCOUNT_CODE                   ACCOUNT_NAME
    01                             Assets
      01001                        Current Assets
      01002                        Current AssetsWith kind regards
    Krystian Zieja

  • Report for chart of accounts by transaction

    Hi All,
    I am looking for Report for chart of accounts by transaction. Could any one suggest me which report it is.
    Thanks,
    JP

    There are the answers.
    1. It is enough if you generate data model and activate it.
    2. With regard to Chart of Accounts, entity of COA, ACCOUNT, ACCCCDET should be mostly involved.
    3. You don't need to generate tables at all because after you activate the data model, all correlative tables will be generated automatically according to the definition of the data model.
    In transaction SE38, run program USMD_DATA_MODEL, you can see all generated table for your data model.
    If you have other questions, please feel free to let me know.
    Regards
    Edited by: Qi Liu on Feb 15, 2011 8:26 AM

  • Text ids for Chart of Accounts & Co Code Area

    Hi,
    Why do we need obt6 & obt7 i.e. Text ids for Chart of Accounts & Co Code Area.
    Regards,
    Vikas

    in case when u want to use some additional text for the creation of GL at a crertain level like COA then u create the standard text types and tick the relevant text... then whenever u create the GL then it will give u the option of putting text there..... it is more of information text....

  • MDGF for Chart of Accounts

    I am configuring MDGF for Chart of Accounts and I want to use standard data model 0F that comes out of the box with no customization that means no use of BADI's. I have few questions on this and I would appreciate if some one helps me on these:
    1. Is it enough if I generate data model 0F or do I have to generate the entity types of 0F  in this case Entity type COA alone?
    2. What other Entity types for data model 0F  to make MDG for Chart of Accounts work?
    3. If the answer is YES to question 1, after activation will I see generated Z tables as shown in
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/d4/09348181894e46a2c6cdc8e65ab28e/frameset.htm.
    Cheers...

    There are the answers.
    1. It is enough if you generate data model and activate it.
    2. With regard to Chart of Accounts, entity of COA, ACCOUNT, ACCCCDET should be mostly involved.
    3. You don't need to generate tables at all because after you activate the data model, all correlative tables will be generated automatically according to the definition of the data model.
    In transaction SE38, run program USMD_DATA_MODEL, you can see all generated table for your data model.
    If you have other questions, please feel free to let me know.
    Regards
    Edited by: Qi Liu on Feb 15, 2011 8:26 AM

  • Maximum length for an XML schema

    Hi everybody,
    Is there a limit on the maximum length for an XML schema? I am trying to register an XML schema using dbms_xmlschema.registerSchema(). The schema registration process seems to go fine when the length of the schema is short. But the registration process always hangs when I increase the XML schema with additional types/elements. Is there a limit on the maximum length of the XML schema with regards to registering it to Oracle?
    Thanks!
    IK

    Hi Erhan,
    Let's say I have a really big XML schema in file "schemaA.xsd", like so:
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sampleA="http://abc.com/schemaA" targetNamespace="http://abc.com/schemaA">
    <xsd:element name="Employee">
    <xsd:sequence>
    <xsd:element name="Address" type="sampleA:AddressType"/>
    <xsd:element name="Contact" type="sampleA:ContactInfoType"/>
    </xsd:element>
    <xsd:complexType name="AddressType">......</xsd:complexType>
    <xsd:complexType name="ContactInfoType">....</xsd:complexType>
    </xsd:schema>
    I can separate this schema into multiple smaller schemas (<32KB) by using the proper imports:
    In file "sampleA.xsd":
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sampleB="http://abc.com/schemaB"
    xmlns:sampleA="http://abc.com/schemaA" targetNamespace="http://abc.com/schemaA">
    <xsd:import namespace="http://abc.com/schemaB" schemaLocation="schemaB.xsd"/>
    <xsd:element name="Employee">
    <xsd:sequence>
    <xsd:element name="Address" type="sampleB:AddressType"/>
    <xsd:element name="Contact" type="sampleB:ContactInfoType"/>
    </xsd:element>
    </xsd:schema>
    And in file "sampleB.xsd", I might have something like this:
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sampleB="http://abc.com/schemaB" targetNamespace="http://abc.com/schemaB">
    <xsd:complexType name="AddressType">......</xsd:complexType>
    <xsd:complexType name="ContactInfoType">....</xsd:complexType>
    </xsd:schema>
    So, you see how I have separated that one really big XML schema in file "schemaA.xsd" into two XML schema files: "schemaA.xsd" and "schemaB.xsd". Also, I have added <import> tags in schemaA.xsd to refer to elements, complext types, etc. defined in schemaB.xsd. So long as these schema files are < 32KB, I can register them (using dbms_xmlschema.registerSchema()) without any problems into Oracle.
    Let me know if what I said above is not too clear. Hope you find your solution soon!
    Thanks!
    Irene

  • RC 3 M8 147 Account determination for Chart of Accounts._ WRX not possible

    Hi All,
    When I am confirming the Service Entry Sheet from SRM Front end for the ECPO replicated in the Backend following error is displayed:
    <b>RC 3 M8 147 Account determination for Chart of Accounts._ WRX not possible</b>
    How can I get the Service Entry Sheet Posted/Accepted...?
    Regards,
    Rounak

    Hi Rounak,
    Thank for ther reply , I have checked all the settings which u have mentioned.
    1)Account assignment -K
    2)Field  Status Group -Z001 i.e General
    3)In OBYC -Valuation Modifier has been mapped to the GR/IR-- GL account.
    A)the cost centre and the GL account has been mapped .
    Still i am getting the same error ,
    RC=     3  M8                   147 Account determination for entry RCL WRX 0001 not possible
    What more can we check in the FI-MM integration  ??
    The same combination is working fine for Asset purchases.
    wth rgds
    SVU123
    Edited by: svu123 on Jan 31, 2008 6:37 AM

  • Hierarchical ID Recursion for Chart of Accounts

    This must be a pretty standard report format but so far it looks as though I’m not smart enough to figure out how to get ‘er done. I’m using 2008 R2 to work with a hierarchy of about 30k GL accounts. The hierarchy is narrow at the top—only 5 subtrees (Assets,
    Liabilities, etc.)—and it is only four levels deep but the bottom levels are several thousand accounts wide.
    In addition to the original Account_Number and Parent_Number columns, a straight-forward T-SQL recursive CTE has produced 3 new columns which I suppose should be useful. I’ve tried to work through the SSRS help examples on How To Create a Recursive Hierarchy
    Group but it’s not getting me where I want to go.
    Level     Hierarchy            
    Node                    
    Account_Type
    1             
    /1/                         
    0x58                      
    Assets
    1             
    /2/                         
    0x68                      
    Liabilities
    1             
    /3/                         
    0x78                      
    Equity
    1             
    /4/                         
    0x84                      
    Income
    1             
    /5/                         
    0x8C                     
    Expenses
    2             
    /1/1/                    
    0x5AC0                
    Assets -> Cash
    2             
    /1/2/                    
    0x5B40                 
    Assets -> Acct Receivable
    2             
    /2/1/                    
    0x6AC0                
    Liabilities -> Acct Payable
    I would like to a report which opens showing only the top 5 accounts but which will allow User to drill down through each of the remaining 3 levels. Using an expression to indicate level by simple indentation is not an option.
    Please point me to an example or some more instructions.
    HomeCookN

    Hi There
    As far as I understand you  have charts of account which have three levels and by default you would like to open first level and from there user will drill down to next level.
    You could do it easily by creating three row groups and visibility of the second and third level will be hidden initially and use display can be toggle by report item as shown in the figure.
    However if you don’t like to go on this track and give your user the option to select which level he would like to see after the first level then please create a parameter and give user the ability to go straight to that level.
    I am putting some screenshot for your help.
    If you still have a questions please let me know.
    Many thanks
    Syed Qazafi Anjum
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.

  • Is there a maximum length for a custom expression?

    Is there a documented maximum length of a custom expression in a sync rule? I have been unable to find one and as of yet, have not hit one. But for curiosity's sake, I was wondering if there is a limit?
    Thanks

    Hello FIM-EN,
    Custom Expression of Synchronization rules are saved to two attributes: Initial Flow and Persistent Flow.
    Both are "Indexed string", so theoretically, the length is unlimited.
    Regards,
    Sylvain

  • Query for chart of accounts

    SELECT    T0.DocEntry, T0.DocNum, T0.Series, T0.PostDate, T0.DueDate,
    T0.ItemCode AS Parent,T0.PlannedQty, T0.CmpltQty, T0.RjctQty,
    T1.ItemCode AS CHLD, T1.BaseQTY, T1.PlannedQTY,T1.IssuedQTY,
    T0.CmpltQtyT1.BaseQTY AS Compl_QTY, T0.RjctQtyT1.BaseQTY AS Rej_QTY,
    T2.LastPurPrc as PurPrise, T2.LstEvlPric as EvlPrice,
    T3.LineTotal AS Total,
    T1.IssuedQTY -((T0.CmpltQtyT1.BaseQTY) + (T0.RjctQtyT1.BaseQTY)) As WIP_QTY,
    (T1.IssuedQTY -((T0.CmpltQtyT1.BaseQTY) + (T0.RjctQtyT1.BaseQTY)))* T2.LstEvlPric As WIP_Valuation,
    T0.Comments
    FROM         OWOR T0 INNER JOIN
                          WOR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN
                          OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN
                          IGE1 T3 ON T1.DocEntry = T3.BaseEntry AND T1.LineNum = T3.BaseLine
    WHERE T0.Status='R'
    The above query returns the cost of production orders that are issued for production.The column WIP_Valuation in the query is equivalent to C/D (L/C) in Account Balance of Chart of Accounts i.e
    Financials -> Chart of accounts ->WIP  -> C/D (LC)
    I have used user defined  accounts.
    But this query does not trace the goods that are returned.So the total received in query is larger than the total of chart of accounts.
    For eg,
    Details                                                                 C/D  (LC)
    Issue for Production                                           1,952.96 INR
    Receipt from Production                                   (1,952.96 INR)
    For the above production order the goods are returned.So 1,952.96 is subtracted.In the query I am not able to subtract 1,952.96.I am considering 1,952.96  in total.What change should be done in the query to neglect the goods that are returned.

    On OJDT/JDT1, you are looking for postings that result from Production Orders, which you can identify by OJDT.TransType = 202 andOJDT.BaseRef is the production order.
    I also do not know exactly how B1 can tell the difference between a Goods Issue and an Issue to Production. You would expect a flag on OIGE, but there does not seem to be one.
    You could try finding the stock movements from the movements records OINM where I think OINM.ApplObj = 202 is a production movement.
    Regards,
    Douglas McDove

  • SQL loader Field in data file exceeds maximum length for CLOB column

    Hi all
    I'm loading data from text file separated by TAB and i got the error below for some lines.
    Event the column is CLOB data type is there a limitation of the size of a CLOB data type.
    The error is:
    Record 74: Rejected - Error on table _TEMP, column DEST.
    Field in data file exceeds maximum length
    I'm using SQL Loader and the database is oracle 11g r2 on linux Red hat 5
    Here are the line causing the error fronm my data file and my table description for test:
    create table TEMP
    CODE VARCHAR2(100),
    DESC VARCHAR2(500),
    RATE     FLOAT,
    INCREASE VARCHAR2(20),
    COUNTRY VARCHAR2(500),
    DEST     CLOB,
    WEEK     VARCHAR2(10),
    IS_SAT VARCHAR2(50),
    IS_SUN VARCHAR2(50)
    CONTROL FILE:
    LOAD DATA
    INTO TABLE TEMP
    APPEND
    FIELDS TERMINATED BY X'9' TRAILING NULLCOLS
    CODE,
    DESC,
    RATE,
    INCREASE,
    COUNTRY),
    DEST,
    WEEK,
    IS_SAT,
    IS_SUN
    Data file:
    BHS Mobile     Bahamas - Mobile     0.1430          1     "242357, 242359, 242375, 242376, 242395, 242421, 242422, 242423, 242424, 242425, 242426, 242427, 242428, 242429, 242431, 242432, 242433, 242434, 242435, 242436, 242437, 242438, 242439, 242441, 242442, 242443, 242445, 242446, 242447, 242448, 242449, 242451, 242452, 242453, 242454, 242455, 242456, 242457, 242458, 242462, 242463, 242464, 242465, 242466, 242467, 242468, 24247, 242524, 242525, 242533, 242535, 242544, 242551, 242552, 242553, 242554, 242556, 242557, 242558, 242559, 242565, 242577, 242636, 242646, 242727"               
    BOL Mobile ENTEL     Bolivia - Mobile Entel     0.0865     Increase     591     "67, 68, 71, 72, 73, 740, 7410, 7411, 7412, 7413, 7414, 7415, 7420, 7421, 7422, 7423, 7424, 7425, 7430, 7431, 7432, 7433, 7434, 7435, 7436, 7437, 7440, 7441, 7442, 7443, 7444, 7445, 7450, 7451, 7452, 7453, 7454, 7455, 746, 7470, 7471, 7472, 7475, 7476, 7477, 7480, 7481, 7482, 7483, 7484, 7485, 7486, 7490, 7491, 7492, 7493, 7494, 7495, 7496"               Thank you.

    Hi
    Thank you for youe help, I found the solution and here what i do in my Control file i added
    char(40000) OPTIONALLY ENCLOSED BY '"' .
    LOAD DATA
    INTO TABLE TEMP
    APPEND
    FIELDS TERMINATED BY X'9' TRAILING NULLCOLS
    CODE,
    DESC,
    RATE,
    INCREASE,
    COUNTRY,
    DEST
    char(40000) OPTIONALLY ENCLOSED BY '"',
    WEEK,
    IS_SAT,
    IS_SUN
    Thank you for your help.

  • Variable length field exceeds maximum length for VARRAW in SQLLOADER

    Hi All,
    I am trying to load some signature ascii data from load file. so i wrote the code like below in my controal file to load that to database. For SIGN_IMAGE in oracle db it was mentioned as RAW(2000). The below is worked fine when i tried in window and oracle 8i environment.
    SIG_TYPE POSITION(23:23) CHAR,
    SIGN_IMAGE POSITION(24:1977) VARRAW(2000)
    NULLIF SIGN_IMAGE=BLANKS,
    SIGN_IMAGE1 POSITION(1978:3930) VARRAW(2000)
         NULLIF SIGN_IMAGE1=BLANKS
    But when i ported the same thing to solaris and oracle 10g environment. The below code is giving error when SQL Loder loading.
    The error is like : Variable length field exceeds maximum length.
    But here i am giving a lenght of 1954 only with including 2 bytes length of the string.
    Could any one tell me what is exactly the problem? i am not able sort out the issue.
    Thanks,
    Shashi

    Please only post in a single forum. Thank you.

  • Variable length field exceeds maximum length for VARRAW

    Hi All,
    I am trying to load some signature ascii data from load file. so i wrote the code like below in my controal file to load that to database. For SIGN_IMAGE in oracle db it was mentioned as RAW(2000). The below is worked fine when i tried in window and oracle 8i environment.
    SIG_TYPE POSITION(23:23) CHAR,
    SIGN_IMAGE POSITION(24:1977) VARRAW(2000)
    NULLIF SIGN_IMAGE=BLANKS,
    SIGN_IMAGE1 POSITION(1978:3930) VARRAW(2000)
         NULLIF SIGN_IMAGE1=BLANKS
    But when i ported the same thing to solaris and oracle 10g environment. The below code is giving error when SQL Loder loading.
    The error is like : Variable length field exceeds maximum length.
    But here i am giving a lenght of 1954 only with including 2 bytes length of the string.
    Could any one tell me what is exactly the problem? i am not able sort out the issue.
    Thanks,
    Shashi

    You should probably move this question to the General Database Discussions. This forum is for Oracle Forms not SQL:*Loader.

  • MDM for Chart of Accounts

    Hi,
    Can MDM be implemented for GL Master (Chart of Accounts)? If yes, does SAP provide standard repository for the same?
    Regards,
    Anoop Sahu

    Hi Annop,
    why not? Never seen standard repositories for this, but you can create a new one just to solve your requirements.
    Rgs,
    Vito

Maybe you are looking for

  • I went to "view" and "toolbars" and mistakenly unchecked the menu toolbar on Firefox how do I get it back?

    I was trying to turn off some of the unused toolbars on Firefox on my husband's Windows laptop. I mistakenly unchecked the menu tool bar under "view" and "toolbars" Now I can't figure out how to get it back.

  • AMC error when importing from PP

    From PP CS5 to AME CS5 on a PC (Windows 7 (64-bit), i7 930, 18GB Ram) Any video format I try to encode... and TO any format will get this error. When I export to AME, AME will spawn but the project will not load. When I go to load it by hand [file>Ad

  • Importing packages in Servlets

    I am just learning Java Servlets, and I am having trouble using classes (that are in a Package) within the servlet. Right now, I have a servlet that uses classes from a package that i created (and I know works). The servlet compiles and when I run it

  • Oracel Link server is case sensitive

    Hi, I had created a Link server for with oracle . it working fine ,only issue is table name are case sensitive. when i run Select * from temp , it is running directly in oracle but when i try to run this by link server it says temp table don't not ex

  • Strange monitor lines [advice request]

    I'm getting strange RGB vertical lines on my monitor that come and go less than daily. These lines are effected by the on screen windows; They actually arc around whatever is on the screen. And screen shots don't pick them up. My gut instinct tells m