<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CRM 7.0 implement method from MVC class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550028#M1658108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bump.  Last call....... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take any input anyone has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kelly.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 17:07:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-06T17:07:13Z</dc:date>
    <item>
      <title>CRM 7.0 implement method from MVC class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550026#M1658106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, folks.  I will prefix my question with the fact that I am a relative dinosaur in the development arena, still focused primarily procedural coding practices.  Although this still serves me well, it also means that I know little about OO development.  I have had some training and can make use of such common tools as OO ALV.  However, I know next to nothing about MVC (model view controller) programming, WEB Dynpro for ABAP, etc.  I am currently assigned to a CRM project (I am also new to CRM) and have a particular requirement that I cannot seem to address with any sort of procedural-based solution (i.e. function module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to create a "URL Attachment" to a service request in CRM.  To elaborate, I have created an inbound point-to-point interface (i.e. &lt;STRONG&gt;not&lt;/STRONG&gt; PI/XI) from an external system using Web Services.  The Web Service I have created ultimately invokes a call to function CRMXIF_ORDER_SAVE via a wrapper function I developed with the same interface.  This function, however, does not support the creation of "URL Attachments", only "Attachment Links".  So, my approach then is to implement additional functionality in my wrapper function to create this URL Attachment via some other means.  If you have any questions regarding URL Attachments vs. Attachment Links, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have scoured the function modules to no avail.  What I have found is that via MVC, the functionality on the CRM Web UI is associated with the following class: CL_GS_CM_ADDURL_IMPL.  A search in SE24 reveals that there are actually several related? classes:&lt;/P&gt;&lt;P&gt;CL_GS_CM_ADDURL&lt;/P&gt;&lt;P&gt;CL_GS_CM_ADDURL_CN02&lt;/P&gt;&lt;P&gt;CL_GS_CM_ADDURL_CN03&lt;/P&gt;&lt;P&gt;CL_GS_CM_ADDURL_CTXT&lt;/P&gt;&lt;P&gt;CL_GS_CM_ADDURL_IMPL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is whether I can somehow implement one of these classes to address my requirement.  Looking at the logic within the IP_TO_ADDURL method, I cannot figure out whether I can somehow leverage this and, if so, exactly what coding would be required in my wrapper function.  I should also point that, at least from a Web UI point of view, this is a two step process whereby you must first create the attachment and the actually save it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any and all insights are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 16:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550026#M1658106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-27T16:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: CRM 7.0 implement method from MVC class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550027#M1658107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any OO and/or ABAP WebDynpro gurus out there that might be able to help me??  Any insights are greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550027#M1658107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-31T15:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: CRM 7.0 implement method from MVC class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550028#M1658108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bump.  Last call....... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll take any input anyone has.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kelly.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 17:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550028#M1658108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: CRM 7.0 implement method from MVC class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550029#M1658109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The classes you've listed are the view controller and context/context node classes of view GS_CM/AddUrl.&lt;/P&gt;&lt;P&gt;You may think of either enhance this view (your controller class of the enhanced view will be automatically derived from the standard controller class), or if you're not reusing the view, please look for the model and API layer for reuse.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 04:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550029#M1658109</guid>
      <dc:creator>lnlng</dc:creator>
      <dc:date>2012-03-16T04:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: CRM 7.0 implement method from MVC class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550030#M1658110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am not familiar with the CRM classes you mention - but what you describe is pretty much standard functionality included in &lt;A href="http://help.sap.com/saphelp_nw73/helpdata/en/4d/078bd464e05dc6e10000000a42189c/frameset.htm"&gt;Generic Object Services.&lt;/A&gt; May that path will lead you home. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2012 21:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/crm-7-0-implement-method-from-mvc-class/m-p/8550030#M1658110</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2012-03-18T21:38:33Z</dc:date>
    </item>
  </channel>
</rss>

