<?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: how to set optional for table structure in functiona module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894458#M1596145</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 'BAPI_TRANSACTION_ROLLBACK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2011 08:03:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-27T08:03:24Z</dc:date>
    <item>
      <title>how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894450#M1596137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;as i have small doubt regarding&lt;/P&gt;&lt;P&gt;while publishing web service by using rfc where i am unable to set optional for table structure i am able to put optional for import parameters may i know how to set optional for table structure ....&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;reagrds prabhanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 13:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894450#M1596137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T13:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894451#M1596138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;table parameters are kind of obsolete, and ther is no need to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you declare the type of an import parameter correctly (with a tabletype existing in your dictionary) you can import a table in your import parameters. rest should be easy then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Florian Kemmer on May 26, 2011 3:37 PM&lt;/P&gt;&lt;P&gt;just for the record, this works with exporting parameters as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 13:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894451#M1596138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T13:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894452#M1596139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;table parameters are kind of obsolete, and there is no need to use them.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except in remote-enabled FM's as long as basXML is not the RFC protocol.  In this case, tables parameters are preferred, as they are much faster than changing parameters in this case.  See Official ABAP Programming Guidelines by SAP Press (2010), pages 342-344.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 15:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894452#M1596139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T15:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894453#M1596140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignoring the TABLES/CHANGING/EXPORTING argument...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while publishing web service by using rfc where i am unable to set optional for table structure i am able to put optional for import parameters may i know how to set optional for table structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not?  There's no issue with marking a TABLES interface parameter with 'Optional' and publishing the function module or function group as a web service...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 15:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894453#M1596140</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-05-26T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894454#M1596141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am able to put optional for strucutre but i need to put optional for the individual fields present in that structure ...&lt;/P&gt;&lt;P&gt;in present sceniro either i am having to pass values for all the fields of the structure or skip the whole structure ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my requirmnt is that few of the fields are not mandatory in that structure so they should be acpet null values.&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;prabhanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 05:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894454#M1596141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T05:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894455#M1596142</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;   I think these validation are done using the coding only. Please check the source code inside the rfc for the particular field. and change the code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 05:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894455#M1596142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T05:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894456#M1596143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not put some of fields in structure  is optinal or mandatory. You have to put validation in you program for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only you can define structure parameter is optional or mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Rgds&lt;/P&gt;&lt;P&gt;Ravi Lanjewar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 05:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894456#M1596143</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2011-05-27T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894457#M1596144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;as i have small problem when i have executed a bapi creation and i have saved that transaction&lt;/P&gt;&lt;P&gt;and in my criteria we have to check for recurssive and unfortunatly i need to delete all the fields of a record which was saved &lt;/P&gt;&lt;P&gt;and what function or bapi do i need to use there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for commiting bapi_trnsaction_commit i have used&lt;/P&gt;&lt;P&gt;and for deleteing what should i use..&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;prabhanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 07:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894457#M1596144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T07:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to set optional for table structure in functiona module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894458#M1596145</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 'BAPI_TRANSACTION_ROLLBACK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2011 08:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-optional-for-table-structure-in-functiona-module/m-p/7894458#M1596145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-27T08:03:24Z</dc:date>
    </item>
  </channel>
</rss>

