<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ABAP Tutorials</title>
	<atom:link href="http://www.abap-tutorials.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abap-tutorials.com</link>
	<description>ABAP Tutorials, Guides, Training, Manuals</description>
	<lastBuildDate>Thu, 17 Nov 2011 07:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>ABAP Pending Purchase Orders (PO) Report</title>
		<link>http://www.abap-tutorials.com/2011/11/17/abap-pending-purchase-orders-po-report/</link>
		<comments>http://www.abap-tutorials.com/2011/11/17/abap-pending-purchase-orders-po-report/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 07:38:00 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ALV]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[pending POs]]></category>
		<category><![CDATA[Pending Purchase Order]]></category>
		<category><![CDATA[PO]]></category>
		<category><![CDATA[Purchase Order]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1996</guid>
		<description><![CDATA[This sample report shows the basic structure for getting the report for the Pending Purchase Orders based on various selection options on screen. The report loops throgh the required Tables of Purchase Order and based on the data entered on screen, displays the desired data. The report is to be modified/tweaked as per the custom [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This sample report shows the basic  structure for getting the report for the Pending Purchase Orders  based on various selection options on screen.</p>
<p style="text-align: justify;">The report loops throgh the required  Tables of Purchase Order and based on the data entered on screen,  displays the desired data. The report is to be modified/tweaked as per  the custom need.</p>
<div style="width: 100%; float: left;">
<p style="text-align: center;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/po.jpg"><img class="aligncenter size-full wp-image-1997" title="Purchase Order" src="http://www.abap-tutorials.com/wp-content/uploads/2011/11/po.jpg" alt="Purchase Order" width="406" height="365" /></a></p>
</div>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span id="more-1996"></span></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">The basic purpose of the report is to develop a programatical flow of the language, the way normally ABAP programs are written.</p>
<p style="text-align: justify;">Download Source Code : <a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/Z_PENDING_POS_REPORT.txt">Z_PENDING_POS_REPORT</a></p>
<p style="text-align: justify;">&nbsp;</p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2011/10/30/abap-pending-purchase-recquisition-pr-report/' rel='bookmark' title='ABAP Pending Purchase Recquisition (PR) Report'>ABAP Pending Purchase Recquisition (PR) Report</a></li>
<li><a href='http://www.abap-tutorials.com/2009/09/17/abap-program-to-add-colors-in-alv-grid/' rel='bookmark' title='ABAP Program to add Colors in ALV Grid'>ABAP Program to add Colors in ALV Grid</a></li>
<li><a href='http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/' rel='bookmark' title='ABAP Programs for Beginners'>ABAP Programs for Beginners</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2011/11/17/abap-pending-purchase-orders-po-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP ABAP WebDynpro Training Materials for Beginners</title>
		<link>http://www.abap-tutorials.com/2011/11/08/sap-abap-webdynpro-training-materials-for-beginners/</link>
		<comments>http://www.abap-tutorials.com/2011/11/08/sap-abap-webdynpro-training-materials-for-beginners/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 06:59:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Web Dynpro]]></category>
		<category><![CDATA[Web Dynpro Component Reuse]]></category>
		<category><![CDATA[Web Dynpro Context]]></category>
		<category><![CDATA[Web Dynpro Controllers]]></category>
		<category><![CDATA[Web Dynpro Dialog Boxes]]></category>
		<category><![CDATA[Web Dynpro Dynamic Modifications]]></category>
		<category><![CDATA[Web Dynpro Internationalization]]></category>
		<category><![CDATA[Web Dynpro Semantic Help]]></category>
		<category><![CDATA[Web Dynpro User Interface]]></category>
		<category><![CDATA[Web Dynpro Value Help]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1985</guid>
		<description><![CDATA[Web Dynpro (WD) is a proprietary web application user interface technology  and exists in a Java (Web Dynpro for Java, WDJ or WD4J) and an ABAP (Web Dynpro ABAP, WDA) flavor. Both have in general the same functionality, but usually one flavor is improved after the other, so temporary one flavor is more advanced than [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Web Dynpro (WD)</strong> is a proprietary web application user interface technology  and exists in a Java (Web Dynpro for Java, WDJ or WD4J) and an ABAP (<strong>Web Dynpro ABAP, WDA</strong>) flavor. Both have in general the same functionality, but usually one flavor is improved after the other, so temporary one flavor is more advanced than the other. Hence, the decision for one of the two flavors is based on organizational and business circumstances, but not on functionality.</p>
<div style="width: 100%; float: left;">
<p style="text-align: center;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/wda.png"><img class="aligncenter size-full wp-image-1986" title="Web Dynpro" src="http://www.abap-tutorials.com/wp-content/uploads/2011/11/wda.png" alt="Web Dynpro" width="472" height="295" /></a></p>
</div>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><span id="more-1985"></span></p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">WD follows an adapted MVC pattern and a model driven development approach (&#8220;minimize coding, maximize design&#8221;) with a large number of dedicated hooks in generated code to place custom coding. It is intended for business applications that follow standardized UI principles, connect to backend systems and be scalable.</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">In this two part training course materials, you will explore the  various concepts, tips and practical examples related to ABAP Web Dynpro</p>
<ul style="text-align: justify;">
<li>Unit 1: Web Dynpro Introduction</li>
<li>Unit 2: Web Dynpro Controllers</li>
<li>Unit 3: The Context at Design Time</li>
<li>Unit 4: Defining the User Interface</li>
<li>Unit 5: Controller and Context Programming</li>
<li>Unit 6: Internationalization and Messages</li>
<li>Unit 7: Value Help and Semantic Help</li>
<li>Unit 8: Component Reuse</li>
<li>Unit 9: Dialog Boxes (Popups)</li>
<li>Unit 10: Dynamic Modifications at Runtime</li>
<li>Unit 11: Special Topics</li>
</ul>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">Download PDFs: <a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/abap-webdynpro-part1.pdf">ABAP Web Dynpro Part1</a> , <a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/abap-webdynpro-part2.pdf">ABAP Web Dynpro part2</a></p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2011/11/04/abap-webdynpro-tips-for-beginners/' rel='bookmark' title='ABAP WebDynpro Tips for Beginners'>ABAP WebDynpro Tips for Beginners</a></li>
<li><a href='http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/' rel='bookmark' title='ABAP Programs for Beginners'>ABAP Programs for Beginners</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2011/11/08/sap-abap-webdynpro-training-materials-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP WebDynpro Tips for Beginners</title>
		<link>http://www.abap-tutorials.com/2011/11/04/abap-webdynpro-tips-for-beginners/</link>
		<comments>http://www.abap-tutorials.com/2011/11/04/abap-webdynpro-tips-for-beginners/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 09:35:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Web Dynpro]]></category>
		<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Web Dynpro Assistance Class]]></category>
		<category><![CDATA[Web Dynpro Debugging]]></category>
		<category><![CDATA[Web Dynpro Drilldown]]></category>
		<category><![CDATA[Web Dynpro Error Messages]]></category>
		<category><![CDATA[Web Dynpro Input Help]]></category>
		<category><![CDATA[Web Dynpro mandatory fields]]></category>
		<category><![CDATA[Web Dynpro popups]]></category>
		<category><![CDATA[Web Dynpro Service Call wizard]]></category>
		<category><![CDATA[Web Dynpro Tips]]></category>
		<category><![CDATA[Web Dynpro Windows and Views]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1974</guid>
		<description><![CDATA[The following document is the basic study guide for the person who is looking for an Introduction to this domain. &#160; &#160; The document gives few brief tips for the following topics: Windows and Views Popups Assistance Class Using the context The Service Call wizard and calling function modules Mandatory Fields Error Messages Responding to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The following document is the basic study guide for the person who is looking for an Introduction to this domain.</p>
<div style="width: 100%; float: left;">
<p style="text-align: center;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/webdynpro.jpg"><img class="aligncenter size-full wp-image-1976" title="webdynpro" src="http://www.abap-tutorials.com/wp-content/uploads/2011/11/webdynpro.jpg" alt="webdynpro" width="362" height="277" /></a></p>
</div>
<p style="text-align: justify;">&nbsp;</p>
<p><span id="more-1974"></span></p>
<p style="text-align: justify;">&nbsp;</p>
<p>The document gives few brief tips for the following topics:</p>
<ul>
<li>Windows and Views</li>
<li>Popups</li>
<li>Assistance Class</li>
<li>Using the context</li>
<li>The Service Call wizard and calling function modules</li>
<li>Mandatory Fields</li>
<li>Error Messages</li>
<li>Responding to user input</li>
<li>Automatic refresh</li>
<li>Drill down</li>
<li>Dynamically changing UI Elements</li>
<li>Calling Input Help dynamically</li>
<li>Application Parameters</li>
<li>Running webdynpro applications via SAP GUI</li>
<li>Debugging</li>
</ul>
<p>&nbsp;</p>
<p>Download PDF: <a href="http://www.abap-tutorials.com/wp-content/uploads/2011/11/abap-webdynpro-tips-for-beginners.pdf">ABAP Webdynpro Tips for Beginners</a></p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2011/11/08/sap-abap-webdynpro-training-materials-for-beginners/' rel='bookmark' title='SAP ABAP WebDynpro Training Materials for Beginners'>SAP ABAP WebDynpro Training Materials for Beginners</a></li>
<li><a href='http://www.abap-tutorials.com/2010/05/14/ergonomic-tips-for-computer-users/' rel='bookmark' title='Ergonomic Tips for Computer Users'>Ergonomic Tips for Computer Users</a></li>
<li><a href='http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/' rel='bookmark' title='ABAP Programs for Beginners'>ABAP Programs for Beginners</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2011/11/04/abap-webdynpro-tips-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP Pending Purchase Recquisition (PR) Report</title>
		<link>http://www.abap-tutorials.com/2011/10/30/abap-pending-purchase-recquisition-pr-report/</link>
		<comments>http://www.abap-tutorials.com/2011/10/30/abap-pending-purchase-recquisition-pr-report/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 06:56:39 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Sample Code]]></category>
		<category><![CDATA[ALV]]></category>
		<category><![CDATA[EBAN]]></category>
		<category><![CDATA[EBKN]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Purchase Requisition]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1965</guid>
		<description><![CDATA[This sample report shows the basic structure for getting the report for the Pending Purchase Requisition based on various selection options on screen. The report loops throgh the required Tables of Purchase Requisition and based on the data entered on screen, displays the desired data. The report is to be modified/tweaked as per the custom [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This sample report shows the basic structure for getting the report for the Pending Purchase Requisition based on various selection options on screen.</p>
<p style="text-align: justify;">The report loops throgh the required Tables of Purchase Requisition and based on the data entered on screen, displays the desired data. The report is to be modified/tweaked as per the custom need.</p>
<div style="text-align: justify; width: 100%; float: left;">
<p style="text-align: center;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/10/purchase_requisition.gif"><img class="aligncenter size-full wp-image-1967" title="purchase_requisition" src="http://www.abap-tutorials.com/wp-content/uploads/2011/10/purchase_requisition.gif" alt="purchase_requisition" width="490" height="367" /></a></p>
</div>
<p style="text-align: justify;"> <span id="more-1965"></span></p>
<p style="text-align: justify;">The basic purpose of the report is to develop a pragmatical flow of the language, the way normally ABAP programs are written.</p>
<p style="text-align: justify;">Download Source Code : <a href="http://www.abap-tutorials.com/wp-content/uploads/2011/10/Z_PENDING_PRS_REPORT.txt">Z_PENDING_PRS_REPORT</a></p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2011/11/17/abap-pending-purchase-orders-po-report/' rel='bookmark' title='ABAP Pending Purchase Orders (PO) Report'>ABAP Pending Purchase Orders (PO) Report</a></li>
<li><a href='http://www.abap-tutorials.com/2010/05/07/abap-programs-for-beginners/' rel='bookmark' title='ABAP Programs for Beginners'>ABAP Programs for Beginners</a></li>
<li><a href='http://www.abap-tutorials.com/2009/07/11/find-my-words/' rel='bookmark' title='ABAP Program to search specific words(string) in SAP Programs'>ABAP Program to search specific words(string) in SAP Programs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2011/10/30/abap-pending-purchase-recquisition-pr-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP renaming Field Names/Keywords using CMOD</title>
		<link>http://www.abap-tutorials.com/2011/10/19/sap-renaming-field-nameskeywords-using-cmod/</link>
		<comments>http://www.abap-tutorials.com/2011/10/19/sap-renaming-field-nameskeywords-using-cmod/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 05:14:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[DDIC]]></category>
		<category><![CDATA[Enhancement/Modification]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[adjust fieldname]]></category>
		<category><![CDATA[CMOD]]></category>
		<category><![CDATA[enhance keywords]]></category>
		<category><![CDATA[enhancement]]></category>
		<category><![CDATA[fieldname enhancement]]></category>
		<category><![CDATA[rename fieldname]]></category>

		<guid isPermaLink="false">http://www.abap-tutorials.com/?p=1957</guid>
		<description><![CDATA[SAP allows to modify its Keywords/Field names using the Customer Modification Transaction(CMOD). To adjust/change any keyword or DDIC field name, navigate to CMOD and browse to the option Goto-&#62;Text Enhacements-&#62;Keywords-&#62;Change. It will ask you for the field name you want to modify/enhance. Here specify the Field Name and the language in which you want to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">SAP allows to modify its Keywords/Field names using the Customer Modification Transaction(CMOD).</p>
<p style="text-align: justify;">To adjust/change any keyword or DDIC field name, navigate to CMOD and browse to the option Goto-&gt;Text Enhacements-&gt;Keywords-&gt;Change.</p>
<div style="width: 100%; float: left;">
<p style="text-align: justify;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/10/cmod1.jpg"><img class="aligncenter size-full wp-image-1958" title="cmod1" src="http://www.abap-tutorials.com/wp-content/uploads/2011/10/cmod1.jpg" alt="cmod1" width="446" height="274" /></a></p>
</div>
<p style="text-align: justify;"><span id="more-1957"></span></p>
<p style="text-align: justify;">It will ask you for the field name you want to modify/enhance. Here specify the Field Name and the language in which you want to change to be made.</p>
<div style="width: 100%; float: left;">
<p style="text-align: justify;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/10/cmod2.jpg"><img class="aligncenter size-full wp-image-1959" title="cmod2" src="http://www.abap-tutorials.com/wp-content/uploads/2011/10/cmod2.jpg" alt="cmod2" width="348" height="162" /></a></p>
</div>
<p style="text-align: justify;">It will take you the screen where you can specify various type of  texts for the field name enhacement. Change the text as desired and save. It will impact the keyword throughout SAP.</p>
<div style="width: 100%; float: left;">
<p style="text-align: center;"><a href="http://www.abap-tutorials.com/wp-content/uploads/2011/10/cmod3.jpg"><img class="aligncenter size-full wp-image-1960" title="cmod3" src="http://www.abap-tutorials.com/wp-content/uploads/2011/10/cmod3.jpg" alt="cmod3" width="424" height="296" /></a></p>
</div>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">&nbsp;</p>


<p>You might also be interested in these posts:<ol><li><a href='http://www.abap-tutorials.com/2011/09/06/dynamically-read-fields-field-names-and-field-contents-using-field-symbols/' rel='bookmark' title='Dynamically read fields, field names and field contents using field symbols'>Dynamically read fields, field names and field contents using field symbols</a></li>
<li><a href='http://www.abap-tutorials.com/2009/08/12/field-exit-in-sap/' rel='bookmark' title='Field Exit in SAP'>Field Exit in SAP</a></li>
<li><a href='http://www.abap-tutorials.com/2009/09/21/add-search-help-to-screen-field-in-sap/' rel='bookmark' title='Add Search Help to Screen Field in SAP'>Add Search Help to Screen Field in SAP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.abap-tutorials.com/2011/10/19/sap-renaming-field-nameskeywords-using-cmod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

