Get GUID of parent Case

Hello, friends!
I want to get GUID of parent Case in Case Management.
How can I do that?

Thanks, Hema Sundar Munagapati
But I need to get parent GUID when i have Case object.
After this rows:
  CALL METHOD cl_scmg_case_api=>if_scmg_case_api~open_case
   EXPORTING
     im_case_guid   = guid
     im_enqueue     = ''
   RECEIVING
   re_case        = l_case
   EXCEPTIONS
   enqueue_failed = 1
   invalid_guid   = 2
   OTHERS         = 3.
IF sy-subrc ne 0.
ENDIF.
Is it possible?

Similar Messages

  • 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

  • Problems setting up an OD Replica (Could not retrieve HOST GUID for parent)

    I have two computers running Mac OS Lion Server.   The first started out as an OD Master and I wanted to migrate that over to the other.  Here is the process I took:
    Initial: 'A' is master, 'B' is unlinked.
    1) set 'B' as replica of 'A'
    2) set 'A' as master.
    3) set 'B' as replica of 'A'.
    Steps 1 and 2 went through fine, but 3 failed.   I then made 'A' standalone and tried to re-bind it as a replica with no avail.
    after investigation, i saw some errors in 'B's logs and decided to just nuke it and create a clean master.  This went through without a problem, but I'm still getting errors trying to join 'B' as a replica.  I dont see any errors in 'B' that would show any problems.  in 'A' i see the following error in the slapdconfig.log:
    FATAL : Could not retrieve HOST GUID for parent
    I have not found any information on the internet for that error and i have not found any other errors on 'A' that would hint at why i cannot make it a replica.
    Anyone have any ideas on what I might be able to try?

    I too have this error in setting up a 10.8 OD replica. Did you ever find a solution
    Thanks
    Vern Dempster

  • How to get Guid of all form libraries

    I have  a requirement where i should get guid of all form libraries so that i dont need to hardcode the Guid of form library in server object model.How can i achieve this..

    Hi Hemandra..
    Thanks for the response,I am looking to relink documents using the code below...Code is working well for single form library but i have 4 to 5 form libraries for which the code should be executed..how can i get this done.I am working with Infopath forms.
    protected
    void btnsubmit_Click(object
    sender, EventArgs e)
    if (RelinkDocuments())
    Label3.Text =
    "Success!!!";
    else
    Label3.Text =
    "Failure";
    private
    bool RelinkDocuments()
    try
    SPSite site =
    SPContext.Current.Site;
    SPWeb spWeb = site.OpenWeb();
    SPList spList = spWeb.Lists[new
    Guid("8E023C18-DAA3-4743-81B7-E034111544BC")];
    SPDocumentLibrary doclib = (SPDocumentLibrary)spList;
    string solutionUrl =
    SPHttpUtility.UrlPathEncode(spWeb.Url
    + "/" +
    doclib.DocumentTemplateUrl, true);
    foreach (SPListItem
    spItem in doclib.Items)
    //loop through the list items
    SPFieldCollection spFields = spItem.Fields;
    foreach (SPField
    spField in spFields)
    //loop through fields resetting them
    if (spField.Type !=
    SPFieldType.Computed &&
    spField.Type !=
    SPFieldType.Invalid && !spField.ReadOnlyField)
    try
    spItem[spField.InternalName] = spItem[spField.InternalName];
    catch (Exception
    e)
    SPContentType spContentType = spList.ContentTypes[(SPContentTypeId)spItem["ContentTypeId"]];
    if (spContentType !=
    null)
    //try to update the item with the content type's template url which is the updated one
    if (spContentType.DocumentTemplate.StartsWith("http://")
    ||
    spContentType.DocumentTemplate.StartsWith(
    "https://"))
    spItem[
    "TemplateUrl"] =
    SPHttpUtility.UrlPathEncode(spContentType.DocumentTemplate,
    true);
    else
    if (spContentType.DocumentTemplate.StartsWith("/"))
    spItem[
    "TemplateUrl"] =
    SPHttpUtility.UrlPathEncode(spWeb.Site.MakeFullUrl(spContentType.DocumentTemplate),
    true);
    else
    spItem[
    "TemplateUrl"] =
    SPHttpUtility.UrlPathEncode(spWeb.Url
    + '/' + spList.RootFolder
    + '/' + spContentType.DocumentTemplate,
    true);
    else
    //no content type found so default template url to solution Url
    spItem[
    "TemplateUrl"] = solutionUrl;
    spItem.Update();
    return
    true;
    catch (Exception
    ex)
    return
    false;

  • How  to get GUID for a transaction

    How to get GUID of a transaction in solution manager support desk.
    pls help reg this.

    Hi Kalpanashri,
    I would suggest you to go for recording of the transaction. Then you can get to know the tables of the related fields which you have entered value during recording.
    OR
    For checking individual fields, you can go for the <b>WHERE-USED LIST</b>.
    For Ex:
    Please go to SE11 and enter data type with MATNR.
    Then click on where-used list button and check only table type (the first option) and click on continue.
    The system will show list of tables that store value of MATNR field. You can do double click on the field name and system will take you to detail screen of the table fields. Then from here ... you browse the data as well.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • How to get GUID all of user in OU

    I have use exchang svr 2013 .
    How to get GUID of user all in OU ?
    currently i use scriptr exchange power shell
    $username = "username"
    $guid = (Get-Mailbox $username).ExchangeGUID
    $upn = (Get-User $username).UserPrincipalName
    $upnsuffix = $upn.Split("@")[1]
    $ServerName = "$guid@$upnsuffix"
    write-host $ServerName

    Store all mailboxes in that OU in a variable and use a foreach loop
    $mbx = get-mailbox -resultsize unlimited -organizationalunit "domain.com/OU"
    foreach ($m in $mbx)
    Your code
    How to apply in exchange power shell ?

  • How to get guid in oracle 8?

    Hi,
    how to get guid in oracle 8
    regards
    Dupont
    null

    Hi Anjum,
    You can try to read the current business transaction GUID in email view by reading global data context reference. Something like this:
    *- Data dictionary
      DATA lr_gdc            TYPE REF TO if_crm_ui_data_context.
      DATA lr_bt             TYPE REF TO cl_crm_bol_entity.
      DATA lv_guid          TYPE crmt_object_guid.
    *- Get current business transaction from global data context
      lr_gdc ?= cl_crm_ui_data_context_srv=>get_instance( ).
      CHECK lr_gdc IS BOUND.
      lr_bt ?= lr_gdc->get_entity( name = if_iccmp_global_data_cont_con=>gdc_currentbt ).
      CHECK lr_bt IS BOUND.
      lv_guid = lr_bt->get_property_as_string( 'CRM_GUID' ).
    Kind regards,
    Garcia

  • Users gets stored in capital case

    Hi,
    We have installed SAP Netweaver 2004s server (J2EE + ABAP) on AIX box .
    We have also installed the Enterprise portal.
    Now if i create a user say "testuser" form the Portal it gets stored as capital
    "TESTUSER" in the ABAP database.
    my question are as follows:
    a)By default does the user gets created in capital case in ABAP env.
    b)Can i supress this.IS ther any setting or configuration where the user name is stored as i give it  i.e. "testuser"
    c)If i create any user form portal it always goes to ABP dtabase and not in UME database.Why is it so.
    Best Regards
    Manoj

    Hi Manoj,
    In abap the user will get created in capital .
    we cannt supress that as it will kill the functionlilty of Portal.
    USER.CORP_LDAP.uid=i802895,ou=people,dc=sap,dc=corp
    GRUP.CORP_LDAP_2.cn=developers,ou=groups,dc=sap,dc=corp
    GRUP.SUPER_GROUPS_DATASOURCE.EVERYONE
    ROLE.PCD_ROLE_PERSISTENCE.VvlvkEGjiW9zPFaxR/4pd2/bX5Q=
    USER.PRIVATE_DATASOURCE.un:admin
    UME objects are identified by a Unique ID which concatenates
    the type, data source and the key to locate the object
    Also since you have installed in ABAP the ume is in ABAP stack.
    Thanx
    Pankaj

  • Analytical Services failed to get user's parent group tree with Error

    Hi,
    We have a frequent errror during our weekly batch for an application.
    The context:
    - Essbase Administration Services we are using is version is 9.3.1.
    - 8 applications are calculated during the week-end. The scripts executed are exactly the same for the 8 applications.
    - For example let's say that 5 scripts are launched during the night in the batch for each application (script 1, script 2 ... script 5)
    - App1 and App2 are launched alone and before the 6 others applications as these applications database are 3 x bigger (App1 is calculated alone, then app2 is calculated alone, then app3 to app8 scripts are launched in the same time).
    The issue :
    - We don't see any issue for app3 to app8, the calculation are executed without any problem from script1 to script5.
    - But we have an error in App1 and App2 log when the bath execute script 4 and we see the following error in the server log **
    "Analytical Services failed to get user's parent group tree with Error".
    (** : we don't see any log for script 4 in the application log - it's like the server bypass script 4 to go directly from script 3 to script 5 )
    Nothing special is done in script 4 but just an aggregation of the Year dimension (using a @SUM(@RELATIVE(Year,0)) calculation.
    I think that there is may be a synchronization error with Shared Services but what is strange is that it's always for the same script 4 and the batch is launched at different time every week-end.
    Can the issue be linked to the size of the database of applications (8 Gb) and difficulties for the processor to executes aggregation in a large database volume ?

    Hi,
    According to your description, my understanding is that the error occurred when sending an email to the user in workflow.
    Did you delete the existing Connections before setting NetBiosDomainNamesEnabled?
    If not, I recommend to delete and recreate your AD connections, then set NetBiosDomainNamesEnabled to true.
    Or you can delete the original User Profile Service Application and create a new one, then set the NetBiosDomainNamesEnabled to true and start the User Profile Service Application
     synchronization.
    More reference:
    http://social.technet.microsoft.com/wiki/contents/articles/18060.sharepoint-20xx-what-if-the-domain-netbios-name-is-different-than-the-fqdn-of-the-domain-with-user-profile.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Users gets stoterd in capital case

    Hi,
    We have installed SAP Netweaver 2004s server (J2EE + ABAP) on AIX box .
    We have also installed the Enterprise portal.
    Now if i create a user say "testuser" form the Portal it gets stored as capital
    "TESTUSER" in the ABAP database.
    my question are as follows:
    a)By default does the user gets created in capital case in ABAP env.
    b)Can i supress this.IS ther any setting or configuration where the user name is stored as i give it  i.e. "testuser"
    c)If i create any user form portal it always goes to ABP dtabase and not in UME database.Why is it so.
    Best Regards
    Manoj

    Hi Manoj,
    1) Yes by default in R/3 system it creates a two fields, one with caps and other with normal as you have given the input.
    2) -- I need to get info from ABAP team --
    3) Since you have installed both JAVA and ABAP stack, by default it allows to create users only in the R/3 system which will reflect in the portal. There is a work around to solve this problem also. For that you need to refer SAP Notes from Service Market place - <a href="https://service.sap.com/sap/support/notes/908911">SAP Note 908911</a>.
    Thanks,
    Vijay

  • Users get stored in CApital case

    Hi,
    We have installed SAP Netweaver 2004s server (J2EE + ABAP) on AIX box .
    We have also installed the Enterprise portal.
    Now if i create a user say "testuser" form the Portal it gets stored as capital
    "TESTUSER" in the ABAP database.
    my question are as follows:
    a)By default does the user gets created in capital case in ABAP env.
    b)Can i supress this.IS ther any setting or configuration where the user name is stored as i give it  i.e. "testuser"
    c)If i create any user form portal it always goes to ABP dtabase and not in UME database.Why is it so.
    Best Regards
    Manoj

    Hi
    a)By default does the user gets created in capital case in ABAP env.
    Yes.it is created as CAPS.
    b)Can i supress this.IS ther any setting or configuration where the user name is stored as i give it i.e. "testuser".
    Don't think it is possible.
    c)If i create any user form portal it always goes to ABP dtabase and not in UME database.Why is it so.
    Portal is also a part of SAp.
    so in SAP whatever you enter on screen, it is stored in SAP TABLES.
    Reward points if useful
    Regards
    Anji

  • Users get stiored in  capital case

    Hi,
    We have installed SAP Netweaver 2004s server (J2EE + ABAP) on AIX box .
    We have also installed the Enterprise portal.
    Now if i create a user say "testuser" form the Portal it gets stored as capital
    "TESTUSER" in the ABAP database.
    my question are as follows:
    a)By default does the user gets created in capital case in ABAP env.
    b)Can i supress this.IS ther any setting or configuration where the user name is stored as i give it i.e. "testuser"
    c)If i create any user form portal it always goes to ABP dtabase and not in UME database.Why is it so.
    Best Regards
    Manoj

    Hi
    a)By default does the user gets created in capital case in ABAP env.
    Yes.it is created as CAPS.
    b)Can i supress this.IS ther any setting or configuration where the user name is stored as i give it i.e. "testuser".
    Don't think it is possible.
    c)If i create any user form portal it always goes to ABP dtabase and not in UME database.Why is it so.
    Portal is also a part of SAp.
    so in SAP whatever you enter on screen, it is stored in SAP TABLES.
    Reward points if useful
    Regards
    Anji

  • How do you get the speck gemshell case off an ipod touch 5th generation

    I am trying to get the speck gemshell case that I purchased along with the "new" ipod touch 5th generation. It seems like a solid piece of clear see-through piece of plastic and it will withstand lots of drops with the added "lips"on the front of the ipod touch (one reason why i got this case. The other reason was to have my red ipod seen by all who wish to look at it.) but my problem with it is that it seems "too solid". The case is hard to put on and REALLY hard to take off. I have read on some websites that you can take a credit card as a way of taking the case off but I want to figure out how to take it off without ruining my ipod or bending the case?

    Contact the manufacturer
    http://www.speckproducts.com/contacts
    There support page
    http://www.speckproducts.com/instructions/
    does not list instructions for Gemshell case

  • How can i get a brand new case for my iphone

    I NEED TO GET A BRAND NEW CASE FOR MY IPHONE BECAUSE MY IPHONE IS DENTED ON THE BACK AND SCRATCHES ALL OVER THE PHONE, IF SOMEONE CAN HELP ME I WILL APPRICIATED.

    You can start by not using all caps - using all caps on the internet is considered as SHOUTING and hopefully you didn't intend to be shouting at all those who read your post.
    When you say case, do you mean the iPhone casing itself?
    If so, you can contact AppleCare for a quote to repair this damage which won't be cheap. I believe there are some 3rd party repair facilities available that will do the same won't be cheap but maybe somewhat less than what Apple will charge.
    Or purchase a case for the iPhone to cover the dents and scratches and to protect it from additional damage with future drops.

  • Can I get the white shell case replaced?

    I purchased the regular Macbook in 2010, and am wondering if it's possible to get the white shell case replaced?  It's been through some wear, and since my Macbook is working just fine (knock on wood) I would like to just clean up the case cosmetically.  Is this a possible option?  There is also a small crack coming from one of the corners of the touch pad that I don't believe is causing any problems, but is just a cosemtic issue with me. 
    Also - does anyone know where there are options to purchase a cover for this Macbook?  I haven't found anywhere that I can buy a cover for this Macbook, they're all for the newer ones.  I even checked Amazon and eBay.
    Thanks!

    yes i got the phone through at&t and no we are calling them tomorow!

