Installed Base - Authorization Management

Dear Experts
We're looking for any way to limit authorizations for Installed Base and iObject maintenance. So far we were able to identify COM_PRD as the only relevant authorization object (for iObjects) - I strongly assume there are more sophisticated capabilities than this one? I see authorization groups are available, we're looking for some more flexibility however.
E.g.
- differentiate between product and object maintenance
- limit visibility based on e.g. country
- limit maintainability of the installed base itself
Best
Christian

Hi Joost, All,
during our investigation we found that the object you are referring to is not checked any more (SU24 does not return any hits neither in transactions nor in web services). A trace comfirmed this assumption so far.
We are currently assuming that this object is not used anymore in CRM 2007 and later versions.
Any comments from anyone here?
Thanks
Alex

Similar Messages

  • Unable to install Blackberry Desktop Manager on Windows 8

    Hi Team,
    Please help as I am trying to install Blackberry Desktop Software for my Blackberry Bold 4 (9900) phone,
    I did not get any software CD with the phone hence downloaded the software from 
    http://us.blackberry.com/software/desktop.html
    and when I try to install I get the following error,
    I do not understand this issue can any one help me on this.
    Windows ® Installer. V 5.0.9200.16384
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB19300 Windows Installer command line parameters information box appears when attempting to install BlackBerry Desktop Manager
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Install Base APIs - creating 'Installed At' address

    Dear Experts,
    I am looking to create an Item Instance using the API: CSI_ITEM_INSTANCE_PUB.create_item_instance such that when it is queried from the Oracle E-Business Suite under the responsibility: 'Oracle Installed Base User' then all the information is there as if it was created through this front-end.
    I have managed to get the API to work successfully. However, when I query the Item Instance through the E-Business Suite, the 'Installed At' address is not there. I wish it to be the same as the current address.
    Is there any way I can create the 'Installed At' address using the API?
    My code is below. Many thanks for your time and assistance,
    Mark
    Declare
    l_instance_rec csi_datastructures_pub.instance_rec;
    l_ext_attrib_values_tbl csi_datastructures_pub.extend_attrib_values_tbl;
    l_party_tbl csi_datastructures_pub.party_tbl;
    l_party_account_tbl csi_datastructures_pub.party_account_tbl;
    l_pricing_attribs_tbl csi_datastructures_pub.pricing_attribs_tbl;
    l_org_assignments_tbl csi_datastructures_pub.organization_units_tbl;
    l_asset_assignment_tbl csi_datastructures_pub.instance_asset_tbl;
    l_txn_rec csi_datastructures_pub.transaction_rec;
    x_instance_id_lst csi_datastructures_pub.id_tbl;
    lr_party_rec csi_datastructures_pub.party_rec;
    lr_party_account_rec csi_datastructures_pub.party_account_rec;
    lr_ext_attrib_value_rec csi_datastructures_pub.extend_attrib_values_rec;
    l_return_status VARCHAR2(1);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    l_msg_index_out VARCHAR2(100);
    l_api_version CONSTANT NUMBER := 1.0;
    l_error_stage VARCHAR2(240);
    l_start_date DATE;
    l_start_time DATE;
    Begin
    dbms_output.enable('1000000');
    l_instance_rec.instance_id := NULL;
    l_instance_rec.instance_number := NULL;
    l_instance_rec.external_reference := '';
    l_instance_rec.serial_number := '';
    l_instance_rec.inventory_item_id := 142;
    l_instance_rec.inv_master_organization_id := 83;
    l_instance_rec.vld_organization_id := 83;
    l_instance_rec.instance_status_id := 1011;
    l_instance_rec.object_version_number := 1.0;
    -- l_instance_rec.location_type_code := 'HZ_PARTY_SITES';
    l_instance_rec.quantity := 1;
    l_instance_rec.unit_of_measure := 'EA';
    l_instance_rec.mfg_serial_number_flag := 'N';
    l_instance_rec.version_label := 'AS_CREATED';
    -- l_instance_rec.location_id := l_location_id;
    l_instance_rec.active_start_date := sysdate;
    l_instance_rec.install_date := sysdate;
    --l_instance_rec.rec.active_end_date := l_hdr_rec.ib_end_date;
    lr_party_rec.party_source_table := 'HZ_PARTIES';
    lr_party_rec.instance_id := NULL;
    lr_party_rec.relationship_type_code := 'OWNER';
    lr_party_rec.party_id := 10780429;
    lr_party_rec.contact_flag := 'N';
    l_party_tbl(1) := lr_party_rec;
    lr_party_account_rec.relationship_type_code := 'OWNER';
    lr_party_account_rec.parent_tbl_index := 1;
    lr_party_account_rec.party_account_id := 1357;
    lr_party_account_rec.bill_to_address := '';
    lr_party_account_rec.ship_to_address := '';
    l_party_account_tbl(1) := lr_party_account_rec;
    lr_ext_attrib_value_rec.attribute_value_id := NULL;
    l_txn_rec.transaction_date := sysdate;
    l_txn_rec.source_transaction_date := sysdate;
    l_txn_rec.transaction_type_id := 1;
    l_error_stage := 'Call API CSI_ITEM_INSTANCE_PUB.CREATE_ITEM_INSTANCE';
    l_msg_data := NULL;
    l_msg_index_out := NULL;
    l_msg_count := NULL;
    CSI_ITEM_INSTANCE_PUB.CREATE_ITEM_INSTANCE
    p_api_version => l_api_version
    ,p_commit => FND_API.G_FALSE
    ,p_init_msg_list => FND_API.G_FALSE
    ,p_validation_level => FND_API.G_VALID_LEVEL_FULL
    ,p_instance_rec => l_instance_rec
    ,p_ext_attrib_values_tbl => l_ext_attrib_values_tbl
    ,p_party_tbl => l_party_tbl
    ,p_account_tbl => l_party_account_tbl
    ,p_pricing_attrib_tbl => l_pricing_attribs_tbl
    ,p_org_assignments_tbl => l_org_assignments_tbl
    ,p_asset_assignment_tbl => l_asset_assignment_tbl
    ,p_txn_rec => l_txn_rec
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data
    IF(l_return_status IN ('E', 'U')) THEN
    FOR i IN 1..fnd_msg_pub.count_msg LOOP
    fnd_msg_pub.get( p_msg_index => i
    ,p_encoded => 'F'
    ,p_data => l_msg_data
    ,p_msg_index_out => l_msg_index_out);
    dbms_output.put_line('l_return_status: ' || l_return_status);
    dbms_output.put_line('l_msg_data: ' || SUBSTR(l_msg_data, 1, 250));
    END LOOP;
    ELSE
    dbms_output.put_line('------------------------------------------');
    dbms_output.put_line('l_return_status: ' || l_return_status);
    dbms_output.put_line('l_msg_data: ' || SUBSTR(l_msg_data, 1, 250));
    dbms_output.put_line('The instance ID: ' || to_char(l_instance_rec.INSTANCE_ID));
    dbms_output.put_line('The instance Number: ' || to_char(l_instance_rec.INSTANCE_NUMBER));
    dbms_output.put_line('------------------------------------------');
    COMMIT;
    END IF;
    End;
    /

    I have found the problem:
    In create_item_instance for record type "instance_rec" pass values for "INSTALL_LOCATION_TYPE_CODE" and "INSTALL_LOCATION_ID". This will populate the "Installed At" address.

  • Clarity on basics of oracle Install Base

    I am not getting clarity over the below mentioned items even after going thru documents. Can anybody please highlight on these...
    --> what exactly is an instance in install base and how is it associated to a serial number of an item or product?
    --> what is meant by maintaining relationship between instances?
    --> At what position specific to Service Contracts / Order Management / Shipping applications, an instance gets created or updated in install base?
    --> what is meant by serial control over an item from an shipping organization perspective?
    --> what are the other applications that can be a source for an Install Base transaction?
    Thanks,
    SK

    Hi,
    Question1.
    One oracle block (say a 8k or a 16k block) can contain several rows. Right?
    Ans:Yes, In One oracle block there can be more than one row whether it is oracle 10g or 11g doesn't matter.
    Question2.
    Every row stored in an oracle block is referred to as a Row piece in Oracle terminology. Right?
    Ans: Yes ,You are correct.
    The below link will answer you better about this question.
    http://download.oracle.com/docs/cd/B13789_01/server.101/b10743/schema.htm
    Best regards,
    Rafi
    http://rafioracledba.blogspot.com/
    Edited by: Rafi (Oracle DBA) on Mar 29, 2010 6:37 AM

  • The Bias Authorization manager Toast

    The Bias Authorization Manager keeps asking for authorization and the serial number for the Toast2.when ever I opne Final Cut Pro HD which I just install. I trash the application but it still serach for it. I press ESC several times and it work but is there a way to erase completely the annoyin application? Thanks,
    Alf

    Hi John,
    In Windows Server 2012, Authorization Manager (AzMan) is replaced by Simple Authorization. Simple Authorization is implemented by creating a local security group on the Hyper-V server called Hyper-V Administrators.
    Refer to:
    AzMan replacement for Hyper-V on Windows 2012 Server       
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Hi Anna. thanks for your reply , but it was better to first read my entire question & then reply.
    didn't you see this in my first question?  :
    so the only workaround is to add our users into "Hyper-v
    Administrators" group in hyper-v Host LSD.
    the downside of this is that users can manipulate their VM settings & configurations which is definitely undesirable (
    for example they can change memory, processor, add disks,....)

  • Installing SQL Server Management Studio

    This has been a very frustrating experience or more accurately numerous receptions of the same experience. Here's the problem.
    I have Visual Studio 2010 installed on my 64bit PC.with the version of SQL Server 2008 Express that was packed with the Visual Studio.
    I attempted to install the SQL Management Studio (SQLManagementStudio_x64_ENU) and the install failed indicating that I needed SQL Server Service Pack 1.  I downloaded SP 1 run the SSME again with the same result. I then ran the Windows Microsoft update,
    which update 13 programs including Visual Studio 2010. I tried to run the install again (for the fourth time) and the results were the same.
    Can anyone suggest a solution?
    Thanks,
    Milt
    sirmilt

    Hi,
    Have you installed Visual Studio SP1 as well?
    You can refer to the similar thread:
    http://social.technet.microsoft.com/Forums/en-US/baf09c3f-be97-4bc8-b6d7-bdeea2e3719e/sql-server-2008-r2-management-studio-install-fails-telling-me-to-install-visual-studio-2008-sp1
    And try updating the SP and SPIndex values to 1 and SPName to SP1 in the following registry keys and check the result
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\VC\Servicing\9.0\RED\1033
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\VS\Servicing\9.0\VSR\1033
    Note: You may take a backup of the key before make any changes on the registry keys.
    For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    How to back up and restore the registry in Windows
    Additional information:
    http://blogs.msdn.com/b/guil/archive/2008/12/14/sql-server-2008-installation-dependency-problems-with-visual-studio-2008-sp1.aspx
    Hope the information helps.
    Tracy Cai
    TechNet Community Support

  • Adding a "In Relationship" install base instance to a Repair Order

    Hi,
    When we try to add an install base instance to a Repair Order in Depot Repair, I'm not able to add a line for a unit that has an usage of "In Relationship". I checked the SQL and Depot Repair is not able to add such units.
    We're able to return a unit that has an usage of "In Relationship" from Order Management as well as Service Request. Is there a way this can be done in Depot Repair.
    Any help is very much appreciated.
    Thanks,
    Madan

    I'm not sure the need is as obvious as you suspect.
    The first problem I come to is "which user?". If the Service Request has 10 activities steps, from 10 different users, which of them is the Service Request Completed user? The only way this would be informative would be the rare service requests that have
    no processes and must be handled manually, in which case the real fix is to create processes for these service requests so they don't need to be handled manually.
    As to setting this: there's two big options:
    the way this is set for Incidents is by the form controls. If you were to replicate that behavior, you'll probably want to add a custom control to the form that sets the completed user to the current console if the status has changed to completed during
    that session, which is a lot of real SDK development work.
    Alternatively, you could use a workflow that triggered on the status being changed from anything else to completed, and set this value based on the last user to edit this SR. I'd recommend doing this with a
    custom workflow in PowerShell, but you could use Orchestrator, C# workflows, patrol scripts, etc.

  • Installed Base(ibase) data for segmentation/maintaining customer marketing

    There is a need to use Installed Base(ibase) data for segmentation/maintaining customer marketing attributes e.g. whether customer on active support agreement(yes/no), product line, version no., etc.
    So if the ibase data is updated, the changes should flow back to segmentation/marketing attributes of the business partner/
    Please help with any approach which can be useful in this scenario.
    Edited by: ankitarora on May 4, 2011 12:42 PM

    Please find the reply for your query,,,,,these are the related information
    LIST OF DATA SOURCE
    CRM IBase Transaction Data
    0CRM_SRV_IBASE_TRAN
    CRM IBase Master Data  
    Technical name: 0CRM_SRV_IBASE_ATTR
    Installed Base Category - DataSource for Texts  
    Technical name: 0CRM_IBTYPE_TXT
    Characteristic for IBase or Component - DataSource for Texts   
    Technical name: 0CRM_IBFLAG_TXT
    GUID of Installed Base/Component - DataSource for Texts  
    Technical name: 0CRM_IBAKEY_TXT
    IBase Text Component - DataSource for Texts  
    Technical name: 0CRM_IBTEXT_TXT
    DSO:
    CRM Service - Installed Bases and Components  
    Technical name: 0CRM_IBCO
    QUERYS
    Installed Base Analysis by Location  
    Technical name: 0CRM_IBCO_Q0101
    Installed Base Analysis by Business Partner  
    Technical name: 0CRM_IBCO_Q0104
    Analysis of Products in Installed Bases  
    Technical name: 0CRM_IBCO_Q0102
    Analysis of Individual Objects in IBase Components  
    Technical name: 0CRM_IBCO_Q0103
    More information
    http://help.sap.com/saphelp_nw70/helpdata/EN/ef/c4e1edcb84fa4abd6ddd00130de600/frameset.htm
    For more information, see the CRM documentation under mySAP Business Suite à mySAP Customer Relationship Management à CRM Enterprise à Analytics à Service Analytics.
    Regards
    Srini

  • Hierarchy Category for Installed Base creation

    Hi All,
    We are implementing service management using CRM 5.0 and R/3. We have created some custom material types in R/3 and downloaded to CRM. In CRM configuration "Assignment per Product Type for application Product" the HierarchyID R3PRODSTY is assigned to Product Type "Material". Now, I want to assign the Object family 0401 to a category to be able to create Installed Base records. I cannot modify the Hierarchy R3PRODSTY since it came from R/3. So I created a new hierarchy "IBase" and assigned the Object family and I assigned this hierarchy to Product Type "Material". With this I am able to create a Ibase but not a product because I changed the assignment. Is there straight forward way to have object family in the Hierarchy “R3PRODSTYP" or to be able to create products and Installed Bases simultaneously? Any Input will be greatly appreciated.
    Thanks,
    Uday.

    Hi Ankit ,
    There is some SAP F1 Help. FROM SPRO
    That may answer your question.
    Activate Partner and Address Inheritance
    Use
    In this activity, you can make the following settings for each installed base category:
    Activate partner and adress inheritance for a specified number of installed base hierarchy levels
    The inheritance of partners and addresses is a logical rather than a physical inheritance.
    Activate calculation of geographical coordinates from address information when address data is created or changed
    Enable changes to an installed base for a validity date that is earlier than the system date.
    Partner assignment or address assignment is used during the search for components to take partner inheritance and address inheritance into account.
    For example, this means that in the interaction center or service processes, all components can be found using the business partner.
    Default Settings
    No standard settings are provided.
    The settings are optional. If you do not enter any data, the function is not used.
    Activities
    To activate partner and adress inheritance, select the PInherit. or AdrInherit. checkbox, respectively, and specify the number of levels in the installed base hierachy that should inherit partners or addresses.
    Note: If want partners or addresses to be inherited by all lower-level components in the hierarchy, enter 0 (zero).
    Regards
    Logu

  • Installed Base CRM Service

    Hello!
    I'm busy with the implementation of an Installed base with various attributes and set types. I have also set up an Object family which is connected to my created Ibase category and the settypes. I searched for information to get it visual in the screens when you create an Ibase and I found information about hierarchy maintenance and categories. Although I created my own hierarchy with category and I linked my settypes to it I cannot get it into process!
    Can someone tell me what to do for getting this working?!! Thanks!
    Kind regards, Femke Visser

    HI Femke Visser
    <b>A)</b> Assign the Object family to Install Base Category, Follow the Menu Path to assign
    IMG->Customer Relationship Management ->Master Data ->Installed Base ->Individual Objects/ Object Family -> Assign Object family to Installed base Categories
    <b>B)</b> Create the categories and hierarchies you require for your object families. At least one of these categories must be created within the base hierarchy for the product type Material and then assigned to the relevant object family.
    1) To create Category go to T.code COMM_HIERARCHY and <b>in the Tab "Category" you will find a field called "Object Family", choose the right Object family</b>
    2) In the Tab "Set Types" add the set types you want to include
    Refer the link below, which will give some insight about the Set Types and Hierarchy and Categories
    http://help.sap.com/saphelp_crm50/helpdata/en/71/401e400191f72ee10000000a1550b0/frameset.htm
    Regards
    Milan
    <b>Please reward with points</b>

  • How to install / activate 'Yard Management' and BC sets

    Hi everyone
    I've been asked to look into how to install/activate
    'Yard Management' for business warehouse. From what I've found so far online/in SDN forums, it looks like you need to activate it under Logistics Execution in SPRO. But it's not there... so looks like I need to install the necessary 'BC sets' ??
    I've found a spreadsheet for 'W70 Yard management' with some
    technical names for these BC sets, like
    /SMB30/LYYRD_V_B031_D70, /SMB30/T30B_V_B032_D70 etc.
    Any idea what these are / whether and where you can get them
    (downloadable from SAP??) what transaction you use etc???
    Thanks!
    Ross (Basis guy)
    Edited by: Ross Armstrong on Jun 18, 2008 9:13 AM
    It seems we need this on a 4.7 SAP system, whereas this other docs/installing via Best Practices seems to be for ECC5 onwards... any ideas anyone?

    You should activate 0ANALYSIS_PATTERN (and all necessary objects).  Use this as starting point for customizing your own template.  Then use SPRO transaction RSCUSTV27 to change fields "Broadcasting" and "Ad Hoc Analysis" to your customized templates.
    Activate and customize 0QUERY_TEMPLATE_BROADCAST_PDF if you need to broadcast PDF's.  There's no place SPRO that I know of where you can configure this to use a custom template.
    You don't need 0QUERY_TEMPLATE_BROADCASTING70.  It's labeled 70 but in fact it's a 3.5 web template.

  • Reference object installed base is inactive

    hi all!
    when I am trying to set up initial data I choose change managment- maintenance optimizer- create new maintanance trnsaction. then I choose product version SAP ERP my logical component that I have created before.  I click continue and I have an error "Reference object installed base is inactive". I couldn't see the screen where is have to be "maintenance" and "ehp instalation". what is wrong? please help! my system is registered as ERP.
    Thanks!

    Hello Markus,
    I go thru the thread.
    Request you pl. see http://scn.sap.com/thread/3202414
    I am also facing same problem.
    I have run maintenance transaction sucessfully to download EHP  before six month.
    Now I am trying to create new transaction as we have start our upgrade process now. But I am getting
    error and warning message as below :
    error : Reference object installed base is inactive
    Warning :   Assignment of database host to system PRD is inconsistent.
    Warning :   Not able to find an active SLM for selected managed systems
    Warning :  The system/systems - PRD-, has/have not been registered in SLM
    Warning :  No common SLM system is registered for managed systems: PRD
    Warning :  No SLM configured in system - SM2
    Warning :  The landscape pattern of system PRD is DEFAULT.
    From your reply I can under stand this I have to use maintenance transaction which is already exist.
    If yes, then if i want to create new one what to do ?
    Thanks in advance,
    Nirav

  • Identification field in installed Base-CRM Service

    We are creating installed base components from ECC to CRM ie, from equipments in CS module to installed base objects in CRM.
    The serial number entered in ECC flows in to CRM Service in component details tab in individual obejct automatically.
    equipments created in IE01 will flow to CRM and can be viewed in ib53.
    We want to copy the serial number field to identification field to enable better search capabilities.

    HI Femke Visser
    <b>A)</b> Assign the Object family to Install Base Category, Follow the Menu Path to assign
    IMG->Customer Relationship Management ->Master Data ->Installed Base ->Individual Objects/ Object Family -> Assign Object family to Installed base Categories
    <b>B)</b> Create the categories and hierarchies you require for your object families. At least one of these categories must be created within the base hierarchy for the product type Material and then assigned to the relevant object family.
    1) To create Category go to T.code COMM_HIERARCHY and <b>in the Tab "Category" you will find a field called "Object Family", choose the right Object family</b>
    2) In the Tab "Set Types" add the set types you want to include
    Refer the link below, which will give some insight about the Set Types and Hierarchy and Categories
    http://help.sap.com/saphelp_crm50/helpdata/en/71/401e400191f72ee10000000a1550b0/frameset.htm
    Regards
    Milan
    <b>Please reward with points</b>

  • Status profile for  Install base component

    Hi,
    As part of project requirement,we have to maintain status profile at Install base component level.Wwe are maintaining one install base for single customer and all his multiple locations comes under this install base.So,as per client requirement we have to mainatin status at Install base object level.
    As per standard functionality,we can maintain status profile at Install base header in status management>status profile>object type
    But,I could not find how to maintain status profile at Install base component of type object  level.I think we have to do enhancement for it.
    Request expert opinion on this.If its configuration,then how to do this.If its BADI,then what are  details of BADI.If its enhancement,then details of it.
    Thanks in advance
    regards
    Naresh

    Hi,
    You need to add the below Object Types in your user status profile.
    Go into your user status profile and click on the Object Types as highlighted below and then enable the list of object types. Then you will be able to see the status profile in the IBase header.
    Enable these object types for IBase.
    Allowed Object Types
    General Object
    Ibase Header
    Product Master Data
    Regards,
    Siraj

  • BP mandatory in Installed base?

    Dear all,
    We are assigning BP to the installed base from this path
    Select installed base --> Go to --> partner
    Now i want to make mandatory to assignig BP and address to Installed base.
    How can i do?
    Regards
    Jayesh

    Hi Jayesh,
    To make Partner Mandatory you can go to following customizing and assign you partner determination procedure. In partner determination procedure you can specify what are the manadatory partner required. This would also take care of addresses.
    Customer Relationship Management>Master Data>Installed Base>Installed Base Category>Assign Partner Determination Procedure to Installed Base Category
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

Maybe you are looking for