Error in Master Group creation

Hi Mahantesh Here,
In Master Data while creating Company code data  & account Management tab page in that Reconcilation account option i m not getting what to enter there. Its not accepting any value there like 140000, Pls help me.

hi
check whether you have assigned the chart of account to your company code
In OB62 assign the chart of accounts to copmpany code
IMG-FInancial Accounting-general ledger accounting--g l accountsmaster records--preparations -
assign company code to chart of accounts
regards
Prashanth

Similar Messages

  • Getting Error in Master Repo creation in ODI 10.1.3.5

    Hi All,
    I am creating Master repo with MS SQL Server 2000 and using two approches but getting error.
    In first approch -
    I am using Driver --->>> com.microsoft.sqlserver.jdbc.SQLServerDriver and
    URL---->>> jdbc:sqlserver://localhost:1433;selectMethod=cursor;database=Master_ODI;integratedSecurity=false
    Master repo starts but in between getting error "*connection closed*" and some time "*Not delete permission for user on SNP_LICENSE.*
    Second Approch -
    Using Driver -->> sun.jdbc.odbc.JdbcOdbcDriver
    Url-->> jdbc:odbc: <DSN name with master database in SQl Server>
    in this approch I am able to create Mater repo but in topology I am not able to see Master repo in Repository window.
    Please help me out if Iam doing somthing wrong or missed some steps.
    Regards,
    Vibhav

    Just follow the below steps to create master repository in MS SQL Server, you can find these steps in odi installation folder.
    Creating Repository Storage Spaces
    Create a database db_snpm to host the Master repository and a database db_snpw to host the work repository. Create two logins snpm and snpw which have these databases by default.
    Use Enterprise Manager to create the two databases db_snpm and db_snpw (allow about 40 Mb for Data and 20 Mb for Log for each of them)
    Use Query Analyzer or I-SQL to launch the following commands:
    CREATE LOGIN <mylogin>
            WITH PASSWORD = '<mypass>',
            DEFAULT_DATABASE = <defaultbase>,
            DEFAULT_LANGUAGE = us_english;
    USE <defautbase>;
    CREATE USER dbo FOR LOGIN <mylogin>;
    GO
    Where: <mylogin> corresponds to snpm or snpw <mypass> corresponds to a password for these logins <defaultbase> corresponds to db_snpm and db_snpw respectively
    Creating the Master Repository
    Creating the master repository consists of creating the tables and the automatic importing of definitions for the different technologies.
    To create the master repository:
    In the Start Menu , select Programs > Oracle Data Integrator > Repository Management > Master Repository Creation , or Launch bin/repcreate.bat or bin/repcreate.sh.
    Complete the fields:
    Driver : the driver used to access the technology which will host the repository. For more information, refer to the section JDBC URL Sample.
    URL : The complete path for the data server to host the repository. For more information, refer to the section JDBC URL Sample.
    User : The user id / login of the owner of the tables (previously created under the name snpm).
    Password : This user's password.
    ID : A specific ID for the new repository, rather than the default 0. This will affect imports and exports between repositories.
    Technologies : From the list, select the technology your repository will be based on.
    Language: Select the language of your master repository.
    Validate by OK.
    Creating the dictionary begins. You can follow the procedure on your console. To test your master repository, refer to the section Connecting to the master repository.

  • ERROR WHILE PRODUCT GROUP CREATION

    Dear All,
    I am trying to creat the product Group but system is giving the
    following error.
    Message No.M3749
    "Required parameters missing when calling up module".
    Please give your valuable input to overcome the issue.
    Thanks & Regards,
    Vijay Mankar
    +91 9871251289

    Dear Ramanujan,
    I have create Product Group lots of time without crate a material with PROD material type in IDES,and also I have checked it on other client DEV server its creating properly,and one thing ,if I entered Product Group & did not saved and again try to create it again ,it gives error that the Product group is already exists. Why it is happened?
    But why it is not allowing me to create at my end.
    Please give your valuable inputs for the same.
    Vijay Mankar

  • Error in Product group creation

    HI,
    When I am creating product group at that time i m getting error like "Required parameters missing when calling up module"
    Can anybody tell me solution..?
    Product grp i m creating for SOP.

    Dear Chetan,
    Create a material using T code MM01,using the material type as PROD and then assign a plan for this product group in MC81.
    Check this link,
    Product group error
    Regards
    Mangalraj.S
    Edited by: Mangalraj.S on Aug 20, 2009 3:18 PM

  • Problem in multi master replication creation using DBA Studio -- replication

    Hi,
    I am trying to create multi master replication using DBA studio but facing following problem at the time of master group creation.
    ORA-04052 error occured when looking up remote object SYS.SYS@CBOLDATA
    ORA-00604 error occured at recursive SQL level 2
    ORA-01017 invalid username/password, logon denied
    ORA-02063 preceding line from CBOLDATA
    If you want to know how I am trying the whole thing then here is the way I am doing comfiguration.
    First I have created master site which is created successfully.
    Here I have used two database named UPP817 & CBOLDATA
    Step of master site creation is followed like this.
    1. Master Site addition (Added both UPP817 & CBOLDATA using SYSTEM username)
    2. Default User (No change is done, Default schema and password taken)
    3. Master Site Schema (Added SCOTT/tiger)
    4. Scheduled Link (No change is done, Default values taken)
    5. Purge (No change is done, Default values taken)
    6. Finished successfully
    Master group creation there is three option available
    1. General (Only value of Name is given)
    2. Object (No object added)
    3. Master Sites (It takes UPP817 by default as a master defination site then as a Master Site I have added CBOLDATA)
    when I pressed on Create It gives me the error listed above.
    I really appreceate your help
    Mukesh

    Create public database link at master site database for CBOLDATA.
    Also see that you are using SNMP protocol and Oracle Pipe at both
    databases. This will be usefull while making replication from remote
    place.
    I hope this will work.
    regards
    Avinash Jadhav

  • Error when creating master group

    I am trying to set up a replication environment with only one master site. I do
    it by running SQL script using SQLPlus (rather than using the Wizard). The
    following is the script I used to create the master site:
    create user REPADMIN identified by REPADMIN;
    BEGIN
    DBMS_REPCAT_ADMIN.GRANT_ADMIN_ANY_REPGROUP(
    userid => 'REPADMIN');
    END;
    grant comment any table to REPADMIN;
    grant lock any table to REPADMIN;
    grant execute any procedure to REPADMIN;
    All lines completed successfully. Then I connect as "repadmin" and try to
    create a master group. The following is the screen capture when I ran the
    SQLPlus:
    Connected to:
    Oracle7 Server Release 7.3.4.4.1 - Production
    With the distributed, replication and parallel query options
    PL/SQL Release 2.3.4.4.1 - Production
    SQL> BEGIN
    DBMS_REPCAT.CREATE_MASTER_REPGROUP(
    gname => 'REPGRP01',
    qualifier => '',
    group_comment => '');
    END;
    2 3 4 5 6 7 BEGIN
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_REPCAT_UTL", line 2121
    ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 420
    ORA-06512: at "SYS.DBMS_REPCAT", line 45
    ORA-06512: at line 2
    I have no idea on the error message and even don't how to trace the error.
    Is there anything I missed when creating the replication administrator
    'repadmin'? Or anything I have to set up as well before I can create a master
    group?
    p.s.
    1) The version of the Database is 7.3.4.4.1
    2) I did try to create a master group using the Wizard in DBA studio, but
    same error messages appeared.
    Thanks in advance.
    Kae

    Hi,
    Before creating new purchasing groups- 1st check your user ID is authorized to purchasing groups create in t.code: OME4.
    In development system you can creates new purchasing groups with USER ID and telephone numbers, upon saving system will create a transport request. Later you can transfer related transport request to quality system for your testing.
    For example: You can creates new purchasing groups with USER ID and telephone numbers
    Purchasing groups-------------USER ID ---------------Telephone numbers
    Z01-----------------------------------USR01------------------232569875
    Z02-----------------------------------USR02------------------232589876
    Regards,
    Biju K

  • Supplier Group Creation Error  in SRM 7.0

    Hello,
      We are on SRM 7.0, SP 9. When creating a root supplier group using tcode PPOCV_BBP in SRM, we are  getting a "DATA_LENGTH_0", "CX_SY_RANGE_OUT_OF_BOUNDS" error in the program "SAPLRHOMDETAIL_PP01".
    This error happens during the new supplier group creation process, when we change the default name of the vendor group with a custom name and try to save the new supplier group.
    Please let me know if any one has come across this issue.
    Thanks,
    Raj

    HI Raj,
    you have to implement the note 1572049  to resolve this issue.
    Regards
    Ajay
    Edited by: ajay ch on Aug 15, 2011 10:57 AM

  • Error occurs during Asset Master Record Creation.

    Hello SAP Gurus,
    The error occurs during asset master record creation.
    Our fiscal year variant is Z6 (July to June). The asset was acquired in June 15 (previous fiscal year) but was only set up on July 30 (this fiscal year) . When we put the depreciation start date as 15 June the error appeared. While saving the Asset master we are getting below error.
    We tried the same with Post Capitalization of Asset (ABNAN) there also we are getting same error.
    ERROR: - as below
    u2003
    SYST: *You cannot determine the period for rule 02 to 05.08.08 ( todayu2019s date )*
    *Message no. AA613*
    *Diagnosis*The system could not determine a depreciation period on 05.08.08 for period control 02 of the period control method of phase N1 of depreciation key INTERN-00001-0000.
    Procedure
    Maintain the assignment of the periods for the period control entered.
    Proceed
    If the period control you entered is a standard period control, you can assign the periods automatically.Proceed
    Please find enclosed attachment for clear description of the error.
    Please share your experiences regarding this subject.
    Thanking you in anticipation.
    Regards,
    Suresh.
    09986375966

    Hi,
    have you generated the period controls properly? If not, the error is raised correctly by the system.
    To generate period controls go to:
    IMG Asset Accounting -> Depreciation -> Valuation Methods -> Period Control -> Generate Period Controls    / or you can use OA84
    Regards,
    Markus

  • Clustering model ..target group creation ...error

    Hello All
    After i created a Clustered model successfully i went ahead to create a CRM target group and as the last step in the process I selected the Training source of my Clustering Model ,right clicked it and clicked Monitor
    The result shows that the CRM target group creation was incorrect.The following screeen shows the error screen.
    http://www.geocities.com/aditya_ponnam/errorscreen.JPG
    Please advise.
    Thank you
    Aditya

    Hi naveen
    Thank you.How can I check the RFC setting for my CRM system?Has it got anything to do with this problem?I have just started learning SAP BW and CRM.Please suggest.As a matter of fact, this error occured in the BW system.The version of BW system is 3.1 Support Package 6.I could not figure out anything from the error description.Please look at this error screensot.
    http://www.geocities.com/aditya_ponnam/errorscreen.JPG
    Thank you
    Regards
    Aditya

  • Creation of master group

    I'm setting up a master group for the first time.
    The master group contains 2 nodes.
    I want to replicate an entire schema - the schema contains tables,indexes, procedures, triggers and functions.
    The actually schema already exists and has data (the same) already.
    When I create the master group (using replication manager), I select all the tables in the schema, but I am unsure as to whether I should also select the indexes and procedures in my schema.
    I would of thought that oracle replication simply does an update/insert/delete in the remote table, whose indexes, if it has any would be updated anyway - hence I do not explictly need to add the indexes to the master group?
    Is this correct?
    In what circumstances would you add more than just the tables to the master group.?
    I'm confused.

    Dear,
    Create a new GL (Depreciation) with P and L account then transfer the balance from the existing Balance sheet GL to P&L GL, then try to block or set a deletion flag for the Balance sheet GL.

  • Automatic Profile Set / Target Group Creation in SAP CRM

    Hi,
    Need some help on the listed process.
    Is there any procedure to create Profile Ser/Target group automatically based on certain criteria? We want to reduce the manual work of Profile/Target group creation for the users.
    We are currently using SAP CRM 5.0 and looking at options of creating Target Groups automatically based on infoset. The criteria used to model is below mentioned.
    - New Customers  & Head Office (They are the customer specific Z-fields in BP Master Data)
    - Relationship Data: Has contact person Relationship. This is based on the assignment of Contact person to the BP (i.e. Day when the Relationship assignment done to the respective BP Master Data --> under Relationship tab page.
    We are not using Attribute Set (that we assign to Marketing Attribute tab page of BP Master), for your information.
    Appreciate, if you could let us know whethe this is possible by Standard feature/ any work around on this.
    Kindly do the needful.
    Thanks,
    Rahul

    Hello Rahul,
    it is possible to create a target group from an external list as far as i am aware. Maybe have a look at
    http://help.sap.com/saphelp_crm50/helpdata/en/57/d7de42777c2978e10000000a155106/frameset.htm
    Regards
    Mark

  • Issue in Target Group creation of contact persons

    Hi,
    I am working on CRM 5.0. Using the segment builder creating target group to be attached to the campaign.
    I have created one target group of organizations with Marketing attributes attached to these BPs.
    Using this organizations target group as Master Group I am creating one more target group of contact persons of these organizations (using Contact persons relationship). The issue here is, out of these contact persons I require only those contact persons having interest in classical music. I have maintained this attribute in the BP master data of these contact persons.
    While creating the target group of such contacts in segment builder I am using this attribute to filter the data but I am getting all the contacts without any filter applied. My requirement is to only get those contact persons (belonging to the master group of organizations) having interest in classical music. Can anyone suggest how to achieve this?
    With regards
    Ambar Adhav

    Folks,
    We have implemented Accounts & Contact Management (BP) in our CRM System. Here the Issue is the Business User Can able to create an Account Successfully from Portal but when he is trying to create Relationship - "Has Contact Person" the following error has got occured -
    500 SAP Internal Server Error
    Error msg - Inconsistancy between Dictionary Types COMT_BSP_BP_TEL_T AND BAPIADTEL (Type of Termination: RABAX_STATE)
    Could you pls help me out and How can i proceed to scan the issue?
    Srujan
    Edited by: Srujan Kumar on Jan 19, 2008 8:27 AM

  • Master Data Creation - Generic Program

    Hi Gurus,
    I'm trying to find a way to avoid the usage of LSMW for customer and vendor master data creation; according with the specified account group, I  read the table T007D (for the Customers) fields for Generic, Company and Sales Area Data, and then I made my own BDC_DATA code structure.
    The problem is that I don't exactly know which position of the colums FAUSA, FAUSF and FAUSV corresponds to which Master Data Fields. Where do I find this Mapping? Is the mapping defined in the SAP ABAP code or there is an internal mapping table?
    Thanks in advance for your answers.
    Cheers,
    Nuno A.

    The problem, indeed, is not the LSMW. I was wondering if it would be easy to develop that kind of tool using ABAP.
    However, if it is possible to do that using the LSMW, I would try it. One question about the LSMW, how can I obtain the information of the tables T077D and TMOD*? Do I have to put ABAP code in the 5th LSMW step "Maintain Field Mapping and Conversion Rules"?
    Thanks,
    Nuno A.

  • HOW TO DELETE A MASTER GROUP

    Hi,
    I 'm trying to delete or drop a master group that I have created in a 10g database. I run the following code:
    begin
    DBMS_REPCAT.DROP_MASTER_REPGROUP (
    gname => 'MASTER_DIMAYOR',
    drop_contents => false,
    all_sites => false);
    END;
    and this error appears:
    begin
    ERROR en línea 1:
    ORA-23313: el grupo de objetos "PUBLIC"."MASTER_DIMAYOR" no está llamando a una base de datos maestra en TRUE.REGRESS.RDBMS.DEV.US.ORACLE.COM
    ORA-06512: en "SYS.DBMS_SYS_ERROR", línea 105
    ORA-06512: en "SYS.DBMS_REPCAT_UTL4", línea 2867
    ORA-06512: en "SYS.DBMS_REPCAT_MAS", línea 2660
    ORA-06512: en "SYS.DBMS_REPCAT", línea 635
    ORA-06512: en línea 2
    thanks

    It is probably best to do a full Restore on the iPod or at least use the Erase all content option in the Settings area.

  • Error in material group

    Hi Experts,
    While creating routing with external operation details I am getting this error, same Mat.group is maintained in Mat.master and Info record
    Material class differs from material class from info record
    Message no. 06354
    Diagnosis
    The material class or material group of the info record differs from that of the item.
    Procedure
    Check the material class or material group entered, or the info record number.
    Please help me.
    Thanks
    Satya

    Hi,
    You can view the material group in the org data of the info record, just below material you can find the material group tab.
    Thanks
    Nisha

Maybe you are looking for

  • Alteração do preço líquido do material

    Pessoal boa tarde, estou com um problema na hora de criar um pedido de compra. Na hora que eu coloco o material o valor liquido dele fica certo, porém quando vamos gravar o pedido o valor liquido aumenta, alguém sabe o que pode ser? Da a seguinte men

  • How do you get your ipod to get out of the "connect to itunes screen"?

    How do you get your ipod to get out of the "connect to itunes screen"?

  • How to Create NFS in Linux

    Hi all, I am very much new to Linux Admin, i am basically working as a apps dba, i have two servers, i installed Oracle Linux on that, now i want to create NFS file system, i have created u01 mount pioint in Linux1 and u01 in linux 2 with same space

  • Problem with IN statement generated

    The following query: query.declareImports("import java.util.Collection;"); query.declareParameters("Collection argTenderCollection, String argGroupId"); query.setOrdering("changeThresholdAmount ascending"); query.declareVariables("Tender tenderObj");

  • How do you shorten the length of a song on imovie on the ipod

    im trying to make a video but i put in a song but then i want to shorten it so the song will only play in one part of the video not the whole thing but i dont really know how, can someone help?