 




<?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>IT Answers &#187; SAP development</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sap-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 11:51:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SAP Macro</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sap-macro/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sap-macro/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 20:40:12 +0000</pubDate>
		<dc:creator>Jtgibson21</dc:creator>
				<category><![CDATA[Excel worksheets]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP All-in-One]]></category>
		<category><![CDATA[SAP and data management]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a bunch of data that i need to get out of SAP and put it into a Excel spreadsheet daily. i need to look up the hours on several different parts and operations. is it possible for me to writed a VBA program that will call a SAP macro give that macro data [...]]]></description>
				<content:encoded><![CDATA[<p>I have a bunch of data that i need to get out of SAP and put it into a Excel spreadsheet daily. i need to look up the hours on several different parts and operations. is it possible for me to writed a VBA program that will call a SAP macro give that macro data and export run the report and export to excel, and repeat. I am pretty confident with my excel VBA skills but i dont have a clue about SAP. any help would be appreciated. <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sap-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL address greater than 255 characters. How to overcome that limit in ABAP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/url-address-greater-than-255-characters-how-to-overcome-that-limit-in-abap/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/url-address-greater-than-255-characters-how-to-overcome-that-limit-in-abap/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:00:43 +0000</pubDate>
		<dc:creator>SuperSapper</dc:creator>
				<category><![CDATA[ABAP-program]]></category>
		<category><![CDATA[BAPI]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP ECC 6.0]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a button on my opening screen that calls a function that brings up a URL containing documentation. It worked great in testing until I tried to use a URL address that is longer than 255 characters. Is there a BAPI or method or something that will work with more than a 255 character string? [...]]]></description>
				<content:encoded><![CDATA[<p>I have a button on my opening screen that calls a function that brings up a URL containing documentation. It worked great in testing until I tried to use a URL address that is longer than 255 characters. Is there a BAPI or method or something that will work with more than a 255 character string?<br/><br/> It is an ABAP program in version SAP ECC 6.0.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/url-address-greater-than-255-characters-how-to-overcome-that-limit-in-abap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tax Related Table Name &#8211; ABAP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/tax-related-table-name/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/tax-related-table-name/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 09:15:19 +0000</pubDate>
		<dc:creator>ABAPQUERY</dc:creator>
				<category><![CDATA[SAP ABAP]]></category>
		<category><![CDATA[SAP development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All, Is there any table which stores the tax code&#8217;s percentage bifurcations? For Eg: Suppose TC is the tax code whose description is 8% on ED then is there any table which stores the 8% in one of its column? Actually this bifurcation is required because I have to calculate taxes for each GR in a PO line [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All,<br/><br/> Is there any table which stores the tax code&#8217;s percentage bifurcations?<br/><br/> For Eg: Suppose TC is the tax code whose description is 8% on ED then is there any table which stores the 8% in one of its column?<br/><br/> Actually this bifurcation is required because I have to calculate taxes for each GR in a PO line item.<br/><br/> Or is there any function module which calculates taxes based on the GR corresponding to a PO line item?If PO has got a line item 10 which has 3 GR&#8217;s,then how do I calculate taxes for each of these GR&#8217;s in the 10th line item?I can get the total tax for the 10th line item but I want to know it for each of the GR.<br/><br/> Please guide me regarding how do I accomplish this..<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/tax-related-table-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP &#8211; ABAP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sap-abap-3/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sap-abap-3/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:10:35 +0000</pubDate>
		<dc:creator>Bhavana8477</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[Data Dictionary]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[SAP ABAP]]></category>
		<category><![CDATA[SAP development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to transport data dictionary(table) content from test environment to quality?]]></description>
				<content:encoded><![CDATA[<p>how to transport data dictionary(table) content from test environment to quality?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sap-abap-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic design in SAP Smart Forms</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-designe/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-designe/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:28:22 +0000</pubDate>
		<dc:creator>Bhaskar09</dc:creator>
				<category><![CDATA[SAP administration]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP Smart Forms]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to dynamically design the column and display in smartforms]]></description>
				<content:encoded><![CDATA[<p>How to dynamically design the column and display in smartforms</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dynamic-designe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SELECT statement in SAP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/select-statement/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/select-statement/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:30:00 +0000</pubDate>
		<dc:creator>Anil406</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP ABAP]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SELECT statement]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[what are various select statements used and where are they used.what is value table.]]></description>
				<content:encoded><![CDATA[<p>what are various select statements used and where are they used.what is value table.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/select-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future of ABAP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/future-of-abap/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/future-of-abap/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 08:41:25 +0000</pubDate>
		<dc:creator>AmanSandhu</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP ABAP]]></category>
		<category><![CDATA[SAP careers]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP jobs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Could someone tell me the future of ABAP. Would it be an important part of SAP or JAVA replace it?]]></description>
				<content:encoded><![CDATA[<p>Could someone tell me the future of ABAP. Would it be an important part of SAP or JAVA replace it?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/future-of-abap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SAP &#8211; Create CSV from Text format</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/create-csv-from-text-format/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/create-csv-from-text-format/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 04:11:45 +0000</pubDate>
		<dc:creator>8223</dc:creator>
				<category><![CDATA[CSV format]]></category>
		<category><![CDATA[isSAP_CONVERT_TO_CSV_FORMAT]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP Import/Export]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I tried to convert the text format to CSV format by USing internal table and the FM isSAP_CONVERT_TO_CSV_FORMAT. But wn i download to CSV format the file contains fields serepared by &#8216;;&#8217;.So becuse of this Im unable to Up load this file.]]></description>
				<content:encoded><![CDATA[<p>I tried to convert the text format to CSV format by USing internal table and the FM isSAP_CONVERT_TO_CSV_FORMAT. But wn i download to CSV format the file contains fields serepared by &#8216;;&#8217;.So becuse of this Im unable to Up load this file.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/create-csv-from-text-format/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to move data from SAP table to another database using ABAP ?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-move-data-from-sap-table-to-another-database-using-abap/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-move-data-from-sap-table-to-another-database-using-abap/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:13:54 +0000</pubDate>
		<dc:creator>PRELLAL</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP ABAP]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP interoperability]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to move data from SAP table to another database(Oracle) using ABAP ?]]></description>
				<content:encoded><![CDATA[<p>How to move data from SAP table to another database(Oracle) using ABAP ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-move-data-from-sap-table-to-another-database-using-abap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCCHECK Transparent table not existinging in ECC6.0</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cccheck-transparent-table-not-existinging-in-ecc60/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cccheck-transparent-table-not-existinging-in-ecc60/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 03:44:02 +0000</pubDate>
		<dc:creator>EBY</dc:creator>
				<category><![CDATA[CCCHECK]]></category>
		<category><![CDATA[Credit Card Check table]]></category>
		<category><![CDATA[ECC6]]></category>
		<category><![CDATA[SAP development]]></category>
		<category><![CDATA[SAP ECC 6]]></category>
		<category><![CDATA[SAP upgrades]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Dear Peers, does anyone knows what replace CCCHECK transparent table in SAP ECC6.0? We just had an upgrade from 4.6c to ECC6.0 and some of the custom programs created in 4.6c uses CCCHECK, after the upgrade, we are encountering ABAP dumps for these programs since it is looking for a Transparent Table that no longer [...]]]></description>
				<content:encoded><![CDATA[<p>Dear Peers, does anyone knows what replace CCCHECK transparent table in SAP ECC6.0? We just had an upgrade from 4.6c to ECC6.0 and some of the custom programs created in 4.6c uses CCCHECK, after the upgrade, we are encountering ABAP dumps for these programs since it is looking for a Transparent Table that no longer exists. Thanks in advance.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cccheck-transparent-table-not-existinging-in-ecc60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/32 queries in 0.035 seconds using memcached
Object Caching 934/1095 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 12:26:48 -->