<?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: ALE BAPI  and more in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330175#M512632</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;1&amp;gt; same as Function module, import,export,table,changing, exception&lt;/P&gt;&lt;P&gt;2&amp;gt; its a t-code, no fullform for t-code&lt;/P&gt;&lt;P&gt;3&amp;gt; to handle errors explicitly in BDC using call transaction method&lt;/P&gt;&lt;P&gt;4&amp;gt; check in tables&lt;/P&gt;&lt;P&gt;5&amp;gt;In General , there are non execptions in BAPIs, because of the reason, that the exception raised in a SAP envoronment may not mean anything for a non SAP initiator. All the exception situations would only fill the return table(TYpe BAPIRET2 or something like that). If you read that table after the call to the bapi, you can understand what has gone wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if its helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neo S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 19:19:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T19:19:59Z</dc:date>
    <item>
      <title>ALE BAPI  and more</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330174#M512631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1&amp;gt; what are BAPI   PARAMETERS?&lt;/P&gt;&lt;P&gt;2&amp;gt; SHDB full form&lt;/P&gt;&lt;P&gt;3&amp;gt; What exactly FORMAT_MESSAGE Function Module does? &lt;/P&gt;&lt;P&gt;4&amp;gt; Mandatory fields for xd01, me21, material master , (regarding Recording)&lt;/P&gt;&lt;P&gt;5&amp;gt;what type of errors will BAPI throws.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 11:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330174#M512631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALE BAPI  and more</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330175#M512632</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;1&amp;gt; same as Function module, import,export,table,changing, exception&lt;/P&gt;&lt;P&gt;2&amp;gt; its a t-code, no fullform for t-code&lt;/P&gt;&lt;P&gt;3&amp;gt; to handle errors explicitly in BDC using call transaction method&lt;/P&gt;&lt;P&gt;4&amp;gt; check in tables&lt;/P&gt;&lt;P&gt;5&amp;gt;In General , there are non execptions in BAPIs, because of the reason, that the exception raised in a SAP envoronment may not mean anything for a non SAP initiator. All the exception situations would only fill the return table(TYpe BAPIRET2 or something like that). If you read that table after the call to the bapi, you can understand what has gone wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if its helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;neo S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 19:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330175#M512632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T19:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALE BAPI  and more</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330176#M512633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1.what are BAPI PARAMETERS?&lt;/P&gt;&lt;P&gt;like othe rfM'S EXPOTING ,IMPORTING,TABLES ,exceptionsETC&lt;/P&gt;&lt;P&gt;2. SHDB full form&lt;/P&gt;&lt;P&gt;It is a tcode for recording it doesn't have any full form.&lt;/P&gt;&lt;P&gt;3 What exactly FORMAT_MESSAGE Function Module does? &lt;/P&gt;&lt;P&gt;generally for error handlling in call transaction we use structure BDCMSGCOll and Format_message. used to display error messages.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;ID = SY-MSGID&lt;/P&gt;&lt;P&gt;LANG = SY-LANGU&lt;/P&gt;&lt;P&gt;NO = SY-MSGNO&lt;/P&gt;&lt;P&gt;V1 = SY-MSGV1&lt;/P&gt;&lt;P&gt;V2 = SY-MSGV2&lt;/P&gt;&lt;P&gt;V3 = SY-MSGV3&lt;/P&gt;&lt;P&gt;V4 = SY-MSGV4&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;MSG = LV_MSG&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; LV_MSG.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;4Mandatory fields for xd01, me21, material master , (regarding Recording)&lt;/P&gt;&lt;P&gt;to find the manditory fieldds got to paticular transaction and give values,if the system doesn't allow u to move to next screen for some fields consider those are manditory .&lt;/P&gt;&lt;P&gt;5.what type of errors will BAPI throws.&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapbrain.com/TUTORIALS/TECHNICAL/BAPI_tutorial.html" target="test_blank"&gt;http://sapbrain.com/TUTORIALS/TECHNICAL/BAPI_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 04:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330176#M512633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T04:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: ALE BAPI  and more</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330177#M512634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Thank uuuuuuuuuuuuuu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 04:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-bapi-and-more/m-p/2330177#M512634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T04:12:22Z</dc:date>
    </item>
  </channel>
</rss>

