Restriction for Marketing org.

Hi,
I have created marketing org, assigend positions and business role and users to it. Marketing org. is getting determined in campaign as per the position of user creating it. How can I restrict user from making chnages in campaigns belonging to other marketing org? I didnt find authorization object for markt org. Any suggestion?
Reagards,
Nikhil

Eventhough this query is closed, but just for the benefit of users answering this query.
SAP provides standard functionality of Authorization group in the campaigns. You might need to explore more on this functionality to know its full potential.
In short, using this functionality one can put a kind of stamp on the Campaigns regarding to which Organization unit this campaign belongs and then using the authorization object for the Campaign and Plan types, one can give authorizations to the users for the relevant Campaign and Plan types.
rgrds,
Randhir

Similar Messages

  • AutoCreate Restriction for Different orgs

    Hi All,
    Pls help me to know that, How i can restrict my AutoCreate for creating PO of different header and line shipments?
    My scenario is:
    Suppose my one user creating Requisition for 2 times of different org's. My indent user is not allowed to enter any Supplier information in Requisition. When requisition is approved, then it go to purchasing user. My purchasing user create PO of Requisition using AutoCreate. Now he is selecting both lines as above requisition and entering one supplier and supplier site and create PO automatically.
    When we open PO then we see that Header ship-to location is different then a line shipment location.
    How i can restrict this case at Autocreate time? If there is one line then in requisition then i'm able to restrict using personalization, however when it is more then one line this restriction is not working.
    Pls suggest something.
    Regards,
    UKJ

    Hi Hemanth,
    First of all identify the auth objects which are being checked in these transactions through trace.
    Once u know the auth objects verify if there are objects with the field WERKS if its a plant with u want to control. If thats not the case identify the related org units and depending on the org heirarchy in place give corresponding org units which will have the same impact even though not directly controlled by plant.
    But the primary starting point is to obtain the Auth Objects which are being checked.
    some information can be obtained through the SU24 check indicators but thats no 100 percent of it.
    Hope this helps
    Manohar

  • Form Personlization for an Org

    Hi All,
    I have done a Form Personlization in Oracle Apps 12.1.1.
    Can I make this Form Personlization only for a particular org and restrict for other org's.+
    Please advice.
    Thanks in Advacne,
    Jegan

    Hi Jegan,
    Assuming that by 'org', you mean Operating Unit rather than Inv Org, you have a couple of options. The first is to add all of the responsibilities tied to that OU in the conditions context or, secondly and a much better approach (you don't want to have to revisit your personalizations when you create a new responsibility), add something like the following as a condition statement:
    +${ps.org_id} in (select organization_id from hr_operating_units where name in ('YOUR_OU_NAME'))+
    Regards,
    Jon

  • Authorization Object for Marketing Attributes

    Hi Experts,
    We are working with CRM 2007 and use in BP Marketing Attributes. Does someone know if there are any authorization objects for Marketing Attributes? We would like to restrict some of users to see some Attribute sets!
    Thank you in advance,
    Roula

    Hi Roula,
    Thank you so much for awarding points.
    Please note that in Transaction PFCG you have to assign the appropriate three digit attribute set key under the authorization group BGKRL to the authorization object C_KLAH_BKL for assigning attribute sets and to the authorization object C_KLAH_BKP for editing attribute sets.
    Please have a look at the Note in the bottom of the page at the following link for further information.
    http://help.sap.com/saphelp_crm60/helpdata/en/46/3517cc86e01421e10000000a1553f6/frameset.htm
    Regards,
    Deepak

  • User ID restriction for Project/WBS to create service entry sheet

    Dear All,
    My client requirement is that the user id should be restrict for particular project or WBS to create service entry sheet(ML81N). Can we do it in this manner?
    Further i want to give you my organization structure as given below.
    1. Project :-   20
    2. Plant    :-  Single
    3. Bus. Area:- 2
    4. Co area :- Single.
    Thanx,
    Vishal Kr. Sharma

    Standard restriction is possible for this T code based on document type,purchasing group,purchasing org and plant.
    Others being ruled out I think solution is to restirct using purchasing group which is smaller entity.
    Regards
    Sreenivas

  • Restriction for table maintainence

    Hello Gurus,
    I am working on a SLO project, where i had merged 5 source systems to one system.
    In few roles in source systems for table maintainence the authorization groups is maintained as '*' in production.
    In source systems if they maintain * they would be able to display/change the data related to that system only.
    But now in target system , if we maintain * in authorization group they are able to display/change the data related to all the 5 systems.
    This need to restricted, Please provide some pointers on how this can be done.
    This restriction should be in such a way that they should be able to change data related to the system they belong to .
    Thanks,
    Sanketh.

    >
    Sanketh Teegala wrote:
    > Thanks for the reply prashanth.
    >
    > But , suppose consider users are maintaining table T001B. ( they are maintaining it through parameter transactions).
    > as it is a standard table it has been assigned to same authorization group in both source and target systems.
    > In source system , user is able to view data related only that system.
    > But in target system user is able to view other system data also.
    >
    > How can i restrict this data ?
    >
    > Thanks,
    > Sanketh.
    Hi Sanketh,
    I hope you are progressing with your SLO task.  Once you have finished this project, most things will be simple in comparison
    Unfortunately your requirement is not a simple one
    You could use line item auths (nasty to set up IMO).  Have a search for info on auth object S_TABU_LIN
    Alternatively you could introduce auth checks on key auth fields (e.g. BUKRS, WERKS etc) into the method that you use to display table data.  This would likely require new transactions with validation code that is performed before data is displayed or limits what can be updated.  Another messy approach would be to use parameter transactions that pass in an org unit into the table selection criteria.  You would need one for each org unit so will likely not be practicable.
    What I would say is that focus on what is legally required.  If none of it is required by law then focus on getting the rest of your consolidation done first and then address this in partnership with your project development team.

  • Create User-defined field for Marketing Documents

    I need to create a User-Defined field for Marketing Documents under Title and Rows.
    I need to do it via .NET instead of manually go into SAP to create it.
    Does anyone can give me idea on how to do this?

    Hi David,
    There are examples of how to do this in the SDK samples (look for MetaDataOperations project in the DI samples).
    There are also examples in the SDK help. Here's one:
    Private Sub AddUserField()
    '// The UserFieldsMD represents a meta-data object that allows you
    '// to addremove fields from tables or change the fields' characteristics
        Dim oUserFieldsMD As SAPbobsCOM.UserFieldsMD
    '// In any meta-data operation there should be no other object "alive"
    '// but the meta-data object, otherwise the operation will fail.
    '// This restriction is intended to prevent a collisions.
        '// The meta-data object needs to be initialized with a
        '// regular UserFields object
        Set oUserFieldsMD = oCompany.GetBusinessObject(oUserFields)
        '// When adding user tables or fields to the SAP Business One database
        '// use a prefix identifying your partner name space
        '// this will prevent collisions between the various partners add-ons
        '// SAP's name space prefix is "BE_"
        '// Set the Fields' mandatory properties
        oUserFieldsMD.TableName = "OCRD" '// BP table
        oUserFieldsMD.Name = "BE_UserField1"
        oUserFieldsMD.Description = "A user field"
        oUserFieldsMD.Type = db_Alpha '// am alphanumeric type
        oUserFieldsMD.EditSize = 20
        '// Add the field to the table
        oUserFieldsMD.Add
    End Sub
    Kind Regards,
    Owen

  • Marketing Org Determination in Campaigns/Marketing Plans

    Hi Friends,
    Can anyone please tell me how do we do automatic determination of Marketing Org Unit for Marketing Plans/Campaigns?
    Thanks alot in advance !!
    Kind Regards,
    Neeraj Sharma

    Hi,
    Marketing Org Unit determination on Marketing Plans/Campaigns depends upon user assignment in organisation stucture,
    you have to look at following things for automatic determination of Marketing Org Unit.
    1) In Organisation structure select your marketing Org and in Function tab select Marketing and tick in check box Marketing Organization
    2) Create Position under your marketing org as Marketing Manager and assign User which your using to create marketing plans/campaign.
    As in case of marketing system check the user org unit and it determine marketing org on the basis of user assigment.
    Regards,
    Dipesh.
    Edited by: Dipesh Date on Jun 22, 2010 3:31 PM

  • Not clear with the Authorization concept for Marketing Plan

    Hi All,
    I am new to CRM and was going through some of the prescribed document for CRM marketing
    when i encounter with the authorization concept in marketing plan,for example how
    can i restrict a user with a campaign manager role from changing marketing plan.please
    provide the step by step procedure.
    Regards,
    Sanju

    Hi Sanju
    User with a campaign manager role can be restricted for changing marketing plan using authorization group.
    We define authorization groups for use in the Marketing Planner. Authorization groups can be maintained at both marketing plan level and campaign or trade promotion level. Authorization groups enable us to control which users are authorized to change which of these two types of marketing project. We could, for example, define one authorization group to be assigned to a marketing plan, then define further authorization groups to be assigned to the different campaigns within the marketing plan. In the Marketing Planne.
    Follow below steps
    1. Define authorization group using following IMG Path
    Customer Relationship Management / Marketing / General Settings / Define Authorization Group.
    2. In authorization object CRM_CPGAGR of the role Campaign manager maiantian activity 01, 02, 03 ,06 (this will allow user to create, change, display and delete)
    3. IMG defined authorization group ex: ABC can be seen under the tabstrip Basic Data of marketing plan.
    4. Now user have to choose the Authorization group ABC from the drop down in Basic tab to create a marketing plan. User will get the change access for all the marketing plan which have the authorization object ABC.
    Hope this will help...
    Rgds
    Mallikarjun

  • Even after set Mo:Security and HR:Security,user not able to restrict require Inventory Org.

    Hi All,
    Even after set Mo:Security and HR:Security,user not able to restrict require Inventory Org.
    Both the profile option have set at responsibility level.
    Reagrds,
    Sandesh

    2785222 wrote:
    Hi All,
    Even after set Mo:Security and HR:Security,user not able to restrict require Inventory Org.
    Both the profile option have set at responsibility level.
    Reagrds,
    Sandesh
    Hi Sandesh,
    First note that HR:Security Is for HRMS module for restricting data for respective OUs
    MO:Security is for other Modules such as Inv, PO, AR, AP etc., for restricting data
    Change the inventory Org to the one you want and then query data...
    Hope it helps.
    Regards,
    Shahzad.H.Magsi

  • ME54 - Restrict by purchase org and release code

    Hi All,
    We have a requirement that wants to allow one user to have multiple plants and for one for each one a different release code.  Well release codes are controlled by auth M_EINK_FRG and plant is controlled by M_BANF_WRK.  Because plant and release code is not in the same auth if I give multiple plants it will allow the greatest release code for all plants using M_EINK_FRG.  Has anyone every figured out how to restrict different plants to unique release codes within one user.  Did you use some sort of custom auth or user exit?
    Our ideal situation would be able to restrict by purchase org but unfortunately it appears that the tcode ME54 does not call the auth M_BANF_EKO so we cannot restrict by purchase orgs.  Has anyone thought of a way to get around this.
    Thanks,
    Mary

    I believe what you want to achieve may be done through the PO release strategy - since PO releases are based upon the release code and the strategy. A PO for a certain purchase org could be defined for a certain set of release codes.

  • Error vendor is not intended for p org

    HI,
    When an user ordered the shopping cart  anError " Vendor xxx is not intended for purchasing org.xxxx., came in. Vendor was existing in the vendor organization. Can some body let me know what could be the problem, and what are all the attributes that should be provided to vendor and purchasing org.
    Thank you,
    Manyam

    Hi Manyam,
    Please check in transaction BBPMAININT (equivalent to BP) for the vendor BP:
    1. Under "Vendor Data" tab
    2. Check that field "Purch. Org. ID" contains the purchasing org you are trying to create shopping cart for. There should be data maintained for your purchasing org. If not then maintain.
    Attribute CAT is not relevant to the error.
    Regards,
    Paula.

  • What are the application components for Marketing

    Hi,Guru's
    I've got confusion about the application components which are supported by SAP CRM for Marketing for a implementation project ? And how would be the landscape for Marketing ?
    can you describe me.
    Regards
    C.R.Gupta
    Edited by: CR.Gupta on Mar 7, 2012 7:12 PM

    User, this question is better asked on the {forum:id=570} forum.
    This more depends on the specification of your app and has nothing to do with jdev or adf.
    Timo

  • Best way to implement accounts for multiple orgs within our company

    I'm looking for some guidance as to how to configure/setup our clients in TCA for multiple orgs in our company.
    Example:
    We have 2 orgs in defined in our ERP. One is called Interactive, the other is called Traditional.
    We want the general ledgers separate for these orgs
    We want orders placed by clients to roll up to the correct org
    We have clients that place orders for both Interactive products and Traditional Products.
    For a single "client" that does business in both orgs, should we simply create 1 party and 2 customer accounts? Then use the org_id field in hz_cust_accounts to specify the organization code?
    Or should we have a single customer account for that party, with 2 customer sites defined at the org level? Or do separate them at the site_uses level?
    Help.

    Dear,
    I think for each account, you can have 1 bill_to site use. If you want to differentiate between them considering rollup to GL, then i guess defining 2 accounts for each customer would be you best shot.
    regards,

  • Email name restrictions for icloud

    What are the name restrictions for creating a new name for an iCloud email account.  Can one use some of the keyboard symbols like * # & % ! -  $ __ (   ) or are you restricted to using the alphabet and numbers?

    Hello Tuffy Wuffy,
    This can be done by removing the iCloud account, then readding it.
    On your iOS device’s Home screen, go to Settings > iCloud, then at the bottom of the screen, tap Delete Account.
    iCloud: Change iCloud feature settings
    http://support.apple.com/kb/PH2613
    Cheers,
    Allen

