<?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"
	>
<channel>
	<title>Comments on: Selecting Condition Record Value (VK12) for a Sales Order [SAP]</title>
	<atom:link href="http://www.itcserver.com/blog/2009/10/15/selecting-condition-record-value-vk12-for-a-sales-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcserver.com/blog/2009/10/15/selecting-condition-record-value-vk12-for-a-sales-order/</link>
	<description>The SAP Consultant's Journey</description>
	<pubDate>Fri, 12 Mar 2010 17:53:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tuncay Karaca</title>
		<link>http://www.itcserver.com/blog/2009/10/15/selecting-condition-record-value-vk12-for-a-sales-order/#comment-70637</link>
		<dc:creator>Tuncay Karaca</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcserver.com/blog/?p=298#comment-70637</guid>
		<description>Let me add this new line for filling communication header and item parameters of the function module.

MOVE-CORRESPONDING &lt;fs_vbap&gt; TO ls_komk.

So it is latest code:

    CLEAR ls_komk.
    MOVE-CORRESPONDING &lt;fs_vbap&gt; TO ls_komk.   &lt;---
    MOVE-CORRESPONDING &lt;fs_vbak&gt; TO ls_komk.
    MOVE-CORRESPONDING &lt;fs_vbkd&gt; TO ls_komk.

    CLEAR ls_komp.
    MOVE-CORRESPONDING &lt;fs_vbap&gt; TO ls_komp.

    IF ls_komp-pmatn IS INITIAL.
    ls_komp-pmatn = ls_komp-matnr.
    ENDIF.</description>
		<content:encoded><![CDATA[<p>Let me add this new line for filling communication header and item parameters of the function module.</p>
<p>MOVE-CORRESPONDING <fs_vbap> TO ls_komk.</p>
<p>So it is latest code:</p>
<p>    CLEAR ls_komk.<br />
    MOVE-CORRESPONDING </fs_vbap><fs_vbap> TO ls_komk.   < ---<br />
    MOVE-CORRESPONDING <fs_vbak> TO ls_komk.<br />
    MOVE-CORRESPONDING <fs_vbkd> TO ls_komk.</p>
<p>    CLEAR ls_komp.<br />
    MOVE-CORRESPONDING <fs_vbap> TO ls_komp.</p>
<p>    IF ls_komp-pmatn IS INITIAL.<br />
    ls_komp-pmatn = ls_komp-matnr.<br />
    ENDIF.</fs_vbap></fs_vbkd></fs_vbap></p>
]]></content:encoded>
	</item>
</channel>
</rss>
