Save status when adding cARC link under Object Links Tab

Hi Experts,
I want to know how to save status for cARC or SAP spec links added as Object links under the object Links tab.
Even though I maintain the status it is not saved except for WBS elements.
Best Regards,
Arti.

Do you mean that you have multiple object link types?
I am having the same problem.
For object link type A, I can set and save the status (severity) correctly, but for object link types B and C, it does not work. The status can be set, and it is shown on the UI, but it is not saved correctly, so that the status is gone when I reload the project.
Maybe somebody can help here?

Similar Messages

  • Defaulting the student status when adding a child.

    Hello All,
    How can we default the Student indicator in infotype 21 when we are trying to add a child under age 19 to always on.
    When I enter date of birth and hit enter it should default the Student indicator field to with a check mark when the child is under age 19.
    Please advice. Its urgent!
    Thanks,
    Chakri.

    Hi,
    You have to write an User Exit for this. Check this User Exit enhancement  PBAS0001. Hope this will solve your problem.
    Thanks,
    Sarika.

  • Open link in object link for calling sap R/3 Transaction.

    Hi all,
    Can anyone help with the steps to be done in order to call an SAP Transaction in cProjects via services to Object Links. We succeeded to get the object links from R/3, we are  able  to see the 'open' link under 'Application' in the Object Link Tab for  some of the object type like Routing, Inspection Plan .
    1. But some of the Object Types like Documents from DMS Etc can be selected and linked but does not have any 'Open'  link(blank).
    2. But some of the object types are not searchable. (The search provided no results; Choose other search criteria ) Message is appearing even though we give the correct search criteria.
    Pls guide me to solve the issue
    Thank you,
    Ramesh.

    Hi Dev,
    as this thread has been closed in the meantime (the original poster seemed to have found the solution by himself), I'd suggest you post your question as new one.
    Or you check the material you can find at [service.sap.com] at the SAP Support Portal. E.g. Release & Upgrade Info >  Installation & Upgrade Guides  > SAP Business Suite Applications > SAP PLM using cProject Suite 4.5 > cProjects: Guide for Implementing Object Links
    I think inside this document you can find all the information you need.
    Best regards,
    Thomas

  • Save required when adding record to avoid multiple record entries@same time

    Hello, just wondering if anyone would be so kind as to help me out. I have a small problem that when a user is adding records to my form I want them to add one, then if they go on to add another at the same time (before commiting the first one) that they will be shown a prompt Which states something along the lines of "Before you add another record you must first save the first record, do you wish to do so" , yes will then commit the first record and allow the user to enter the second record, whilst cancel will not allow a second record to be entered.
    If anyone would helpout i would be very grateful.

    Hi
    Here is my suggestion, the idea is to use a global variable to memorize the fact that a record has been created :
    KEY-CREREC
    begin
              if :GLOBAL.<BLOCK-NAME>RECORDCREATED = 'FALSE' then
                   create_record;
                   :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'TRUE';
              else
                   message('Commit or delete before inserting a new record');
                   message('Commit or delete before inserting a new record');
              end if;
    end;
    =====================================================================
    KEY-DELREC
    begin
         if :system.record_status in ('NEW','INSERT') then
              :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'FALSE';
         end if;
         delete_record;
    end;
    ====================================================================
    KEY-COMMIT
    begin
         commit_form;
         :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'FALSE';
    end;
    ====================================================================
    POST-SELECT
    :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'FALSE';
    ====================================================================
    It's a bit more complicated if you allow the user to go beyond the last record for creating a new record, as KEY-CREREC and KEY-DELREC are not triggered.
    In this case, my suggestion is the following :
    KEY-CREREC
    begin
              if :GLOBAL.<BLOCK-NAME>RECORDCREATED = 'FALSE' then
                   if :system.last_record = 'TRUE'then
                        next_record;
                   else
                        create_record;
                        :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'TRUE';
                   end if;
              else
                   message('Commit or delete before inserting a new record');
                   message('Commit or delete before inserting a new record');
              end if;
    end;
    ===============================================================
    WHEN-NEW-RECORD-INSTANCE
    begin
         if :system.mode = 'NORMAL' then
              if :system.record_status = 'NEW' and :system.last_record = 'TRUE' then
                   if :GLOBAL.<BLOCK-NAME>RECORDCREATED = 'TRUE' then
                        message('Commit or delete before inserting a new record');
                        message('Commit or delete before inserting a new record');
                        delete_record;
                   end if;
              end if;
         end if;
    end;
    ================================================================
    KEY-DELREC
    begin
         if :system.record_status in ('NEW','INSERT') then
              :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'FALSE';
         end if;
         delete_record;
    end;
    =================================================================
    KEY-COMMIT
    begin
         commit_form;
         :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'FALSE';
    end;
    ===============================================================
    WHEN-VALIDATE-RECORD
    begin
         if :system.record_status = 'INSERT' and :system.last_record = 'TRUE' then
              :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'TRUE';
         end if;
    end;
    ==================================================================
    POST-SELECT
    :GLOBAL.<BLOCK-NAME>RECORDCREATED := 'FALSE';
    ================================================================

  • No "Upgrade My Library" link under Quick Links

    Last night I spent $50 and got about 90% of my DRM'd music set free. But I noticed today that some songs which still have DRM are now sold as iTunes Plus songs. I wanted to go "upgrade" them but I no longer see the Upgrade My Library link.
    It just looks like the old Quick Links menu. http://img58.imageshack.us/img58/7007/clipboard02al9.jpg
    Thanks
    -Daniel

    Yeah, I have the same thing. Last night 609 songs in my library were upgraded. There are still Protected AAC music in my library that are available as iTunes Plus format in the iTunes store yet I am unable to upgrade those songs. I would understand if they weren't available in Plus format yet, but these are songs that are both in my library purchased by me and also available in Plus format in the store. I would like to know why I can't upgrade them if they're available for upgrade.

  • My options menu does not have "Add a Device" link under the Sync tab, where do I find it?

    I'm trying to set up sync between my PC and Samsung phone. I believe I have everything ready but I do not have an option to add a device in the sync tab in my options menu. Running 4.0b7, what am I missing...

    1st screenshot - Firefox Sync. <br />
    '''I already have a Firefox Sync account''' > '''''Connect'''''
    Then you should see the 2nd screen. <br />
    '''Add a Device'''

  • Custom Object Link in DMS

    Hi
      I need to create Object Link For Inspection lot (table QALS). I followed the steps like Maintain Screen for Object Link, Maintain Key Fields ,Define Object Links for Document Type and implemented BADI DOCUMENT_OBJ. And the object link record is successfully creating in DRAD table. Where as the record is not updating in QALS table(Inspection Lot table). I have a question here, Do i need to save explicitly in QALS table through coding?
    Regards
    Neelima

    Hi,
    When you are saving the object link in the Document Info Record(DIR), at that point of time itself, it can be updated in the QALS table via User exit / BADi.
    secondly, you had to get some coding for displaying of DIR  as additional data in the display screen of inspection lot.
    The technical consultant will help you in doing the coding and identification of user exit/ BADi.
    Thanks
    SUMIT

  • Object link after Document release

    Dear all
    Can we restrict user to link the DIR before it is released?
    I mean user should not be able to link document to any of the sap object until it is having released status.
    Regards
    Sandeep

    I think the above method can be used to restrict user to create object link.
    i would like to know weather it is possible to configure such that
    user must at least enter one object link.if object link is not entered the system should not, allow the user to save DIR.

  • Could you please help how to acheive Object Link Classification

    I have found that object link classification (Class type 048) is possible for R/3 objects.The classification button gets activated after choosing "Addition functions" from SPRO settings for DMS document types.
    Our scenario goes like: We have created two docuement types Baseline(BSL) and SB(Service Bulletin).Inside BSL docuement we are maintaining several SB docuements as "Document Info Record(DRAW)".
    When under Object Link tab, we are going to "Customer(KNA1)" or "Equipment(EQUI)" tab , we can see object link classification button however it is not visible inside "Document info record(DRAW)".
    Could you please guide me through this - why it is so and if possible what settings need to be done.

    Welcome to the Apple Community.
    Photostream in the cloud only keeps photos from the last 30 days (subject to a 1,000 photo limit). When photostream syncs the photos to your device they will stay there until deleted, which means you may well have more photos in your photostream album on your device than there are in photostream in the cloud.
    The consequence of this is that if you turn photostream off and on again on your device (or enable it for the first time), it will only be populated with photos from the last 30 days, which may not be all the photos that were previously in the photostream album on that device.
    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.

  • RE-FX Object link is not working

    Hi Gurus
    I have added the object VICNCN (Screen Number: 500) in DC10 for a document type. Now i can link Real Estate Contract with a DIR in Object Link tab. When i double click the Real Estate Contract number in Object Link tab then the system will open the transaction RECN. So i hope the DIR is attached to that number.
    But when go to transaction RECN and select the menu Extras--> Document Management then the system prompts a message to create a New Record.  Suppose if click "Yes" then it shows a error "Model Not Found". Actually the Real Contract Number has already been linked in Object Link Tab in CV01N. But it is not working properly.
    Can anyone please help me to fix this issue.
    Regards
    Vasim Raja. R

    HI Nayeem,
    Please maintain Authorization group 1 in Maintain screen for Object Link :
    Maintain 1 in Auth. field. Then go to RECN, Extras, Document Management there u will find Creation of document from RECN.
    Regards
    Jayanth

  • DMS Object link Material authorization

    Hi Gurus,
    I want to give authorization to users only linking Material, how can i achieve this as i tried with C_DRAD_OBJ - Create/Change/Display/Delete Object Link, but it is giving full access to all other objects, but i want to permit only for MATERIAL.
    I appreciate for your response.
    Regards
    Naveen

    Hi Naveen,
    As Chandu said, you need to be specific while providing the authorisations in the authorisation object C_DRAD_OBJ. This object contains 4 authorisation field values
    1) ACTVT(Activity) which allows creation/change/delete of object link from the DIR
    2) DOKOB(Linked SAP Object) - In combination with activity you can assign specific objects like MARA,PRPS etc. to user
    3) STATUS: In combination of above 2, you can also restrict using specific status i.e. only in 'CR-Created" status user can change/delete the object link.
    4) DOKAR: The user is allowed to create/change...object links in which all document types.
    If you have already specified all these above, then the user is getting other object links authorisations through some other role. Check with SUIM tcode for details.
    Regards,
    Ravi

  • SAP DMS Object Links

    Hi
    I need to give some information ( such as material master / Functional Location / Vendor etc) in object links tab available in CV01 transaction. This trasaction shows some other objects under Object link tab. Can anyone explain how to
    remove / Customize unwanted objects available in Object  Link Tab.
    Regards
    Harshini

    Hi Harshini
    To configure or removing unused object links to a particular document type, you can do it through the t-code DC10. First go to the DC10 t-code select the document type and in the leftside there is folder structure displayed called "Define object links" click on that it will display all R/3 objects linked to that document type. In the screen menu there are options available like New Entries, Copy,  Delete ..etc using those options you can customize.
    Regards,
    Prasad

  • Object Link Concept in SAP PM

    Hi,
        I know about Object Links. I need some clarification on that. As per SAP help, link from & link to will not consider the from equipment & to equipment throu which medium will pass. Then how the system will know the hierarchy.
    I am looking forward a reply.
    Regards,
    Maheswaran.

    Andrew,
       Thanks for your reply. I am not having this scenario in my project. I am throwing some general example. Actually my question is that, in the object link there is called link from & link to where we can select different equipments to link together.
           For example, cutting machine & drilling machine are going to be linked throu object link. In the physical assembly, first cutting will be done & then we will go drilling for any of the products in the particular process. In this case, I am giving link from as drilling machine & link to as cutting m/c, it will accept.
          As the system, it doesnt know the flow of the process. But there should be some provision to show the actual flow of the machines.
    Then how we can give the actual equipment flow.
    I think I have a clarity. Please ask me if you want more information.
    Thanks,
    Maheswaran.

  • Add ESSR 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

    Hey Pranesh
    Go to IMG -> Cross-Application Components -> Document Management ->  Control Data -> Maintain Screen for Object Link
    Add the SAP objec and Screen
    Go to IMG -> Cross-Application Components -> Document Management ->  Control Data -> Define Document Types
    Choose the document type you want to add the object link
    Define object link
    and add object and screen number
    BR/Håkan

  • Mass deletion of Object link of IN05 transaction

    Hi Guys,
    We have a possibility to mark an object link for deletion via transaction IN05. Do we have any possibility to do the same in mass and not object link by object link??
    Please help me, if any one have idea of this.

    I dont think there is any standard transaction to do this in mass.You may have to develop some custom program to accomplsih this.
    Thanks
    Narasimhan

