Change requests encoding

Hello!!
I wonder if there is a way of changing server requests encoding. I use the proxy jar of the deployed services in OC4J (jdeveloper 10.1.2.) to access them, and I have noticed that the request are encoded usingUTF-8, however I would like to use ISO-8859-1 instead. Is it possible?
Could you be so kind as to help me, please?
Thank you very much in advance.

Hi,
Sorry, I didn't program myself the same senario, however you can check unicode demo programs TECHED_UNICODE_SOLUTION*, and presentation 'How to Make Your ABAP Code Unicode-Enabled' from Dr. Christian Hansen.
You can also use the following classes:
CL_ABAP_CONV_OUT_CE system code page >  any code page
CL_ABAP_CONV_X2X_CE any code page > any code page
CL_ABAP_CONV_IN_CE any code page > system code page
Hope it helps.
best regards,
Peter

Similar Messages

  • Notifying a user that an Urgent Change Request has been Approved, or Denied

    Trying to figure out the best way to have an email go back to a user after a Change Request has been updated with either an Approved or Deny
    What we do now is after a user creates an Urgent Change Request, and email goes out to all of our Managers. One of them will reply all to the email with either an [approval] or [deny] in the message body so Service Manager gets the email and acts on
    it and the other Managers know it was acted on.
    Problem is, if the Manager forgets to add in the Change Requester in the email, they don't know it was acted on. I tried using WorkFlows for Change Request to update the Change Requester of an update but there is nothing in there for  Approval or Deny.
    I then resorted to subscriptions but can't figure out how to configure the subscription so that only the Change Requester gets the email. We can configure different email templates based on the whether the change was approved or denied. Just need to figure
    out how to configure the Recipient.

    I suggest you read this
    which is very close to what you want to do.
    I've checked the link and found it working. Of course, it works only if the RA is a direct child of work item itself (so for RAs encapsulated in SA or PA it doesn't work).
    Below the XML code of the management pack I used. You can engage that, just copy to Notepad and save as ManagementPack.ef9b0adf354c4afe92ede323c9427879.xml
    It might require to customize a mail template cause I made a very simple one.
    <ManagementPack ContentReadable="true" SchemaVersion="2.0" OriginalSchemaVersion="1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <Manifest>
    <Identity>
    <ID>ManagementPack.ef9b0adf354c4afe92ede323c9427879</ID>
    <Version>7.5.2905.0</Version>
    </Identity>
    <Name>RA notify affected user MP</Name>
    <References>
    <Reference Alias="EnterpriseManagement">
    <ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Console</ID>
    <Version>7.5.2905.179</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="CustomSystem_Notifications_Library">
    <ID>System.Notifications.Library</ID>
    <Version>7.5.2905.0</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="CustomSystem_WorkItem_Library">
    <ID>System.WorkItem.Library</ID>
    <Version>7.5.2905.0</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="CustomSystem_WorkItem_Activity_Library">
    <ID>System.WorkItem.Activity.Library</ID>
    <Version>7.5.2905.0</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="CustomSystem_Library">
    <ID>System.Library</ID>
    <Version>7.5.8501.0</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="SystemCenter">
    <ID>Microsoft.SystemCenter.Library</ID>
    <Version>7.0.8432.0</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="SystemCenter1">
    <ID>Microsoft.SystemCenter.Subscriptions</ID>
    <Version>7.5.2905.0</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    <Reference Alias="EnterpriseManagement1">
    <ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Administration</ID>
    <Version>7.5.2905.179</Version>
    <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
    </Reference>
    </References>
    </Manifest>
    <Categories>
    <Category ID="Category.6f4a3832d9c3488fa2c31d1d662dceef" Value="EnterpriseManagement!Microsoft.EnterpriseManagement.ServiceManager.ManagementPack">
    <ManagementPackName>ManagementPack.ef9b0adf354c4afe92ede323c9427879</ManagementPackName>
    <ManagementPackVersion>7.5.2905.0</ManagementPackVersion>
    </Category>
    <Category ID="ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration6fce0865_32d8_435d_ad64_7c48439649ab.Category" Target="Template_50a8eac21da94bb2a340858b71c931d3" Value="EnterpriseManagement1!ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration" />
    <Category ID="Category.804f621f7a2b4e0490c82413cd6479d9" Target="NotificationSubscription_da1aa98f_40c3_4dd5_a227_de3e7f20601e" Value="EnterpriseManagement1!Microsoft.EnterpriseManagement.ServiceManager.Rules.WorkflowSubscriptions" />
    </Categories>
    <Monitoring>
    <Rules>
    <Rule ID="NotificationSubscription_da1aa98f_40c3_4dd5_a227_de3e7f20601e" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.SubscriptionWorkflowTarget" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
    <Category>System</Category>
    <DataSources>
    <DataSource ID="DS" TypeID="SystemCenter1!Microsoft.SystemCenter.CmdbInstanceSubscription.DataSourceModule">
    <Subscription>
    <InstanceSubscription Type="bfd90aaa-80dd-0fbb-6eaf-65d92c1d8e36">
    <UpdateInstance>
    <Criteria>
    <Expression>
    <And>
    <Expression>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <Property State="Pre">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value>{9de908a1-d8f1-477e-c6a2-62697042b8d9}</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <Property State="Pre">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
    </ValueExpression>
    <Operator>NotEqual</Operator>
    <ValueExpression>
    <Value>{144bcd52-a710-2778-2a6e-c62e0c8aae74}</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </Expression>
    <Expression>
    <Or>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <Property State="Post">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value>{9de908a1-d8f1-477e-c6a2-62697042b8d9}</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpression>
    <Property State="Post">$Context/Property[Type='CustomSystem_WorkItem_Activity_Library!System.WorkItem.Activity']/Status$</Property>
    </ValueExpression>
    <Operator>Equal</Operator>
    <ValueExpression>
    <Value>{144bcd52-a710-2778-2a6e-c62e0c8aae74}</Value>
    </ValueExpression>
    </SimpleExpression>
    </Expression>
    </Or>
    </Expression>
    </And>
    </Expression>
    </Criteria>
    </UpdateInstance>
    </InstanceSubscription>
    <PollingIntervalInSeconds>60</PollingIntervalInSeconds>
    <BatchSize>100</BatchSize>
    </Subscription>
    </DataSource>
    </DataSources>
    <WriteActions>
    <WriteAction ID="WA" TypeID="SystemCenter1!Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction">
    <Subscription>
    <VisibleWorkflowStatusUi>true</VisibleWorkflowStatusUi>
    <EnableBatchProcessing>true</EnableBatchProcessing>
    <WindowsWorkflowConfiguration>
    <AssemblyName>Microsoft.EnterpriseManagement.Notifications.Workflows</AssemblyName>
    <WorkflowTypeName>Microsoft.EnterpriseManagement.Notifications.Workflows.SendNotificationsActivity</WorkflowTypeName>
    <WorkflowParameters>
    <WorkflowParameter Name="SubscriptionId" Type="guid">$MPElement$</WorkflowParameter>
    <WorkflowArrayParameter Name="DataItems" Type="string">
    <Item>$Data/.$</Item>
    </WorkflowArrayParameter>
    <WorkflowArrayParameter Name="InstanceIds" Type="string">
    <Item>$Data/BaseManagedEntityId$</Item>
    </WorkflowArrayParameter>
    <WorkflowArrayParameter Name="TemplateIds" Type="string">
    <Item>f7785299-c026-a870-e350-d02b65a1f3b3</Item>
    </WorkflowArrayParameter>
    <WorkflowArrayParameter Name="PrimaryUserRelationships" Type="string">
    <Item>$Context/Path[Relationship='CustomSystem_WorkItem_Activity_Library!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Path[Relationship='CustomSystem_WorkItem_Library!System.WorkItemAffectedUser' TypeConstraint='CustomSystem_Library!System.User']$</Item>
    </WorkflowArrayParameter>
    </WorkflowParameters>
    <RetryExceptions />
    <RetryDelaySeconds>60</RetryDelaySeconds>
    <MaximumRunningTimeSeconds>7200</MaximumRunningTimeSeconds>
    </WindowsWorkflowConfiguration>
    </Subscription>
    </WriteAction>
    </WriteActions>
    </Rule>
    </Rules>
    </Monitoring>
    <Templates>
    <ObjectTemplate ID="Template_50a8eac21da94bb2a340858b71c931d3" TypeID="CustomSystem_Notifications_Library!System.Notification.Template.SMTP">
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Subject$">&lt;1033&gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$ is completed&lt;/1033&gt;</Property>
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Priority$">2</Property>
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/IsBodyHtml$">False</Property>
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Content$">&lt;1033&gt;$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$ is completed&lt;/1033&gt;</Property>
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Encoding$">utf-8</Property>
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/SeedClass$">System.WorkItem.Activity.ReviewActivity$bfd90aaa-80dd-0fbb-6eaf-65d92c1d8e36</Property>
    <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Protocol$">SMTP</Property>
    </ObjectTemplate>
    </Templates>
    <LanguagePacks>
    <LanguagePack ID="ENU" IsDefault="true">
    <DisplayStrings>
    <DisplayString ElementID="ManagementPack.ef9b0adf354c4afe92ede323c9427879">
    <Name>RA notify affected user MP</Name>
    </DisplayString>
    <DisplayString ElementID="Template_50a8eac21da94bb2a340858b71c931d3">
    <Name>RA notify affected user mail template</Name>
    </DisplayString>
    <DisplayString ElementID="NotificationSubscription_da1aa98f_40c3_4dd5_a227_de3e7f20601e">
    <Name>RA notify affected user</Name>
    </DisplayString>
    </DisplayStrings>
    </LanguagePack>
    </LanguagePacks>
    </ManagementPack>
    Cheers,
    Marat
    Site: www.scutils.com 
    Twitter: LinkedIn:
    Graveyard:
    It does work even if it is within a PA or SA or even deeper, you "just" have to follow the path to the CR from there. But then you would need a subscription for each RA depending on where it is in the flow. Try to make your users understand that :D
    http://codebeaver.blogspot.dk/

  • Why JSTL change the encoding of response?

    Dear all,
    I use JSTL to display multiple language, and it can work fine. I also have a servlet to let the user to select the display language. All the request and response encoding is set to UTF-8, but I found that when user choose language to Chinese, and the servlet set the Locale to ZH, and then, all the jsp file which use JSTL to display message, the response is set to "GB2312"!
    Why this happen? because the response encoding is gb2312, so I cannot get the user inputted Chinese character! I want still reserve the UTF-8, how can I do that? I just found that webapp 2.4 can set locale-encoding-mapping, but I am using tomcat4.1.4, which does not support 2.4.
    Any advice will be appreciate.
    Lichunlin

    Hi, everyone,
    I find that the setLocale method of Reponse will change the response encoding automatically according to the locale, for example, the page encoding is UTF-8, but after I set locale to "CN"(china), the encoding is changed to "GB2312", but I still want it is "UTF-8".
    So I have to change the message tag source code, to change the encoding back after the setLocale method invoke, it is not so good, but it can work now.
    Could you have any other advice? Thank you very much.
    Lichunlin
    Dear all,
    I use JSTL to display multiple language, and it can
    work fine. I also have a servlet to let the user to
    select the display language. All the request and
    response encoding is set to UTF-8, but I found that
    when user choose language to Chinese, and the servlet
    set the Locale to ZH, and then, all the jsp file which
    use JSTL to display message, the response is set to
    "GB2312"!
    Why this happen? because the response encoding is
    gb2312, so I cannot get the user inputted Chinese
    character! I want still reserve the UTF-8, how can I
    do that? I just found that webapp 2.4 can set
    locale-encoding-mapping, but I am using tomcat4.1.4,
    which does not support 2.4.
    Any advice will be appreciate.
    Lichunlin

  • Creating a New Task in SOLMAN Change request Management

    Dear all,
    We are using SOLMAN 4.0 and scm functionality.In the change request screen we have a create follow up task(+ icon on top left).What is the use of this task,can we asign a task to some particular person?for example can i assign task to tester?If the task has not completed the task,while closing the correction will it give error?
    Please give your suggestions.
    Thanks in advance,
    Avinash.

    Hi,
    Pls click the check button(next to activate button)
    see the SLG1 log generated remove the errors shown in red.
    One it is done u press the refresh button & thn u cn create the task list
    chk
    https://websmp202.sap-ag.de/~sapdownload/011000358700000657692007E/ECTS_CHARM_SP12.PDF
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    http://help.sap.com/saphelp_sm32/helpdata/en/0c/5b2160f6fa4b83a3674a210b1cdeb0/content.htm
    Regards
    Prakhar

  • Help me configure Change request management !!!

    Dear friends,
    I am Going to Configure Change request Management, so just to ensure that the configuration is not erronous, i would need Expert advise..
    Just want to know Clear few things before i proceed..
    I am also refering SPRO and related notes
    Scenario :
    I have two SYSTEMS SAP ECC 6.0 with System id R03 and Soluiton manager with SYSTEM id SOL,
    R03 has 3 clients, 300 600 700..
    In R03 300 is the development client, 600 is quality client, 700 is the production client.
    SOL has 2 clients, 100, 200
    With 200 as the production client.
    Q.1) <b>Do i have to configure CHARM in both the client (100 and 200 of SOLMAN).</b>
    Q.2) Initially I had tried to set CHARM in client 100 of solman, but later on realized that it has to be set up in client 200.
    When i logon to client 200 and  Execute IMG activity Spro-> sap soltion manger->basic settings-> sap solution manager system->activate integration with change request management.
    Then by default it take the previous client ( client 100) as the change request management client.
    ( as we know there are three steps in the above activity ), the other activity are executed properly, only prblem being that the default client is always set to 100, which should not be the case).
    I do get the prompt saying ( "The change request clent is set to clent 100, do u want to change to client 200, on clicking yes, still it is always set the same client 100 as charm client ")
    <b>Plz let me know what do i do to set the change request client to 200??</b>
    Q.3) Regarding TMS, we have local domain controller in solman and local domain in R3.
    We are planing to establish domain links between the two systems( ie both the domain controllers) ??
    Is this the right strategy ??
    <b>Any other method that u can recommend  ??</b>
    Q.4)One of the IMG activity says, Generate Destinations to client 000 of all the domain controllers..
    Whenever i do this these, destinations are created with errors, i am not able to create trusted RFC destinations without errors.
    When i logon to satellite domain controler and excecute sm59 there are 2 destinations created Trusted and BACK.
    These destinations works well,
    but when i logon to Solman, got to sm59 , when i test the TMW and TRUSTED rfc destinations  i test these destinations using Remote Logon i get error,
    " no authorization to logon as trusted system"
    I went thru one note which recomended Kernel upgrades to solve the problem,
    I r3 my kernel relaese is 700 with patch level 56, the note recomends to apply patch 80, did u have these problems??
    <b>what is your kernel patch levels in sateliite and solman systems.</b>
    Q.5) TO be able to raise tickets from R3 to solman we create RFC destinations.
    We also create RFC destinations to client 000 of all the sateliite system,
    <b>dont u think these RFC destinations might interfere with each other??</b>
    Q.6) Is there anyone who has successfully configured CHARM. Can you plz share the  configuration documents with me..
    Please note :
    <b>All the contributors would be handesomely rewarded with points .</b>

    Hi,
    Check this
    Note 128447 - Trusted/Trusting Systems
    For your Q4.
    Q3.)
    Establishing Domain link - That's the right way. Go ahead.
    These are the steps.
    <b>1.Define Transport Routes for System Landscape</b>
    assign exactly one development system to a production system, and that these two systems are connected by exactly one unique transport track. If a development system and a production system are connected by more than one transport track, this may lead to inconsistencies within the transport distribution. This type of transport configuration cannot be supported by Change Request Management, and may cause inconsistencies within the tools involved.
    <b>2. Activate Extended Transport Control</b>
    The CTC parameter should be '1'
    <b>3.Configure Transport Strategy</b>
    Deactivate the QA Approval.
    <b>4. Activate Trusted Services.</b>
    5.Activate Domain Links.
    You have to activate domain link between systems.
    6. Generate RFC Destinations to Client 000
    Hope this helps.
    feel free to revert back.
    --Ragu

  • How to import a Change request from One application to another application.

    Hi,
      In SRM Dev system I have created a Change request (Transport Request) and released to the QA system.The Change request has imported successfully to the SRM QA system.
    Now the Case is:
    The Released Request in the SRM Dev system has to be Export to the CRM Dev system.
    Is it possible to Export the Released Change Request from SRM system to CRM system?
    If possible then can you provide me with the solution.
    Thanks in Advance
    Dharma

    Hi,
    Your system admin knows how to do it. System admin should define transport route. Please check it in transaction STMS.
    Regards,
    Masa

  • Questions about authorizations of tables/change requests/badis/locks/lang

    Hi ,
    Few questions I have not been able to find out .
    1) HOw can we ensure that every time we do any change in a table including adding/changing content a change request is generated .Basically to ensure any changes being done are being stored in  a change request .
    2)How to give authorizations to/for a database table ?
    3)can/how we add water marks in scripts and smartforms ?
    4) Can we create and place our own BADIs in SAP standard code?
    5)different LOCK types/categories with clear difference (not the standard SAP help please..)
    6) tips on handling two table controls on one screen.
    7) WHat are the things required if we want to use objects(scripts,texts,smartforms) in different languages ?
    8)multilingual scripts ?
    9) how to have a search help in module pool without using Process on value request ?
    Moderator message - Please - one question per thread and please ask a specific question - post locked
    Edited by: Rob Burbank on Dec 3, 2009 4:29 PM

    FSKB     G/L Account Posting
    this transaction is not working

  • How to change default encoding in DataBindings.cpx

    Hello,
    How to change default encoding in DataBindings.cpx,
    on windows-1251 for instance?

    I've filed Bug# 3147045 for this. Our DataBinding.cpx file and UIModel XML files seem to be getting hardcoded to use the ISO-8859-1 encoding. Our ADF Business Components XML files correctly pickup the IDE encoding.

  • Move change request from a maintenance project  to another project

    Hello all,
    we want to close a maintenance project A and create a new maintenance project B. We have a lot of change request they aren`t finish, so we want to move them to the new maintenance project.
    The following steps we have done:
    1. Doing all phases of the maintenance cycle of project A.
    2. Close maintenance cycle project A.
    3. Create a new project B.
    4. create a new maintenance cycle for project B.
    Now, we have the problem, that all change request from project A and maintenance cycle A didn't move to the new project B and cycle B.
    If you create a new maintenance cycle in project A, all open change requests move to the new cycle. But we want to move them to a new project and a new cycle.
    Have anybody a suggestion how to do this?
    Kind Regards
    Marc

    Hello Marc,
    there are a couple of methods in a class that might help you if you DO have to do it... but SAP will not support you in case you have any problem.
    you can take a look to methods of class CL_HF_HELPER.
    Methods :
    SET_BO_LINK_TO_CHNG_DOC is used to set link between SDMJ and SDMN
    SET_BO_TASKLIST_OF_CHNG_DOC is used to set link between SDMJ and tasklist 
    as there are those methods, to create links SAP, provides some others that are supposed to break them (If i remember well they are not activated or finished but you can still have a look !!)
    Those methods are
    DELETE_BO_LINK_OF_CHNG_DOC
    DELETE_BO_TASKLIST_OF_CHNG_DOC
    RECREATE_BO_LINK_OF_CHNG_DOC
    RECREATE_BO_TLIST_OF_CHNG_DOC
    Hope this helps
    One more time... be carefull with those methids... I think it s quite dangerous to handle those kind of things without SAP's support.
    Also, one mote thing... since many many customers have asked for this functionality; SAP is trying to develop the whole thing (with adjustments of Checks functionalites of ChaRM) for the next releases. Maybe that will be part of the next release
    Regards
    Khalil

  • Unable to edit the form in Personal Change Request

    Hi,
    One of the manager is trying to edit the employees information. When he navigates to edit form of personal change request, under My Crew tab of Manager Self Service in portal, unable to edit the information but he is able to add notes. in the form.
    In detail, the manager is trying to assign new manager to an employee under him(moving an employee to differen team headed by different manager so trying to replace his name in the employee's informaton). The manage is unable to change the information or unable to edit any information in the form "request for change in position/transfer"
    Could someone help me on this.
    Thanks in advance.
    Regards,
    Ravi.
    Edited by: Ravi Alla on Jun 17, 2010 9:15 PM

    Hi,
    The issue is resolved. This is because of Acrobat JavaScript option disabled in display preferences of the form.
    Once this checkbox is enabled its working fine.
    Regards,
    Ravi.

  • How to change the Encoding type of a XML

    Hi all,
    I'm having a XML(generated at run time) with UTF-8 Encoding. If I'm going to parse it, getting an error saying "*Document root element is missing*".
    If I change the encoding to ANSI, it parses without error.
    How can I change the encoding type of a documnet ?
    Any comment welcome.
    Kaushalya

    There's no such thing as the "encoding of a String". If you produced a String from a sequence of bytes using the wrong encoding, you may not be able to repair that problem by hacking about in your code. You're better off to produce the String using the correct encoding in the first place. Read this for more information about XML and encodings as you appear to be misunderstanding basic concepts:
    [http://skew.org/xml/tutorial/]

  • Using a hyperlink in an email to reference a particular Change Request

    Didn't know if this is possible or not. I am setting up a Change Notification email for Urgent changes so an email goes out to a group of managers that are listed as Approvers. Trying to capture specific information about the Change itself and put it in
    an email template is challenging to say the least.
    Is there a way to just put a URL that points to the Change Request in the email so when the manager gets it, they just click on the link that will bring them to the actually Change Request in Service Manager? From there, they can view all the details and
    even approved it from there. Would be great and save a lot of work....for me....

       It is possible and we did the similar thing and uploaded the solution for the help of all. 
    https://gallery.technet.microsoft.com/Exchange-Connector-8659edef#content
       You will need to put in details in the email but the approving part can be taken care of.
       You can further customize the solution based on your needs. 
       Please do rate the solution there if you find it helpful.
    Shahid Roofi
    While that is a nice feature you developed there, it is not even close to what the OP is asking for.
    Cheers,
    Anders Spælling
    Senior Consultant
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • Re:Error while importing the TP from dev to quality through change request

    Hi Guys,
    We have implemented change request and upgraded for SP 15 support pack
    when the user tries to import through urgent correction by selecting pass correction to test the TP is not getting imported, when i checked the log it is saying
    System cancel RFC destination SM_BQ2CLNT100_TRUSTED, Call TMW_SET_PROJECT_SWITCHES: No authorization to logon as trusted system (Trust ed RC=2).
    You cannot import any requests for project BD2_P00001 at the moment
    Then i went to show project status switches and changed as "Request can be imported" from " request cannot be imported", then the user is able to import the UC from the task list,
    But ideally the status switches should be " request cannot be imported" so that the TP can be imported only through change request.
    kindly give ur inputs as it is very urgent.
    Regards
    Raju

    Hi Jith,
    First of all try to consolidate all your objects in a single TR and then move to Q from D.
    In this case check for the list of objects that you have in your TRs. If TR 3 have all the Objects that were in TR1, TR2, then transporting TR3 alone will work.
    Also, you can find the information related to the elements that were missed in your TR1,TR2 by following process.
    1. Go to your transport Logs and then to the entries marked as Error.
    2. There you will find the Query Element Ids, copy them
    3. Now, go to Table(Se16) RSZELTDIR, there enter those query elements.
    Now, you can able to find the elements that you have missed in your TRs. Hope this helps you.

  • Error while creating change request via solman support desk message

    I have configured CHARM and my change req. is working for urgent correction, I have tested the entire workflow.
    however when i try to create a new change req. via support desk message --> create a change request open
    I get following error
    An action was terminated due to an exceptional situation.
    Message no. SOCM_ACTION_LOG 090
    Diagnosis
    An exception has been triggered in PPF action processing.
    System Response
    Action processing has been terminated. The status of the transaction is still incorrect.
    Procedure
    You cannot execute the action until the cause of the error has been removed.
    The error messages will be kept until the transaction is next checked for subsequent analysis.
    Procedure for System Administration
    If necessary, analyze other messages in the application log for the incorrect transaction. To analyze the termination, you can activate the breakpoints in the checkpoint group socm_exception.
    Additional Information:
    Exception CX_SOCM_PRECONDITION_VIOLATED occurred (program:
    CL_HF_HELPER==================CP, include:
    CL_HF_HELPER==================CM00A, line: 29).
    pls help

    Hi Yunus,
    Your probably have changed the transaction type SLFN to a the customer namespace Z or Y. If this is the case you MUST also "Define Mapping Rules for Copy Control".
    Goto SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Change Management -> Change Request Management -> Extended Configuration -> Change Transaction -> Change Transaction Types -> Copy Control for Change Request Management ->  Define Mapping Rules for Copy Control.
    Once at this point in the IMG make a copy of SLFN -> ZLFN. This will resolve your problem.
    Kind regards,
    Latief

  • SOLMAN- Change Request Management

    we have a request from one of our customers a big insurance company, to use the "change request management" out of the SOLMAN for non-SAP solutions.
    is it possible ? what are the advantages and disadvantages?
    thanks
    Amnon

    Hello Amnon,
    SAP Solution Manager as the name suggests is for managing the whole gamut of SAP and Non-SAP solutions in the IT Landscape of an organisation. It provides you the tool, content and gateway to create, operate, manage and monitor your solutions over time.
    Please use the following links which may help you in a better way....
    Manually registering a non-SAP system in SMSY
    http://www.sappro.com/downloads/NonSAPsystems.pdf
    SAP Solution Manager Ready
    SAP Solution Manager Ready
    A General overall discussion on Solution Manager http://www.sap.com/platform/netweaver/components/solutionmanager/index.epx
    Hope it helps.
    Cheers,
    Satish

Maybe you are looking for