Technical Help: Get linked Objects to CASE

Hi forum,
during runntime of CRM IC webclient I have the GUID of the Case.
My requirement: Read all linked objects to this Case/Case GUID. If a linked object (e.g. internal task) is open, the agent should not be able to close the case -> Raise Error message in Case Creation/Changing ICWC.
So: Can anybody help me with the question, how to get all linked objects during runtime, which are assigned to the Case? Function Modul? Method of a class?
Thank you very much for your help.
Thorsten

Dear Shamiso
If your model not released yet you can delete the linked objects form the record model but if the record model status set to released you will only be able to flag it as deleted and you will not see it any more in the case
Regards
Khaled Fahim

Similar Messages

  • Need help getting Flash object to work

    The latest version of Dreamweaver automatically converted my
    Flash code to be compatible with IE, but now my Flash object
    doesn't work in any browser. What is wrong here?

    You need it for this reason -
    It's IE-only behaviour as a result of changes Microsoft made
    several
    years ago to their browser, regarding how Active Content
    (Flash, Quicktime
    etc)
    is handled, after losing a high profile court case.
    http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/
    Background:
    http://en.wikipedia.org/wiki/Eolas
    See also
    http://www.adobe.com/devnet/activecontent/
    If you're running Dreamweaver 8.0.2/CS3, the fix is already
    built into DW's
    interface.
    If not, try
    http://blog.deconcept.com/swfobject/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "AngryCloud" <[email protected]> wrote in
    message
    news:[email protected]...
    >I can't provide a link, but I know where the problem
    lies. It is on the
    > JavaScript line. In Dreamweaver, if I set the source to
    a static file, it
    > automatically removes the '.swf' on the end of the
    source in the code, so
    > 'flashgame.swf' becomes just 'flashgame'. But with a
    dynamic source, the
    > '.swf'
    > is included in the dynamic string, and is not removed.
    So when I load the
    > page
    > in the browser, I believe the JavaScript object ends up
    setting the source
    > to
    > something like 'flashgame.swf.swf', and therefore does
    not display.
    >
    > So first of all, why do I need the JavaScript code at
    all? The Object code
    > seems to work just fine. And if it necessary to keep the
    JavaScript code,
    > how
    > do I prevent it from adding that extra '.swf' on the
    end?
    >
    >
    Dynamic Source:
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    > version=9,0,28,0','width','32','height','32',
    'src','<?php echo
    > $row_submission_data['source']; ?>'
    > ,'quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/downloa
    > d.cgi?P1_Prod_Version=ShockwaveFlash' ); //end AC code
    > </script>
    >
    >
    Static Source:
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    > version=9,0,28,0','width','550','height','400',
    'src','flashgame'
    > ,'quality','high','pluginspage','
    http://www.adobe.com/shockwave/download/downloa
    > d.cgi?P1_Prod_Version=ShockwaveFlash' ); //end AC code
    > </script>
    >

  • Case linked objects

    Hi, experts.
    I work with Case management.
    I added a record (RMS record) into "Linked object".
    How can I determine the GUID of my linked records on the basis GUID CASE?
    Thank for your advice.

    Dear Alexander,
    Please query the case header table SCMG_T_CASE with the case guid. This will give you the technical key for the record. If you need to get back the Document ID for the record then you will need to instantiate the CL_SRM_POID class for the technical ID & then retrieve back the Document ID. Please check cookbooks at http://www.sdn.sap.com/irj/sdn/nw-ecm?rid=/webcontent/uuid/80194853-fa8a-2c10-3ca8-d17671671993. [original link is broken]
    Best Regards,
    Pragya

  • While Doing BW  Role Uploading Getting message "Linked Objects Not Found" ?

    Dear All,
    I am trying to upload a BW role from EP , while doing role upoad activity, when I am giving role name, system namein the first step it is identifying the role from the system.
    To that role four reports has been attached.
    After uploading the role, the role has been get uploaded, but the reports which are attached to the role it is showing that "Linked Objects Not Found", for all the reports.
    For all those reports I have checked the web url on BW server it is corect but then also I am getting above message.
    Please any one help me out in this scenario.
    Regards,
    Aditya

    The same problem during XI to BI integration as it was told in how-to.

  • Remove Linked Objects Case Management

    Dear Guru's
    I would like to find out how I can permanently remove some of the linked objects that are offered by the system in case management ie TC <i><b>scase</b></i> . We are only going to be using the Business Partner object to assign a BP to a case, and the Business Transactions object for activities, the rest are irrelevant. I know you can delete them during the editing of a case, but I would like to permanently remove them.
    Your help will be most apprecited

    Ok I found the solution for that, what I did is in TC scase under [<i>b]CRM Case Mgt->Record and Case Records Models->Modeler for CRM Case Records</b></i> , on the subscreen I chose start search and then selected the Modeler that I am using which for was the standard which came with the system is CRM 4.0: Integration IC Webclient/BSP UI. I put it in change mode, and for the object that I do not need to use, I clicked on them and clicked deactivate. Which is more than half for me.
    Having done this you will see that for all the objects that you have deactivated, they do not appear during the creation of a case.
    Hope it help hey.

  • Getting an Object Identifier String given a line of source code? HELP!

    (forgot to close the code tag on that last one!)
    Hi there,
    I am in desparate need of getting the object identifier given a particular line of source code. I need this for the debugger I'm writing, and since the jdb forum never gets reponses; just more unanswered questions.
    Right so, here's my problem in more detail. I can find out when a method is called in the Java virtual machine, and what its name is, and arguments and values and such like - using the Java Debugging Interface. BUT: unfortunately I cannot get the object identifier used in the source code that generated this call. I can however get a unique long id that identifies this object .. if that helps?(thinking hashtables here maybe?!)
    So, I may know that the constructor of EddClass has been called, and this the following line generated this call:
    EddClass edd = new EddClass();.. so what I need is a fail safe way of finding out "edd" from this - given all types of method calls.
    This is quite tricky because there are loads of ways methods can be called e.g.
    tty.getClassExclusions(); // Here I would know getClassExclusions had been called, and I would need to find out the object identifier "tty" called it
    Temp a, b, c;
    a = b = c = new Temp(); // Here I would know the constructor for Temp had been called, but now I would just want to know "c"
    AnotherEg ae = (new Egg()).getAnotherEg(); // and in this last case if I had found out that the Egg constructor had been called, I don't want to find out any object identifier from this line of code - since the object is anonymous; however if I had found out that getAnotherEg() had been called I would want "ae"Ok, well - please help: I'm making a Java Animator that will be freely available - that serves to graphically animate the execution of another java program. It'd be cool if one of you guys could help make it really cool. Plus there are Dukes available!!
    - Edd.

    this is quite a complicated question I think!
    I'm not sure but you maybe need to know just about the whole java lang. spec to do this.
    I'm sure there are plenty of free java parsers around, so unless you have a lot of time available its probably best to download one, figure some way to feed it a single line from within a code block, and extract its symbol table.
    Once you have the symbol table, there will probably be some other data available from the parser to say which are identifiers.
    Its then up to your debugger to figure out which one is the interesting one!
    sorry this is so vague but I think you've asked for something that is quite involved!
    asjf

  • Help to get text objects in ABAP

    Hi guys!
    I've created my first report program and need some help to get text objects into the report. The program combines the tables KNA1, LIKP, LIPS, VBAK, VBAP and VBKD to create a deliverylist which we import as excel info a shipping service. The issue at hand is that our website allows customers to change the ship-to party's address when creating an order. The adress are not updated to KNA1, but are comitted as a text on the ship-to on the delivery itself.
    The text I need in the report is RV50A-TXTWE.
    Can you help me get going on how to add this from the delivery?
    Thanks a lot!

    Your problem is that its a structure.  Structures are filled in a program and no longer exist after the program is closed.  They are temporary data.  It will have been moved to tables somewhere most likely.  The next step is to debug / trace through the code to find out what was done with it.
    What program were you using that created the structure?
    Neal

  • Dispute Case - Linked Objects- Various- URL

    Hello,
    We have a requirement to create a Dispute Case through a custom interface program. We have been doing this using BAPI_DISPUTE_CREATE.
    Now, I need to programmatically link a URL to Dispute Case -> Linked Objects->Various->URL. An custom element type for u2018URLu2019 was configured in the Registry for this in our SAP system.
    This is usually achieved programatically using the tables parameter OBJECTS of the BAPI. We have to pass the OBJ TYPE & KEY to this parameter.
    Since configuration does not allow the BOR_TYPE to be defined on tab u2018Connection Parametersu2019 of the Element Type URL in the Registry, what OBJTYPE and KEY works for this?
    Thanks,
    Smitha/Aneel

    Hello Andy,
    I have a question. We're also trying to use BAPI_DISPUTE_CREATE in order to create dispute cases, but the function needs a unique GUID number in order to create the dispute case. How did you manage to maintain this guid number?
    Because of this problem, we started using the function UDM_DC_CREATE, which generates a GUID itself, if you do not maintain one.
    Sorry for the inconveince, the problem was because of a wrong attribute, I can create a dispute case with this function without maintaining the guid id.
    Edited by: Karabiber Kerem on May 21, 2010 11:03 AM

  • How to get documents from RMS linked to particular case id using webdynpro

    HI friends,
    Can  anybody knows " How to get documents from RMS linked to particular case id."
    From end: webdynpro
    backend: RMS.
    please do the needful.
    Thanks and Regards
    -Sujatha

    HI friends,
    Can  anybody knows " How to get documents from RMS linked to particular case id."
    From end: webdynpro
    backend: RMS.
    please do the needful.
    Thanks and Regards
    -Sujatha

  • How can I get technical help with phone. can i do it online

    I tried phoning EE technical help from landline, after an eternity a computerised voice said sorry you have problem try again later. Can i get tech help for problem with my phone online, thank you

    Yes, try DEVICE HELP

  • How to automatically update Smart LINKED Object

    Hi.
    This is my first post here, I'm French, so excuse any English mistake i may do.
    I'm not an artist / designer / ..., still new about using image software editing like photoshop.
    So i downloaded Photoshop CC to try it because i wanted to do something on my spare time.
    I want to render digitaly a card collection based on a online Collectible Card Game (Duel of champions if you wanna know).
    For this I downloaded their card art from their site.
    Then i want to add several effect / filter to render them nicely.
    So i read and watch many tutorial in this purpose.
    I ended with a good result for 1 card.
    Here is an example :
    Hi.
    This is my first post here, I'm French, so excuse any English mistake i may do.
    I'm not an artist / designer / ..., still new about using image software editing like photoshop.
    So i downloaded Photoshop CC to try it because i wanted to do something on my spare time.
    I want to render digitaly a card collection based on a online Collectible Card Game (Duel of champions if you wanna know).
    For this I downloaded their card art from their site.
    Then i want to add several effect / filter to render them nicely.
    So i read and watch many tutorial in this purpose.
    I ended with a good result for 1 card.
    Here is an example :
    So what i did :
    I get a source card art image, adding its red border, embossed it to get relief, adding a gloss effect in 3 different layers (the card art, the border and the gloss effect). Than i duplicate all this layers, swap them vertically and moved down to get a reflection.
    I added a gradient to this new group of layers to have a nice fading effect to the reflection.
    As I do not want to redo all the process again and again if I change main the source card Art, I want the reflexion to automatically update.
    This was done using Smart object, both main source card Art and the (vertically swapped) reflexion card art using the same object storing my different main source card art.
    So when i change in this object the main source card art used, it automatically change both the rendered card and its corresponding reflexion.
    And then i Added a displacement filter to simulate a water reflection.
    And the first problem (solved by now) occurred :
    If i want to apply a filter to the group of layers corresponding to the rendered reflexion card, Photoshop have to convert and merged the whole group of layers into another new smart object and then apply a smart filter onto it. That worked but i lost the auto updating of the reflexion as the previous conversion have made Photoshop create in fact a whole new duplicated object storing a my different main source art.
    So i partially resolved This by using Smart LINKED object instead of Smart object. I say partially because it is not really fully automated anymore.
    Now if I change the main Source card Art to render a new one, I have to "manually" save file / update smart object to get the reflection updated.
    I kinda accelerate this using a action performing a batch of saves to get a "save all" options (that clearly miss in photoshop). But for this i still have to open all my smarted linked object in order to apply the "Save All" batch.
    But know I want to generalize the process to cards left, and render my whole card collection.
    So i created a template based on what i've done so far using in this template Smart LINKED Object for the Main source card art and the reflected one. By the Way I exported the Reflection group in a PSD file, and refered to it as another Smart LINKED Object in my template. Doing so i'm sure Photoshop no more use a temporary PSB object correspond to the converted / merged reflexion Smart Object (remember : created in order to apply a smart Filter on it).
    So what Happen now ?
    I create a new testing psd file in witch i embed several new smart objects each one is an occurence to my template. Here i have to used smart Object and NOT smart LINKED Object because if so i'll always end up with the same rendered card several times. I have to get Phososhop create it own temporary duplicated object so a modification to one don't affect all the others after "Save All" batch on the corresponding working card.
    So with what I have now, if I want to change 1 of the rendered card, i go its corresponding (duplicated) template object and from there i access again my LINKED object storing all my main source card Art.
    I change to what source card art I want, and I have to open the reflection smart LINKED Object too in order to apply the "SAve All" batch.
    Here is the "fun" (issue) thing : I have to apply the batch 3 time in a row to have the rendered card changed in my main testing psd file. I suppose saving 3 time time propagated the change along the Smart LINKED Object chain.
    AND I have to make sure ONLY the corresponding smart (LINKED) Object file are opened before. If another file from a different rendered card is opened too the change will also be propagated to it and so having a duplicated rendered card. (I only want each card rendered once, but using the same template to avoid repetitive work).
    So I explained in detail, but maybe not clearly, my situation and the step i went through.
    TLDR
    To summarize : I have a collections of Card art (jpeg).
    I created a Template applying effect to render 1 card.
    I created another template appliying same effect to render 1 REFLECTED card.
    In both i use the same Smart LINKED Object that Store my collection on Card Art.
    I make another Smart LINKED Object in the first template that reference the second one.
    So with my first template I can update the rendered card and its rendered reflexion after changing the main source card art  in the subsequent smart LINKED Object that store my whole cards art. I have to had all corresponding Smart LINKED Object file OPENED and save them all to have th updated result.
    So not really automatic.
    Then I want to render my whole card collection with effect and reflexion.
    I create in my project a duplicate of my first template for each card to be rendered.
    Then I have to open ONLY all subsequent corresponding Smart LINKED(or not) Object file of current working rendered card and change the main source card art, save all the file (several time to propagate change) to properlly update the current rendered card.
    I have to do this for EACH of my duplicated template in order to render EACH of my cards.
    Definitively  not automatic process, and prone to errors.
    Do you know a way to fully automatically render my card collection ? The only thing I want to do is chose one time the main source card art for each rendered card.
    Finally another way to explain this issue and maybe get an answer is to instead explain simply what I want to do :
    I have a collection of (jpeg) card art from an online card game.
    I want to render them all with effect (gloss, emboss border, faded and water filtered reflection).
    I want to do this automatically.
    The only thing i manually want to do is chose the card art to be rendered for each of the card i want to render in my collection.
    Here is an image of what i want based on what i've, not automatically, done so far :
    Thanks for any help from photophop professional here.

    Hi,
    The delta load does not work for product categories but only products.So to bring in the new product categories into SRM you will need to start the load of the object DNL_CUST_PROD1 again.
    The CRM middleware allows the following two methods for replication.
    -Initial loads:
    Launched manually (R3AS), the objects (customizing or business) are replicated between SRM and R/3, according to the filters you've put on the object (R3AC1 for Business objects like MATERIAL, R3AC3 for customizing objects like DNL_CUST_PROD0 and 1).
    -Delta loads:
    This option is only possible for Business objects, which is the case of MATERIAL.
    With this option a daemon is launched between the 2 servers. Every modification made on an object on SRM or R/3 is transfered as soon as this object is contained in the filter retrictions (creation and/or modification). this is done through transaction R3AC4.
    Also refer the foll thread:
    Material group from R/3 to COMM_CATEGORY (SRM)
    Related notes : OSS notes 872819 and 720819.
    BR,
    Disha.
    DO  reward points for helpful answers.

  • Transporting/Deploying Portal Content and Delta Linked Objects

    I researching the best way to trasport/deploy changed ESS Portal content from sandbox to D>Q.  I have become familiar with the few changes my co. needs to deploy part of ESS.  I have read articles that say it is wrong to modify the "Content Provided by SAP".  The recommendation appears to be "use delta link objects". I created the necessary delta links in a new directory. 
    How do I get the delta link objects to display instead of the sap source objects? I this primarily related to how the  portal is configured or how the content is managed?
    I'm really sorry about the general question (in advance) but this stuff is new for me and I'm essentially looking for some good direction here.
    Thanks,
    James

    Hi James,
    Yes exactly right. You should create your own PCD folder under Portal Content to store your objects. How you structure that is entirely up to you, however in my experience I have seen two ways
    1. First by Function or Dept (e.g. Finance, Logistics, HR) then by technical object (iView, role etc...)
    2. First by Technical Object (e.g. iViews, Roles, Worksets etc...) then by function or dept or region (Finance, HR etc...)
    Number 1 makes more sense to me. Just some other tips when it comes to creating PCD content:
    1. Put everything in your own namespace (e.g. com.mycompany) that way it is easy to separate from SAP content using filters.
    2, Come up with a logical naming standard so you can easily identify content by group, function and technical type (e.g. for an iView you might name it whoswho with the prefix com.mycompany.hr.ivu resulting in a name com.mycompany.hr.ivu.whoswho)
    2. Don't give PCD folders any prefix (e.g. com.mycompany) as it ends up elongating the resulting URLs unnecessarily and you can run into problems down the track.
    Hope this helps you.
    Simon

  • Could not get schema Object:java.sql.SQLSyntaxErrorException ora-904

    All of a sudden I get
    Could not get schema Object:java.sql.SQLSyntaxErrorException: ORA-00904: "SYS"."O"."NAME": ongeldige ID
    when doing anything in the tables tree in the connections pane
    The only thing I set recently is pga_aggregate_target
    Environment
    Oracle 11.2.0.1
    OS Windows Vista Ultimate sp2
    Sql developer 2.1.1.64.39 with its own JDK
    As the download links on OTN are broken I can not upgrade, and I'd rather not work in command line sqlplus.
    Help!!!
    Sybrand Bakker
    Senior Oracle DBA

    My copy of sqldeveloper isn't located in that directory. Would that matter?
    In the mean time I have disabled filtering the tables node. Opening the tables node doesn't result in exceptions anymore.
    Now, when I click on any table in that node I get 4 identical ora-904 error messages for sys.o.name for any table.
    Apparently it is querying either the all_objects view and it thinks it is querying sys.obj$.
    I didn't yet enable sql_trace for the session, I'm more or less giving up on sqldeveloper. I can not use the space bar in any datagrid, sqldeveloper has always been extreemly unresponsive when navigating the schema browser (as opposed to Toad), etc, etc. Too bad I bought Sue Harpers book, but I think I will be de-installing sqldeveloper soon.
    Sybrand Bakker
    Senior Oracle DBA

  • {@link Object#clone()} , -link does not work!!

    I have a problem with this!!
    Somehow the -link option does not work very well.
    I have ensured that I did correctly set my command option -link to
    -link http://java.sun.com/j2se/1.4.1/docs/api
    I have already imported java.lang.Object at the top of my source code.
    When I tried to use {@link Object#clone()}, it doesnt work at all.
    I have also tried all sorts of names like fully qualified ones and such.
    The hyperlinks do not appear ( i.e. they just appear as plain text but not hyperlinks!!) I realise the ONLY way I can get it to point to the correct link is
    {@link <a href = "http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html#clone()">clone()</a>}
    which is very lame.
    I want to be able to write doc @tags such that I do not have to specify the full complete http address.
    Anyone can help ? Thank you very much!!
    P/S: I know this is a bug in 1.2.2 javadoc but I suppose this bug would have been fixed by now....
    Regards
    David

    I would upgrade to 1.4.2. That should fix the problem.
    -Jamie Ho

  • Getting TF42008: The test case management package could not be loaded. Verify that Visual Studio Test Tool is installed and try again.

    We are trying to run unit tests in TFS server.
    Below is the System Configuration:
    Visual studio version: VS 2013 Ultimate
    TFS: TFS 2013
    For this we have created a build and able to run the build successfully. And build page showing one link for Test result. When we click on this link, we got below error message.
    "Getting TF42008: The test case management package could not be loaded. Verify that Visual Studio Test Tool is installed and try again."
    And below is the screenshot of the error message. So please let us know is there and thing else we need to do to solve this issue?

    Hi RS, 
    Thanks for your reply.
    Yes, if you want to open and view test result on your laptop, you need install the VS 2013 on your laptop as well.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • ITunes only plays one song at a time after upgrade to 6.0.1

    This is MOST annoying!! When I play music from either library or playlists on my computer only one song plays and then it is done.It doesn't crash or anything, it just stops. I can click the repeat button till the cows come home and only one song pla

  • ORA-07445 error

    Hi All, I got following error while running a plsql package which accesses data from cube(using DBMS_AW.execute). Olap version: 11.2.0.1 Message: Access violation errors have been found in the alert log. Info from trace file: Exception [type: SIGSEGV

  • Resolution of my macbook changed to 256

    I was connected via bluetooth to another mac. When the other mac tried to send me a file via blue tooth the resolution of my computer changed to 256. I have tried to do many things to change it back and nothing works. Anyone has idea of what is happe

  • Syntax error on query generation

    Hi, When I try to generate report syntax error occures. It's not a custom code. What do you think about it ? (syntax error in the following code:   return.   perform Debug_xfems. See some piece of generated file : REPORT RSRRNAME. FORM SELECT_4.   if

  • Lenovo G505 buzzing/rattling right speaker

    Bought this laptop from Best Buy, I've only had it a few months. Today the right speaker started to make a terrible rattling/buzzing sound. It started out soft, and now it's a loud nuisance that happens regardless of level of volume I'm using. I've u