<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ABAP Freak Show &#8211; May 20th &#8211; NetWeaver Business Client 3.0 Preview</title>
	<atom:link href="http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 19:30:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ali</title>
		<link>http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/comment-page-1/#comment-2797</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 19 Jul 2010 07:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=1192#comment-2797</guid>
		<description>Hey Thomas,
Yeah you are right, i did forget to maintain the entry for Business All In One in table nwbc_cfg and now it&#039;s working fine. I really appreciate your help.
I find the ABAP freak shows extremely helpful and informative, hope you keep them coming.
Also, thanks for the enjoyable podcasts with Ed and the other guys.
Ali</description>
		<content:encoded><![CDATA[<p>Hey Thomas,<br />
Yeah you are right, i did forget to maintain the entry for Business All In One in table nwbc_cfg and now it&#8217;s working fine. I really appreciate your help.<br />
I find the ABAP freak shows extremely helpful and informative, hope you keep them coming.<br />
Also, thanks for the enjoyable podcasts with Ed and the other guys.<br />
Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/comment-page-1/#comment-2796</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Sat, 17 Jul 2010 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=1192#comment-2796</guid>
		<description>@Ali Your still getting a release unsupported, so it seems like you may have missed a step in the note I referenced.  In particular did you make the entry in the table mentioned in the note via SE16? It might seem like a minor or even incorrect point to enter the description Business All In One in this table, but it is actually part of the key to keep the runtime from triggering this release unsupported message.</description>
		<content:encoded><![CDATA[<p>@Ali Your still getting a release unsupported, so it seems like you may have missed a step in the note I referenced.  In particular did you make the entry in the table mentioned in the note via SE16? It might seem like a minor or even incorrect point to enter the description Business All In One in this table, but it is actually part of the key to keep the runtime from triggering this release unsupported message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/comment-page-1/#comment-2795</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sat, 17 Jul 2010 14:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=1192#comment-2795</guid>
		<description>Hello Thomas,
Thanks for your reply. I did follow the note you’ve mentioned and applied all the relevant notes for up to Patch 4 (which is relevant to 7.01 sps06). Now I’m not getting the earlier exception but I’m getting a similar new one that says:
https://fullsevername:port/sap/bc/nwbc/Ticketissuer was not called due to error.
More info on the short dump:
The ABAP call stack was: 
Method: RAISE of program CX_NWBC=======================CP
Method: RELEASE_UNSUPPORTED of program CX_NWBC=======================CP
Method: GET of program CL_NWBC_RUNTIME===============CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_NWBC_HTTP==================CP
Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP

Information on where terminated
    Termination occurred in the ABAP program &quot;CX_NWBC=======================CP&quot; -
     in &quot;RAISE&quot;.
    The main program was &quot;SAPMHTTP &quot;.
    In the source code you have the termination point in line 10
    of the (Include) program &quot;CX_NWBC=======================CM00A&quot;.

I tried searching sdn but nothing helpful was there regarding this issue. 
Thanks for your help.
Ali</description>
		<content:encoded><![CDATA[<p>Hello Thomas,<br />
Thanks for your reply. I did follow the note you’ve mentioned and applied all the relevant notes for up to Patch 4 (which is relevant to 7.01 sps06). Now I’m not getting the earlier exception but I’m getting a similar new one that says:<br />
<a href="https://fullsevername:port/sap/bc/nwbc/Ticketissuer" rel="nofollow">https://fullsevername:port/sap/bc/nwbc/Ticketissuer</a> was not called due to error.<br />
More info on the short dump:<br />
The ABAP call stack was:<br />
Method: RAISE of program CX_NWBC=======================CP<br />
Method: RELEASE_UNSUPPORTED of program CX_NWBC=======================CP<br />
Method: GET of program CL_NWBC_RUNTIME===============CP<br />
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_NWBC_HTTP==================CP<br />
Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP<br />
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME<br />
Module: %_HTTP_START of program SAPMHTTP</p>
<p>Information on where terminated<br />
    Termination occurred in the ABAP program &#8220;CX_NWBC=======================CP&#8221; -<br />
     in &#8220;RAISE&#8221;.<br />
    The main program was &#8220;SAPMHTTP &#8220;.<br />
    In the source code you have the termination point in line 10<br />
    of the (Include) program &#8220;CX_NWBC=======================CM00A&#8221;.</p>
<p>I tried searching sdn but nothing helpful was there regarding this issue.<br />
Thanks for your help.<br />
Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/comment-page-1/#comment-2793</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Thu, 15 Jul 2010 12:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=1192#comment-2793</guid>
		<description>@Ali
To use NWBC 3.0 against a NetWeaver 7.01 backend, please have a look at service note 1368177. 

&gt;My second question is what needs to be done to go to 7.02?
For ECC you would need to update to the ECC Enhancement Package (6.05).  The NetWeaver Enhancement Packages are embedded within and are technical requirements of the functional Enhancement Packages. 

&gt;What’s the difference between that and 7.20 exactly?
7.20 doesn&#039;t run under the Business Suite. In other words you can&#039;t have an ECC system running on NetWeaver 7.20.  The Business Suite only runs on the NetWeaver 7.0x codeline.

That said, we have backported nearly all the ABAP related features from 7.20 to 7.02. In some cases (with Web Dynpro ABAP) 7.02 even has some features that aren&#039;t in 7.20.  7.02 has the same ABAP complier and kernel as 7.20.</description>
		<content:encoded><![CDATA[<p>@Ali<br />
To use NWBC 3.0 against a NetWeaver 7.01 backend, please have a look at service note 1368177. </p>
<p>>My second question is what needs to be done to go to 7.02?<br />
For ECC you would need to update to the ECC Enhancement Package (6.05).  The NetWeaver Enhancement Packages are embedded within and are technical requirements of the functional Enhancement Packages. </p>
<p>>What’s the difference between that and 7.20 exactly?<br />
7.20 doesn&#8217;t run under the Business Suite. In other words you can&#8217;t have an ECC system running on NetWeaver 7.20.  The Business Suite only runs on the NetWeaver 7.0x codeline.</p>
<p>That said, we have backported nearly all the ABAP related features from 7.20 to 7.02. In some cases (with Web Dynpro ABAP) 7.02 even has some features that aren&#8217;t in 7.20.  7.02 has the same ABAP complier and kernel as 7.20.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://enterprisegeeks.com/blog/2009/05/20/abap-freak-show-may-20th-netweaver-business-client-30-preview/comment-page-1/#comment-2792</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Thu, 15 Jul 2010 10:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=1192#comment-2792</guid>
		<description>Hey Thomas, Thanks for the great demo. You did mention that there might be a possibility to run the NWBC 3.0 with a 7.01 system and everything would work except for the smart client rendering for WDA functionality. I’m very interested to make that work since I really like multi-window possibility with the 3.0 version. I’ve installed version “3.0 PL 1 final release” and it’s working fine with portal. However, when I run it against the ABAP backend it short dumps and gives me the message  “The NetWeaver Business Client for Desktop is only supported with the NetWeaver 7.02 or 7.20 and further releases.” 
My Question is what needs to be done to make it run in 7.01 even with the missing functionality of the smart client rendering (we are on ECC 6.4 -  Basis  component 7.01 SP06).
My second question is what needs to be done to go to 7.02? is that the latest release for the SAP component? What’s the difference between that and 7.20 exactly?
Thanks a lot for your great podcasts.
Ali</description>
		<content:encoded><![CDATA[<p>Hey Thomas, Thanks for the great demo. You did mention that there might be a possibility to run the NWBC 3.0 with a 7.01 system and everything would work except for the smart client rendering for WDA functionality. I’m very interested to make that work since I really like multi-window possibility with the 3.0 version. I’ve installed version “3.0 PL 1 final release” and it’s working fine with portal. However, when I run it against the ABAP backend it short dumps and gives me the message  “The NetWeaver Business Client for Desktop is only supported with the NetWeaver 7.02 or 7.20 and further releases.”<br />
My Question is what needs to be done to make it run in 7.01 even with the missing functionality of the smart client rendering (we are on ECC 6.4 &#8211;  Basis  component 7.01 SP06).<br />
My second question is what needs to be done to go to 7.02? is that the latest release for the SAP component? What’s the difference between that and 7.20 exactly?<br />
Thanks a lot for your great podcasts.<br />
Ali</p>
]]></content:encoded>
	</item>
</channel>
</rss>

