<?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: RFC Function Module to call BDC Recording Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725406#M1456200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;i have created the rfc with structure (under tables tab) but when i put the structure field in the bdc code with in form ,end form.&lt;/P&gt;&lt;P&gt;it is raising the error as &lt;/P&gt;&lt;P&gt;field strucuture wagons_fr-equino is unknown,it is neither in one of specified tables nor defined by data statement.&lt;/P&gt;&lt;P&gt;will be waiting for the best anser.&lt;/P&gt;&lt;P&gt;regrds.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 12:38:37 GMT</pubDate>
    <dc:creator>venkatasap</dc:creator>
    <dc:date>2010-03-02T12:38:37Z</dc:date>
    <item>
      <title>RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725401#M1456195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SapAll.&lt;/P&gt;&lt;P&gt;i have got a requirement to call a BDC Recording script from a remote function module to call a ZTransaction&lt;/P&gt;&lt;P&gt;here i just want know about what are the requirements to do the BDC Call Transaction in the remote function module.&lt;/P&gt;&lt;P&gt;can any body conform me that is this the right way of calling bdc from RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will be waiting for your response.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 11:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725401#M1456195</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-03-02T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725402#M1456196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no difference in calling a BDC transaction from within a report or when written in a remote function module. You can just copy paste the coding part of the BDC in the RFC FM and it will work just it works in a normal report. Just make sure you pass the correct parameters (Import, Export /tables) in the RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 11:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725402#M1456196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T11:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725403#M1456197</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;Once SHDB is done for the transaction , you can Press the &lt;STRONG&gt;function module&lt;/STRONG&gt; button in top(Shift +f7) in the recording overview screen. same as per the report you can write the codings.(Specify RFC  name ,Function group and description)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 11:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725403#M1456197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T11:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725404#M1456198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .&lt;/P&gt;&lt;P&gt;I Remember that we must declare the class with name BDCMSGCOLL,but iam not sure that  this class should be decared when we use BDC Call Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help me in providing the predefined classes for doing the bdc.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 11:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725404#M1456198</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-03-02T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725405#M1456199</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;BDCMSGCOLL is structure name for getting message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This RFCfor getting the system message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725405#M1456199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T12:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725406#M1456200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;i have created the rfc with structure (under tables tab) but when i put the structure field in the bdc code with in form ,end form.&lt;/P&gt;&lt;P&gt;it is raising the error as &lt;/P&gt;&lt;P&gt;field strucuture wagons_fr-equino is unknown,it is neither in one of specified tables nor defined by data statement.&lt;/P&gt;&lt;P&gt;will be waiting for the best anser.&lt;/P&gt;&lt;P&gt;regrds.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725406#M1456200</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-03-02T12:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725407#M1456201</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;You hav to create structure and table type in se11 and check the declaration in RFC of the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725407#M1456201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T12:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725408#M1456202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;yes, as u said i have created the structure in se11 and assigned the same structure in in se37(rfc).&lt;/P&gt;&lt;P&gt;i also used the the structure field in the bdc code with in form,endform.&lt;/P&gt;&lt;P&gt;but still rasing the same error.&lt;/P&gt;&lt;P&gt;can any body help me in this.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725408#M1456202</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-03-02T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725409#M1456203</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;data:lt_itab type table of zstr_sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form check tables zstr_sample.&lt;/P&gt;&lt;P&gt;coding..&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform check tables lt_itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 12:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725409#M1456203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T12:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725410#M1456204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya, you can call BDC from RFC. &lt;/P&gt;&lt;P&gt;first go to Trn SHDB in that you must do the recording with you Z Transaction.&lt;/P&gt;&lt;P&gt;Save it.&lt;/P&gt;&lt;P&gt;Select that Recording &amp;amp; select the option copy into pgm.&lt;/P&gt;&lt;P&gt;Then copy all the performence code &amp;amp; copy into ur RFC.&lt;/P&gt;&lt;P&gt;Insted of ur values put ur parematers that u r passing to RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 13:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725410#M1456204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T13:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725411#M1456205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check, what type you are assigning in RFC. is is Tables &amp;amp; import or Export.&lt;/P&gt;&lt;P&gt;Where you declaired it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 13:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725411#M1456205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T13:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function Module to call BDC Recording Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725412#M1456206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i created the form in include LYSC_SDF01 of the function module,with in that include i have copied the bdc code&lt;/P&gt;&lt;P&gt;in the that bdc code i have submitted the structure field(which is created in tables tab of the RFC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still rasing the error as structure field is unknown.&lt;/P&gt;&lt;P&gt;will be waiting for good answer.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-module-to-call-bdc-recording-script/m-p/6725412#M1456206</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-03-02T14:00:22Z</dc:date>
    </item>
  </channel>
</rss>

