<?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; Programlama &#8211; Software</title>
	<atom:link href="http://www.karadere.com/blog/404.php/blog/category/programlama-software/feed?404;http://www.karadere.com:80/blog/category/programlama-software/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>ubuntu grub 2 kurtarma recovery &#8211; cd den boot mbr kurtarma</title>
		<link>http://www.karadere.com/blog/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html</link>
		<comments>http://www.karadere.com/blog/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:50:10 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[Programlama - Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=479</guid>
		<description><![CDATA[<p>CanlÄ± cd ile makinanÄ±za tekrar grub2 kurulumu yapmak istiyorsanÄ±z Ã¶ncelikle sisteminizin sabit disk Ã¼zerindeki yerini Ã¶ÄŸrenmelisiniz.</p>
<p>Uygulamalar &#62; DonatÄ±lar &#62; UÃ§birim yolundan;</p>



GÃ¶revi:


Kod: sudo fdisk -l



<p>komutunun Ã§Ä±ktÄ±sÄ±nda sisteminizin bulunduÄŸu alana gÃ¶re iÅŸlem yapmalÄ±sÄ±nÄ±z.</p>
<p>Ã–rneÄŸimizde, bu alanÄ±nÂ /dev/sda5 olduÄŸunu kabul edelim.</p>
<p>BÃ¶lÃ¼mÃ¼mÃ¼zÃ¼ sisteme baÄŸlayalÄ±m:</p>



GÃ¶revi:


Kod: sudo mount /dev/sda5 /mnt



<p>DiÄŸer bÃ¶lÃ¼mleri de sisteme ekleyelim:</p>



GÃ¶revi:


Kod: sudo mount &#8211;bind /dev /mnt/dev



<p>Chroot ile kÃ¶k dizinimizi deÄŸiÅŸtirelim:</p>



GÃ¶revi:


Kod: <p><a href="http://www.karadere.com/blog/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>CanlÄ± cd ile makinanÄ±za tekrar grub2 kurulumu yapmak istiyorsanÄ±z Ã¶ncelikle sisteminizin sabit disk Ã¼zerindeki yerini Ã¶ÄŸrenmelisiniz.</p>
<p><strong>Uygulamalar &gt; DonatÄ±lar &gt; UÃ§birim</strong> yolundan;</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">sudo fdisk -l</span></td>
</tr>
</tbody>
</table>
<p>komutunun Ã§Ä±ktÄ±sÄ±nda sisteminizin bulunduÄŸu alana gÃ¶re iÅŸlem yapmalÄ±sÄ±nÄ±z.</p>
<p>Ã–rneÄŸimizde, bu alanÄ±nÂ <strong>/dev/sda5</strong> olduÄŸunu kabul edelim.</p>
<p>BÃ¶lÃ¼mÃ¼mÃ¼zÃ¼ sisteme baÄŸlayalÄ±m:</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">sudo mount /dev/sda5 /mnt</span></td>
</tr>
</tbody>
</table>
<p>DiÄŸer bÃ¶lÃ¼mleri de sisteme ekleyelim:</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">sudo mount &#8211;bind /dev /mnt/dev</span></td>
</tr>
</tbody>
</table>
<p>Chroot ile kÃ¶k dizinimizi deÄŸiÅŸtirelim:</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">sudo chroot /mnt</span></td>
</tr>
</tbody>
</table>
<p>ArtÄ±k grub2&#8242;mizi tekrar mbr Ã¼zerine yazabiliriz:</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">grub-install /dev/sda</span></td>
</tr>
</tbody>
</table>
<p>YazÄ±lÄ±p yazÄ±lmadÄ±ÄŸÄ±nÄ± kontrol edin:</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">sudo grub-install &#8211;recheck /dev/sda</span></td>
</tr>
</tbody>
</table>
<p>Åžayet hata vermediyse, iÅŸlem tamamdÄ±r.</p>
<p>Control+D tuÅŸu ile chroot uygulamasÄ±ndan Ã§Ä±kÄ±yoruz. SÄ±rasÄ±yla aÅŸaÄŸÄ±daki komutlarÄ± vererek sistemi yeniden baÅŸlatabilirsiniz:</p>
<table>
<tbody>
<tr>
<td><strong>GÃ¶revi:</strong></td>
</tr>
<tr>
<td><strong>Kod:</strong> <span style="font-size: xx-small;">sudo umount /mnt/dev</span><span style="font-size: xx-small;">sudo umount /mnt<br />
reboot</span></td>
</tr>
</tbody>
</table>
<h2>Kaynak <a href="http://wiki.ubuntu-tr.org/index.php/Yeniden_Grub2_Kurulumu">http://wiki.ubuntu-tr.org/index.php/Yeniden_Grub2_Kurulumu</a></h2>
<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-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html&amp;amp;t=ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma+-+http://ri.ms/ggcvu" 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-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.htmltitle=ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma" 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-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html&title=ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma&summary=Canl%C4%B1+cd+ile+makinan%C4%B1za+tekrar+grub2+kurulumu+yapmak+istiyorsan%C4%B1z+%C3%B6ncelikle+sisteminizin+sabit+disk+%C3%BCzerindeki+yerini+%C3%B6%C4%9Frenmelisiniz.%0D%0A%0D%0AUygulamalar+%26gt%3B+Donat%C4%B1lar+%26gt%3B+U%C3%A7birim+yolundan%3B%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/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html&amp;amp;t=ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma" 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+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma&amp;u=http://www.karadere.com/blog/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.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-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html&amp;title=ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=ubuntu grub 2 kurtarma recovery &#8211; cd den boot mb...&body=CanlÄ± cd ile makinanÄ±za tekrar grub2 kurulumu yapmak istiyorsanÄ±z Ã¶ncelikle sisteminizin sabit disk Ã¼zerindeki yerini Ã¶ÄŸrenmelisiniz.

Uygulamalar &gt; DonatÄ±lar &gt; UÃ§birim yolundan;



[..] - http://www.karadere.com/blog/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.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-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html&amp;title=ubuntu+grub+2+kurtarma+recovery+%26%238211%3B+cd+den+boot+mbr+kurtarma" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/ubuntu-grub-2-kurtarma-recovery-cd-den-boot-mbr-kurtarma.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube EriÅŸim Versiyon 5 &#8211;  YasaklarÄ± Delelim &#8211; Youtube Host</title>
		<link>http://www.karadere.com/blog/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html</link>
		<comments>http://www.karadere.com/blog/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:48:34 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[Programlama - Software]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=477</guid>
		<description><![CDATA[<p></p>
<p>1- Open DNS kullanÄ±n </p>
<p>OpenDNS kullanabilirsiniz. Tek yapmanÄ±z gereken bilgisayarÄ±nÄ±zÄ±n DNS deÄŸerlerini deÄŸiÅŸtirmek.</p>
<p>KullanmanÄ±z gereken DNS IP&#8217;leri 208.67.222.222 ve 208.67.220.220</p>
<p>2- Host dosyasÄ± youtube full adresleirni ekleyin</p>
<p>Windows XP Vista Â 2000 2003 Windows Seven Â 7 Â iÅŸletim sistemindlerinde host dosyasÄ± c:\windows\system32\drivers\etc</p>
<p>KlasÃ¶rÃ¼ndeki host dosyasÄ±nÄ± editleyin Â aÅŸaÄŸÄ±dakini komple yapÄ±ÅŸtÄ±rÄ±n .</p>
<p>http://97.74.120.111/youtubehostdosyasi/download.php dosyayÄ± indirin Â yapÄ±ÅŸtÄ±rÄ±n .</p>
<p>
</p>
ArrayArrayArrayArrayArrayArrayArrayArrayArray]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.karadere.com/blog/uploads//2009/12/youtube_logo.jpg"><img class="alignleft size-full wp-image-203" title="youtube_logo" src="http://www.karadere.com/blog/uploads//2009/12/youtube_logo.jpg" alt="" width="360" height="270" /></a></p>
<p><strong>1- Open DNS kullanÄ±n </strong></p>
<p>OpenDNS kullanabilirsiniz. Tek yapmanÄ±z gereken bilgisayarÄ±nÄ±zÄ±n DNS deÄŸerlerini deÄŸiÅŸtirmek.</p>
<p>KullanmanÄ±z gereken DNS IP&#8217;leri <strong>208.67.222.222 </strong>ve<strong> 208.67.220.220</strong></p>
<p><strong>2- Host dosyasÄ± youtube full adresleirni ekleyin</strong></p>
<p>Windows XP Vista Â 2000 2003 Windows Seven Â 7 Â iÅŸletim sistemindlerinde host dosyasÄ±<strong> <strong><em>c:\windows\system32\drivers\etc</em></strong></strong></p>
<p><strong><strong><em><span style="font-weight: normal;">KlasÃ¶rÃ¼ndeki</span> host <span style="font-weight: normal;">dosyasÄ±nÄ± editleyin Â aÅŸaÄŸÄ±dakini komple yapÄ±ÅŸtÄ±rÄ±n .</span></em></strong></strong></p>
<p><em><a href="http://97.74.120.111/youtubehostdosyasi/download.php">http://97.74.120.111/youtubehostdosyasi/download.php</a> dosyayÄ± indirin Â yapÄ±ÅŸtÄ±rÄ±n .</em></p>
<p><em><span style="font-style: normal;"><br />
</span></em></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/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html&amp;amp;t=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host+-+http://ri.ms/nfeb" 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/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.htmltitle=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host" 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/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html&title=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host&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/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html&amp;amp;t=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host&amp;u=http://www.karadere.com/blog/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.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/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html&amp;title=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Youtube EriÅŸim Versiyon 5 &#8211;  YasaklarÄ±...&body=
[..] - http://www.karadere.com/blog/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.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/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html&amp;title=Youtube+Eri%C5%9Fim+Versiyon+5+%26%238211%3B++Yasaklar%C4%B1+Delelim+%26%238211%3B+Youtube+Host" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/youtube-erisim-versiyon-5-yasaklari-delelim-youtube-host.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AÅŸka Dair. Felsefi.</title>
		<link>http://www.karadere.com/blog/aska-dair-felsefi.html</link>
		<comments>http://www.karadere.com/blog/aska-dair-felsefi.html#comments</comments>
		<pubDate>Sat, 08 May 2010 21:40:41 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[Programlama - Software]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=451</guid>
		<description><![CDATA[<p>Neden sever insan neye dair.</p>
<p>KÄ±rÄ±ntÄ±mÄ±dÄ±r gerÃ§ekmi korkakmÄ±dÄ±r ki &#8230;</p>
<p>Nedir insan ?</p>
<p>Garip sancÄ±lÄ± acÄ± yaÅŸar acÄ±tmadan aÄŸlar .</p>
<p>Kendince doÄŸrudur doÄŸrultusunda .</p>
<p>Ä°nancÄ± doÄŸrultusuna dikine gider.</p>
<p>AÅŸka dair ne varsa mahirÂ  uzak yaÅŸar insan.</p>
ArrayArrayArrayArrayArrayArrayArrayArrayArray]]></description>
			<content:encoded><![CDATA[<p>Neden sever insan neye dair.</p>
<p>KÄ±rÄ±ntÄ±mÄ±dÄ±r gerÃ§ekmi korkakmÄ±dÄ±r ki &#8230;</p>
<p>Nedir insan ?</p>
<p>Garip sancÄ±lÄ± acÄ± yaÅŸar acÄ±tmadan aÄŸlar .</p>
<p>Kendince doÄŸrudur doÄŸrultusunda .</p>
<p>Ä°nancÄ± doÄŸrultusuna dikine gider.</p>
<p>AÅŸka dair ne varsa mahirÂ  uzak yaÅŸar insan.</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/aska-dair-felsefi.html&amp;amp;t=A%C5%9Fka+Dair.+Felsefi." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+A%C5%9Fka+Dair.+Felsefi.+-+http://ri.ms/yzznx" 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/aska-dair-felsefi.htmltitle=A%C5%9Fka+Dair.+Felsefi." 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/aska-dair-felsefi.html&title=A%C5%9Fka+Dair.+Felsefi.&summary=Neden+sever+insan+neye+dair.%0D%0A%0D%0AK%C4%B1r%C4%B1nt%C4%B1m%C4%B1d%C4%B1r+ger%C3%A7ekmi+korkakm%C4%B1d%C4%B1r+ki+...%0D%0A%0D%0ANedir+insan+%3F%0D%0A%0D%0AGarip+sanc%C4%B1l%C4%B1+ac%C4%B1+ya%C5%9Far+ac%C4%B1tmadan+a%C4%9Flar+.%0D%0A%0D%0AKendince+do%C4%9Frudur+do%C4%9Frultusunda+.%0D%0A%0D%0A%C4%B0nanc%C4%B1+do%C4%9Frultusuna+dikine%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/aska-dair-felsefi.html&amp;amp;t=A%C5%9Fka+Dair.+Felsefi." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=A%C5%9Fka+Dair.+Felsefi.&amp;u=http://www.karadere.com/blog/aska-dair-felsefi.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/aska-dair-felsefi.html&amp;title=A%C5%9Fka+Dair.+Felsefi." target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=AÅŸka Dair. Felsefi....&body=Neden sever insan neye dair.

KÄ±rÄ±ntÄ±mÄ±dÄ±r gerÃ§ekmi korkakmÄ±dÄ±r ki ...

Nedir insan ?

Garip sancÄ±lÄ± acÄ± yaÅŸar acÄ±tmadan aÄŸlar .

Kendince doÄŸrudur doÄŸrultusunda .

Ä°nancÄ± doÄŸrultusuna dikine gider.

AÅŸka dair ne varsa[..] - http://www.karadere.com/blog/aska-dair-felsefi.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/aska-dair-felsefi.html&amp;title=A%C5%9Fka+Dair.+Felsefi." target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/aska-dair-felsefi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Web Sitesi YÃ¶nlendirmek Asp &#8211; Php &#8211; Cgi &#8211; Html &#8211; JavaScript  ,  Redrection</title>
		<link>http://www.karadere.com/blog/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html</link>
		<comments>http://www.karadere.com/blog/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 06:19:43 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[% Asp %]]></category>
		<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[Cgi]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=407</guid>
		<description><![CDATA[Merhaba arkadaÅŸlar sizlere web sistesi yÃ¶nlendirme kodlarÄ± hakkÄ±nda bazÄ± dilelrde bilgi vereceÄŸim.


Php ile yÃ¶nlendirme :
<?php
header("Location: http://www.gidecekolansiteadresi.com");
?>

EÄŸer ASp dilinde ise ;
<%
Response.Redirect "http://www.gidecekolansiteadresi.com"
%>
asp iÃ§in yada bu ÅŸekildede kullanman mÃ¼mkÃ¼n
<%
URL ="http://www.gidecekolansiteadresi.com"
Response.Redirect URL
%>

olaki open source kaynaklÄ± bir blog kullanÄ±yorsundur malum CGI script olabilir ;
CGI ise :

#!/usr/bin/perl
print "Location: http://www.gidecekolansiteadresi.com\n\n";

kullanman yeterli oalcaktÄ±r.

Buakdar yazmÄ±ÅŸ iken Java Script  ve HTML Ã§Ã¶zÃ¼mlerinide bahsedeyim . SaÄŸlam bir makale olsun <p><a href="http://www.karadere.com/blog/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>Merhaba arkadaÅŸlar sizlere web sistesi yÃ¶nlendirme kodlarÄ± hakkÄ±nda bazÄ± dilelrde bilgi vereceÄŸim.<br />
<strong>Php ile yÃ¶nlendirme :</strong><br />
&lt;?php<br />
header(&#8220;Location: http://www.gidecekolansiteadresi.com&#8221;);<br />
?&gt;</p>
<p><strong>EÄŸer ASp dilinde ise ;</strong><br />
&lt;%<br />
Response.Redirect &#8220;http://www.gidecekolansiteadresi.com&#8221;<br />
%&gt;<br />
asp iÃ§in yada bu ÅŸekildede kullanman mÃ¼mkÃ¼n<br />
&lt;%<br />
URL =&#8221;http://www.gidecekolansiteadresi.com&#8221;<br />
Response.Redirect URL<br />
%&gt;</p>
<p>olaki open source kaynaklÄ± bir blog kullanÄ±yorsundur malum CGI script olabilir ;<br />
<strong>CGI ise :</strong></p>
<p>#!/usr/bin/perl<br />
print &#8220;Location: http://www.gidecekolansiteadresi.com\n\n&#8221;;</p>
<p>kullanman yeterli oalcaktÄ±r.</p>
<p>Buakdar yazmÄ±ÅŸ iken Java ScriptÂ  ve HTML Ã§Ã¶zÃ¼mlerinide bahsedeyim . SaÄŸlam bir makale olsun <img src='http://www.karadere.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Java script ile :</strong><br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211;<br />
window.location = &#8220;http://www.gidecekolansiteadresi.com&#8221;<br />
//&#8211;&gt;<br />
&lt;/script&gt;</p>
<p><strong>HTML ile isede :</strong></p>
<p>&lt;head&gt;<br />
&lt;META HTTP-EQUIV=&#8221;Refresh&#8221;Â Â  CONTENT=&#8221;0; URL=http://www.gidecekolansiteadresi.com&#8221;&gt;<br />
&lt;/head&gt;</p>
<p>head taglarÄ±nÄ±n arasÄ±na koymanÄ±z gerekmektedir.</p>
<p>eger sayfada bir yazÄ± Ã§Ä±akrtÄ±p yÃ¶nleniyorsunuz ÅŸeklinde bir bilgi vermeh istiyor iseniz.</p>
<p>&lt;META HTTP-EQUIV=&#8221;refresh&#8221; CONTENT=&#8221;12;URL=http://www.gidecekolansiteadresi.com&#8221;&gt;</p>
<p>12 saniye sonra yÃ¶nlenecektir.</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/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html&amp;amp;t=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=+Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection+-+http://ri.ms/taxb" 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/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.htmltitle=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection" 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/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html&title=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection&summary=Merhaba+arkada%C5%9Flar+sizlere+web+sistesi+y%C3%B6nlendirme+kodlar%C4%B1+hakk%C4%B1nda+baz%C4%B1+dilelrde+bilgi+verece%C4%9Fim.%0D%0APhp+ile+y%C3%B6nlendirme+%3A%0D%0A%26lt%3B%3Fphp%0D%0Aheader%28%22Location%3A+http%3A%2F%2Fwww.gidecekolansiteadresi.com%22%29%3B%0D%0A%3F%26gt%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/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html&amp;amp;t=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection&amp;u=http://www.karadere.com/blog/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.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/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html&amp;title=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Web Sitesi YÃ¶nlendirmek Asp &#8211; Php &#821...&body=Merhaba arkadaÅŸlar sizlere web sistesi yÃ¶nlendirme kodlarÄ± hakkÄ±nda bazÄ± dilelrde bilgi vereceÄŸim.
Php ile yÃ¶nlendirme :
&lt;?php
header("Location: http://www.gidecekolansiteadresi.com");
?&gt;

EÄŸer ASp dilinde[..] - http://www.karadere.com/blog/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.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/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html&amp;title=Web+Sitesi+Y%C3%B6nlendirmek+Asp+%26%238211%3B+Php+%26%238211%3B+Cgi+%26%238211%3B+Html+%26%238211%3B+JavaScript++%2C++Redrection" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/web-sitesi-yonlendirmek-asp-php-cgi-html-javascript-redrection.html/feed</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>
