 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ABAP doubts</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/abap-doubts/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/abap-doubts/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 17:13:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: kehill</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/abap-doubts/#comment-38239</link>
		<dc:creator>kehill</dc:creator>
		<pubDate>Thu, 22 Dec 2005 17:25:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-38239</guid>
		<description><![CDATA[for a little more information on the call transaction you may see the code below.  I usually use the mode as a varaible to help with debugging.  You can either put this as a parameter or set it in the program where you can change the value in debug.  The values for mode are: &#039;A&#039; - show all screems and the user must hit enter after each screen, &#039;E&#039; only show screen on an error, and &#039;N&#039; - show no screens which should be used if you are running in background.  Also note that sy-msgv1 may contain a return message.  I hope that this helps.


**************  run the FB10 transaction  ****************************
    CALL TRANSACTION &#039;FB10&#039;
              USING bdc_table
                    MODE  s_mode   
                    UPDATE &#039;S&#039;     &quot; Wait for the transaction to finish
                    MESSAGES INTO message_tab.
    IF sy-subrc NE 0.   &quot; if error occured in processing
     MOVE sy-msgv1(10) TO matr_doc-mat_doc.  

Kevin]]></description>
		<content:encoded><![CDATA[<p>for a little more information on the call transaction you may see the code below.  I usually use the mode as a varaible to help with debugging.  You can either put this as a parameter or set it in the program where you can change the value in debug.  The values for mode are: &#8216;A&#8217; &#8211; show all screems and the user must hit enter after each screen, &#8216;E&#8217; only show screen on an error, and &#8216;N&#8217; &#8211; show no screens which should be used if you are running in background.  Also note that sy-msgv1 may contain a return message.  I hope that this helps.</p>
<p>**************  run the FB10 transaction  ****************************<br />
    CALL TRANSACTION &#8216;FB10&#8242;<br />
              USING bdc_table<br />
                    MODE  s_mode<br />
                    UPDATE &#8216;S&#8217;     &#8221; Wait for the transaction to finish<br />
                    MESSAGES INTO message_tab.<br />
    IF sy-subrc NE 0.   &#8221; if error occured in processing<br />
     MOVE sy-msgv1(10) TO matr_doc-mat_doc.  </p>
<p>Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 17:19:17 -->