<?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 - Passing Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664655#M1288243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer seems nice and may help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let me clarify you, so that you can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In VB11 screen there many fields and so there in the database table also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my program, I will send two fields to VB11 and I want VB11 to do everything from processing to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ?  or I need to pass all fields or what, please do suggest me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Not all fields are mandatory fields.&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 06:10:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T06:10:32Z</dc:date>
    <item>
      <title>CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664647#M1288235</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;  Just a small though significant question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have SAVE button in my Module Pool transaction, On pressing SAVE, I need to Call transaction VB11 &lt;/P&gt;&lt;P&gt;  and pass two fields from my Module Pool transaction to VB11. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I need to update the standard database tables linked with VB11, with two more fields from side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If I write CALL TRANSACTION VB11, will my requirement be fulfilled or what are the things I need more ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   What should I do ? Please suggest &lt;/P&gt;&lt;P&gt;&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 05:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664647#M1288235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664648#M1288236</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;To update  the standard tables you can use BDC or BAPI or BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check SCN for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jayanth G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 05:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664648#M1288236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664649#M1288237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will have to make use of CALL TRANSACTION VB11 USING BDC_TAB&lt;/P&gt;&lt;P&gt;where BDC_TAB is an internal table of type BDCDATA and it contains the details about the program, screen number, fields and the field values on VB11 screen just as you do for a nomal BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 05:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664649#M1288237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664650#M1288238</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;Whether you are just calling the Transaction or you want to update some data using the transaction with out any manual intervention.&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Clarify&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smart Varghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 05:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664650#M1288238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664651#M1288239</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;do the call transaction skip first screen . Fill the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or do the submit program. set the parameter Id VGD and skip first screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madhuri sonawane on May 28, 2009 11:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 05:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664651#M1288239</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2009-05-28T05:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664652#M1288240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to do anything inside VB11, I just want to pass two fields from my Program to it and I expect remaining things will be taken care by VB11 transaction. Mainly, I need the related database should get updated with my fields also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 05:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664652#M1288240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664653#M1288241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can you please provide me with the syntax ? Bit Elaborate plz&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 05:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664653#M1288241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T05:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664654#M1288242</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;Use CALL Transaction t-code using bdc_data update mode 's'&lt;/P&gt;&lt;P&gt;use syncronous update mode and after that check if ur data is updated in standard tables and if not display the error report else capture messages from the bdc as well so that u can get the error message log and display that. fill all the mandatory fields so that the process will work fine. u mentioned that other things will be taken care by vb11 which i didt understand.do u mean u have other fields data or u expect it to be modified later&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jayaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664654#M1288242</guid>
      <dc:creator>Jay71</dc:creator>
      <dc:date>2009-05-28T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664655#M1288243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your answer seems nice and may help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let me clarify you, so that you can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In VB11 screen there many fields and so there in the database table also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my program, I will send two fields to VB11 and I want VB11 to do everything from processing to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ?  or I need to pass all fields or what, please do suggest me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Not all fields are mandatory fields.&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 06:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664655#M1288243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664656#M1288244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys, Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my batch program ready, I just need to call that program in my own Module Pool Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, I need to do CALL TRANSACTION VB11, but I need some more help in passing my Internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to pass only two fields from my Internal Table and some constant values for the VB11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out as I am close to finish 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;Chandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 06:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664656#M1288244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664657#M1288245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first check the screen numbers and screen fields which you want update from  VB11 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fill the BDCDATA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction VB11 using BDCDATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 08:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664657#M1288245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T08:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664658#M1288246</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;Create a recording of VB11 using SHDB. Convert it into a program and copy the screens and fields into your program followed by the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VB11' USING BDCDATA MODE 'E'&lt;/P&gt;&lt;P&gt;                                     MESSAGES INTO MESSTAB UPDATE 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 08:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664658#M1288246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664659#M1288247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I did, but I am getting errors for &lt;STRONG&gt;Include BDCRECX1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I cant declare that Include also, because its asking for SAP Access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to handle this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 09:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664659#M1288247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T09:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664660#M1288248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;{&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;}&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       Start new screen                                              *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_DYNPRO USING PROGRAM DYNPRO.&lt;/P&gt;&lt;P&gt;  CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;  BDCDATA-PROGRAM  = PROGRAM.&lt;/P&gt;&lt;P&gt;  BDCDATA-DYNPRO   = DYNPRO.&lt;/P&gt;&lt;P&gt;  BDCDATA-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "BDC_DYNPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       Insert field                                                  *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_FIELD USING FNAM FVAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; IF FVAL &amp;lt;&amp;gt; NODATA.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;  BDCDATA-FNAM = FNAM.&lt;/P&gt;&lt;P&gt;  BDCDATA-FVAL = FVAL.&lt;/P&gt;&lt;P&gt;  APPEND BDCDATA.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDFORM.                    "BDC_FIELD }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this code.&lt;/P&gt;&lt;P&gt;Now it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 09:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664660#M1288248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T09:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664661#M1288249</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;lets say u want to pass material determ. type to the tcode VB11.&lt;/P&gt;&lt;P&gt;then set the value to the parameter ID 'VGD'. from ur module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then call the transaction 'VB11' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will call VB11 setting the mat determ type as u have passed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Somu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 09:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664661#M1288249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T09:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664662#M1288250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about that Include then ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE BDCRECX1, I am getting errors because of that, what shall I do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shall I remove that and Add the code which you gave just now ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 09:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664662#M1288250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664663#M1288251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, That include is not required. add the Code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 09:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664663#M1288251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T09:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - Passing Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664664#M1288252</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:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-passing-fields/m-p/5664664#M1288252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T13:07:33Z</dc:date>
    </item>
  </channel>
</rss>

