<?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: Call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398673#M1405900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your requirement you will have to set the parameter id 's that are present in the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PARAMETER ID 'AAT'  FIELD 'VALUE1' "Value for Order Type
SET PARAMETER ID 'MAT'  FIELD 'VALUE2' "Value for Material
SET PARAMETER ID 'WRK' FIELD 'VALUE3' "Value for plant
  CALL TRANSACTION 'KKF1' AND SKIP FIRST SCREEN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2009 10:11:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-27T10:11:02Z</dc:date>
    <item>
      <title>Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398668#M1405895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create an order through KKF1 by method call transaction through my program,It's not creating  the order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I tried to do it individually through KKF1 transaction. It's creating the order with same input values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone let me know what would be the reason for this.&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;Natasha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 15:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398668#M1405895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398669#M1405896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the relevant code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the internal table is getting populated or not. There could be many possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 15:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398669#M1405896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398670#M1405897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for using call transaction you need to pass selection screen input values. r u doing the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 16:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398670#M1405897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T16:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398671#M1405898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;STRONG&gt;BAPI_PRODORD_CREATE&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;BAPI_INTERNALORDER_CREATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;KAUF_ORDER_CREATE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 04:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398671#M1405898</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-27T04:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398672#M1405899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;  before using call transaction you have to set the fields with the values for Order type, material number and plant.&lt;/P&gt;&lt;P&gt;To do this u have to use the 'SET PARAMETER ID ' statement.&lt;/P&gt;&lt;P&gt;The parameter IDs for these are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order type - AAT&lt;/P&gt;&lt;P&gt;Material Number - MAT&lt;/P&gt;&lt;P&gt;Plant - WRK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 07:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398672#M1405899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398673#M1405900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your requirement you will have to set the parameter id 's that are present in the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PARAMETER ID 'AAT'  FIELD 'VALUE1' "Value for Order Type
SET PARAMETER ID 'MAT'  FIELD 'VALUE2' "Value for Material
SET PARAMETER ID 'WRK' FIELD 'VALUE3' "Value for plant
  CALL TRANSACTION 'KKF1' AND SKIP FIRST SCREEN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 10:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398673#M1405900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T10:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398674#M1405901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can  put break-point and see what is coming in the BDC data internal table.&lt;/P&gt;&lt;P&gt;Also, execute BDC in foreground, and see what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha Vengal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 19:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398674#M1405901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T19:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398675#M1405902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Debug the Program find first if you data is coming in the internal table the check &lt;/P&gt;&lt;P&gt;BDCDATA Table is populating or not and in call transaction use display mode as 'A' " all screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will get the answer&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2009 15:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/6398675#M1405902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-28T15:08:45Z</dc:date>
    </item>
  </channel>
</rss>