Maybe you are looking for

  • HP SimplePass Reader Does not Work after Sleep

    I have only had my laptop for a week - the fingerprint reader stopped working 2 days after I bought it. I have tried everything: removing and re-installing various drivers and software, stopping and starting Credentials Manager, unchecking the box th

  • Report item value carried over to Form page

    Hi all I have a dynamic LOV (form a table) on a report. To redirect to a new entry page, I want the selected LOV column (consultants name) to show as a default in the Dynamic LOV of the new page. The reason for the dynamic LOV on the new page is so t

  • Trigger IDOC_OUTPUT_ORDRS using custom program.

    Hello. I have a requirement to send an order response (ORDERS05) IDoc by calling FM IDOC_OUTPUT_ORDRS using a custom program.  Wanted to know if anyone had suggestions on the best approach.  We are using much of the native mapping and adding a few se

  • Reg:Special GL Indicator Control

    HI Gurus, What is the user of Special GL Indicators and what it control? regards JK Rao

  • IP or DHCP address issue with VPN

    setup: Mac server 10.6.8, VPN service L2TP, Airpot Extreme software fully updated in company LAN set to DHCP: IP range is 10.0.0/24, DHCP service is OFF in server admin... VPN IP range is 10.0.0/24 I noticed sometimes when I VPN into my company netwo