<?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; April 1st &#8211; ACF UpDownload in Web Dynpro ABAP</title>
	<atom:link href="http://enterprisegeeks.com/blog/2009/03/31/abap-freak-show-april-1st-acf-updownload-in-web-dynpro-abap/feed/" rel="self" type="application/rss+xml" />
	<link>http://enterprisegeeks.com/blog/2009/03/31/abap-freak-show-april-1st-acf-updownload-in-web-dynpro-abap/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:33:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://enterprisegeeks.com/blog/2009/03/31/abap-freak-show-april-1st-acf-updownload-in-web-dynpro-abap/comment-page-1/#comment-995</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Fri, 15 May 2009 11:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=907#comment-995</guid>
		<description>&gt;I think this new UI element cannot be used to do mass uploads/updates of data that need to be stored in SAP tables
This UI element is just about the transfer of data from the client machine to the server.  It has nothing to do with how the data is used or processed after upload. Think of it as the equal to the CL_GUI_FRONTEND_SERVICES class and methods GUI_UPLOAD and GUI_DOWNLOAD. 

&gt;Is there a tool like LSMW, CATT, eCATT that we can use for recording webenabled transactions (applications developed in Web Dynpro ABAP)
You shouldn&#039;t need such a tool that is tied to the user interface.  With WDA you should be using MVC to design your application.  This is part of the reason for MVC so that you have a clear separation of the model - business logic. You should always have a reusable class that can be called to input and create data with the same validations without going through the user interface.  This is the process that SAP is following as we create new WDA screens. We use the enterprise services and their implementation classes as the Model for the WD Components.  This ensures that you always have a clear API to use to mass import data. 

Although we wouldn&#039;t recommend doing any kind of mass data load via the user interface any longer - eCATT will be supported for automated testing of Web Dynpro ABAP applications as of NetWeaver 7.0 Enhancement Package 2.</description>
		<content:encoded><![CDATA[<p>&gt;I think this new UI element cannot be used to do mass uploads/updates of data that need to be stored in SAP tables<br />
This UI element is just about the transfer of data from the client machine to the server.  It has nothing to do with how the data is used or processed after upload. Think of it as the equal to the CL_GUI_FRONTEND_SERVICES class and methods GUI_UPLOAD and GUI_DOWNLOAD. </p>
<p>&gt;Is there a tool like LSMW, CATT, eCATT that we can use for recording webenabled transactions (applications developed in Web Dynpro ABAP)<br />
You shouldn&#8217;t need such a tool that is tied to the user interface.  With WDA you should be using MVC to design your application.  This is part of the reason for MVC so that you have a clear separation of the model &#8211; business logic. You should always have a reusable class that can be called to input and create data with the same validations without going through the user interface.  This is the process that SAP is following as we create new WDA screens. We use the enterprise services and their implementation classes as the Model for the WD Components.  This ensures that you always have a clear API to use to mass import data. </p>
<p>Although we wouldn&#8217;t recommend doing any kind of mass data load via the user interface any longer &#8211; eCATT will be supported for automated testing of Web Dynpro ABAP applications as of NetWeaver 7.0 Enhancement Package 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angelique heutinck</title>
		<link>http://enterprisegeeks.com/blog/2009/03/31/abap-freak-show-april-1st-acf-updownload-in-web-dynpro-abap/comment-page-1/#comment-994</link>
		<dc:creator>angelique heutinck</dc:creator>
		<pubDate>Fri, 15 May 2009 08:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://enterprisegeeks.com/blog/?p=907#comment-994</guid>
		<description>Hi Thomas,

Looks great! However, I think this new UI element cannot be used to do mass uploads/updates of data that need to be stored in SAP tables (so comparable with the good old LSMW tool)? 

Is there a tool like LSMW, CATT, eCATT that we can use for recording webenabled transactions (applications developed in Web Dynpro ABAP)? 

For us this is a critical point for choosing the UI tool for an upcoming project as mass uploads do happen quit often. I don&#039;t want to be forced to go back to win UI technology just because there is no good mass upload solution available for Web enabled applications. I hope you can help me in finding the solution.</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>Looks great! However, I think this new UI element cannot be used to do mass uploads/updates of data that need to be stored in SAP tables (so comparable with the good old LSMW tool)? </p>
<p>Is there a tool like LSMW, CATT, eCATT that we can use for recording webenabled transactions (applications developed in Web Dynpro ABAP)? </p>
<p>For us this is a critical point for choosing the UI tool for an upcoming project as mass uploads do happen quit often. I don&#8217;t want to be forced to go back to win UI technology just because there is no good mass upload solution available for Web enabled applications. I hope you can help me in finding the solution.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

