<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: BAPI -VB11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679612#M1291097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do u mean, I need to pass my fields in TABLES part of the FM ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I guess TABLES is for output purpose !   Also I need to enter two materials and not one, you said only about one !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ca u tell me exactly what I need to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have two fields with me: Old Matnr and New Matnr. &lt;/P&gt;&lt;P&gt; Old matnr will be replaced by New matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please tel me wat I need to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 12:13:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T12:13:13Z</dc:date>
    <item>
      <title>BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679605#M1291090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can anyone give me a &lt;STRONG&gt;BAPI which corresponds to VB11-Material Replacement&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I need to update standard database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679605#M1291090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679606#M1291091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please go thru this all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RV_MAT_SUB_SAVE ( Update for Material Substitution)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see Include :MV13DF00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RV_MAT_SUB_SAVE' IN UPDATE TASK&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;USE_OUTBOUND_CALL = BOOLE_T&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;X_KONDDVB = XKONDD&lt;/P&gt;&lt;P&gt;Y_KONDDVB = YKONDD&lt;/P&gt;&lt;P&gt;X_KONDDPVB = XKONDDP&lt;/P&gt;&lt;P&gt;Y_KONDDPVB = YKONDDP&lt;/P&gt;&lt;P&gt;DB_TIME = TIME_VAKE_DB&lt;/P&gt;&lt;P&gt;DB_XVAKE = XVAKE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this if required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRODUCT_SUBSTITUTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COND_CROSS_SELLING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with Fm RV_MAT_SUB_SAVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RV_MAT_SUB_SAVE' IN UPDATE TASK&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;USE_OUTBOUND_CALL = BOOLE_T&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;X_KONDDVB = XKONDD&lt;/P&gt;&lt;P&gt;Y_KONDDVB = YKONDD&lt;/P&gt;&lt;P&gt;X_KONDDPVB = XKONDDP&lt;/P&gt;&lt;P&gt;Y_KONDDPVB = YKONDDP&lt;/P&gt;&lt;P&gt;DB_TIME = TIME_VAKE_DB&lt;/P&gt;&lt;P&gt;DB_XVAKE = XVAKE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM is used in the include MV13DF00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see &lt;/P&gt;&lt;P&gt; try to commit the DB work by using 'BAPI_TRANSACTION_COMMIT' and see if table has been updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679606#M1291091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679607#M1291092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prem, But I need to pass some fields to the FM, where can I pass them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I need to pass Two material numbers from my Program to this FM, where can Pass them ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679607#M1291092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679608#M1291093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can pass the materials to the tables which is in the function module in the loop one by one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RV_MAT_SUB_SAVE' IN UPDATE TASK&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;USE_OUTBOUND_CALL = BOOLE_T&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;X_KONDDVB = XKONDD&lt;/P&gt;&lt;P&gt;Y_KONDDVB = YKONDD&lt;/P&gt;&lt;P&gt;X_KONDDPVB = XKONDDP&lt;/P&gt;&lt;P&gt;Y_KONDDPVB = YKONDDP&lt;/P&gt;&lt;P&gt;DB_TIME = TIME_VAKE_DB&lt;/P&gt;&lt;P&gt;DB_XVAKE = XVAKE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679608#M1291093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679609#M1291094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But where to pass, which is the corresponding field in the FM ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In VB11, you can see there are two type of material numbers, I need to pass those material numbers from my program to the FM, so can u please tell me where in the FM, should I pass my material numbers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 09:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679609#M1291094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T09:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679610#M1291095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone Please help me ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 10:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679610#M1291095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T10:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679611#M1291096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the material you want to substitute is in this field KONDDVB-SMATN, for this you declare an internal table like X_KONDDVB like KONDDVB with field SMATN where the material need to pass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 10:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679611#M1291096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679612#M1291097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do u mean, I need to pass my fields in TABLES part of the FM ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I guess TABLES is for output purpose !   Also I need to enter two materials and not one, you said only about one !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ca u tell me exactly what I need to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have two fields with me: Old Matnr and New Matnr. &lt;/P&gt;&lt;P&gt; Old matnr will be replaced by New matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please tel me wat I need to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679612#M1291097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI -VB11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679613#M1291098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 13:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-vb11/m-p/5679613#M1291098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T13:07:05Z</dc:date>
    </item>
  </channel>
</rss>

