<?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>Question Re: BAPI Mandatory Fields in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416936#M2020630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have imported the BAPI in XI, you can open it and check the occurances. When ever a node or a field is having the minimum occurance as 1 then it is a mandatory field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2009 07:02:54 GMT</pubDate>
    <dc:creator>Shabarish_Nair</dc:creator>
    <dc:date>2009-04-06T07:02:54Z</dc:date>
    <item>
      <title>BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaq-p/5416935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling BAPIs through the Newtweaver JCO proxy classes . However how can I identify which attributes of the specific bapi are mandatory. The bapi explorer in SAP shows only the import parameters that are mandatory.  how could I know which attributes in the ABAP Dictionary are mandatory....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaq-p/5416935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T07:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416936#M2020630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have imported the BAPI in XI, you can open it and check the occurances. When ever a node or a field is having the minimum occurance as 1 then it is a mandatory field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416936#M2020630</guid>
      <dc:creator>Shabarish_Nair</dc:creator>
      <dc:date>2009-04-06T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416937#M2020631</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;&amp;gt;&amp;gt;The bapi explorer in SAP shows only the import parameters that are mandatory. how could I know which attributes in the ABAP Dictionary are mandatory....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can never find it out like this as most bapis can be used &lt;/P&gt;&lt;P&gt;to perform many types of one transaction &lt;/P&gt;&lt;P&gt;like for example you can create a normal purchase order&lt;/P&gt;&lt;P&gt;or a purchase order with some special line type &lt;/P&gt;&lt;P&gt;for both of them you will use one BAPI &lt;/P&gt;&lt;P&gt;but with different sets of mandatory fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so there is no way to find out IN GENERAL &lt;/P&gt;&lt;P&gt;which fields are mandatory - that always depends on the process details &lt;/P&gt;&lt;P&gt;ABAP dictonary nor importing the definition into XI will not give you this info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michal Krawczyk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416937#M2020631</guid>
      <dc:creator>MichalKrawczyk</dc:creator>
      <dc:date>2009-04-06T07:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416938#M2020632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition I will suggest you do just read the BAPI documentation in SE37, because documentation will give you quite helpful information about all fields and their role in data processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarvesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416938#M2020632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T07:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416939#M2020633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if i am looking for a particular module (not in general)..how can i check which of them are mandatory...Is there any way...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416939#M2020633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T07:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416940#M2020634</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;&amp;gt;&amp;gt;So if i am looking for a particular module (not in general)..how can i check which of them are mandatory...Is there any way...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no - as I mentioned even one function module &lt;/P&gt;&lt;P&gt;can be used in many ways - so there is no way to find out IN GENERAL &lt;/P&gt;&lt;P&gt;one module can handle many variants of the same process and all of them &lt;/P&gt;&lt;P&gt;will require different fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michal Krawczyk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416940#M2020634</guid>
      <dc:creator>MichalKrawczyk</dc:creator>
      <dc:date>2009-04-06T07:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416941#M2020635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how is it that SAP throws an error message saying 'so and so fields are missing'...there must be some place where all this is defined...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416941#M2020635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416942#M2020636</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;&amp;gt;&amp;gt;Then how is it that SAP throws an error message saying 'so and so fields are missing'...there must be some place where all this is defined...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure there is - inside the code &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;you can check the whole code and you will know for sure then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michal Krawczyk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416942#M2020636</guid>
      <dc:creator>MichalKrawczyk</dc:creator>
      <dc:date>2009-04-06T07:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416943#M2020637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Then how is it that SAP throws an error message saying 'so and so fields are missing'...there must be some place where all this is defined...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the documentation as well. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416943#M2020637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T07:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416944#M2020638</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; just go to the T-code se37 in sap-R/3 side and type ur BAPI name.&lt;/P&gt;&lt;P&gt;then click on display u will fiend import as well as export and table paramenter for BAPI nad just go on these tab and check which are mandatory fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416944#M2020638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416945#M2020639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;most mandatory input parameter tables have a set of attributes (fields)...how to check which of these attributes are mandatory..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: in create business partner we have an import table PARTNERDATA sa mandator.&lt;/P&gt;&lt;P&gt;we have many field inside this table viz. NAME_FIRST, TITLE,NAME_LAST etc....how to check which of these are mandatory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416945#M2020639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416946#M2020640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;their is no way to find the mandatory field of table parameter.&lt;/P&gt;&lt;P&gt;for that u have to execute the RFC in R/3 side with some data but its like Hit and try method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416946#M2020640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Mandatory Fields</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416947#M2020641</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;As experts said, there is no general way of finding the mandatory fields. The reason for this is... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking an example of PO creation, I am using the BAPI_PO_CREATE  in this BAPI the only one mandatory import paramater is POHEADER table (As the optional check box is unchecked for it), now out of all the fields in POHEADER table which are mandtory for you may vary the list of mandatory fields for me. now this same BAPI can used for creating standard PO, Framework PO, Service PO and more... so endless fields used...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(so and so filed missing) depends upon the configuration done by functional consultant. BAPI will always use this configuration to decide the mandatory fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes it clear for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-mandatory-fields/qaa-p/5416947#M2020641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:59:07Z</dc:date>
    </item>
  </channel>
</rss>

