<?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>SAPLab-SAP Tips! ABAP Tips! &#187; ABAP Syntax</title>
	<atom:link href="http://www.saplab.net/category/abap/abap-syntax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saplab.net</link>
	<description>SAP ABAP User!</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[Share]Upload / Download Data from SAP Tables</title>
		<link>http://www.saplab.net/shareupload-download-data-from-sap-tables/</link>
		<comments>http://www.saplab.net/shareupload-download-data-from-sap-tables/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 17:32:09 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[ABAP Syntax]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[SAP Tables]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=165</guid>
		<description><![CDATA[There have been some cases where we, as an ABAP programmer, want to take SAP table data backup. Specially for...]]></description>
			<content:encoded><![CDATA[<p>There have been some cases where we, as  an ABAP programmer, want to take SAP table data backup. Specially for  the case where Basis Team refuses to get it back-up and restore the data  for us.</p>
<p>There have been some codes available on net where data is backed-up but not restored back to SAP.</p>
<p>It is basically Dynamic table export / import facility.</p>
<p>&nbsp;</p>
<p>There are some restrictions for using the code:</p>
<p>*                   – Table definition MUST exist on target system for import.</p>
<p>*                   – Entire table is exported / imported.</p>
<p>*                   – Must be WIN95/98 WIN-NT long filenames.</p>
<p>&nbsp;</p>
<p>Download code : <a href="http://www.abap-tutorials.com/wp-content/uploads/2011/06/zsptud011.txt">Upload/Download Program</a></p>
<p>via<a href="http://www.abap-tutorials.com/2011/06/11/upload-download-data-from-sap-tables/" target="_blank"> ABAP Tutorials</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/abap-program-upload-and-download-hr-photo/" title="ABAP Program-Upload and download HR photo">ABAP Program-Upload and download HR photo</a></li><li><a href="http://www.saplab.net/abap-create-excel-download-button-at-selection-screen/" title="ABAP Create Excel Download button at Selection Screen">ABAP Create Excel Download button at Selection Screen</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/shareupload-download-data-from-sap-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP ABAP Tips-How to Debug Pop-up window</title>
		<link>http://www.saplab.net/sap-abap-tips-how-to-debug-pop-up-window/</link>
		<comments>http://www.saplab.net/sap-abap-tips-how-to-debug-pop-up-window/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 19:12:02 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[ABAP Syntax]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ABAP Tips]]></category>
		<category><![CDATA[Debug]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=159</guid>
		<description><![CDATA[The okcode field is deactivated when a modal window (the technical name of popup windows) is displayed, so it seems...]]></description>
			<content:encoded><![CDATA[<p>The okcode field is deactivated when a <strong>modal window</strong> (the technical name of <strong>popup windows</strong>) is displayed, so it seems impossible to enter the debugger (using /H okcode).</p>
<p>In common dialogs, the okcode field is available:<br />
<img src="http://wiki.sdn.sap.com/wiki/download/attachments/83657452/popup_okcode_0.png?version=1&amp;modificationDate=1274183045179" alt="" /></p>
<p>But it is not available in modal windows (we see it but we can&#8217;t enter anything in it):<br />
<img src="http://wiki.sdn.sap.com/wiki/download/attachments/83657452/popup_okcode_1.png?version=1&amp;modificationDate=1274183045167" alt="" /></p>
<p>The solution is to create on the frontend a SAPGUI shortcut (file with extension .SAP), of type <strong>System Command</strong> and command <strong>/H</strong>, and drag and drop it from Windows desktop to the SAP modal window. The creation of SAPGUI shortcuts is explained here: <a title="SAPGUI shortcuts" href="http://wiki.sdn.sap.com/wiki/display/ABAP/SAPGUI+shortcuts">SAPGUI shortcuts</a>.</p>
<p>For official information, see <a rel="nofollow" href="http://service.sap.com/sap/support/notes/118184">Note 118184 &#8211; SAPshortcut &#8211; debugger start</a></p>
<p>via<a href="http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP+Tip-How+to+Debug+Pop-up+window" target="_blank"> SAP wiki</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/abap-tips-downloadword-version/" title="ABAP Tips download(MS Word version)">ABAP Tips download(MS Word version)</a></li><li><a href="http://www.saplab.net/sap-po-reservation-call-funtion/" title="SAP PO Reservation Call funtion">SAP PO Reservation Call funtion</a></li><li><a href="http://www.saplab.net/sap-tips-retrieve-deleted-programs-in-sap/" title="SAP Tips: Retrieve Deleted Programs in SAP">SAP Tips: Retrieve Deleted Programs in SAP</a></li><li><a href="http://www.saplab.net/sap-abap-programs-for-beginners/" title="SAP ABAP Programs for Beginners">SAP ABAP Programs for Beginners</a></li><li><a href="http://www.saplab.net/sap-abap-pending-purchase-recquisition-pr-report/" title="SAP ABAP Pending Purchase Recquisition (PR) Report">SAP ABAP Pending Purchase Recquisition (PR) Report</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/sap-abap-tips-how-to-debug-pop-up-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABAP get STAD data log Syntax</title>
		<link>http://www.saplab.net/abap-get-stad-data-log-syntax/</link>
		<comments>http://www.saplab.net/abap-get-stad-data-log-syntax/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 19:07:05 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[ABAP Syntax]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[STAD]]></category>
		<category><![CDATA[Syntax]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=156</guid>
		<description><![CDATA[ABAP get (read) STAD data log Syntax SWNC_STAD_READ_STATRECS SAPWL_READ_STATISTIC_FILES Related PostsSAP PO Reservation Call funtionSAP Tips: Retrieve Deleted Programs in...]]></description>
			<content:encoded><![CDATA[<p>ABAP get (read) STAD data log Syntax</p>
<p>SWNC_STAD_READ_STATRECS</p>
<p>SAPWL_READ_STATISTIC_FILES</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/sap-po-reservation-call-funtion/" title="SAP PO Reservation Call funtion">SAP PO Reservation Call funtion</a></li><li><a href="http://www.saplab.net/sap-tips-retrieve-deleted-programs-in-sap/" title="SAP Tips: Retrieve Deleted Programs in SAP">SAP Tips: Retrieve Deleted Programs in SAP</a></li><li><a href="http://www.saplab.net/sap-abap-programs-for-beginners/" title="SAP ABAP Programs for Beginners">SAP ABAP Programs for Beginners</a></li><li><a href="http://www.saplab.net/sap-abap-pending-purchase-recquisition-pr-report/" title="SAP ABAP Pending Purchase Recquisition (PR) Report">SAP ABAP Pending Purchase Recquisition (PR) Report</a></li><li><a href="http://www.saplab.net/sap-abap-tips-how-to-debug-pop-up-window/" title="SAP ABAP Tips-How to Debug Pop-up window">SAP ABAP Tips-How to Debug Pop-up window</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/abap-get-stad-data-log-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between exit and stop in ABAP</title>
		<link>http://www.saplab.net/difference-between-exit-and-stop-in-abap/</link>
		<comments>http://www.saplab.net/difference-between-exit-and-stop-in-abap/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 07:46:32 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[ABAP Syntax]]></category>
		<category><![CDATA[exit]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[Syntax]]></category>

		<guid isPermaLink="false">http://www.saplab.net/different-between-exit-and-stop-in-abap/</guid>
		<description><![CDATA[Question: Could you tell me the difference between exit and stop when used in different situations like inside loop,i the...]]></description>
			<content:encoded><![CDATA[<p><strong>Question</strong>: Could you tell me the difference between exit and stop when used in different situations like inside loop,i the program etc?</p>
<p><strong>Answer</strong>:</p>
<p>Hi,<br />
STOP :This statement terminates a processing block in an executable  program.<br />
The statement is only intended for use in the INITIALIZATION, AT SELECTION-SCREEN, START-OF-SELECTION, and GET events. It  terminates the current processing block in an executable  program and triggers the END-OF-SELECTION event. In all other<br />
processing blocks, or when you do not want to trigger the  END-OF-SELECTION event, you must use EXIT.<br />
EXIT.<br />
- Within a loop structure:<br />
Terminates loop processing (DO, WHILE, LOOP, SELECT).<br />
- Within subroutines and other modularization units (but not  in a loop structure):<br />
Leaves the subroutine or modularization unit (FORM, MODULE,  FUNCTION, TOP-OF-PAGE, END-OF-PAGE).<br />
- Outside loop structures and modularization units (report  processing):<br />
Terminates report processing and triggers list display.</p>
<p>DATA: SAP_COUNT TYPE I,<br />
WA_T100 TYPE T100.<br />
SELECT * FROM T100 INTO WA_T100 WHERE SPRSL = SY-LANGU AND<br />
ARBGB = &#8216;DS&#8217;.<br />
WRITE / WA_T100-TEXT.<br />
IF WA_T100-TEXT CS &#8216;SAP&#8217;.<br />
ADD 1 TO SAP_COUNT.<br />
IF SAP_COUNT = 3.<br />
EXIT.<br />
ENDIF.<br />
ENDIF.<br />
ENDSELECT.</p>
<p>via <a title="https://forums.sdn.sap.com/thread.jspa?threadID=404985&amp;tstart=61350" href="https://forums.sdn.sap.com/thread.jspa?threadID=404985&amp;tstart=61350">https://forums.sdn.sap.com/thread.jspa?threadID=404985&amp;tstart=61350</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/abap-get-stad-data-log-syntax/" title="ABAP get STAD data log Syntax">ABAP get STAD data log Syntax</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/difference-between-exit-and-stop-in-abap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