Maybe you are looking for

  • How to populate the attribute of the characteristics in Contract?

    Hi Experts,    I need to populate the attribute "Truck Net Value" of the characteristics during the Contract creation with reference to Sales Order. Brief description of the scenerio:            We are using  a variant material in the Sales Order. Th

  • How to make grid without text etc., expand upon load of app?

    hello, i did this, JPanel panInner = new JPanel(); panInner.setLayout(new GridLayout(5, 5, 10, 10)); then after that, i add 25 labels on each without any text.., the grid looks very small and will enlarge upon entering text.., i don't want that to ha

  • ATAPI Incompatible message when booting

    Hi Have just purchased a KTV4 MS6712 board and cannot get the board to recoginise my CD-RW (Sony) and my CD/DVD drives during boot up. I have attached the drives to IDE2 and set the jumpers to Master (CD-RW) and Slave (CD/DVD). When Secondary IDE mas

  • Fork and dynamic concurrency

    hi gurus ... I have 2 questions with regards to UML modelling. Someone told me that there is a symbol called 'fork' used with association diagrams. I haven't heard about such symbol. plz explain in brief. Further, what is dynamic concurrency and how

  • Data Object is performning slow

    I am using a data object which is tied to external view.The datbase view is holding data from multiple table.But from the bam side the entire configuration is functioning slow.Is there any other way by which i can handle this issue.or should i go wit