<?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>Burhan KARADERE KiÅŸisel Blog SayfasÄ± &#187; ABAP (Advanced Business Application Programming)</title>
	<atom:link href="http://www.karadere.com/blog/404.php/blog/category/programlama-software/advanced-business-application-programming/feed?404;http://www.karadere.com:80/blog/category/programlama-software/advanced-business-application-programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.karadere.com/blog</link>
	<description>BiliÅŸim -IT Bilgi BloÄŸu</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:53:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UNIX Server File System Browse &#8211; Command Promt Shell KomutlarÄ±</title>
		<link>http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html</link>
		<comments>http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 05:47:32 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[File System]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=420</guid>
		<description><![CDATA[REPORT ZUNIX_FILE_BROWSE_COMMAND_PROMPT

DATA  UNIXCMD(50) TYPE C.
DATA: BEGIN OF ITAB occurs 0,
                LINE(200),
             end of ITAB.

PARAMETERS UNIXCOMM LIKE UNIXCMD
                    DEFAULT 'ls -ls /usr/sap/' LOWER CASE.

* Executing the system commands witin ABAP.

call 'SYSTEM' id 'COMMAND' field  UNIXCOMM
       id 'TAB'   field  ITAB-*SYS*.

EDITOR-CALL FOR ITAB <p><a href="http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png"><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="" width="230" height="121" /></a>REPORT ZUNIX_FILE_BROWSE_COMMAND_PROMPT</p>
<p>DATAÂ Â UNIXCMD(50)Â TYPEÂ C.<br />
DATA:Â BEGINÂ OFÂ ITABÂ occursÂ 0,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â LINE(200),<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â endÂ ofÂ ITAB.</p>
<p>PARAMETERSÂ UNIXCOMMÂ LIKEÂ UNIXCMD<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â DEFAULTÂ &#8216;lsÂ -lsÂ /usr/sap/&#8217;Â LOWERÂ CASE.</p>
<p>*Â ExecutingÂ theÂ systemÂ commandsÂ witinÂ ABAP.</p>
<p>callÂ &#8216;SYSTEM&#8217;Â idÂ &#8216;COMMAND&#8217;Â fieldÂ Â UNIXCOMM<br />
Â Â Â Â Â Â Â idÂ &#8216;TAB&#8217;Â Â Â fieldÂ Â ITAB-*SYS*.</p>
<p>EDITOR-CALLÂ FORÂ ITABÂ DISPLAY-MODE.</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html&amp;amp;t=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1+-+http://ri.ms/d53f" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.htmltitle=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html&title=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1&summary=&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html&amp;amp;t=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1&amp;u=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html&amp;title=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=UNIX Server File System Browse &#8211; Command Promt S...&body=[..] - http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html&amp;title=UNIX+Server+File+System+Browse+%26%238211%3B+Command+Promt+Shell+Komutlar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/unix-server-file-system-browse-command-promt-shell-komutlari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu for sap gui installation</title>
		<link>http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html</link>
		<comments>http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 06:26:08 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=391</guid>
		<description><![CDATA[
sudo gedit /etc/apt/sources.list
apt-cache search jdk apt-get update
apt-get upgrade   ubuntu permission
https://help.ubuntu.com/community/FilePermissions
<p>http://basishowto.blogspot.com/2008/09/installation-and-configuration-of.html</p>
<p>http://forums.sdn.sap.com/thread.jspa?forumID=189&#38;threadID=194324</p>
<p>http://www.linuxfellaz.net/doku.php?id=blog:howtos:ubuntu:sap-gui</p>
<p>http://ubuntuforums.org/archive/index.php/t-232847.html</p>
<p>ftp://ftp.sap.com/pub/sapgui/java/720/</p>
<p>http://forums.sdn.sap.com/thread.jspa?threadID=1605467&#38;tstart=0</p>
java -jar PlatinGUI-Linux-700.jar

http://packages.ubuntu.com/karmic/

http://www.sdn.sap.com/irj/sdn/sap-gui?rid=/library/uuid/409011e2-0ef8-2a10-3b96-cd490895cbdc
ArrayArrayArrayArrayArrayArrayArrayArrayArray]]></description>
			<content:encoded><![CDATA[<h1><a href="http://www.karadere.com/blog/uploads//2010/02/logo_ubuntu.gif"><img class="size-full wp-image-349 alignnone" title="logo_ubuntu" src="http://www.karadere.com/blog/uploads//2010/02/logo_ubuntu.gif" alt="" width="217" height="250" /></a><a href="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png"><img class="size-full wp-image-309 alignnone" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="" width="230" height="121" /></a><strong></strong></h1>
<h3><strong><code>sudo gedit /etc/apt/sources.list</code></strong></h3>
<h3 style="font-family: monospace;">apt-cache search jdk apt-get update</h3>
<h3 style="font-family: monospace;">apt-get upgrade   ubuntu permission</h3>
<h3 style="font-family: monospace;">https://help.ubuntu.com/community/FilePermissions</h3>
<p>http://basishowto.blogspot.com/2008/09/installation-and-configuration-of.html</p>
<p>http://forums.sdn.sap.com/thread.jspa?forumID=189&amp;threadID=194324</p>
<p>http://www.linuxfellaz.net/doku.php?id=blog:howtos:ubuntu:sap-gui</p>
<p>http://ubuntuforums.org/archive/index.php/t-232847.html</p>
<p>ftp://ftp.sap.com/pub/sapgui/java/720/</p>
<p>http://forums.sdn.sap.com/thread.jspa?threadID=1605467&amp;tstart=0</p>
<pre>java -jar Platin<span>GUI</span>-Linux-700.jar

http://packages.ubuntu.com/karmic/

http://www.sdn.sap.com/irj/sdn/sap-gui?rid=/library/uuid/409011e2-0ef8-2a10-3b96-cd490895cbdc</pre>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html&amp;amp;t=Ubuntu+for+sap+gui+installation" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Ubuntu+for+sap+gui+installation+-+http://ri.ms/zixz1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.htmltitle=Ubuntu+for+sap+gui+installation" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html&title=Ubuntu+for+sap+gui+installation&summary=&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html&amp;amp;t=Ubuntu+for+sap+gui+installation" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Ubuntu+for+sap+gui+installation&amp;u=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html&amp;title=Ubuntu+for+sap+gui+installation" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Ubuntu for sap gui installation...&body= - http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html&amp;title=Ubuntu+for+sap+gui+installation" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/ubuntu-for-sap-gui-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sap System Fields</title>
		<link>http://www.karadere.com/blog/sap-system-fields.html</link>
		<comments>http://www.karadere.com/blog/sap-system-fields.html#comments</comments>
		<pubDate>Fri, 02 Apr 2010 10:56:53 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>
		<category><![CDATA[SAP]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=405</guid>
		<description><![CDATA[Name Type Content 
sy-abcde c(26) Contains the Latin alphabet. Can be used to access individual letters directly by specifying the offset/length, regardless of the code page. 
sy-batch c(1) Set to "X" in an ABAP program that runs in the background, otherwise initial. 
sy-binpt c(1) Set to "X" during processing of batch input sessions, and in ABAP programs called using CALL TRANSACTION USING. Otherwise initial. 
sy-calld c(1) Contains a blank character in the first program in a call sequence, otherwise contains the value "X". Is set to "X" after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT ... AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or a transaction from the screen. A call using SUBMIT (without AND RETURN) assumes the value of the calling program. 
sy-callr c(8) When printing lists, contains a value that displays where printing was started - for example, NEW-PAGE for program-controlled printing, or RSDBRUNT for printing from the selection screen. 
sy-colno i Current position during creation of a list in the list buffer. Counting begins at 1. In non- Unicode systems, this position also corresponds to the column in the displayed list. In Unicode systems, this is only guaranteed for the lower and upper output limits applicable to each output, as one character may take up more columns in the list than positions in the list buffer. 
sy-cpage i Page number of the page displayed at the top of the list for which a list event was triggered. Counting begins at 1. 
sy-cprog c(40) In procedures called externally, the name of the calling program, otherwise the name of the current program. If a procedure called externally calls another external procedure, sy-cprog contains the name of the framework program, and is not set to the name of the framework program of the subsequent calling program. 
sy-cucol i Horizontal cursor position in the display on a dynpro. Counting begins at column 2. 
sy-curow i Vertical cursor position on the screen display of a screen. Counting begins at line 1. 
sy-datar c(1) At PAI, contains "X" if at least one input field of a screen has been changed by a user or by further data transfer, otherwise initial. 
sy-datlo d Local date of the user - for example, "19990723". Can be set using GET TIME. 
sy-datum d System date (local date of the AS ABAP). Can be set using GET TIME. 
sy-dayst c(1) "X" during summertime, otherwise initial. 
sy-dbcnt i SQL statements set the content of sy-dbcnt to the number of processed table lines. <p><a href="http://www.karadere.com/blog/sap-system-fields.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png"><img class="size-full wp-image-309 alignnone" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="" width="230" height="121" /></a></p>
<table border="0" cellspacing="0" cellpadding="0" width="681">
<colgroup span="1">
<col span="1" width="202"></col>
<col span="1" width="63"></col>
<col span="1" width="416"></col>
</colgroup>
<tbody>
<tr height="21">
<td width="202" height="21">Name</td>
<td width="63">Type</td>
<td width="416">Content</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-abcde</td>
<td width="63">c(26)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENCODEPAGE_GLOSRY.htm">Contains the Latin alphabet. Can be used to access individual letters directly by specifying the offset/length, regardless of the code page.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-batch</td>
<td width="63">c(1)</td>
<td width="416">Set to &#8220;X&#8221; in an ABAP program that runs in the background, otherwise initial.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-binpt</td>
<td width="63">c(1)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENBATCH_INPUT_SESSION_GLOSRY.htm">Set to &#8220;X&#8221; during processing of batch input sessions, and in ABAP programs called using CALL TRANSACTION USING. Otherwise initial.</a></td>
</tr>
<tr height="134">
<td width="202" height="134">sy-calld</td>
<td width="63">c(1)</td>
<td width="416">Contains a blank character in the first program in a call sequence, otherwise contains the value &#8220;X&#8221;. Is set to &#8220;X&#8221; after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT &#8230; AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or a transaction from the screen. A call using SUBMIT (without AND RETURN) assumes the value of the calling program.</td>
</tr>
<tr height="77">
<td width="202" height="77">sy-callr</td>
<td width="63">c(8)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSELECTION_SCREEN_GLOSRY.htm">When printing lists, contains a value that displays where printing was started &#8211; for example, NEW-PAGE for program-controlled printing, or RSDBRUNT for printing from the selection screen.</a></td>
</tr>
<tr height="134">
<td width="202" height="134">sy-colno</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENUNICODE_SYSTEM_GLOSRY.htm">Current position during creation of a list in the list buffer. Counting begins at 1. In non- Unicode systems, this position also corresponds to the column in the displayed list. In Unicode systems, this is only guaranteed for the lower and upper output limits applicable to each output, as one character may take up more columns in the list than positions in the list buffer.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-cpage</td>
<td width="63">i</td>
<td width="416">Page number of the page displayed at the top of the list for which a list event was triggered. Counting begins at 1.</td>
</tr>
<tr height="115">
<td width="202" height="115">sy-cprog</td>
<td width="63">c(40)</td>
<td width="416">In procedures called externally, the name of the calling program, otherwise the name of the current program. If a procedure called externally calls another external procedure, sy-cprog contains the name of the framework program, and is not set to the name of the framework program of the subsequent calling program.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-cucol</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENDYNPRO_GLOSRY.htm">Horizontal cursor position in the display on a dynpro. Counting begins at column 2.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-curow</td>
<td width="63">i</td>
<td width="416">Vertical cursor position on the screen display of a screen. Counting begins at line 1.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-datar</td>
<td width="63">c(1)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENPAI_GLOSRY.htm">At PAI, contains &#8220;X&#8221; if at least one input field of a screen has been changed by a user or by further data transfer, otherwise initial.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-datlo</td>
<td width="63">d</td>
<td width="416">Local date of the user &#8211; for example, &#8220;19990723&#8243;. Can be set using GET TIME.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-datum</td>
<td width="63">d</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSAP_NW_ABAP_GLOSRY.htm">System date (local date of the AS ABAP). Can be set using GET TIME.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-dayst</td>
<td width="63">c(1)</td>
<td width="416">&#8220;X&#8221; during summertime, otherwise initial.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-dbcnt</td>
<td width="63">i</td>
<td width="416">SQL statements set the content of sy-dbcnt to the number of processed table lines.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-dbnam</td>
<td width="63">c(20)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENLOGICAL_DATA_BASE_GLOSRY.htm">In executable programs, the linked logical database.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-dbsys</td>
<td width="63">c(10)</td>
<td width="416">Central database system &#8211; for example, &#8220;ORACLE&#8221;, &#8220;INFORMIX&#8221;.</td>
</tr>
<tr height="77">
<td width="202" height="77">sy-dyngr</td>
<td width="63">c(4)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSCREEN_PAINTER_GLOSRY.htm">Screen group of the current screen. In the Screen Painter, several screens can be assigned to a common screen group, which can be used, for example, for making modifications to all screens in the group at once.</a></td>
</tr>
<tr height="96">
<td width="202" height="96">sy-dynnr</td>
<td width="63">c(4)</td>
<td width="416">Number of the current screen. During selection screen processing, this is the current selection screen. During list processing, the number of the subscreen container. During processing of a subscreen dynpro (including in tabstrips), this screen number.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-fdayw</td>
<td width="63">b</td>
<td width="416">Factory calendar weekday, Monday = 1, &#8230;, Friday = 5.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-fdpos</td>
<td width="63">i</td>
<td width="416">Found location for certain searches in character-like and byte-like data objects.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-host</td>
<td width="63">c(32)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENAPPLICATION_SERVER_GLOSRY.htm">Network name of the host on which the current application server is instantiated, for example &#8220;KSAP0001&#8243;, &#8220;HS01234&#8243;.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-index</td>
<td width="63">i</td>
<td width="416">Loop index. In DO and WHILE loops, contains the number of the loop passes including the current pass.</td>
</tr>
<tr height="77">
<td width="202" height="77">sy-langu</td>
<td width="63">c(1)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENTEXT_ENVIRONMENT_GLOSRY.htm">Single-character language key &#8211; for example, &#8220;D&#8221;, &#8220;E&#8221;, &#8220;F&#8221; &#8211; for the current text environment. Set according to the logon language of the user or by using the statement SET LOCALE.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-ldbpg</td>
<td width="63">c(40)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENDATABASE_PROGRAM_GLOSRY.htm">In executable programs, the database program of the linked logical database.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-lilli</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENPAGE_HEADER_GLOSRY.htm">List line for which a list event was triggered. Counting begins at 1 and includes the page header.</a></td>
</tr>
<tr height="58">
<td width="202" height="58">sy-linct</td>
<td width="63">i</td>
<td width="416">Page length of the current list during list creation. sy-linct is 0 for a standard list of any length, and has a value that is not 0 for lists with a defined page length.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-linno</td>
<td width="63">i</td>
<td width="416">Current list line during list creation. Counting begins at 1 and includes the page header.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-linsz</td>
<td width="63">i</td>
<td width="416">Line width of the current list in the list buffer during list creation.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-lisel</td>
<td width="63">c(255)</td>
<td width="416">Content of the list line in the list buffer, on which the cursor was positioned while a list event was triggered (restricted to the first 255 lines).</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-listi</td>
<td width="63">i</td>
<td width="416">List level of the list for which a list event was triggered.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-loopc</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENTABLE_CONTROL_GLOSRY.htm">Number of lines currently displayed in a table control.</a></td>
</tr>
<tr height="96">
<td width="202" height="96">sy-lsind</td>
<td width="63">i</td>
<td width="416">List level of the list that is currently being created (basic list: 0, details lists: greater than 0). For every interactive list event, sy-lsind is automatically increased by an increment of 1. sy-lsind can only be changed in ABAP programs for navigating between details lists.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-macol</td>
<td width="63">i</td>
<td width="416">When printing lists, contains the number of columns on the left edge.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-mandt</td>
<td width="63">c(3)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENCLIENT_IDENTIFIER_GLOSRY.htm">Client identifier with which the user has logged on &#8211; for example, &#8220;401&#8243;, &#8220;800&#8243;.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-marow</td>
<td width="63">i</td>
<td width="416">When printing lists, contains the number of lines on the top margin.</td>
</tr>
<tr height="96">
<td width="202" height="96">sy-modno</td>
<td width="63">i</td>
<td width="416">Indexing of external sessions. Contains the value 0 in the first session. In new sessions that are opened using the Create Session function or by calling a transaction with /o in the command field of the standard toolbar, this value is increased by 1.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-msgid</td>
<td width="63">c(20)</td>
<td width="416">After the statement MESSAGE, contains the message class.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-msgno</td>
<td width="63">n(3)</td>
<td width="416">After the statement MESSAGE, contains the message number.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-msgty</td>
<td width="63">c(1)</td>
<td width="416">After the statement MESSAGE, contains the message type.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-msgv1 &#8230; sy-msgv4</td>
<td width="63">c(50)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENMESSAGE_GLOSRY.htm">After the statement MESSAGE, contain the contents of the fields that were used as placeholders in the message.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-opsys</td>
<td width="63">c(10)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENAPPLICATION_SERVER_GLOSRY.htm">Operating system of the current application server &#8211; for example, &#8220;SOLARIS&#8221;, &#8220;HP-UX&#8221;.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-pagno</td>
<td width="63">i</td>
<td width="416">Current page in list creation.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-pfkey</td>
<td width="63">c(20)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENDYNPRO_GLOSRY.htm">GUI status of the current dynpro.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-prdsn</td>
<td width="63">c(6)</td>
<td width="416">When printing lists, contains the name of the spool file.</td>
</tr>
<tr height="96">
<td width="202" height="96">sy-repid</td>
<td width="63">c(40)</td>
<td width="416">Name of the current ABAP program. For procedures called externally, name of the framework program of the procedure. If sy-repid is transferred as an actual parameter to an external procedure, the formal parameter is set to the name of the caller.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-saprl</td>
<td width="63">c(4)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSAP_NW_ABAP_GLOSRY.htm">Release status of the AS ABAP, e.g. &#8220;46D&#8221;, &#8220;610&#8243;.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-scols</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSCREEN_GLOSRY.htm">Number of columns of the current screen.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-slset</td>
<td width="63">c(14)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSELECTION_SCREEN_GLOSRY.htm">Variant that was used for filling a selection screen. The associated program name is in sy-cprog.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-spono</td>
<td width="63">n(10)</td>
<td width="416">When printing lists, contains the name of the spool number.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-srows</td>
<td width="63">i</td>
<td width="416">Number of lines of the current screen.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-staco</td>
<td width="63">i</td>
<td width="416">Number of the first column displayed in the list for which a list event has been triggered. Counting begins at 1.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-staro</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENPAGE_HEADER_GLOSRY.htm">Number of the list line displayed at the top of the page at the top of the list, for which a list event was triggered. Counting begins at 1 and does not include the page header.</a></td>
</tr>
<tr height="39">
<td width="202" height="39">sy-stepl</td>
<td width="63">i</td>
<td width="416">Index of the current line in a table control. This is set for every loop pass.</td>
</tr>
<tr height="134">
<td width="202" height="134">sy-subrc</td>
<td width="63">i</td>
<td width="416">Return value that is set by many ABAP statements. In general, the value 0 means that the statement was executed with no problems. Depending on which statement was used to set sy-subrc, the cause of any errors can be derived from the corresponding value. The content of sy-subrc is not defined after statements for which the setting of sy-subrc is not documented explicitly.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-sysid</td>
<td width="63">c(8)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSAP_NW_ABAP_GLOSRY.htm">Name of the AS ABAP, for example &#8220;S01&#8243;, &#8220;K99&#8243;..</a></td>
</tr>
<tr height="58">
<td width="202" height="58">sy-tabix</td>
<td width="63">i</td>
<td width="416">Line number in the table index of an internal table. Contains the last line accessed with a primary or secondary table index. Is set to 0 when accessed with a hash algorithm.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-tcode</td>
<td width="63">c(20)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENBACKROUND_PROCESSING_GLOSRY.htm">Name of the current transaction code. Initial in background processing unless a transaction was called during background processing.</a></td>
</tr>
<tr height="58">
<td width="202" height="58">sy-tfill</td>
<td width="63">i</td>
<td width="416">In the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, sy-tfill is filled with the number of lines in the internal table that has been addressed.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-timlo</td>
<td width="63">t</td>
<td width="416">Local time of the user, for example &#8220;152557&#8243;. Can be set using GET TIME.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-title</td>
<td width="63">c(70)</td>
<td width="416">Text that appears in the title bar of the screen.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-tleng</td>
<td width="63">i</td>
<td width="416">In the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, sy-tleng is filled with the line size of the internal table that is being addressed.</td>
</tr>
<tr height="77">
<td width="202" height="77">sy-tvar0 &#8230; sy-tvar9</td>
<td width="63">c(20)</td>
<td width="416">These system fields can be assigned values in the program. At the event TOP-OF-PAGE, the content of sy-tvar0 to sy-tvar9 replaces the placeholders &#8220;&amp;0&#8243; to &#8220;&amp;9&#8243; in the list and column headers of the text elements of the program.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-tzone</td>
<td width="63">i</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENUTC_GLOSRY.htm">Time difference to the UTC reference time in seconds &#8211; for example, &#8220;3600&#8243;, &#8220;10800&#8243;.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-ucomm</td>
<td width="63">c(70)</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENPAI_GLOSRY.htm">Function code that triggered the event PAI.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-uline</td>
<td width="63">c(255)</td>
<td width="416">Contains a horizontal line of length 255 for displaying in lists.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-uname</td>
<td width="63">c(12)</td>
<td width="416">User&#8217;s logon name &#8211; for example, &#8220;KELLERH&#8221;.</td>
</tr>
<tr height="39">
<td width="202" height="39">sy-uzeit</td>
<td width="63">t</td>
<td width="416"><a title="Glossary Entry" href="http://help.sap.com/abapdocu_70/en/ABENSAP_NW_ABAP_GLOSRY.htm">System time (local time of the AS ABAP). Can be set using GET TIME.</a></td>
</tr>
<tr height="21">
<td width="202" height="21">sy-vline</td>
<td width="63">c(1)</td>
<td width="416">Contains a vertical line (|) for displaying in lists.</td>
</tr>
<tr height="58">
<td width="202" height="58">sy-wtitl</td>
<td width="63">c(1)</td>
<td width="416">In the statements REPORT, PROGRAM, and FUNCTION-POOL, set to &#8220;N&#8221; if the addition NO STANDARD PAGE HEADING is used, otherwise initial.</td>
</tr>
<tr height="21">
<td width="202" height="21">sy-zonlo</td>
<td width="63">c(6)</td>
<td width="416">Time zone of the user &#8211; for example, &#8220;CET&#8221;, &#8220;PST&#8221;.</td>
</tr>
</tbody>
</table>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/sap-system-fields.html&amp;amp;t=Sap+System+Fields" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Sap+System+Fields+-+http://ri.ms/llqn2" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/sap-system-fields.htmltitle=Sap+System+Fields" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/sap-system-fields.html&title=Sap+System+Fields&summary=&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/sap-system-fields.html&amp;amp;t=Sap+System+Fields" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Sap+System+Fields&amp;u=http://www.karadere.com/blog/sap-system-fields.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/sap-system-fields.html&amp;title=Sap+System+Fields" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Sap System Fields...&body=[..] - http://www.karadere.com/blog/sap-system-fields.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/sap-system-fields.html&amp;title=Sap+System+Fields" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/sap-system-fields.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abap Excel to Internal Table</title>
		<link>http://www.karadere.com/blog/abap-excel-to-internal-table.html</link>
		<comments>http://www.karadere.com/blog/abap-excel-to-internal-table.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:55:32 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=389</guid>
		<description><![CDATA[
TYPES: BEGIN OF t_datatab,
ebeln LIKE ymtil_cons_po-ebeln,
ebelp LIKE ymtil_cons_po-ebelp,
END OF t_datatab.

DATA: it_datatab TYPE STANDARD TABLE OF <p><a href="http://www.karadere.com/blog/abap-excel-to-internal-table.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong><em><code><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" /></code></em></strong></p>
<p><strong><em></em></strong></p>
<p><strong><em></em></strong></p>
<p><strong><em></em></strong></p>
<p><strong><em></em></strong></p>
<p><strong><em></em></strong></p>
<p><strong><em><code>REPORT Z_EXCEL_to_ITAB.<br />
</code></em></strong><strong><em><code>TYPE-POOLS: truxs.<br />
PARAMETERS: p_file TYPE rlgrap-filename.</code></p>
<p></em></strong><code><strong><em>TYPES: BEGIN OF t_datatab,<br />
ebeln LIKE ymtil_cons_po-ebeln,<br />
ebelp LIKE ymtil_cons_po-ebelp,<br />
END OF t_datatab.</em></strong></code></p>
<pre><strong><em>DATA: it_datatab TYPE STANDARD TABLE OF t_datatab,

Â wa_datatab TYPE t_datatab.</em></strong></pre>
<pre><strong><em>DATA: it_raw TYPE truxs_t_text_data.</em></strong></pre>
<pre><strong><em>AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.

Â CALL FUNCTION 'F4_FILENAME'

Â EXPORTING

Â field_name = 'p_file'

Â IMPORTING

Â file_name  = p_file.</em></strong></pre>
<pre><strong><em>START-OF-SELECTION.

Â CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'

Â EXPORTING

Â i_line_header        = 'X'

Â i_tab_raw_data       = it_raw

Â i_filename           = p_file

Â TABLES

Â i_tab_converted_data = it_datatab[]

Â EXCEPTIONS

Â conversion_failed    = 1

Â OTHERS               = 2.

Â IF sy-subrc &lt;&gt; 0.

Â *  key in some message

Â ENDIF.</em></strong></pre>
<pre><strong><em>END-OF-SELECTION.

Â LOOP AT it_datatab INTO wa_datatab.

Â * Do anything with the work area wa_datatab.

Â ENDLOOP.</em></strong></pre>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/abap-excel-to-internal-table.html&amp;amp;t=Abap+Excel+to+Internal+Table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Abap+Excel+to+Internal+Table+-+http://ri.ms/o8hyg" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/abap-excel-to-internal-table.htmltitle=Abap+Excel+to+Internal+Table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/abap-excel-to-internal-table.html&title=Abap+Excel+to+Internal+Table&summary=&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/abap-excel-to-internal-table.html&amp;amp;t=Abap+Excel+to+Internal+Table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Abap+Excel+to+Internal+Table&amp;u=http://www.karadere.com/blog/abap-excel-to-internal-table.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/abap-excel-to-internal-table.html&amp;title=Abap+Excel+to+Internal+Table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Abap Excel to Internal Table...&body=

 - http://www.karadere.com/blog/abap-excel-to-internal-table.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/abap-excel-to-internal-table.html&amp;title=Abap+Excel+to+Internal+Table" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/abap-excel-to-internal-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal Table export (convert) to  XML file</title>
		<link>http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html</link>
		<comments>http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:47:24 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=385</guid>
		<description><![CDATA[*----------------------------------------------------------------------*
* Report ZPRUEBA_MML_13 *
* Export an internal table to XML document *
* NO BORRAR ESTE CODIGO *
*----------------------------------------------------------------------*
REPORT ZPRUEBA_MML_13.
*----------------------------------------------------------------------*
* PANTALLA SELECCION *
    PARAMETERS: GK_RUTA TYPE RLGRAP-FILENAME.
* PANTALLA SELECCION *
*----------------------------------------------------------------------*

*----------------------------------------------------------------------*
* TYPE TURNOS *
TYPES: BEGIN OF TURNOS,
    LU LIKE T552A-TPR01,
    MA LIKE T552A-TPR01,
    MI LIKE T552A-TPR01,
    JU LIKE T552A-TPR01,
    VI LIKE T552A-TPR01,
    SA LIKE T552A-TPR01,
    DO LIKE T552A-TPR01,
END OF TURNOS.
* TYPE TURNOS <p><a href="http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" /></p>
<p>Â </p>
<p>Â </p>
<p>Â </p>
<p>Â<br />
* Report ZPRUEBA_MML_13 *<br />
* Export an internal table to XML document *<br />
* NO BORRAR ESTE CODIGO *</p>
<p>Â </p>
<p>REPORT ZPRUEBA_MML_13.<br />
* PANTALLA SELECCION *<br />
Â Â Â  PARAMETERS: GK_RUTA TYPE RLGRAP-FILENAME.<br />
* PANTALLA SELECCION *</p>
<p>* TYPE TURNOS *<br />
TYPES: BEGIN OF TURNOS,<br />
Â Â Â  LU LIKE T552A-TPR01,<br />
Â Â Â  MA LIKE T552A-TPR01,<br />
Â Â Â  MI LIKE T552A-TPR01,<br />
Â Â Â  JU LIKE T552A-TPR01,<br />
Â Â Â  VI LIKE T552A-TPR01,<br />
Â Â Â  SA LIKE T552A-TPR01,<br />
Â Â Â  DO LIKE T552A-TPR01,<br />
END OF TURNOS.<br />
* TYPE TURNOS *<br />
*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*</p>
<p>*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*<br />
* TYPE SOCIO *<br />
TYPES: BEGIN OF SOCIO,<br />
Â Â Â  NUMERO LIKE PERNR-PERNR,<br />
Â Â Â  REPOSICION LIKE PA0050-ZAUVE,<br />
Â Â Â  NOMBRE LIKE PA0002-VORNA,<br />
Â Â Â  TURNOS TYPE TURNOS,<br />
END OF SOCIO.<br />
* TYPE SOCIO *<br />
*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*</p>
<p>*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*<br />
* ESTRUCTURA ACCESOS *<br />
DATA: BEGIN OF ACCESOS OCCURS 0,<br />
Â Â Â  SOCIO TYPE SOCIO,<br />
END OF ACCESOS.<br />
* ESTRUCTURA ACCESOS *<br />
*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*</p>
<p>*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*<br />
* START OF SELECTION *<br />
START-OF-SELECTION.<br />
Â Â Â  PERFORM LLENA_ACCESOS.<br />
Â Â Â  PERFORM DESCARGA_XML.<br />
END-OF-SELECTION.<br />
* END OF SELECTION *<br />
*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*</p>
<p>*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*<br />
* FORM LLENA_ACCESOS *<br />
FORM LLENA_ACCESOS.<br />
REFRESH ACCESOS.<br />
CLEAR ACCESOS.<br />
MOVE: &#8216;45050&#8242; TO ACCESOS-SOCIO-NUMERO,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;MOISES MORENO&#8217; TO ACCESOS-SOCIO-NOMBRE,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;0&#8242; TO ACCESOS-SOCIO-REPOSICION,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T1&#8242; TO ACCESOS-SOCIO-TURNOS-LU,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T2&#8242; TO ACCESOS-SOCIO-TURNOS-MA,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T3&#8242; TO ACCESOS-SOCIO-TURNOS-MI,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T4&#8242; TO ACCESOS-SOCIO-TURNOS-JU,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T5&#8242; TO ACCESOS-SOCIO-TURNOS-VI,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T6&#8242; TO ACCESOS-SOCIO-TURNOS-SA,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T7&#8242; TO ACCESOS-SOCIO-TURNOS-DO.<br />
APPEND ACCESOS.<br />
CLEAR ACCESOS.<br />
MOVE: &#8216;45051&#8242; TO ACCESOS-SOCIO-NUMERO,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;RUTH PEï¿½A&#8217; TO ACCESOS-SOCIO-NOMBRE,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;0&#8242; TO ACCESOS-SOCIO-REPOSICION,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T1&#8242; TO ACCESOS-SOCIO-TURNOS-LU,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T2&#8242; TO ACCESOS-SOCIO-TURNOS-MA,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T3&#8242; TO ACCESOS-SOCIO-TURNOS-MI,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T4&#8242; TO ACCESOS-SOCIO-TURNOS-JU,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T5&#8242; TO ACCESOS-SOCIO-TURNOS-VI,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T6&#8242; TO ACCESOS-SOCIO-TURNOS-SA,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;T7&#8242; TO ACCESOS-SOCIO-TURNOS-DO.<br />
APPEND ACCESOS.<br />
ENDFORM.<br />
* FORM LLENA_ACCESOS *<br />
*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*</p>
<p>*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*<br />
* FORM DESCARGA_XML *<br />
FORM DESCARGA_XML.<br />
DATA: L_DOM TYPE REF TO IF_IXML_ELEMENT,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  M_DOCUMENT TYPE REF TO IF_IXML_DOCUMENT,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  G_IXML TYPE REF TO IF_IXML,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  W_STRING TYPE XSTRING,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  W_SIZE TYPE I,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  W_RESULT TYPE I,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  W_LINE TYPE STRING,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  IT_XML TYPE DCXMLLINES,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  S_XML LIKE LINE OF IT_XML,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  W_RC LIKE SY-SUBRC.</p>
<p>DATA: XML TYPE DCXMLLINES.<br />
DATA: RC TYPE SY-SUBRC,<br />
BEGIN OF XML_TAB OCCURS 0,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  D LIKE LINE OF XML,<br />
END OF XML_TAB.</p>
<p>CLASS CL_IXML DEFINITION LOAD.<br />
G_IXML = CL_IXML=&gt;CREATE( ).<br />
CHECK NOT G_IXML IS INITIAL.<br />
M_DOCUMENT = G_IXML-&gt;CREATE_DOCUMENT( ).<br />
CHECK NOT M_DOCUMENT IS INITIAL.<br />
WRITE: / &#8216;Converting DATA TO DOM 1:&#8217;.<br />
CALL FUNCTION &#8216;SDIXML_DATA_TO_DOM&#8217;<br />
EXPORTING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  NAME = &#8216;ACCESOS&#8217;<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  DATAOBJECT = ACCESOS[]<br />
IMPORTING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  DATA_AS_DOM = L_DOM<br />
CHANGING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  DOCUMENT = M_DOCUMENT<br />
EXCEPTIONS<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  ILLEGAL_NAME = 1<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  OTHERS = 2.<br />
IF SY-SUBRC = 0.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WRITE &#8216;Ok&#8217;.<br />
ELSE.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WRITE: &#8216;Err =&#8217;,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  SY-SUBRC.<br />
ENDIF.<br />
CHECK NOT L_DOM IS INITIAL.<br />
W_RC = M_DOCUMENT-&gt;APPEND_CHILD( NEW_CHILD = L_DOM ).<br />
IF W_RC IS INITIAL.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WRITE &#8216;Ok&#8217;.<br />
ELSE.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WRITE: &#8216;Err =&#8217;,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  W_RC.<br />
ENDIF.<br />
CALL FUNCTION &#8216;SDIXML_DOM_TO_XML&#8217;<br />
EXPORTING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  DOCUMENT = M_DOCUMENT<br />
IMPORTING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  XML_AS_STRING = W_STRING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  SIZE = W_SIZE<br />
TABLES<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  XML_AS_TABLE = IT_XML<br />
EXCEPTIONS<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  NO_DOCUMENT = 1<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  OTHERS = 2.<br />
IF SY-SUBRC = 0.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WRITE &#8216;Ok&#8217;.<br />
ELSE.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WRITE: &#8216;Err =&#8217;,<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  SY-SUBRC.<br />
ENDIF.<br />
LOOP AT IT_XML INTO XML_TAB-D.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  APPEND XML_TAB.<br />
ENDLOOP.<br />
CALL FUNCTION &#8216;WS_DOWNLOAD&#8217;<br />
EXPORTING<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  BIN_FILESIZE = W_SIZE<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  FILENAME = GK_RUTA<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  FILETYPE = &#8216;BIN&#8217;<br />
TABLES<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  DATA_TAB = XML_TAB<br />
EXCEPTIONS<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  OTHERS = 10.<br />
IF SY-SUBRC &lt;&gt; 0.<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO<br />
Â Â Â Â Â Â Â Â Â Â Â Â Â  WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.<br />
ENDIF.</p>
<p>ENDFORM.<br />
* FORM DESCARGA_XML *<br />
*&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-*</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html&amp;amp;t=Internal+Table+export+%28convert%29+to++XML+file" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Internal+Table+export+%28convert%29+to++XML+file+-+http://ri.ms/wmypm" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.htmltitle=Internal+Table+export+%28convert%29+to++XML+file" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html&title=Internal+Table+export+%28convert%29+to++XML+file&summary=%0D%0A%0D%0A%C2%A0%0D%0A%0D%0A%C2%A0%0D%0A%0D%0A%C2%A0%0D%0A%0D%0A%C2%A0%0D%0A%2A+Report+%5B..%5D&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html&amp;amp;t=Internal+Table+export+%28convert%29+to++XML+file" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Internal+Table+export+%28convert%29+to++XML+file&amp;u=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html&amp;title=Internal+Table+export+%28convert%29+to++XML+file" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Internal Table export (convert) to  XML file...&body=

Â 

Â 

Â 

Â 
* Report ZPRUEBA_MML_13 *
* Export an [..] - http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html&amp;title=Internal+Table+export+%28convert%29+to++XML+file" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/internal-table-export-convert-to-xml-file.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abap Logo ALV &#8211; OAER</title>
		<link>http://www.karadere.com/blog/abap-logo-alv-oaer.html</link>
		<comments>http://www.karadere.com/blog/abap-logo-alv-oaer.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:56:37 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>
		<category><![CDATA[Abap Logo ALV - OAER]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=381</guid>
		<description><![CDATA[For those who wish to upload and use a picture in your ALV abap reports.

Steps for uploading Logo :-: 
1.  Goto the transaction OAER 
2.  Enter the class name as 'PICTURES' 
3.  Enter the class type as 'OT' 
4.  Enter the object key as the name of the logo you wish to give 
5.  Execute 
6.  Then in the new screen select Standard doc. types in bottom window 
     Click on the Screen icon  
     Now, it will ask for the file path where you have to upload the logo 
7.  Now you can use this logo in <p><a href="http://www.karadere.com/blog/abap-logo-alv-oaer.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #000000;">Upload Logo for REUSE_ALV_COMMENTARY_WRITE</span></strong></p>
<p><strong><span style="color: #cc0000;"><span style="color: #ff0000;"><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" /></span></span></strong></p>
<p>Â </p>
<p>For those who wish to upload and use a picture in your ALV abap reports.</p>
<p>Steps for uploading Logo :-:<br />
1.Â  Goto the transaction <strong><span style="color: #cc6600;">OAER</span></strong><br />
2.Â  Enter the class name as &#8216;PICTURES&#8217;<br />
3.Â  Enter the class type as &#8216;OT&#8217;<br />
4.Â  Enter the object key as the name of the logo you wish to give<br />
5.Â  Execute<br />
6.Â  Then in the new screen select Standard doc. types in bottom window<br />
Â Â Â Â  Click on the Screen iconÂ<br />
Â Â Â Â  Now, it will ask for the file path where you have to upload the logo<br />
7.Â  Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE</p>
<p>orÂ </p>
<p><strong>Import Logo and Background Picture for Reporting</strong></p>
<p>In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management.</p>
<p>From the SPRO:Â<br />
HR Funds and Position Management &#8211;&gt; Dialog Control &#8211;&gt; Customize Reporting Interface &#8211;&gt; Import Logo and Background Picture for Reporting.</p>
<p>Activities<br />
1. Enter the Name of your logo/background picture as an object key in the initial screen.<br />
2. Make sure that the class name is PICTURES, and the class type is OT.<br />
3. Choose Execute.<br />
4. Double-click the document type Picture on the Create tab page.Â  A dialog box will appear in which you can enter the path in which the logo/background picture can be found.<br />
5. Enter the path and choose Open.Â  The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport.<br />
6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key.</p>
<p>Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV.</p>
<p>If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program).</p>
<p>Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable.</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/abap-logo-alv-oaer.html&amp;amp;t=Abap+Logo+ALV+%26%238211%3B+OAER" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Abap+Logo+ALV+%26%238211%3B+OAER+-+http://ri.ms/cylry" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/abap-logo-alv-oaer.htmltitle=Abap+Logo+ALV+%26%238211%3B+OAER" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/abap-logo-alv-oaer.html&title=Abap+Logo+ALV+%26%238211%3B+OAER&summary=Upload+Logo+for+REUSE_ALV_COMMENTARY_WRITE%0D%0A%0D%0A&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/abap-logo-alv-oaer.html&amp;amp;t=Abap+Logo+ALV+%26%238211%3B+OAER" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Abap+Logo+ALV+%26%238211%3B+OAER&amp;u=http://www.karadere.com/blog/abap-logo-alv-oaer.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/abap-logo-alv-oaer.html&amp;title=Abap+Logo+ALV+%26%238211%3B+OAER" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Abap Logo ALV &#8211; OAER...&body=Upload Logo for REUSE_ALV_COMMENTARY_WRITE

 - http://www.karadere.com/blog/abap-logo-alv-oaer.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/abap-logo-alv-oaer.html&amp;title=Abap+Logo+ALV+%26%238211%3B+OAER" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/abap-logo-alv-oaer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAP System Administration Transactions</title>
		<link>http://www.karadere.com/blog/sap-system-administration-transactions.html</link>
		<comments>http://www.karadere.com/blog/sap-system-administration-transactions.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:20:56 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Basis]]></category>
		<category><![CDATA[Transaction]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=327</guid>
		<description><![CDATA[Useful SAP System Administration Transactions 


AL01  SAP Alert Monitor
AL02  Database alert monitor
AL03  Operating system alert monitor
AL04  Monitor call distribution
AL05  Monitor current workload
AL06  Performance: Upload/Download
AL07  EarlyWatch Report
AL08  Users Logged On
AL09  Data for database expertise
AL10  Download to Early Watch
AL11  Display SAP Directories
AL12  Display table buffer (Exp. session)
AL13  Display Shared Memory (Expert mode)
AL15  Customize SAPOSCOL destination
AL16  Local Alert Monitor for Operat.Syst.
AL17  Remote Alert Monitor for Operat. Syst.
AL18  Local File System Monitor
AL19  Remote File System Monitor
AL20  EarlyWatch Data Collector List
AL21  ABAP Program analysis
AL22  Dependent objects display
CREF  Cross-reference
BD64
BSVW  Linkage Status Update-Workflow Event
CMOD  <p><a href="http://www.karadere.com/blog/sap-system-administration-transactions.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Useful SAP System Administration Transactions</strong></p>
<p><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" /></p>
<p>BazÄ± Basis transaction kodlarÄ±Â  aÅŸaÄŸÄ±daki gibidir uamrÄ±m faydalÄ± olur.</p>
<p>ï¿½<br />
AL01Â  SAP Alert Monitor<br />
AL02Â  Database alert monitor<br />
AL03Â  Operating system alert monitor<br />
AL04Â  Monitor call distribution<br />
AL05Â  Monitor current workload<br />
AL06Â  Performance: Upload/Download<br />
AL07Â  EarlyWatch Report<br />
AL08Â  Users Logged On<br />
AL09Â  Data for database expertise<br />
AL10Â  Download to Early Watch<br />
AL11Â  Display SAP Directories<br />
AL12Â  Display table buffer (Exp. session)<br />
AL13Â  Display Shared Memory (Expert mode)<br />
AL15Â  Customize SAPOSCOL destination<br />
AL16Â  Local Alert Monitor for Operat.Syst.<br />
AL17Â  Remote Alert Monitor for Operat. Syst.<br />
AL18Â  Local File System Monitor<br />
AL19Â  Remote File System Monitor<br />
AL20Â  EarlyWatch Data Collector List<br />
AL21Â  ABAP Program analysis<br />
AL22Â  Dependent objects display<br />
CREFÂ  Cross-reference<br />
BD64<br />
BSVWÂ  Linkage Status Update-Workflow Event<br />
CMODÂ  Enhancements<br />
DB01Â  Analyze exclusive lock waits<br />
DB02Â  Analyze tables and indexes<br />
DB03Â  Parameter changes in database<br />
DB11Â  Early Watch Profile Maintenance<br />
DB12Â  Overview of Backup Logs<br />
DB13Â  Database administration calendar<br />
DB14Â  Show SAPDBA Action Logs<br />
DB15Â  Data Archiving: Database Tables<br />
DB16Â  DB System Check: Monitor<br />
DB17Â  DB System Check: Configuration<br />
DMIGÂ  Start Transaction for Data Migration<br />
DB2Â Â  Select Database Activities<br />
DB20Â  DB Cost-Based Optimizer: Tab. Stats<br />
DB21Â  DB Cost-Based Optimizer: Config.<br />
DB24Â  Database Operations Monitor<br />
DB26Â  DB Profile:Monitor and Configuration<br />
DB2JÂ  Manage JCL jobs for OS/390<br />
DBCOÂ  Database Connection Maintenance<br />
FILEÂ  Cross-Client File Names/Paths<br />
NACEÂ  WFMC: Initial Customizing Screen<br />
OAA1Â  SAP ArchiveLink: Maint.user st.syst<br />
OAA3Â  SAP ArchiveLink protocols<br />
OAA4Â  SAP ArchiveLink applic.maintenance<br />
OAADÂ  ArchiveLink Administration Documents<br />
OAC2Â  SAP ArchiveLink: Globaldoc. types<br />
OAC5Â  SAP ArchiveLink: Bar code entry<br />
OACAÂ  SAP ArchiveLink workflow parameters<br />
OAD0Â  SAP ArchiveLink: Objectlinks<br />
OAD2Â  SAP ArchiveLink document classes<br />
OAD3Â  SAP ArchiveLink: Link tables<br />
OAD4Â  SAP ArchiveLink: Bar code types<br />
OAD5Â  SAP ArchiveLink: Customizing Wizard<br />
OADRÂ  SAP ArchiveLink: Print list search<br />
OAM1Â  SAP ArchiveLink: Monitoring<br />
OAORÂ  SAP ArchiveLink: Storeddocuments<br />
OAREÂ  SAP ArchiveLink:St.syst.return codes<br />
OS01Â  LAN check with ping<br />
OS03Â  O/S Parameter changes<br />
OS04Â  Local System Configuration<br />
OS05Â  Remote System Cconfiguration<br />
OS06Â  Local Operating System Activity<br />
OS07Â  Remote Operating SystemActivity<br />
OSS1Â  Logon to Online ServiceSystem<br />
OY18Â  Table history<br />
OY08Â  Development Class Overview<br />
PFCGÂ  Activity Group<br />
PFUDÂ  Authorization Profile comparison<br />
RLOGÂ  Data migration logging<br />
RZ01Â  Job Scheduling Monitor<br />
RZ02Â  Network Graphics for SAP Instances<br />
RZ03Â  Presentation, Control SAP Instances<br />
RZ04Â  Maintain SAP Instances<br />
RZ06Â  Alerts Thresholds Maintenance<br />
RZ08Â  SAP Alert Monitor<br />
RZ10Â  Maintenance of profile parameters<br />
RZ11Â  Profile parameter maintenance<br />
RZ12Â  Maintain RFC Server Group Assignment<br />
RZ20Â  CCMS Monitoring<br />
RZ21Â  Customize CCMS Alert Monitor<br />
SA38Â  ABAP/4 Reporting<br />
SAD0Â  Address Management call<br />
SADCÂ  Address: Maint. communication types<br />
SALEÂ  Display ALE Customizing<br />
SAINT Plug-in Installation<br />
SARIÂ  Archive Information System<br />
SAR3Â  Customizing Archiving<br />
SAR4Â  Define Archiving Class<br />
SAR5Â  Assign Archiving Class<br />
SAR6Â  Archiving Time Generator<br />
SARAÂ  Archive management<br />
SARLÂ  Call of ArchiveLink Monitor<br />
SARPÂ  Reporting (Tree Structure): Execute<br />
SARTÂ  Display Reporting Tree<br />
SB01Â  Business Navigator &#8211; Component View<br />
SB02Â  Business Navigator &#8211; Process flow vw<br />
SBASÂ  Assignments to Process Model Elemts<br />
SC38Â  Start Report Immediately<br />
SCATÂ  Computer Aided Test Tool<br />
SCC0Â  Client Copy<br />
SCC1Â  Client Copy &#8211; Special Selections<br />
SCC2Â  Client transport<br />
SCC3Â  Client Copy Log<br />
SCC4Â  Client administration<br />
SCC5Â  Client Delete<br />
SCC6Â  Client Import<br />
SCC7Â  Client Import â€“ Post Processing<br />
SCC8Â  Client Export<br />
SCC9Â  Remote Client Copy<br />
SCCLÂ  Local Client Copy<br />
SCDOÂ  Display Change DocumentObjects<br />
SCMPÂ  View / Table Comparison<br />
SCOMÂ  SAPcomm: Configuration<br />
SCONÂ  SAPconnect &#8211; Administration<br />
SCPFÂ  Generate enterprise IMG<br />
SCPR1 Customizing Profiles : Maintenance Tool<br />
SCPR2 Comparing Customizing profiles<br />
SCUAÂ  Central User Administration : Distribution Model Assigment<br />
SCUGÂ  Central User Administration Structure Display<br />
SCUL<br />
SCUMÂ  Central User Administration Field Selection<br />
SCU0Â  Table Analyses And Comparison<br />
SCU1Â  Table Comparison &#8211; Export to Tape<br />
SCU2Â  Table Comparison Against Tape<br />
SCU3Â  Table History<br />
SD11Â  Data Modeler<br />
SDBEÂ  Explain an SQL Statement<br />
SECRÂ  Audit Information System<br />
SE01Â  Transport and Correction System<br />
SE02Â  Environment Analyzer<br />
SE03Â  Transport Utilities<br />
SE06Â  Set up Workbench Organizer<br />
SE07Â  Transport System Status Display<br />
SE09Â  Workbench Organizer (Initial Screen)<br />
SE10Â  Customizing Organizer<br />
SE11Â  Data Dictionary Maintenance<br />
SE12Â  Data Dictionary Display<br />
SE13Â  Maintain Technical Settings (Tables)<br />
SE14Â  Convert Data Dictionary tables on Database Level<br />
SE15Â  Repository Info System<br />
SE16Â  Display Table Content<br />
SE17Â  Generate Table Display<br />
SE30Â  ABAP Objects Runtime Analysis<br />
SE32Â  ABAP Text Element Maintenance<br />
SE33Â  Context Builder<br />
SE35Â  ABAP/4 Dialog Modules<br />
SE36Â  Logical databases<br />
SE37Â  ABAP Function Modules<br />
SE38Â  ABAP Editor<br />
SE39Â  Splitscreen Editor: Program Compare<br />
SE40Â  MP: Standards Maint. and Translation<br />
SE41Â  Menu Painter<br />
SE43Â  Maintain Area Menu<br />
SE51Â  Screen Painter<br />
SE52Â  Parameterized screenpainter call<br />
SE54Â  Generate table view<br />
SE55Â  Internal table view maintenance call<br />
SE56Â  internal call: display table view<br />
SE57Â  internal delete table view call<br />
SE61Â  R/3 Documentation<br />
SE62Â  Industry Utilities<br />
SE63Â  Translation: Initial Screen<br />
SE71Â  SAPscript form<br />
SE72Â  SAPscript Styles<br />
SE73Â  SAPscript font maintenance (revised)<br />
SE74Â  SAPscript format conversion<br />
SE75Â  SAPscript Settings<br />
SE76Â  SAPscript: Form Translation<br />
SE77Â  SAPscript Translation Styles<br />
SE78Â  SAPscript: Graphics administration<br />
SE80Â  Object Navigator<br />
SE81Â  Application Hierarchy<br />
SE82Â  Application Hierarchy<br />
SE84Â  R/3 Repository Information System<br />
SE85Â  ABAP/4 Repository Information System<br />
SE86Â  ABAP Repository Information System<br />
SE88Â  Development Coordination Info System<br />
SE89Â  Maintain Trees in Information System<br />
SE91Â  Maintain Messages<br />
SE92Â  New SysLog Msg Maintenance as of 46A<br />
SE93Â  Maintain Transaction Codes<br />
SE94Â  Customer enhancement simulation<br />
SE95Â  Modification Browser<br />
SEPSÂ  SAP Electronic Parcel Service<br />
SERPÂ  Reporting: Change Tree Structure<br />
SEUÂ Â  Repository Browser<br />
SF01Â  Client-Specific File Names<br />
SFAWÂ  Field Selection Maintenance<br />
SIAC1 Web Object Administration<br />
SHDBÂ  Record Batch Input<br />
SICKÂ  Installation Check<br />
SIN1Â  SAPBPT: Inbox<br />
SINAÂ  SAPBPT: Maintain Standard Config.<br />
SLG0Â  Application Log: ObjectMaintenance<br />
SLINÂ  ABAP: Extended Program Check<br />
SM01Â  Lock Transactions<br />
SM02Â  System Messages<br />
SM04Â  User Overview<br />
SM12Â  Display and Delete Locks<br />
SM13Â  Display Update Records<br />
SM14Â  Update Program Administration<br />
SM21Â  System log<br />
SM23Â  System Log Analysis<br />
SM28Â  Installation Check<br />
SM29Â  Model Transfer for Tables<br />
SM30Â  Call Up View Maintenance<br />
SM31Â  Table maintenance<br />
SM31_OLDÂ  Old Table Maintenance<br />
SM32Â  Maintain Table Parameter ID TAB<br />
SM33Â  Display Table ParameterID TAB<br />
SM34Â  Viewcluster maintenancecall<br />
SM35Â  Batch Input Monitoring<br />
SM36Â  Batch request<br />
SM37Â  Background job overview<br />
SM38Â  Queue Maintenance Transaction<br />
SM39Â  Job analysis<br />
SM49Â  Execute Logical Commands<br />
SM50Â  Work Process Overview<br />
SM51Â  List of SAP Servers<br />
SM54Â  TXCOM maintenance<br />
SM55Â  THOST maintenance<br />
SM56Â  Number Range Buffer<br />
SM58Â  Asynchronous RFC Error Log<br />
SM59Â  RFC Destinations (Display/Maintain)<br />
SM60Â  Borrow/Return Objects<br />
SM61<br />
SM62<br />
SM63Â  Display/Maintain Operating Mode Sets<br />
SM64Â  Release of an event<br />
SM65Â  Background Processing Analysis Tool<br />
SM66Â  System-wide Work Process Overview<br />
SM67Â  Job scheduling<br />
SM68Â  Job administration<br />
SM69Â  Display/Maintain Logical Commands<br />
SMENÂ  Dynamic menu<br />
SMGWÂ  Gateway Monitor<br />
SMLGÂ  Maintain Logon Group<br />
SMLIÂ  Language import utility<br />
SMLTÂ  Language transport utility<br />
SMODÂ  SAP Enhancement Management<br />
SMT1Â  Trusted Systems (Display &lt;-&gt; Maint.)<br />
SMT2Â  Trusting systems (Display &lt;-&gt;Maint.)<br />
SMW0Â  SAP Web Repository<br />
SMXÂ Â  Display Own Jobs<br />
SNROÂ  Number Range Objects<br />
SO02Â  SAPoffice: Outbox<br />
SO03Â  SAPoffice: Private Folders<br />
SO04Â  SAPoffice: Shared Folders<br />
SO05Â  SAPoffice: Private Trash<br />
SO06Â  SAPoffice: Substitutionon/off<br />
SO07Â  SAPoffice: Resubmission<br />
SO10Â  SAPscript: Standard Texts<br />
SO12Â  SAPoffice: User Master<br />
SO13Â  SAPoffice: Substitute<br />
SO15Â  SAPoffice: DistributionLists<br />
SO16Â  SAPoffice: Profile<br />
SO17Â  SAPoffice: Delete Shared Trash<br />
SO18Â  SAPoffice: Shared Trash<br />
SO19Â  SAPoffice: Default Documents<br />
SO21Â  Maintain PC Work Directory<br />
SO22Â  SAPoffice: Delete PC Temp. Files<br />
SO23Â  SAPoffice: DistributionLists<br />
SO24Â  SAPoffice: Maintenance of default PC<br />
SO28Â  Maintain SOGR<br />
SO30Â  SAPoffice: Reorg.<br />
SO31Â  Reorganization (daily)<br />
SO36Â  Create Automatic Forwarding<br />
SO38Â  SAPoffice: Synchr. of Folder Auths.<br />
SO40Â  SAPoffice: Cust. LayoutSet MAIL<br />
SO41Â  SAPoffice: Cust. LayoutSet TELEFAX<br />
SO42Â  SAPoffice: Cust.Layout Set TELEFAX_K<br />
SO43Â  SAPoffice: Cust.Layout Set TELEFAX_M<br />
SO44Â  SAPoffice: Cust. LayoutSet TELEX<br />
SO70Â  Hypertext: Display/Maint. Structure<br />
SO71Â  Test plan management<br />
SO72Â  Maintain Hypertext Module<br />
SO73Â  Import graphic into SAPfind<br />
SO80Â  SAPfind: Free Text Retrieval Dialog<br />
SO81Â  SAPfind: Free Text Indexing (Test)<br />
SO82Â  SAPfind: Free Text Retrieval Batch<br />
SO95Â  Pregenerated Search Queries &#8211; Selec.<br />
SO99Â  Put Information System<br />
SOA0Â  ArchiveLink Workflow document types<br />
SOBJÂ  Attribute Maintenance Objects<br />
SOLEÂ  OLE Applications<br />
SOLIÂ  Load OLE type info<br />
SOPEÂ  Exclude Document Classes<br />
SOTDÂ  SAPoffice: Maintain Object Types<br />
SOY1Â  SAPoffice: Mass Maint. Users<br />
SOY2Â  SAPoffice: Statistics data collect.<br />
SOY3Â  SAPoffice: Statistics Evaluation<br />
SOY4Â  SAPoffice: Access overview<br />
SOY5Â  SAPoffice: Inbox overview<br />
SOY6Â  SAPoffice: Document overview<br />
SOY7Â  SAPoffice: Folder overview<br />
SOY8Â  SAPoffice: Mass Archiving<br />
SOY9Â  SAPoffice: Inbox Reorg.<br />
SOYAÂ  SAPoffice: Change folder owner<br />
SP00Â  Spool and Relate Area<br />
SP01Â  Spool Control<br />
SP02Â  Display output Requests<br />
SP03Â  Spool: Load Formats<br />
SP11Â  TemSe Contents<br />
SP12Â  TemSe Administration<br />
SPADÂ  Spool Management<br />
SPAMÂ  SAP Patch Manager (SPAM)<br />
SPAUÂ  Display Modified DE Objects<br />
SPCCÂ  Spool Consistency check<br />
SPDDÂ  Display Modified DDIC objects<br />
SPHAÂ  Telephony administration<br />
SPICÂ  Spool : Installation Check<br />
SPRMÂ  Current Customizing<br />
SPROÂ  Customizing<br />
SQ01Â  SAP Query: Maintain queries<br />
SQ02Â  SAP Query: Maintain funct. areas<br />
SQ03Â  SAP Query: Maintain user groups<br />
SQ07Â  SAP Query: Language comparison<br />
SQVIÂ  QuickViewer<br />
SSAAÂ  System Administration Assistant<br />
SSCAÂ  Appointment Diary: Administration<br />
SRZLÂ  CCMS<br />
SSM1Â  Session Manager generation call<br />
SSM5Â  Create Activity Group<br />
ST01Â  System Trace<br />
ST02Â  Setups/Tune Buffers<br />
ST03Â  Performance, SAP Statistics, Workload<br />
ST04Â  Select activity of the databases<br />
ST05Â  SQL Trace<br />
ST06Â  Operating System Monitor<br />
ST07Â  Application monitor<br />
ST08Â  Network Monitor<br />
ST09Â  Network Alert Monitor<br />
ST10Â  Table Call Statistics<br />
ST11Â  Display Developer Traces<br />
ST12Â  Application Monitor<br />
ST14Â  Application Analysis<br />
ST22Â  ABAP Runtime Error Analysis<br />
ST22Â  ABAP/4 Runtime Error Analysis<br />
ST62Â  Create industry short texts<br />
STATÂ  Local transaction statistics<br />
STMSÂ  Transport Management System<br />
STUNÂ  Performance Monitoring<br />
STW1Â  Test Workbench: Test catalog<br />
STW2Â  Test workbench: Test plan<br />
STW3Â  Test workbench: Test package<br />
STW4Â  Test Workbench: Edit test package<br />
STW5Â  C maintenance table TTPLA<br />
STZAC Maintain time zone act.in client<br />
STZAD Disp.time zone activat.in client<br />
SUMMÂ  Global User Manager<br />
SU01Â  Maintain User<br />
SU01D Display users<br />
SU02Â  Maintain Authorization Profiles<br />
SU03Â  Maintain Authorizations<br />
SU05Â  Maintain Internet Users<br />
SU10Â  Mass changes to User Master<br />
SU11Â  Maintain Authorizations<br />
SU12Â  Mass Changes to User Master Records<br />
SU2Â Â  Maintain User Parameter<br />
SU20Â  Maintain Authorization Fields<br />
SU21Â  Maintain Authorization Objects<br />
SU22Â  Auth. object usage in transactions<br />
SU24Â  Disables Authorization Checks<br />
SU25Â  Imports SAP Check Indicators defaults<br />
SU26Â  Adjust Authorization checks<br />
SU30Â  Total checks in the area of auth.<br />
SU52Â  Maintain own user parameters<br />
SU53Â  Display check values<br />
SU54Â  List for Session Manager<br />
SU56Â  Analyze User Buffer<br />
SUPCÂ  Profiles for activity groups<br />
SUPFÂ  Integrated User Maintenance<br />
SUPOÂ  Maintain Organization Levels<br />
SUIMÂ  Repository Info System<br />
SWDCÂ  Workflow Definition<br />
SXDAÂ  Data Transfer Workbench<br />
TU02Â  Display Active Parameters<br />
USMMÂ  Customer measurement</p>
<p>Source / Kaynak : <a href="http://www.sap-img.com/basis/useful-sap-system-administration-transactions.htm">http://www.sap-img.com/basis/useful-sap-system-administration-transactions.htm</a></p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/sap-system-administration-transactions.html&amp;amp;t=SAP+System+Administration+Transactions" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+SAP+System+Administration+Transactions+-+http://ri.ms/kxwa6" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/sap-system-administration-transactions.htmltitle=SAP+System+Administration+Transactions" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/sap-system-administration-transactions.html&title=SAP+System+Administration+Transactions&summary=Useful+SAP+System+Administration+Transactions%0D%0A%0D%0A&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/sap-system-administration-transactions.html&amp;amp;t=SAP+System+Administration+Transactions" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=SAP+System+Administration+Transactions&amp;u=http://www.karadere.com/blog/sap-system-administration-transactions.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/sap-system-administration-transactions.html&amp;title=SAP+System+Administration+Transactions" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=SAP System Administration Transactions...&body=Useful SAP System Administration Transactions

 - http://www.karadere.com/blog/sap-system-administration-transactions.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/sap-system-administration-transactions.html&amp;title=SAP+System+Administration+Transactions" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/sap-system-administration-transactions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Abap Loop &#8211; DÃ¶ngÃ¼ler</title>
		<link>http://www.karadere.com/blog/abap-loop-donguler.html</link>
		<comments>http://www.karadere.com/blog/abap-loop-donguler.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:45:30 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=315</guid>
		<description><![CDATA[Loop - DÃ¶gÃ¼ 



DO [<n> TIMES] [...].

* ... statements ...

ENDDO.





WHILE <logic_expr>.

* ... statements ...

ENDWHILE.





LOOP AT ...

* ... statements ...

ENDLOOP.





SELECT ...

* ... statements <p><a href="http://www.karadere.com/blog/abap-loop-donguler.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p align="left">Abap Loop &#8211; DÃ¶ngÃ¼lerÂ </p>
<p align="left"><img class="size-full wp-image-309 alignright" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" /></p>
<p align="left">Â </p>
<p align="left">Â </p>
<p align="left">Â </p>
<p align="left">Â </p>
<p align="left"><strong>DO [&lt;n&gt; TIMES] [...].</strong></p>
<p align="left"><strong>* &#8230; statements &#8230;</strong></p>
<p align="left"><strong>ENDDO.</strong></p>
<p align="left">Â </p>
<p align="left">Â </p>
<p align="left">WHILE &lt;logic_expr&gt;.</p>
<p align="left">* &#8230; statements &#8230;</p>
<p align="left">ENDWHILE.</p>
<p align="left">Â </p>
<p align="left">Â </p>
<p align="left"><strong>LOOP AT &#8230;</strong></p>
<p align="left"><strong>* &#8230; statements &#8230;</strong></p>
<p align="left"><strong>ENDLOOP.</strong></p>
<p align="left"><strong></strong>Â </p>
<p align="left">Â </p>
<p align="left">SELECT &#8230;</p>
<p align="left">* &#8230; statements &#8230;</p>
<p>ENDSELECT.</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/abap-loop-donguler.html&amp;amp;t=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler+-+http://ri.ms/l505" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/abap-loop-donguler.htmltitle=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/abap-loop-donguler.html&title=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler&summary=Abap+Loop+-+D%C3%B6ng%C3%BCler%C2%A0%0D%0A&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/abap-loop-donguler.html&amp;amp;t=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler&amp;u=http://www.karadere.com/blog/abap-loop-donguler.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/abap-loop-donguler.html&amp;title=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Abap Loop &#8211; DÃ¶ngÃ¼ler...&body=Abap Loop - DÃ¶ngÃ¼lerÂ 
 - http://www.karadere.com/blog/abap-loop-donguler.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/abap-loop-donguler.html&amp;title=Abap+Loop+%26%238211%3B+D%C3%B6ng%C3%BCler" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/abap-loop-donguler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date Structure Ã–rneÄŸi</title>
		<link>http://www.karadere.com/blog/date-structure-ornegi.html</link>
		<comments>http://www.karadere.com/blog/date-structure-ornegi.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:38:34 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=312</guid>
		<description><![CDATA[DATA:
diffdays TYPE i,
datestring LIKE sy-datum,
BEGIN OF daterec,
year(4) TYPE c,
month(2) TYPE c,
day(2) TYPE c,
END OF daterec.

daterec = sy-datum.
daterec-day = '01'. " first day of month
datestring = <p><a href="http://www.karadere.com/blog/date-structure-ornegi.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" />Â </p>
<p>Â </p>
<p>Â </p>
<p>Â </p>
<p><span><span>DATA</span>:<br />
diffdaysÂ <span>TYPE</span>Â <span>i</span>,<br />
datestringÂ <span>LIKE</span>Â sy-datum,<br />
<span>BEGIN</span>Â <span>OF</span>Â daterec,<br />
year(<span>4</span>)Â <span>TYPE</span>Â <span>c</span>,<br />
month(<span>2</span>)Â <span>TYPE</span>Â <span>c</span>,<br />
day(<span>2</span>)Â <span>TYPE</span>Â <span>c</span>,<br />
<span>END</span>Â <span>OF</span>Â daterec.</p>
<p>daterecÂ =Â sy-datum.<br />
daterec-dayÂ =Â <span>&#8216;01&#8242;</span>.Â <span>&#8220;Â firstÂ dayÂ ofÂ month</span><br />
datestringÂ =Â daterec.<br />
datestringÂ =Â datestringÂ -Â <span>1</span>.Â <span>&#8220;Â lastÂ dayÂ ofÂ previousÂ month</span><br />
diffdaysÂ =Â sy-datumÂ -Â Â datestring.Â <span>&#8220;Â differenceÂ days</span></p>
<p><span>Write</span>Â diffdaysÂ Â .</span></p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/date-structure-ornegi.html&amp;amp;t=Date+Structure+%C3%96rne%C4%9Fi" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Date+Structure+%C3%96rne%C4%9Fi+-+http://ri.ms/hbx2" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/date-structure-ornegi.htmltitle=Date+Structure+%C3%96rne%C4%9Fi" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/date-structure-ornegi.html&title=Date+Structure+%C3%96rne%C4%9Fi&summary=%C2%A0%0D%0A%0D%0A%C2%A0%0D%0A%0D%0A%C2%A0%0D%0A%0D%0A%C2%A0%0D%0A%0D%0A&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/date-structure-ornegi.html&amp;amp;t=Date+Structure+%C3%96rne%C4%9Fi" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Date+Structure+%C3%96rne%C4%9Fi&amp;u=http://www.karadere.com/blog/date-structure-ornegi.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/date-structure-ornegi.html&amp;title=Date+Structure+%C3%96rne%C4%9Fi" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Date Structure Ã–rneÄŸi...&body=Â 

Â 

Â 

Â 

DATA:
diffdaysÂ  - http://www.karadere.com/blog/date-structure-ornegi.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/date-structure-ornegi.html&amp;title=Date+Structure+%C3%96rne%C4%9Fi" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/date-structure-ornegi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abap Listbox and itab or table</title>
		<link>http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html</link>
		<comments>http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:31:56 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=306</guid>
		<description><![CDATA[<p></p>
<p>TYPE-POOLSÂ :Â vrm.
TABLES:vbak,vbap.
DATAÂ :Â v(80)Â TYPEÂ c.</p>
<p>DATA:Â wa_vbakÂ TYPEÂ vbak,
it_vbakÂ TYPEÂ vbakÂ OCCURSÂ 0Â WITHÂ HEADERÂ LINE,
wa_vbapÂ TYPEÂ vbap,
it_vbapÂ TYPEÂ vbapÂ OCCURSÂ 0Â WITHÂ HEADERÂ LINE.
DATA:Â l_nameÂ TYPEÂ vrm_id,
li_listÂ TYPEÂ vrm_valuesÂ ,
v_countÂ TYPEÂ i,
l_valueÂ LIKEÂ LINEÂ OFÂ li_list.</p>
<p>PARAMETERS:Â p_test(20)Â ASÂ LISTBOXÂ VISIBLEÂ LENGTHÂ 60Â MODIFÂ IDÂ DAT.</p>
<p>INITIALIZATION.</p>
<p>ATÂ SELECTION-SCREENÂ OUTPUT.</p>
<p>PERFORMÂ get_data.</p>
<p>LOOPÂ ATÂ it_vbak.
l_value-keyÂ =Â it_vbak-vbelnÂ .
l_value-textÂ =Â it_vbak-vbelnÂ .
APPENDÂ l_valueÂ TOÂ li_list.
ENDLOOP.</p>
<p>CALLÂ FUNCTIONÂ &#8216;VRM_SET_VALUES&#8217;
EXPORTING
idÂ =Â &#8216;P_TEST&#8217;
valuesÂ =Â li_list
EXCEPTIONS
id_illegal_nameÂ =Â 1
OTHERSÂ =Â 2.</p>
<p>ATÂ SELECTION-SCREENÂ ONÂ P_TEST.
clearÂ :Â li_listÂ ,Â li_list[].
SELECTÂ vbeln
matnr
meins</p>
<p>FROMÂ vbap</p>
<p>INTOÂ CORRESPONDINGÂ FIELDSÂ OFÂ TABLEÂ it_vbap
WHEREÂ vbelnÂ =Â p_test.</p>
<p>START-OF-SELECTION.
SELECTÂ vbeln
matnr
meins
FROMÂ vbap</p>
<p>INTOÂ CORRESPONDINGÂ FIELDSÂ OFÂ TABLEÂ it_vbap</p>
<p>WHEREÂ vbelnÂ =Â p_test.</p>
<p>LOOPÂ ATÂ it_vbap.</p>
<p>WRITEÂ :/Â it_vbap-vbeln,Â it_vbap-matnr,it_vbap-meins.</p>
<p>ENDLOOP.
*&#38;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*
*&#38;Â FormÂ get_Data
*&#38;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*</p>
<p>FORMÂ get_dataÂ .
SELECTÂ Â vbelnÂ UPÂ TOÂ 100Â ROWS
FROMÂ vbak
INTOÂ CORRESPONDINGÂ FIELDSÂ OFÂ TABLEÂ it_vbak.
ENDFORM.Â &#8220;Â get_Data</p>
ArrayArrayArrayArrayArrayArrayArrayArrayArray]]></description>
			<content:encoded><![CDATA[<p><span><span><img class="alignleft size-full wp-image-309" title="sap-abap-logo" src="http://www.karadere.com/blog/uploads//2010/02/sap-abap-logo.png" alt="sap-abap-logo" width="230" height="121" /></span></span></p>
<p><span><span>TYPE</span>-POOLSÂ :Â vrm.<br />
<span>TABLES</span>:vbak,vbap.<br />
<span>DATA</span>Â :Â v(<span>80</span>)Â <span>TYPE</span>Â <span>c</span>.</span></p>
<p><span>DATA</span>:Â wa_vbakÂ <span>TYPE</span>Â vbak,<br />
it_vbakÂ <span>TYPE</span>Â vbakÂ <span>OCCURS</span>Â <span>0</span>Â <span>WITH</span>Â <span>HEADER</span>Â <span>LINE</span>,<br />
wa_vbapÂ <span>TYPE</span>Â vbap,<br />
it_vbapÂ <span>TYPE</span>Â vbapÂ <span>OCCURS</span>Â <span>0</span>Â <span>WITH</span>Â <span>HEADER</span>Â <span>LINE</span>.<br />
<span>DATA</span>:Â l_nameÂ <span>TYPE</span>Â vrm_id,<br />
li_listÂ <span>TYPE</span>Â vrm_valuesÂ ,<br />
v_countÂ <span>TYPE</span>Â <span>i</span>,<br />
l_valueÂ <span>LIKE</span>Â <span>LINE</span>Â <span>OF</span>Â li_list.</p>
<p><span>PARAMETERS</span>:Â p_test(<span>20</span>)Â <span>AS</span>Â LISTBOXÂ VISIBLEÂ LENGTHÂ <span>60</span>Â MODIFÂ <span>ID</span>Â DAT.</p>
<p><span>INITIALIZATION</span>.</p>
<p><span>AT</span>Â SELECTION-<span>SCREEN</span>Â <span>OUTPUT</span>.</p>
<p><span>PERFORM</span>Â get_data.</p>
<p><span>LOOP</span>Â <span>AT</span>Â it_vbak.<br />
l_value-<span>key</span>Â =Â it_vbak-vbelnÂ .<br />
l_value-<span>text</span>Â =Â it_vbak-vbelnÂ .<br />
<span>APPEND</span>Â l_valueÂ <span>TO</span>Â li_list.<br />
<span>ENDLOOP</span>.</p>
<p><span>CALL</span>Â <span>FUNCTION</span>Â <span>&#8216;VRM_SET_VALUES&#8217;</span><br />
<span>EXPORTING</span><br />
<span>id</span>Â =Â <span>&#8216;P_TEST&#8217;</span><br />
valuesÂ =Â li_list<br />
<span>EXCEPTIONS</span><br />
id_illegal_nameÂ =Â <span>1</span><br />
<span>OTHERS</span>Â =Â <span>2</span>.</p>
<p><span>AT</span>Â SELECTION-<span>SCREEN</span>Â <span>ON</span>Â P_TEST.<br />
<span>clear</span>Â :Â li_listÂ ,Â li_list[].<br />
<span>SELECT</span>Â vbeln<br />
matnr<br />
meins</p>
<p><span>FROM</span>Â vbap</p>
<p><span>INTO</span>Â CORRESPONDINGÂ <span>FIELDS</span>Â <span>OF</span>Â <span>TABLE</span>Â it_vbap<br />
<span>WHERE</span>Â vbelnÂ =Â p_test.</p>
<p>START-<span>OF</span>-SELECTION.<br />
<span>SELECT</span>Â vbeln<br />
matnr<br />
meins<br />
<span>FROM</span>Â vbap</p>
<p><span>INTO</span>Â CORRESPONDINGÂ <span>FIELDS</span>Â <span>OF</span>Â <span>TABLE</span>Â it_vbap</p>
<p><span>WHERE</span>Â vbelnÂ =Â p_test.</p>
<p><span>LOOP</span>Â <span>AT</span>Â it_vbap.</p>
<p><span>WRITE</span>Â :/Â it_vbap-vbeln,Â it_vbap-matnr,it_vbap-meins.</p>
<p><span>ENDLOOP</span>.<br />
<span>*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*</span><br />
<span>*&amp;Â FormÂ get_Data</span><br />
<span>*&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;*</span></p>
<p><span>FORM</span>Â get_dataÂ .<br />
<span>SELECT</span>Â Â vbelnÂ <span>UP</span>Â <span>TO</span>Â <span>100</span>Â <span>ROWS</span><br />
<span>FROM</span>Â vbak<br />
<span>INTO</span>Â CORRESPONDINGÂ <span>FIELDS</span>Â <span>OF</span>Â <span>TABLE</span>Â it_vbak.<br />
<span>ENDFORM</span>.Â <span>&#8220;Â get_Data</span></p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html&amp;amp;t=Abap+Listbox+and+itab+or+table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Abap+Listbox+and+itab+or+table+-+http://ri.ms/eswdc" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.htmltitle=Abap+Listbox+and+itab+or+table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html&title=Abap+Listbox+and+itab+or+table&summary=%0D%0A%0D%0A&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html&amp;amp;t=Abap+Listbox+and+itab+or+table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Abap+Listbox+and+itab+or+table&amp;u=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html&amp;title=Abap+Listbox+and+itab+or+table" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Abap Listbox and itab or table...&body=

TYPE-POOLSÂ :Â v[..] - http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html&amp;title=Abap+Listbox+and+itab+or+table" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/abap-listbox-and-itab-or-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
