<?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: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489251#M1851027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree we can handle that i table but i have this data in a string&lt;/P&gt;&lt;P&gt;the SAP Event in this Webpage is like&lt;/P&gt;&lt;P&gt;SAPEVENT:SHOW_FRAMESET?tcode=IW38&amp;amp;param={orders}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{orders} contains all the orders and called in 1 parameter param.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 04:55:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-11T04:55:24Z</dc:date>
    <item>
      <title>CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489244#M1851020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently struggling b/w string and Char 2048 limit to launch a URL which is more than 2048char.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What i am doing is, i have embedded a web page in SAP Screen using CL_GUI_HTML_VIEWER method SHOW_URL which works fine as the length is less than 2048 char. &lt;/P&gt;&lt;P&gt;But from when i do a event handling and passing data from embedded web page to another program in SAP using SAPEVENT, the GETDATA parameter is limited with 2048 char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/516216" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Is there any way to handle more than 2048 char on SAPEVENT ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 07:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489244#M1851020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-08T07:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489245#M1851021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What are you trying to do ?&lt;/P&gt;&lt;P&gt;Are you trying to call a transaction ?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Aug 2014 07:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489245#M1851021</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-10T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489246#M1851022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. I want to launch SAP Standard transactions IW38.&lt;/P&gt;&lt;P&gt;I have created a Z Transaction (program with screen) which embeds my webpage. It all works fine.&lt;/P&gt;&lt;P&gt;Now from this ZTransaction (from my webpage), i am selecting orders and using the SAPEVENT in CL_GUI_HTML_VIEWER class, i am am getting data in GETDATA parameter which i have to pass it to my next step to launch&amp;nbsp; transaction IW38 in SAP.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am able to launch this transaction using SAPEVENT easily, but the problem is GETDATA is limited to 2048 char. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Orders i am selecting in webpage are more than 1000 (i.e. more than 5000 char) and GETDATA parameter truncates my data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Appreciate&lt;SPAN style="font-size: 10pt;"&gt; if anyone can help me with some other way to do the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Nik &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 03:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489246#M1851022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-11T03:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489247#M1851023</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;"Orders i am selecting in webpage are more than 1000"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean that the web page contain more a 1000 numbers ? and you want to send those as&lt;/P&gt;&lt;P&gt;parameters to IW38 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489247#M1851023</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T04:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489248#M1851024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats ture.&lt;/P&gt;&lt;P&gt;I am passing 1000 orders (i.e. 1000* 8 char = 8000+Char) to multiple selection of Order Number field. I have no issue passing the order numbers to IW38, its just i only get few hundreds because by order list get truncated in GETDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489248#M1851024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-11T04:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489249#M1851025</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 did a small test with program SAPHTML_LONGTEXT_DEMO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a large numbers of "Orders" using excel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/517290" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy those to text field in the html .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/517291" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the value in field postdata (it is a table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/517304" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up to number 100001986&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post a picture of the html ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where the work order number comming from external site ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this site expose a web service ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Honestly I do not like this design&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/994/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489249#M1851025</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T04:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489250#M1851026</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;Have you succeeded to push a large number of orders to IE38 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:49:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489250#M1851026</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T04:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489251#M1851027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree we can handle that i table but i have this data in a string&lt;/P&gt;&lt;P&gt;the SAP Event in this Webpage is like&lt;/P&gt;&lt;P&gt;SAPEVENT:SHOW_FRAMESET?tcode=IW38&amp;amp;param={orders}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{orders} contains all the orders and called in 1 parameter param.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 04:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489251#M1851027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-11T04:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489252#M1851028</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;In the past I had similar task I ask the site people to generate dynamic xml and store it on the server .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the file was a link in the web page .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the navigate_complete event of cl_gui_html_viewer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In navigate_complete I use cl_http_client to get the xml and cl_ixml to parse the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the data was well formed and no problems with size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489252#M1851028</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T05:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489253#M1851029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use cl_http_client to get the whole page and parse it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not try this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489253#M1851029</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T05:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489254#M1851030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eitan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try ur suggestion.&lt;/P&gt;&lt;P&gt;Need to co-ordinate with the web development team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489254#M1851030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-11T05:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489255#M1851031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the html file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to rename it as txt .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489255#M1851031</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T05:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489256#M1851032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Eitan.&lt;/P&gt;&lt;P&gt;I dont have the html file as it is a Map display page which displays the SAP Orders in Map using some js and other languages like python etc (which i am unaware) and user selects multiple orders on the Map. Selected Orders are passed to SAP.&lt;/P&gt;&lt;P&gt;I didn't try More than few hundred orders to SAP screen, i guess it should be fine with SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489256#M1851032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-11T05:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER class SAPEVENT GETDATA limit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489257#M1851033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good luck .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the feeling that you will need a lot of this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 05:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-class-sapevent-getdata-limit/m-p/10489257#M1851033</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-08-11T05:44:26Z</dc:date>
    </item>
  </channel>
</rss>

