Re: Add new object class

Dear all,
I have created my own object class which inherited from objectclass "person" and I assign it to every user in a subtree. After then, I found that the option "edit with custom Editor" is grayed out! Why is it? How can I enable the option?
Thanks!
Joe

Hi,
Check this  CALL FUNCTION 'CLVM_CLASS_BOOK' Run it for IN UPDATE TASK
Reward if useful,

Similar Messages

  • How to add new object class to a material ?

    Hi experts,
    I have to add new object class to a material ( classification class ) and then add new characteristics values for the material ....But i do not know which FM to do this , If you please to give me the solution for this problem
    PS: rewards immediately
    Thanks,

    Hi,
    Check this  CALL FUNCTION 'CLVM_CLASS_BOOK' Run it for IN UPDATE TASK
    Reward if useful,

  • How to Add New Object?

    HI,
    Any body can say how to add new object. For Example: The Document need to link with Invoice Transaction (T.Code: VF01, Table: VBRK/VBRP).
    Points will be rewarded, if information is useful.
    Tks
    Mani.

    Hi
    You can create New objects using the T.code: SE80.
    You can make an object link to SAP objects that are not shown in the possible entries list. To do this, proceed as follows:
    1. In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.
    You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140. The processing logic must follow that of screen 1204 in program SAPLVC130.
    2. Create function module OBJECT_CHECK_XXXX (XXXX = object name) If the object can be classified, this function module already exists .
    Otherwise copy the function module for linking equipment DOCUMENT_CHECK_EQUI and change it as required for the new object.
    Regards
    S.Sivakumar
    Reward points if useful----

  • Get error when add new object in crystal report

    hi
    i have this error "You are attempting to use functionality that falls under the Crystal Decisions Report Creation API license. This system does not have a valid license, or the evaluation copy of the license has expired. Please contact Crystal Decisions to obtain a Report Creation API license."
    when i add new object in crystal report with vb.net
    ""CRReport.Sections.Item(ii).AddTextObject("new text", 1000, 0)
    i do same program for 3 months ago but i lost it work without error
    ihave a license key for crystal report
    use cr10 with vb.net 2005
    can help me
    thanks

    Also, check out the blog [Use of the Report Designer Component (RDC) in VS .NET|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414700)ID0468837450DB00359707053703393347End?blog=/pub/wlg/15939].
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • To add new object link in DMS

    Hi Sir/Madam,
    Currently we are implementing DMS(Document Management System) and
    our main requirement is to add document to the delivery and billing
    document.In t-code dc10 in "define object link" lips and vbrp object is
    not present in the default list so how we can add these new object in
    order to attach new document to delivery as well as billing document.
    Is it possible to attach document at header level because we have to
    attach lorry number at delivery header which will be common for all the
    items.
    The function module object_check_lips already exist in se37 but we
    have to create new function module for object vbrp.How to create this
    function module? How we have to create screens for these objects? If we
    have to create it by copying some function module like
    object_check_equithan what will be the funtion group.
    IN delivery document (vl03n) in menu bar in "extras" document
    option is not there than how we will see the attached document, do we
    have to create this option with help of abaper or this option will
    automatically reflect after all the cofiguration?
    Thanks and Regards
    Abhilash Nayak

    Hi Abhilash,
    You need to gofor z-development for this. The Abap'r will add the new required object in object link field. Also the DMS screen will appear in the required t-code.
    Meantime you need to add this object in SPRO , "maintain key fields".
    I hope this will resolve the query.
    Regards,
    Ravindra

  • How to add new Object Type In Mass

    Hi Expert,
    We have to required change Payment term of Customer (ZTERM) in scheduled Agreement,
    we have gone through Mass, but presently no object type available to change in scheduled Agreement, So can we add the new object in Mass? & How? Please help.
    Regards
    BK GAIKWAD

    Hi,
    Presently no standard object type avaialble for Sch. agr.(Sales)
    Go for BDC for updation of your field (try with LSMW also)
    Thanks
    Chidambaram

  • How dod I add eduperson object class to OpenDirectory

    I have modified /etc/openldap/slapd.conf
    # See slapd.conf(5) for details on configuration options.
    # This file should NOT be world readable.
    include /etc/openldap/schema/eduperson.schema
    and place the eduperson.schema in the schema directory
    restarted
    but I do not have access to the eduperson object class nor the attributes.
    What is the best way to add an objectclass to OS X Opendirectory?
    Thanks

    Hi,
    There could be several ways. For instance, you can try to modify .*-pre ..*-post targets in your App/Makefile file.
    Or you can create probe as file in project with "Custom Build Tool" and specify build command
    Additional object files to link you should specify in linker options of Project Properties

  • Is there a way to add new objects to object changeability list?

    My production system is locked and I need to change object type RSFO (formula). I looked at the object changeability list and it does not contain RSFO. Is there a way to add this object to this list so I can change it directly in production? Thanks.

    hi,
    I hope you can create similar formula in the production. as in the production we can change the reports,proces chain,aggregates, infopackages.
    Ramesh

  • Add New Object in a DMS Object Link

    Hi everybody,
    i am trying to create an object link to Service Entry Sheet.  (tcode: ML81N, ESSR-LBLNI)
    by sap instructions i did this step:
    "You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140 .
    The processing logic must follow that of screen 1204 in program SAPLVC130."
    and this step:
    Create function module OBJECT_CHECK_XXXX (XXXX = ESSR ) which i have copied from OBJECT_CHECK_EQUI .
    I have done above step .
    I created Screen For SAPLCV130 and SAPLCV140 with screen No 1272. give same flow logic of screen 1204.
    I created Function Module OBJECT_CHECK_ESSR.
    After this What I have to do for displaying  ESSR object in DMS as Object Link. 
    Please Guide me as soon as possible.
    Thanks
    Pranesh

    Hi,
    Since I think you already followed the below steps :
    1. In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.
    You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140. The processing logic must follow that of screen 1204 in program SAPLVC130.
    2. Create function module OBJECT_CHECK_XXXX (XXXX = object name) If the object can be classified, this function module already exists .
    Otherwise copy the function module for linking equipment DOCUMENT_CHECK_EQUI and change it as required for the new object.
    Kindly go through the below once :
    Link :[http://help.sap.com/erp2005_ehp_02/helpdata/en/2c/3fe93bad3ce333e10000000a114084/frameset.htm].
    you define the object link in DMS customizing
    e.g.For EBAN maintain screen number 247 in "Maintain view for screens to DMS object links" Then link EBAN to your document type
    Hope it helps you.
    Thanks
    Arbind
    Edited by: Arbind Prasad on Feb 24, 2011 5:46 PM

  • Cn=Users domain is not displaying after configuring new object class in OAM

    We have configured a custom object class which inherits inetorgperson objectclass and reconfigured OAM. After the reconfiguration cn=Users is not available in OAM Attibute Access Control Management domain selection,Delegated Administration domain selection , Workflow Definition -workflow domain selection and searchbase domain.
    If anyone has faced similar issue,please reply back.
    Thanks inadvance.
    Regards,
    Srikanth

    > I cannot RDP using the user
    Any error message?
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • Cnfiguration of OAM integrating OID with new Object class

    Hi,
    OID/OAM are installed in our environment. We need to add additional attributes with inetorgperson class. We are currently creating new class inheriting inetorgperson class in that.
    Do we require Identity Server setup of OAM to re-run for OAM to identify this new class ?
    Thanks.

    Yes you would have to reconfigure to recognize new Objectclass in OAM

  • Best way to add new objects to a Group?

    I have been trying to figure out how to keep things organized in the timeline. Which is very important when you get very complicated.  If I pick a group and then an obj and hit the group tool,  it makes a new group instead of just having it added to the original.  The only work around I have found is to ungroup the first group and then everything is nested in the new group.  That is a pain.......I would love to just select an object with my middle mouse, just drag it into a group in the timeline.  Or is there an easier way?
    Don

    I have been trying to figure out how to keep things organized in the timeline. Which is very important when you get very complicated.  If I pick a group and then an obj and hit the group tool,  it makes a new group instead of just having it added to the original.  The only work around I have found is to ungroup the first group and then everything is nested in the new group.  That is a pain.......I would love to just select an object with my middle mouse, just drag it into a group in the timeline.  Or is there an easier way?
    Don

  • Can i let user to add new objects without any programmin​g requiremen​t??

    Hi,
    I am doing my final year project on wireless data acquisition & building
    automation. Simply just a computer which can control building equipments &
    receive the status.
    I want my program to be flexible so that when there are new equipments
    added to the building, the user can add those equipments control in the
    computer side software. (I expect the user don't know how to user labview
    for programming). For example, if a water pump is added in the building, the
    user can just add a new control for that water pump by just click on a few
    buttons and set the equipments address.
    Any suggestion??
    Best regards
    Calvin

    Hi Calvin
    The only way I know of generating controls/indicators like that is using an
    array of controls (or an array of clusters, each clusterr containing a set of
    controls), and dynamically changing the number of elements in the array. You
    can then set some of the attribute node properties such as the index that is
    visible at the top left of the array control, and the number of rows/columns
    that are visible. However, it means that each new control set you create has
    to be the same as all the others (because it is an array).
    Paul
    Research Assistant
    School of Physiotherapy, Curtin University of Technology
    Selby Street, Shenton Park, Western Australia, Australia. 6008
    email: [email protected]
    Tel. +61 8 9266 4657 Fax. +61 8 9266 3699
    "Everyone who c
    alls on the name of the Lord will be saved." Romans 10:12
    "For all have sinned and fall short of the glory of God, and are justified
    freely by his grace through the redemption that came by Christ Jesus." Romans
    3:23-4
    Calvin wrote:
    > Hi,
    > I am doing my final year project on wireless data acquisition & building
    > automation. Simply just a computer which can control building equipments &
    > receive the status.
    >
    > I want my program to be flexible so that when there are new equipments
    > added to the building, the user can add those equipments control in the
    > computer side software. (I expect the user don't know how to user labview
    > for programming). For example, if a water pump is added in the building, the
    > user can just add a new control for that water pump by just click on a few
    > buttons and set the equipments address.
    >
    > Any suggestion??
    >
    > Best regards
    > Calvin

  • Add object Classes before creating user??

    Hi,
    I have a requirement where in I need to add object classes to the user while provisioning to Sun Directory Server. How exactly should I be implementing my process task for the same. Should I add the object class after the Create task is finished or before the Create User task gets triggered?
    Thanks,
    Supreetha

    Are you talking about adding custom object classes for the users? This would be a schema change and should be done prior to adding users since that would fail without having the correct schema in place. To add new object classes you need to either manually create the from the DSEE admin page or import the object definitions and attributes from a ldif file. Once that is all done, you can then configure the provisioning workflow and add the object classes during user creation so the system knows what object classes to associate with each user entry.

  • HOW TO ADD NEW HR OBJECTS ????

    Hi,
    i would like to new objects in HR object selection list,especially for PPOCE.
    I donot know how to add new objects in the object selection list.
    pls anyone who knows this ,could share your knowledge with me.
    tks
    theresita

    Hi Theresita,
    All the configuration is in the IMG under Personnel Management > Organizational Management > Hierarchy Framework.  You'll want to review all the entries and related documentation, as adding objects to PPOME/PPOCE is not a simple 'one table' process.  You may need new evaluation paths to support the views you want to see in the framework, so set these up ahead of time.  Parameters to support your configuration are: OM_ARRAYTYPE_DISPLAY; OM_DIS_OBJECTMANAGER; OM_FRAMEWORK_OBJ_NR; OM_FRAM_SCEN_DISPLAY: OM_OBJIM_SCEN_DISPLAY: OM_TABTYPE_DISPLAY.  You'll notice once you add these parameters, you can see the technical names of the scenarios you're working with in PPOME/PPOCE.
    Good luck,
    Sharon

Maybe you are looking for