<?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 return value ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198327#M762164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there will be a chance of short dump.. may be in background processing..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 06:30:10 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2007-12-20T06:30:10Z</dc:date>
    <item>
      <title>BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198324#M762161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it mandatory to set BAPIRETURN structure as return value for every BAPIs which we are creating?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Function Module (remote) when i tried to wrap in the SWO1, it is not showing the output/table structure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i may went wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198324#M762161</guid>
      <dc:creator>nikhil_bose</dc:creator>
      <dc:date>2007-12-20T06:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198325#M762162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a RETURN structure is defined as an interface parameter of a BAPI which is used to log all the errors, warnings and the successful processes tha are triggered in the course of execution of a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A successful execution of a BAPI requires the data to be commited and this process of performing a COMMIT is achieved by calling the BAPI_TRANSACTION_COMMIT' explicitly if there are no errors logged in the RETURN structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence it is mandatory to pass BAPI Return structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198325#M762162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T06:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198326#M762163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is mandatory to pass BAPI Return structure.&lt;/P&gt;&lt;P&gt;Try again obviously it will show the output/table structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better u can elaborate your need. and actual requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srimanta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198326#M762163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198327#M762164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there will be a chance of short dump.. may be in background processing..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198327#M762164</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-20T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198328#M762165</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;yes we should maintain return structure for the bapi...becoz we have to capture the messages that will arise after executing the bapi...for a noraml function module we fenerally use exceptions to handle the errors but for bapi we use return structure for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198328#M762165</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-20T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198329#M762166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u should declare the BAPIRETURN structure,otherwise it gives error in SWO1.&lt;/P&gt;&lt;P&gt;   u can update the values in BAPIRETURN structure using the system variables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r eturn-id         = sy-msgid.&lt;/P&gt;&lt;P&gt; return-type       = sy-msgty.&lt;/P&gt;&lt;P&gt; return-number     = sy-msgno.&lt;/P&gt;&lt;P&gt; return-message_v1 = sy-msgv1.&lt;/P&gt;&lt;P&gt; return-message_v2 = sy-msgv2.&lt;/P&gt;&lt;P&gt; return-message_v3 = sy-msgv3.&lt;/P&gt;&lt;P&gt; return-message_v4 = sy-msgv4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful............&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Akarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198329#M762166</guid>
      <dc:creator>rajesh_akarte2</dc:creator>
      <dc:date>2007-12-20T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198330#M762167</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;We need to release the function module  after u create generally we do tht mistake then only it wont be visible in the swo1 tcode. So to release the function module u can go to se37 give ur fm name and in tht first page itself u will hav an option like release the fm so release it. Then u can view it in SWo1,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if u found useful///&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 06:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198330#M762167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T06:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI return value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198331#M762168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all participants for quick response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 07:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-return-value/m-p/3198331#M762168</guid>
      <dc:creator>nikhil_bose</dc:creator>
      <dc:date>2007-12-20T07:03:41Z</dc:date>
    </item>
  </channel>
</rss>