Maybe you are looking for

  • Mid 2010 Macbook Pro 13" sudden shutdown with no errors

    I have a mid 2010 Macbook Pro 13" 2.66 GHz with 2x4GB of Crucial RAM, the original 320GB HDD and running OS X 10.10.1; however, this problem has already been bugging me back when I had Mavericks. For about a year and a half now my laptop would sudden

  • Optical Audio Cable Troubles

    I recently purchased the the Panasonic G20 50" HDTV and the Panasonic blu-ray/reciever combo with surrond sound. I have the TV connected to the blu-ray player via the HDMI AV, I was told that I needed an optical audio cable to get surround sound from

  • Forms 10g fron binary to text

    I know how to convert a form from binary to text from forms builder, what is the actual file name to do that as I need to do it from the dos prompt as I'll do a batch file as I have lots form forms, and example will be appreciated

  • J2ee verifier errors

    Hi, i am using netbean4.1beta IDE and i have created the following files TblProjectlocalBusiness.java TblProjectLocal.java TblProjectLocalHome.java TblProjectBean.java i can't compile the Item.java alone but i can compile all of them together. i am u

  • Travel Management & Funds Management integration

    Hello Experts, During creation of a travel request & when I am entering amount in "Estimated Costs" field, I am getting an error message as "Error creating commitment: Trip status has been set to 'open'. Message no. PTRA_WEB_INTERFACE098". This is du