<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303503#M503709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Younus,&lt;/P&gt;&lt;P&gt;    thanks for  ur reply&lt;/P&gt;&lt;P&gt;  But when will the Credit Account status updated after Delivery or after Invoice .Using BAPI_CREDIT_ACCOUNT_GET_STATUS can we get the updated Account status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2007 09:55:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-17T09:55:14Z</dc:date>
    <item>
      <title>Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303499#M503705</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;  while creating salesOrder using BAPI_SALESORDER_CREATEFROMDAT2  Is CreditChecking is done authomatically or for creditchecking we have to enter any data into the required fields in BAPI_SALESORDER_CREATEFROMDAT2&lt;/P&gt;&lt;P&gt;    Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 09:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303499#M503705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T09:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303500#M503706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna,&lt;/P&gt;&lt;P&gt;Its done automatically, dont need to do anything explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Younus&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Helpful Answers!!!&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 09:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303500#M503706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T09:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303501#M503707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, its automatically done. No need to populate any data to do a credit check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 09:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303501#M503707</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-05-17T09:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303502#M503708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna,&lt;/P&gt;&lt;P&gt;              BAPI_SALESORDER_CREATEFROMDAT2 :You can use this method to create sales orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must enter at least sales order header data (via ORDER_HEADER_IN&lt;/P&gt;&lt;P&gt;structure) and partner data (via the ORDER_PARTNERS table) as input&lt;/P&gt;&lt;P&gt;parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the item data via the ORDER_ITEMS_IN table. You can allocate item&lt;/P&gt;&lt;P&gt;numbers manually, by filling in the relevant fields, or the system does&lt;/P&gt;&lt;P&gt;it, according to the settings for Customizing, by leaving the relevant&lt;/P&gt;&lt;P&gt;fields blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have configurable items, you must enter the configuration data in&lt;/P&gt;&lt;P&gt;the ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_PART_OF and&lt;/P&gt;&lt;P&gt;ORDER_CFGS_VALUE tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Credit cards can be transferred via the BAPICCARD structure, on the one&lt;/P&gt;&lt;P&gt;hand, data for card identification, on the other, data for a transaction&lt;/P&gt;&lt;P&gt;which has taken place in an external system.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Once you have created the sales order successfully, you will receive the&lt;/P&gt;&lt;P&gt;document number (SALESDOCUMENT field). Any errors that may occur will be&lt;/P&gt;&lt;P&gt;announced via the RETURN parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 09:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303502#M503708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303503#M503709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Younus,&lt;/P&gt;&lt;P&gt;    thanks for  ur reply&lt;/P&gt;&lt;P&gt;  But when will the Credit Account status updated after Delivery or after Invoice .Using BAPI_CREDIT_ACCOUNT_GET_STATUS can we get the updated Account status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 09:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/2303503#M503709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T09:55:14Z</dc:date>
    </item>
  </channel>
</rss>

