<?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 + TABLE STRUCTURE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928850#M385044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;award points if it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 17:17:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T17:17:30Z</dc:date>
    <item>
      <title>BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928846#M385040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a confusion, thought to discuss with you guys &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is, I have a table lets say zz_tab_1 in dict with 10 fields. Now I want to create a RFC enabled fm lets say, zz_rfc_1. This fm takes 1 importing parameter lest say, z_str_1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This importing parameter should have all fields which are in table zz_tab_1. Now can I define the importing parameter like z_str_1 type zz_tab_1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think it works ? or....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess either I need to declare the structure in dictionary with the same feilds as table zz_tab_1, or ?  is there any alternative ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am clear enough, else ....... let me know and I will try to ask in other way &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928846#M385040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928847#M385041</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 can give...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z_str_1 type zz_tab_1..I am pretty sure..this will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing you have to do for RFC is you have to check the PASS BY VALUE check box for the importing and the exporting parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also let us know the error message you are getting..&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928847#M385041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928848#M385042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can declare that in the tables structure which you can referr to your dictionary table if you want multiple line items or else if you want it as just one record you can also do that declaring as an import parameter referring to your table type. let me know if you need more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928848#M385042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928849#M385043</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;Thanks guys for you input, so you think I can define the importing parameter as type table ? humm... okey I am doing so, and when later I will get the error I will paste here, ..... till then...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928849#M385043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928850#M385044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;award points if it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928850#M385044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928851#M385045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okey, lets say, I have the structre str_1, now I have to enter the values from the str into the database table ....zz_tab_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I can just simplay update the table zz_tab_1 with str_1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928851#M385045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928852#M385046</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;If the structure str is having the data type of the ddic table..Then you can use..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: STR TYPE ZZ_TABLE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ZZ_TABLE1 FROM STR.&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928852#M385046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928853#M385047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes provided they are of same structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928853#M385047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI + TABLE STRUCTURE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928854#M385048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey if its solved, close the thread and award points to the helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 18:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-table-structure/m-p/1928854#M385048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T18:35:18Z</dc:date>
    </item>
  </channel>
</rss>

