<?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: Hyperlink for DMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403454#M1645046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. I have also handled the CV2 parameter.&lt;/P&gt;&lt;P&gt;Will I have to use the SY-UCOMM to handle the user command or only the above code is sufficient?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 05:42:19 GMT</pubDate>
    <dc:creator>chetan_mishra</dc:creator>
    <dc:date>2011-12-16T05:42:19Z</dc:date>
    <item>
      <title>Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403450#M1645042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a hyperlink for DMS document No. How can I do this.&lt;/P&gt;&lt;P&gt;I was told this can be done by calling transaction CV03N, but not sure to do this. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 05:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403450#M1645042</guid>
      <dc:creator>chetan_mishra</dc:creator>
      <dc:date>2011-12-15T05:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403451#M1645043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you want to create a hyperlink I assume you want to create a web-application? You could try and check out the BSP application CVAW_VIEW_DOCFILE and see how the http-links to the documents are built.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative might be to retrieve the document directly from the content server using http commands to get it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 08:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403451#M1645043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403452#M1645044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been asked to use the below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     set parameter id 'CV1' field '&amp;lt;value&amp;gt;'.&lt;/P&gt;&lt;P&gt;      call transaction cv03n and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an ALV to display, how can I implement this, should I use it as below:&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;     SET PARAMETER ID 'CV1' FIELD 'DOC_NO'.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'CV03N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;    PERFORM MAKE_COL3 USING 'DOC_NO'         TEXT-028 '19' '20' 'T_DATA3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 12:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403452#M1645044</guid>
      <dc:creator>chetan_mishra</dc:creator>
      <dc:date>2011-12-15T12:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403453#M1645045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so basically you want to show the document info record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it like you suggest, but I think you need to set the document type as well. That is you need to set parameter 'CV2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 13:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403453#M1645045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-15T13:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403454#M1645046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. I have also handled the CV2 parameter.&lt;/P&gt;&lt;P&gt;Will I have to use the SY-UCOMM to handle the user command or only the above code is sufficient?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 05:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403454#M1645046</guid>
      <dc:creator>chetan_mishra</dc:creator>
      <dc:date>2011-12-16T05:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403455#M1645047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the following code to implement this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS LCL_EVENT_RECEIVER DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    METHODS:       HANDLE_HOTSPOT_CLICK&lt;/P&gt;&lt;P&gt;                                         FOR EVENT HOTSPOT_CLICK OF CL_GUI_ALV_GRID  IMPORTING E_COLUMN_ID.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD HANDLE_HOTSPOT_CLICK.&lt;/P&gt;&lt;P&gt;    PERFORM MOUSE_CLICK USING E_COLUMN_ID.&lt;/P&gt;&lt;P&gt;  ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCLASS.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM MOUSE_CLICK USING E_COLUMN_ID TYPE LVC_S_COL.&lt;/P&gt;&lt;P&gt;  SELECT SINGLE DOKAR FROM DRAW INTO T_DOKAR WHERE DOKNR = E_COLUMN_ID.&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID :  'CV1' FIELD E_COLUMN_ID,&lt;/P&gt;&lt;P&gt;                        'CV2' FIELD T_DOKAR.&lt;/P&gt;&lt;P&gt;    call transaction 'CV03N' AND skip first screen.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the field name instead of the value in "E_COLUMN_ID", and therefore the "CALL TRANSACTION" fails.&lt;/P&gt;&lt;P&gt; what am I doing wrong, please help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2011 05:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403455#M1645047</guid>
      <dc:creator>chetan_mishra</dc:creator>
      <dc:date>2011-12-17T05:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403456#M1645048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use the E_ROW_ID instead of the column id. Then you get the index of the selected row and with this you can get the DOKNR from the internal table you are using for your ALV list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 07:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403456#M1645048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403457#M1645049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2012 20:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403457#M1645049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-07T20:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for DMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403458#M1645050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved this problem. Thanks a lot for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 05:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-for-dms/m-p/8403458#M1645050</guid>
      <dc:creator>chetan_mishra</dc:creator>
      <dc:date>2012-01-11T05:14:54Z</dc:date>
    </item>
  </channel>
</rss>

