Deleting Objectives from Appraisal Document

Hi All,
I have a criteria group called behavioral competences placed in my document, now a free enhancement is assigned to allow the user to select a qualification from the qualification catalogue and place it in the document.
However if a user adds an objective by mistake is their a possiblity to delete this specific objective, because when i assign deletion of element it is assigned on the VB level, and thus the user can either delete the whole behavioural section or keep it all, to me that does not make sense I'm sure im missing something here. Any Ideas ?
Regards,
A. Salah

Hello Ahmed,
If you have a free enhancment to add new criterias you usually add a reference attribute and this one has to have also the field 'deletion of an element' set.
Regards
Nicole

Similar Messages

  • Deleting attachments from SAP documents (FB02)

    I am in need to control the action of 'deleting/removing' attachments from documents, when entered via FB02.
    I believe the authorization object for attached documents is S_BDS_DS.
    Does anyone how to 'enable' or 'disable' this activity ?
    --- When run FB02 or FB03, at the upper corner you click on the 'Services for Object' button,
    --- Then, you select the 'Attachment List' option
    --- Next, you have a new window with a list of attachments, if any
    Within that window there is the 'delete (recycle bin) button.
    How can I activate/deactivate it ?
    Best regards,
    Tom

    Hari, thank you for your reply!
    My question is "How to enable/disable the action of deleting the attachment" ?
    Once the window that lists the attachment(s) opens up (via FB02) , how do I show / don't show the recycle bin button ?
    Best regards,
    Tom

  • Copying goals/objectives from appraisal documnt : FM not working...

    I have a requirement in which all the "Goals/Objectives" from the previous years appraisal documents are to be copied to the newly created appraisal documents for the current year.
    I take the details of the previous years appraisal document using "HRHAP_DOCUMENT_GET_DETAIL" .
    I use the exact data of the previous years document making only minor changes (document header dates) and then create a new appraisal document using FM "HRHAP_DOCUMENT_SAVE".
    The error is that the Goals/Objectives do not get copied completely....
    eg. The previous years document has 3 goals
         "xxx
          yyy
          zzz"
    The newly created will have 3 goals but the texts of the goals will not get copied and will display the default text. eg:
         "New Goal
          New Goal
          New Goal"
    Using Other FM's like HRHAP_DOCUMENT_CREATE or HRHAP_DOC_UPDATE_BODY_AND_SAVE also give the same results.
    The problem might be because I am directly using "body_elements" from the previous document in the new document w/o any edits.
    Any n all suggestions highly welcome....
    p.s. kindly notify me if this query should be posted in another forum other than ABAP Development.

    Hi,
    Try like this ...
    To get all the templates use this FM
    CALL FUNCTION 'HRHAP_TEMPLATE_GET_LIST'
        EXPORTING
          add_on_application = 'PA'
          plan_version       = '01'
        IMPORTING
          t_templates        = tb_templates.
    Data :  tb_s_with_or_without    TYPE hap_s_sel_with_or_without.
    tb_s_with_or_without-sel_display_existing = 'X'.
    *--To get the list the documents
      CALL FUNCTION 'HRHAP_DOCUMENT_GET_LIST_XXL'
        EXPORTING
          add_on_application    = ' '
          plan_version          = '01'
          t_templates           = tb_templates
          s_sel_status          = tb_hap_status-----> mandatory table to pass --just pass it
          t_sel_status_sub      = gt_1000_status_sub---->pass this if u r considering the Sub statuses also
          s_sel_with_or_without = tb_s_with_or_without---->check above
          t_appraisees          = tb_appraisees---> get all appraisal Ids into this table form HRHAP table
        IMPORTING
          t_documents           = tb1_docs.---> will get all the documents
    Regards,
    Padmasri.

  • Copying an object from one document to another in CS4

    When more than one document is open in CS4 (for example document 1 and document 2), and the documents are arranged with tabs at the top, it should be possible to drag an object from document 1 to the tab of document 2, have the tab of document 2 automatically come to the top, and then drop the object onto a page in document 2. Is this a bug or is it just me?

    You're right, it SHOULD be, but it isn't. I filed a feature request as soon as CS4 was released, but add your voice at http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    In the meantime you need to either use copy/paste or switch to a tiles view.
    Peter

  • Deleting objects from the stage

    Hi all,
    I've got some items on my stage that I'm removing with
    RemoveChild(). The items no longer show, however, as stated in
    LiveDocs, the item is not actually destroyed. This means any
    bindings/listeners created by that object are still in existence
    and are creating errors (Specifically, I'm getting "The supplied
    DisplayObject must be a child of the
    caller").
    LiveDocs mentions that if I want to actually delete an object
    from the stage entirely, I should use the "delete operator", but
    for the life of me, I can not find any documentation on the
    existence of such an operator. Any advice would be much
    appreciated.
    -Hob

    It IS ridiculously hard to find. Searcing Live Docs for
    delete oprator will turn up a slew of hits, but which is the right
    one?
    This is from old docs, but it is still valid:
    http://livedocs.adobe.com/flash/8/main/00001865.html
    Tracy

  • Deleting Line from Return Document (error occurs)

    Does SBO Allows to delete a line from return document using the SDK
    I tried to delete a line but an error occurs
    Sincerely yours
    Riade Asleh

    Hi Riade,
    Are you talking about removing a line of a return once the document has been added to SBO? If so, you cannot remove a line either by using the UI or the DI API. This is by design.
    If you are not talking about removing a line after adding the document, please could you post details of the error you get and the code you are using?
    Kind Regards,
    Owen

  • Can deleted objects from pcd can restored ?

    Hi all,
    Is it possible to restore the objects deleted from pcd in any way.
    please help me out it's urgent.....
    Thanks all...
    Sarang Pawar

    Hi Sarang,
    the only way to keep your new changes, is to restore the backup on another machine (ie: VMWare), which might be tricky but possible, and transport the objects from there.
    Hope this helps,
    Robert
    PS: Feel free to use the stars for saying thanks here on SDN!

  • How do I copy an art object from one document to another using illustrator API(C  )

    Hi, I'm trying to copy text and graphic elements from one document into another, does anybody has an idea how to do it using Illustrator SDK(C++)?
    Thanks in advance.

    If you call AIArtSuite::ReorderArt() giving the layer group handle from the target document and using art from the source document, it will move art between documents. That said, there are all sorts of caveats that come along with that -- some things move over automatically (graphic styles, symbols) while others cause problems. E.g. copying art that contains a swatch can cause a crash when you shut down the source document because it may keep the style reference to the swatch in the source document -- which goes away when the document is closed. Gradients in particular are a problem I believe. Straight up colours are (I think) fine. I've had to write a lot of workarounds for various headaches caused by moving art between documents.
    Bottom line: its very doable, but there are a lot of edge cases. This was clearly not an intended use of the SDK, though it is possible.

  • Deleting objects from MDS

    Hi.
    I want to know if and how we can remove/delete objects already loaded into MDS.
    The context is old or obsolete objects which are not used any more but still sitting in MDS.
    Thanks and Regards,
    Jyotideep Singh (JD)

    Hi All,
    I have included my own folder in ${AIA_HOME}/AIAMetaData/AIAComponents and want to save it in MDS by running ANT command for UpdateMetadata.xml but it is not saving it. It is saving only files not directories. I have mentioned the UpdateMetaDataDP.xml file here. Please let me know how can I resolve this issue.
    Following are the steps I followed:
    1> I moved all the folders in ${AIA_HOME}/AIAMetaData/AIAComponents which I wanted to be there by FTP.
    2> I updated the locations in UpdateMetaData.xml file (Please see the content below).
    3>Ran ANT command for UpdateMetaData.xml file.
    4>Result was Build Successful.
    5> If you see the file below, in first UpdateMetaData tag, I want to save all the subdirectories and files under Manufacturing but it is not doing so.
    Same is the case in other tags.
    Kiindly suggest the steps as it is hampering our development work.
    ----------------------------------------------------------------------UpdateMetaDataDp.xml-----------------------------------------------------------------------
    <?xml version="1.0" standalone="yes"?>
    <!-- Do not modify the contents of this file manually -->
    <DeploymentPlan component="Metadata" version="3.0">
    <Configurations>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseBusinessServiceLibrary/Industry/Manufacturing/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/ApplicationObjectLibrary/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseObjectLibrary/Industry/Manufacturing/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseObjectLibrary/Infrastructure/OAGIS90/*.*" />
    </fileset>
    </UpdateMetadata>
    <UpdateMetadata wlserver="fp" >
    <fileset dir="${AIA_HOME}/AIAMetaData">
    <include name="AIAComponents/EnterpriseObjectLibrary/Infrastructure/Custom/V1/CustomMeta.xsd" />
    </fileset>
    </UpdateMetadata>
    </Configurations>
    </DeploymentPlan>
    Thanks,
    Dhiraj Mishra

  • Is there a way to create a transport to mass-delete objects from another system?

    I am facing a unique issue where I have to generate a transport that will successfully import into an external SAP system and delete over 1,000 objects (reports, data elements, UI elements, transactions, function groups, the whole lot...). All of these objects can be easily looked up because they are in the same namespace.
    Essentially, I need to remove all objects with a given namespace via transport.
    Is there any way to do this other than manually deleting all of the objects in the source system and adding them tediously to a single workbench request? This would take hours if not days to do manually, especially due to dependency issues.
    Thanks for any and all constructive feedback!

    Hi,
    I did a quick test: created a new package (development class) with one table, one function group using the table in global data definitions containing one function module referring to the table in interface, and one program that's calling the function module and using table in data definitions. Released the transport to Q.
    Then, in the second our dev system, I created the same package and TADIRs for the three objects manually (SM30); released transport to Q of that system. Then I manually created transport containing all the three objects, the export log looked like this:
    TADIRs in second dev system were gone after export.
    Then I added transport to the first development system and imported
    - the objects were gone (including their TADIRs) leaving the empty package.
    In retrospect, I should have deleted the empty package in second system so it's cleaned up by the same transport.
    If you do have access to "clean" system, doing via ABAP the steps I did manually should not be too much of a challenge.
    I may have simply gotten lucky and if this works with all objects, for all kinds of dependencies, remains to be seen... though I was until now under impression that import itself doesn't check any dependencies at all... What kind of messages were you getting?
    cheers
    Janis

  • Deleting Objects from Frequent Contacts

    Hi, I am writing a C3PO to remove certain contacts from a user's
    Frequent Contact's list. It is mostly working, however it seem that
    Groupwise occasionally freezes after my C3PO has run.
    My C3PO creates a new thread on the Ready event, and then proceeds to
    process and delete duplicate entries from the Frequent Contacts. The
    thread completes without a problem, but then Groupwise will sometimes
    lock up a few seconds or minutes later. Other times Groupwise might not
    freeze at all. Or sometimes, GroupWise might work fine, but when I quit
    Groupwise the window disappears without the process disappearing.
    Causing future sessions to not start up.
    Is there any known issues concerning removing items from the Frequent
    Contacts list. Do I need to tell Groupwise that I have made changes to
    the FC or something? Has anyone else experienced similiar instability
    from their plugins? Any comments, suggestions?
    Thanks.

    Just wanted to add some additional information.
    The freezing only happens after I delete an item from the frequent
    contacts (maybe from other contacts as well, although I haven't tried).
    The freezing does NOT happen if I delete the items from within the Ready
    event handling routine. So it seems to be related to having a seperate
    thread perform the deleting.
    The problem with not using a thread, is that the process can take a long
    time if the client is not in Caching mode and it doesn't seem reasonable
    to make the user wait so long everytime GroupWise starts up.
    Any suggestions? Is there another way to get a startup notification and
    perform my procedure?
    Thanks.
    SuperJeff wrote:
    > Hi, I am writing a C3PO to remove certain contacts from a user's
    > Frequent Contact's list. It is mostly working, however it seem that
    > Groupwise occasionally freezes after my C3PO has run.
    >
    > My C3PO creates a new thread on the Ready event, and then proceeds to
    > process and delete duplicate entries from the Frequent Contacts. The
    > thread completes without a problem, but then Groupwise will sometimes
    > lock up a few seconds or minutes later. Other times Groupwise might not
    > freeze at all. Or sometimes, GroupWise might work fine, but when I quit
    > Groupwise the window disappears without the process disappearing.
    > Causing future sessions to not start up.
    >
    > Is there any known issues concerning removing items from the Frequent
    > Contacts list. Do I need to tell Groupwise that I have made changes to
    > the FC or something? Has anyone else experienced similiar instability
    > from their plugins? Any comments, suggestions?
    >
    > Thanks.

  • Maintaining embedded objects from Word document

    I have a Word document with embedded objects (other word & pdf files) which are clickable links to these files displayed as icons.
    How can I maintain these clickable icons when converting to a pdf.
    Thank you!

    Have you created the file using the PDF printer or the PDFMaker plugin? You need to use the latter.

  • HT3384 how to remove (delete) shapes from pages document or move them once they are in place

    How can I delete or move a shape once I put it in a document?

    If you are having trouble selecting the shape, try holding down the command key and clicking on its edge so you see the corner selection boxes, then hit the Delete key.
    Peter

  • Delete dropbox from opening documents on ipad

    It seems that no matter what i wish to download on ipad, all are saved to dropbox and dropbox cannot read the file, so i wish to change the settings so that downloaded documents are opened in pages maybe.
    Can someone please direct me to the right settings on my ipad to stop dropbox being the default opening programm.
    Many thanks
    Sue

    Where are the documents being "downloaded" to? When you tap and hold down on a document as a mail attachment - you should get the Open In option to pop up and then you can select Open In Pages - if that is where you want to open the document.
    Are you using file sharing with iTunes to transfer your Pages files? Using iCloud?
    iOS: About File Sharing

  • Record Management: get logical document object from physical doc. object

    Hello,
    I'd like to get logical document from physical document (sdok object - stricture containing class and objid).
    There is BAPI for "opposite direction": SDOK_LOIO_PHYSICAL_OBJECT_GET. By this FM I can get physical document's sdok object from logical document's sdok object.
    Can anybody tell me BAPI's name for it?
    I tried SDOK_PHIO_LOGICAL_OBJECT_GET, but this BAPI doesn't exist.
    Best regards,
    Josef Motl

    Josef,
    There are I don't believe there are any bapi's for this. You probably have to do this via ABAP OO. Create an object of the type CL_SRM_DOCUMENT. This is your logical (LOIO) object of your document. You have to enter the documentclass and the objectid of the document. This class has a method get_variant. This variant is your fysical (PHIO) object of the document. Use version and variant 0 so you will get the latest version object of your document.
    If this isn't the answer, can you please explain where do you get the fysical object from if you haven't got the logical first?
    Regards,
    Tjalling-Jan

Maybe you are looking for