<?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 BAPI issue? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039994#M1172003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does the BAPI come to knows if we passed only limited fileds to the structure instead of all required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sacihn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jan 2009 12:43:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-17T12:43:17Z</dc:date>
    <item>
      <title>BAPI issue?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039994#M1172003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does the BAPI come to knows if we passed only limited fileds to the structure instead of all required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sacihn.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 12:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039994#M1172003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-17T12:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI issue?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039995#M1172004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the mandatory fields are without checked in the Import parameters fields of the BAPI, if any field is with check means that field is optional value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 12:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039995#M1172004</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-01-17T12:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI issue?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039996#M1172005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i do not have data for all the mandatory fileds,wahat should i pass to those remining fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 12:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039996#M1172005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-17T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI issue?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039997#M1172006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It won't accept, it will show the message in the return table, that required field data is missing, so you have pass the data for all the mandatory fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 13:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039997#M1172006</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-01-17T13:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI issue?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039998#M1172007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every structure of the bapi has a corresponding 'bapix' structure, here we pass an 'X' against the field/s which we intend to pass to the BAPI.&lt;/P&gt;&lt;P&gt;That is how the BAPI knows which fields are to be passed to the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the mandatory fields, the BAPI will return appropriate error message if you miss passing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 14:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-issue/m-p/5039998#M1172007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-17T14:14:54Z</dc:date>
    </item>
  </channel>
</rss>

