<?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 do you know which fields are mandatory while uploading data using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411870#M819395</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;It's simple to identify the mandatory fields in BAPI.&lt;/P&gt;&lt;P&gt;First check the Required parameters which are not marked as optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other simple way is to identify the required fields that are necessary to be passed to the actual transaction(for which the BAPI is to be executed).Pass the same fields to the BAPI parameters.This is a simple way to identify the required fields that needs to be passed to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to note that BAPI is nothing but execution of a particular transaction(for eg:VA02) to affect the table at the table level.Whereas actual transaction execution (VA02) can be viewed as screen or dialog level execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 06:36:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T06:36:22Z</dc:date>
    <item>
      <title>How do you know which fields are mandatory while uploading data using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411867#M819392</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;How do you know which fields are mandatory while uploading data using BAPI.&lt;/P&gt;&lt;P&gt;and also, where how do you check that, the BAPI function module is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 05:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411867#M819392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T05:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know which fields are mandatory while uploading data using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411868#M819393</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;In the screen level: if it's mandatory field then u can find [tickmark] in the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the BAPI level:  select the import tab check about the optional, if it's not enable[no tick mark] then it's mandatory input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 05:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411868#M819393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know which fields are mandatory while uploading data using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411869#M819394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open the BAPI in SE37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the import tab.. which ever field is not checked optional.. those are all mandatory fields..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 06:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411869#M819394</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-23T06:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you know which fields are mandatory while uploading data using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411870#M819395</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;It's simple to identify the mandatory fields in BAPI.&lt;/P&gt;&lt;P&gt;First check the Required parameters which are not marked as optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other simple way is to identify the required fields that are necessary to be passed to the actual transaction(for which the BAPI is to be executed).Pass the same fields to the BAPI parameters.This is a simple way to identify the required fields that needs to be passed to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to note that BAPI is nothing but execution of a particular transaction(for eg:VA02) to affect the table at the table level.Whereas actual transaction execution (VA02) can be viewed as screen or dialog level execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 06:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-you-know-which-fields-are-mandatory-while-uploading-data-using-bapi/m-p/3411870#M819395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T06:36:22Z</dc:date>
    </item>
  </channel>
</rss>

