<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SAPLab-SAP Tips! ABAP Tips! &#187; ABAP Function</title>
	<atom:link href="http://www.saplab.net/tag/abap-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saplab.net</link>
	<description>SAP ABAP User!</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Retrieving Accounting Document number based on PO numbers</title>
		<link>http://www.saplab.net/retrieving-accounting-document-number-based-on-po-numbers/</link>
		<comments>http://www.saplab.net/retrieving-accounting-document-number-based-on-po-numbers/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 03:09:21 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[ABAP Function]]></category>
		<category><![CDATA[Accounting]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[PO]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=46</guid>
		<description><![CDATA[BSEG will contains all items data. try to make use of this FM AC_DOCUMENT_RECORD. or 1 2 3 4 5...]]></description>
			<content:encoded><![CDATA[<p>BSEG will contains all items data.</p>
<p>try to make use of this FM<br />
AC_DOCUMENT_RECORD.<br />
or</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="abap" style="font-family:monospace;"><span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">call function</span> <span style="color: #4da619;">'FI_DOCUMENT_RECORD'</span>
<span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">exporting</span>
i_awtyp <span style="color: #800080;">=</span> <span style="color: #4da619;">'RMRP'</span>
i_awref <span style="color: #800080;">=</span> w_awref1 <span style="color: #808080;">---&amp;</span>gt;IR <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">number</span> <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">of</span> PO
i_aworg <span style="color: #800080;">=</span> w_gjahr1<span style="color: #808080;">----.</span>year
&nbsp;
I_AWSYS <span style="color: #800080;">=</span> <span style="color: #4da619;">' '</span>
I_AWTYP_INCL <span style="color: #800080;">=</span> <span style="color: #4da619;">' '</span>
I_AWTYP_EXCL <span style="color: #800080;">=</span> <span style="color: #4da619;">' '</span>
I_BUKRS <span style="color: #800080;">=</span> <span style="color: #4da619;">' '</span>
<span style="color: #cc4050; text-transform: uppercase; font-weight: bold; zzz:data;">tables</span>
t_documents <span style="color: #800080;">=</span> t_doc<span style="color: #808080;">.</span></pre></td></tr></table></div>

<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/sap-fi-asset-accounting-user-manual/" title="SAP FI Asset Accounting User Manual">SAP FI Asset Accounting User Manual</a></li><li><a href="http://www.saplab.net/calculate-days-function-fima_days_and_months_and_years/" title="Calculate Days Function-FIMA_DAYS_AND_MONTHS_AND_YEARS">Calculate Days Function-FIMA_DAYS_AND_MONTHS_AND_YEARS</a></li><li><a href="http://www.saplab.net/abap-function-z_get_eoh_value/" title="ABAP Function-Z_GET_EOH_VALUE">ABAP Function-Z_GET_EOH_VALUE</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/retrieving-accounting-document-number-based-on-po-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

