<?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 Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693320#M623236</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;I know that generally we have another structure where in we pass changed values.&lt;/P&gt;&lt;P&gt;But for the BAPI which i am using does not have this structure so I need to check in my program itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I reiterate my question, If I pass blank structure in the BAPI will it update with BLANK values for the existing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 06:37:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T06:37:12Z</dc:date>
    <item>
      <title>BAPI Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693318#M623234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in a typical situation in my interface where in the First scenario I create record using BAPI but for the second time the interface runs for updating the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my interface will contain # symbol where data do not need to change for the existing record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;So, my question is if I pass blank structure in BAPI where data do not need to change, Will the BAPI update my existing data with Blanks or Not?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone had come across a similar situation, his experience in this would really helpful for me. kindly reply...Will give u reward point definitely if the solution is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 06:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693318#M623234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T06:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693319#M623235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A lot of time when you have BAPI to make update, you will find two times the structures or the tables names. A first time for the value a second time, the same with an X at the end, with only 1 char value (not for the key).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;IT_TOTO &amp;amp; IT_TOTOX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in IT_TOTOX, you will set an X in the field you would like to update.&lt;/P&gt;&lt;P&gt;So IT_TOTOX-FIELD1 = X and IT_TOTO-FIELD1 = ""   will set a blank in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 06:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693319#M623235</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2007-08-27T06:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693320#M623236</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;I know that generally we have another structure where in we pass changed values.&lt;/P&gt;&lt;P&gt;But for the BAPI which i am using does not have this structure so I need to check in my program itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I reiterate my question, If I pass blank structure in the BAPI will it update with BLANK values for the existing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 06:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693320#M623236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T06:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693321#M623237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do the validation for u r blank structure.............. then it wont update the blanks....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 11:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-query/m-p/2693321#M623237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T11:49:06Z</dc:date>
    </item>
  </channel>
</rss>

