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.

Similar Messages

  • Error during Creation of Product Group

    Hi experts
    I am getting below error during creation of Product Group MC84,
    how to solve this
    The field  is defined as a required field; it does not contain an entry
    Message no. MG144
    Procedure
    Transfer a suitable value.
    If the field is the material group or unit of weight, and the field is not ready for input, check whether the material is locked. If it is locked, you cannot extend the Purchasing view or the Sales view. If either of these views needs to be extended, the material must first be unlocked. This can be done only by a user with special authorization. Contact your system administrator.
    Note
    For information on locking and unlocking material master records, see the SAP library documentation Material Master (LO-MD-MM) ->Locking Material Master Records.

    Hi,
    Please refer the below thread,
    PRODUCT GROUP
    Regards,
    Senthilkumar

  • 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

  • AIA comms O2C PIP 11.2:  Is creation of subscription group  supported ?

    HI AIA gurus
    I am confused from documentation and source code of AIA comms O2C PIP 11.2. From documentation, it seems like Creation of Service group along with creation of services during order fulfillment. But, in the transformations for making input flistfor opcodes PCM_OP_CUST_MODIFY_CUSTOMER or PCM_OP_PURCHASE_SUBSCRIPTION_DEAL in composite      ProcessFulfillmentOrderBillingBRMCommsAddSubProces do not have Field SUBSCRIPTION_OBJ field which indicates the Subscription parent of all services.
    So, it is not clear if subscription group is supported in AIA comms O2C PIP 11.2. From research i found that AIA 2.0.1 did not support subscription groups. So, i am not sure if 11.2 or 11.3 PIPS support this feature.
    Please help me to know if subscription group is supported or not. If supported, please help with Product configurations we need to do in Siebel to test subscription group creation.
    Regards
    Arun

    Hi,
    No, te AIAConfigurationProperties originally did not contain any section (nor Module Config or Service Config) describing AIA Session Pool Manager. how is it that the 11.2 documentation does not mention this composite as part of the "Verify Deployment" sections for both Comms AABC and O2C PIPs?
    As a workaround we've currently took the composite project from $AIA_HOME/utilities/SessionPoolManager/V1/AIASessionPoolManager......, deployed it and also changed the AIAConfigurationProperties files by adding the Module config section for SessionPoolManager. That seemed to work after running the ant script for the update of the xml file and restarted the managed server.
    Still curious as to why it was not deployed as part of the install.

  • Creation of Authorization group

    Hello All,
    I have a requirement from FI consultant for creation of new authorization group. This auth. group we want to use in FI objects like F_BKPF_BEK. so that for few end users they should not change any vendor data in FK02.
    I have gone through several posts, but not able to get / understand clear steps for creation of auth group and assignment.
    One of the post i found is below:
    [How to create Authorization group;
    i tried to do few steps but not in right direction. Request you some one please suggest me the steps for cration.
    Rgds,
    Durga.

    Julius,
    Thanks for the update. As suggested by you i have inserted one entry of auth group in TBRG table against FI object with SE16.
    Now how do we maintain the view of V_TBRG. Is it from SE11?, if yes then i should do this step from ABAP login.
    But what i heard is, this activity is purely involved by Basis people.
    Please suggest.
    Rgds,
    Durga.

  • 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.

  • How to create master group in Portal - Segment Builder?

    Hi All,
    May i know how to create master group by using existing target group in segment builder PCUI in portal?
    I manage to do it in sapgui:
    tc: crmd_mktseg_mgr -> create new master group -> assign existing target group -> execute button -> master group is created.
    I tried in portal: click on segment builder tab -> search existing profile set -> open existing profile set -> click on target group tab -> mark one of target groups -> click on Master group button -> save changes -> go back to sapgui crmd_mktseg_mgr -> search for all the master groups -> i dun see result that i did in portal.
    Can guide me on this?
    Appreciated your guide. Thanks.
    Regards,
    wyee

    Hi All,
    May i know how to create master group by using existing target group in segment builder PCUI in portal?
    I manage to do it in sapgui:
    tc: crmd_mktseg_mgr -> create new master group -> assign existing target group -> execute button -> master group is created.
    I tried in portal: click on segment builder tab -> search existing profile set -> open existing profile set -> click on target group tab -> mark one of target groups -> click on Master group button -> save changes -> go back to sapgui crmd_mktseg_mgr -> search for all the master groups -> i dun see result that i did in portal.
    Can guide me on this?
    Appreciated your guide. Thanks.
    Regards,
    wyee

  • Number of Master Groups

    Hi,
    Is there a decrease in performance if I create a large number of master groups?
    I'm running mulitmaster replication on a system that needs to be highly available. And whenever the database goes into a quiesced state and I can’t update objects it causes big problems for me. I was wondering if creating more master groups would limit this problem, because only the objects contained within it couldn’t be updated.
    Thanks

    The major downside of having multiple refresh groups is that you can end up with materialized views that are transactionally inconsistent with each other. If a parent and child materialized view are in different refresh groups, you may end up with rows in the child materialized view that reference parent rows that don't exist or rows in the parent table that appear not to have some or all of the child rows in the child materialized view.
    Justin

  • Master Group

    Hi Guru’s
    What is Master Group and when we are using and what the use full of master group
    Many Tanks’
    Mahesh Kumar
    [email protected]

    hi
    master group is the standard group from which actually the target groups are derived,if u want to do the segmentation u put entire set of data in converged area known aas master group and then taking data set from that area known as target group u do the segmentation,
    for more info please go through:
    http://help.sap.com/saphelp_crm40/helpdata/en/d4/b0813a19a2416de10000000a114084/frameset.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/e8/f7b19cade14845b0e051a864463841/content.htm
    best regards
    ashish

  • Master Group in segmentation

    Hi,
    How and why is Master Group used.
    I understand about the Target Group, but not about Master Group.
    Regards,
    Monica

    Hi Monica,
    Master groups are used to restrict the selection base during target group modeling in the Segment Builder. They are used to make a pre-selection that allows you to avoid having to enter certain selection criteria again for every modeling run, and that also excludes certain business partners (for example, business partners selected for deletion) from the selection.
    Master groups can be created by reports that must be predefined in Customizing, or they can also be created via Segment Builder. 
    In the standard delivery, the following programs are used to create master groups:
    ●     B2B / B2C
    ●     Country Distribution
    ●     Territory Management
    ●     All Business Partners by Channel Partner
    ●     From Target Group
    http://help.sap.com/saphelp_crm50/helpdata/en/2e/0f050769001a4eb8ceaa87dc7dba1a/frameset.htm
    Please see the below threads for more info
    Update Master Group based on Target Group
    Re: Creating Target group
    <b>Do not forget to reward if helps</b>
    Regards,
    Paul Kondaveeti

  • Authorisation for MAster Group or Target Group or Profile set

    Hi
    How can we restrict certain users from accessing certain Master Groups or Target Groups or Profile sets?
    For example we may not want employees in Europe to access target grp pr master grp of Customers in US.
    How to do that?
    Thanks in advance, reward points for any help.
    Regards,
    Monica

    Hi Monica,
    did u find an answer for this query on Target groups
    Please let me know
    Thanks
    Edmonds

  • Segment Builder: Authorisation for Master Groups, Profile set & TargetGroup

    Hi Gurus,
    On Segment Builder, I've created Master Groups from Target Groups. How do I restrict certain users from accessing certain Master Groups or Target Groups or Profile sets?
    Your help is much appreciated.
    Thank you.
    Regards,
    Carol

    Hi Monica,
    did u find an answer for this query on Target groups
    Please let me know
    Thanks
    Edmonds

  • Master Groups

    Hi,
    In SAP library (http://help.sap.com/saphelp_crm50/helpdata/en/2e/0f050769001a4eb8ceaa87dc7dba1a/frameset.htm), it is mentioned :
    "You can use the master group to define that a campaign manager can only select customer data for which he or she is responsible. When the campaign manager creates a profile set, he or she is forced to enter the appropriate master group.
    In Customizing, you can define that the use of master groups is mandatory for certain segment types. The segment type is linked to the authorization object that can be used to determine which user has display, change, or delete authorization for which segment type."
    Can someone please suggest. I have no idea how to do that.
    Pls help.
    Monica

    Someone was asking this yeesterday, too.
    If you have CS6 or CC, you can use the Content Collector to do this.
    http://helpx.adobe.com/indesign/using/linked-content.html

  • 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

  • Creation of SP Groups for a site using javascript

    Hi,
    I need to create four SP Groups for a website.
    Here is my code to create a website:
    $(document).ready(function () {
    createSite();
    function createSite() {
    var context = SP.ClientContext.get_current();
    var collWeb = context.get_web().get_webs();
    var strMasterPageUrl = '/_catalogs/masterpage/oslo.master';
    var webCreationInfo = new SP.WebCreationInformation();
    webCreationInfo.set_title('TestSite27');
    webCreationInfo.set_description('Description of new Web site...');
    webCreationInfo.set_language(1033);
    webCreationInfo.set_webTemplate('STS#0');
    webCreationInfo.set_url('TestSite27');
    webCreationInfo.set_useSamePermissionsAsParentSite(false);
    var oNewWebsite = collWeb.add(webCreationInfo);
    oNewWebsite.set_customMasterUrl(strMasterPageUrl);
    oNewWebsite.set_masterUrl(strMasterPageUrl);
    oNewWebsite.update();
    context.load(oNewWebsite);
    context.executeQueryAsync(Onsuccess, onfail);
    function Onsuccess() {
    //Creation of groups
    function onfail(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    Here i need to create four groups:
    TestOwners
    TestMembers
    TestVisitors
    TestExpert.
    The owner of the groups should be TestOwners
    Please help.
    Thanks,
    Sachin

    Hi Sachin,
    Below link will be helpful to you
    http://msdn.microsoft.com/en-us/library/office/hh185014(v=office.14).aspx
    Thanks
    Somnath Matere

Maybe you are looking for