<?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 Problems with BAPI_SALESORDER_CREATEFROMDAT2. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677691#M298855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: have to place a web order - sending data from web to SAP via BAPI_SALESORDER_CREATEFROMDAT2. the BAPI works fine. order is placed in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement: multi payment - &lt;/P&gt;&lt;P&gt;1. normal card - like amex/visa&lt;/P&gt;&lt;P&gt;2. a gift card - where the current balance &amp;amp; amount to be charged are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with the current requirement is that I need to send the 'maximum amount' value which has to be charged to the card. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know in which field for the BAPI do I send this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all fields in structure ORDER_CCARD &lt;/P&gt;&lt;P&gt;(SAP STRUCTURE - BAPICCARD) but the amount is not gettin passed to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2006 22:06:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-26T22:06:12Z</dc:date>
    <item>
      <title>Problems with BAPI_SALESORDER_CREATEFROMDAT2.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677691#M298855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: have to place a web order - sending data from web to SAP via BAPI_SALESORDER_CREATEFROMDAT2. the BAPI works fine. order is placed in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement: multi payment - &lt;/P&gt;&lt;P&gt;1. normal card - like amex/visa&lt;/P&gt;&lt;P&gt;2. a gift card - where the current balance &amp;amp; amount to be charged are available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with the current requirement is that I need to send the 'maximum amount' value which has to be charged to the card. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know in which field for the BAPI do I send this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all fields in structure ORDER_CCARD &lt;/P&gt;&lt;P&gt;(SAP STRUCTURE - BAPICCARD) but the amount is not gettin passed to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 22:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677691#M298855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T22:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_SALESORDER_CREATEFROMDAT2.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677692#M298856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Veer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You are using the right structure for populating the credit card details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Parameters to be passed:
  1. CC_TYPE: Type of Credit Card.
  2. CC_NUMBER: Credit Card Number. 
  3. CC_VALID_T: Credit Card Valid To Date
  4. AUTHAMOUNT: 
  5. CURRENCY
  6. AMOUNTCHAN
  7. CC_LIMIITED

  Note that each credit card type has their own validations(formulae) in validating their card number. 
  Try using the following details:
  1. Credit Card: VISA
  2. Number: 4000000000000002
  3. Valid To: 30.11.2006&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope the above info helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 02:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677692#M298856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-27T02:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_SALESORDER_CREATEFROMDAT2.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677693#M298857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Veer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mandatory fields for credit card payment are:&lt;/P&gt;&lt;P&gt;- CC_TYPE&lt;/P&gt;&lt;P&gt;- CC_NUMBER&lt;/P&gt;&lt;P&gt;- CC_VALID_T&lt;/P&gt;&lt;P&gt;- AUTHAMOUNT: authorized amount (this is the maximum amount)&lt;/P&gt;&lt;P&gt;- CURRENCY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual amount that has been transferred from the customer to the vendor is:&lt;/P&gt;&lt;P&gt;- CC_RE_AMOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Eswar mentioned credit card number have specific ranges. For testing purposes have you can use dummy numbers found in function module &amp;lt;b&amp;gt;CCARD_AUTH_SIMULATION&amp;lt;/b&amp;gt; (function group FCCT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that Visa and Mastercard (perhaps other acquirers too) do not allow to store credit card numbers.&lt;/P&gt;&lt;P&gt;In a current project we have the following scenario:&lt;/P&gt;&lt;P&gt;- Authorization of credit card payment is done using a third-party frontend&lt;/P&gt;&lt;P&gt;- The data are passed to SAP R/3 using an online interface without the credit card number but with the authorization code (&amp;lt;b&amp;gt;BAPICCARD-AUTH_CC_NO&amp;lt;/b&amp;gt;).&lt;/P&gt;&lt;P&gt;- Settlement is done within SAP (see sample FM &amp;lt;b&amp;gt;CCARD_SETTLEMENT_SIMULATION&amp;lt;/b&amp;gt; in group FCCS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2006 05:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-salesorder-createfromdat2/m-p/1677693#M298857</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-10-27T05:45:02Z</dc:date>
    </item>
  </channel>
</rss>

