How delete a payment card in salesorder

Hi Guys,
I'm using the BAPI_SALESORDER_CREATEFROMDAT2 to creat a salesorder.
I'm filling up the structure ORDER_CARD to insert a payment entry.
The big problem is that I can't use the BAPI_SALESORDER_CREATEFROMDAT2 to exclude this entries.
I try to use a SHDB program but it does not work well.
Do Someone know a way to delete this data??
tnks.

Alchemi,
I'm using the BAPI_SALESORDER_CHANGE and the BAPI_SALESORDER_CREATEFROMDAT2 together, Cause the Bapi change does not have the structure BAPICARD.
Do you have any other sugestion???
tnks a lot.

Similar Messages

  • How to configure payment cards procedure

    hi,
      can someone through some light how to go about it .
    Regards
    Anil

    Hi Friend,
    Set Up for Credit Card Payment Processing
    Given below is the set up for credit card payment processing:
    01. Set Up Credit Control Areas:
    02. Define Credit Control Area
    Transaction: OB45
    Tables: T014
    Action: Define a credit control area and its associated currency. The Update Group should be ‘00012’. This entry is required so the sales order will calculate the value to authorize
    03. Assign Company Code to Credit Control Area
    Transaction: OB38
    Tables: T001
    Action: Assign a default credit control area for each company code
    04. Define Permitted Credit Control Area for a Company
    Code
    Transaction:
    Tables: T001CM
    Action: For each company code enter every credit control area that can be used
    05. Identify Credit Price
    Transaction: V/08
    Tables: T683S
    Action: Towards the end of the pricing procedure, after all pricing and tax determination, create a subtotal line to store the value of the price plus any sales tax. Make the following entries:
    Sub to: “A”
    Reqt: “2”
    AltCTy: “4”
    06. Automatic Credit Checking
    Transaction: OVA8
    Tables: T691F
    Action: Select each combination of credit control areas, risk categories and document types for which credit checking should be bypassed. You need to mark the field “no Credit Check” with the valid number for sales documents.
    07. Set Up Payment Guarantees
    08. Define Forms of Payment Guarantee
    Transaction: OVFD
    Tables: T691K
    Action: R/3 is delivered with form “02” defined for payment cards. Other than the descriptor, the only other entry should be “3” in the column labeled “PymtGuaCat”
    09. Define Payment Guarantee Procedure
    Transaction:
    Tables: T691M/T691O
    Action: Define a procedure and a description.
    Forms of Payment Guarantee and make the following entries Sequential Number “1”
    Payment Guarantee Form “02”
    Routine Number “0” Routine Number can be used to validate payment card presence.
    10. Define Customer Payment Guarantee Flag
    Transaction:
    Tables: T691P
    Action: Define a flag to be stored in table.
    Create Customer Payment Guarantee = “Payment Card Payment Cards (All Customers can use Payment Cards)”.
    11. Define Sales Document Payment Guarantee Flag
    Transaction:
    Tables: T691R
    Action: Define the flag that will be associated with sales document types that are relevant for payment cards
    12. Assign Sales Document Payment Guarantee Flag
    Transaction:
    Tables: TVAK
    Action: Assign the document flag type the sales documents types that are relevant for payment cards.
    13. Determine Payment Guarantee Procedure
    Transaction: OVFJ
    Tables: T691U
    Action: Combine the Customer flag and the sales document flag to derive the payment guarantee procedure
    14. Payment Card Configuration
    15. Define Card Types
    Transaction:
    Tables: TVCIN
    Action: Create the different card types plus the routine that validates the card for length and prefix (etc…)
    Visa , Mastercard, American Express, and Discover
    Create the following entries for each payment card
    AMEX American Express ZCCARD_CHECK_AMEX Month
    DC Discover Card ZCCARD_CHECK_DC Month*****
    MC Mastercard ZCCARD_CHECK_MC Month
    VISA Visa ZCCARD_CHECK_VISA Month
    The Routines can be created based on the original routines delivered by SAP.
    links:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/a6/b1853478616434e10000009b38f83b/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/SDBILIVPC/SDBILIVPC.pdf

  • HT201303 How delete a Credit Card and use iTunes Card?

    I have trouble with my Gift Credit Card and would like to use just iTunes Card.
    But all time Apple send me to Credit card and I have $100 on iTunes Card.
    So how delete Credit Card? Apple say I must pay them $30.
    How it's possible? They don't check credit of credit card?
    Strange.

    Changing Account Information  >  http://support.apple.com/kb/HT1918
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT201303 How to change payment card?

    How do I Chang my credit card info?i have changed password and was asked to enter credit card security code but I don't have that card any more
    I want to give a new card but cannot find a way to do it
    It seems impossible to submit a new card

    On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on an iOS device (iPad, iPhone or iPod Touch) then you could try tapping on your id in Settings > Store (Settings > iTunes & App Stores on iOS 6) and selecting 'View Apple ID' on the popup.
    Changing account information : http://support.apple.com/kb/HT1918

  • SD Payment card deletion in Sales order (Standard fucntion?)

    Hi all,
    I have this below scenario regarding updating of Payment Card in a sales document (Header level)
    Requirement is to need to be able to add/delete a payment card when an cusotmer does it online.
    An customized RFC(Z_RFC_1)is called form the outer application RFC is called which internally calls
    Z_RFC_1 internally calls SD_SALES_HEADER_MAINTAIN.
    Here in SD_SALES_HEADER_MAINTAIN is a structure FXZAKAKOM. Here I am passing
    I have the following information to pass.
    TYPZM     Means of payment for classifying payment card plan lines
    CCINS          Payment cards: Card type
    CCNUM     Payment cards: Card number
    FKSAF     Billing status for the billing plan/invoice plan date
    UPDKZ     Update indicator
    When I send UPDKZ = u2018Iu2019 a payment card is created for that sales order.
    Tables: FPLA, FPLT, FPLTC. (Tables for payment card).
    Linked to VBAL-RPLNR
    But when I wan to delete a card and I send u2018Du2019 in field FXZAKAKOM-UPDKZ (SD_SALES_HEADER_MAINTAIN). It does not work.
    After debugging I found that I can delete the payment cards by using function BILLING_SCHEDULE_SAVE. But here the problem is the link in VBAK-RPLNR does not get updated. Hence I have to clear VBAK-RPLNR using a UPDATE statement. (Which is not advised).
    Irrespective of the above scenario can any one let me know how a payment card can be deleted from a sales order using a standard function module.
    Note: Currently I am using SD_SALES_HEADER_MAINTAIN.
    Thanks in advance.
    Kiran

    Hi manam narayana
    Either  you need to have a separate sales document type , but with the same sales document type OR ,it is not possible.So if you want to make it mandatory payment card field mandatory then first of all copy document type OR to ZOR . Now use transaction variants  using t.code SHD0 and there give document type ZOR and business object as BUS2032.and make the feild payment cards as required .
    Now create the sales order using document type ZOR for the customers for whom payment cards should be mandatory.
    But with the same document type i think it is not possible.Because if you make this field mandatory it will affect to all customers
    Regards
    Srinath

  • Deletion of Credit Card in CRM does not delete it ECC

    HI,
    Background of th issue:
    When we add Payment Card lines in CRM order ,those are added in ECC order, but when we delete the Payment Card lines in CRM order,it is not getting deleted in ECC order.
    We opened a OSS message for this issue and SAP recommendation was :
    Use Scenario A (Note 642944)
    My follow up question :
    Scenario A offers a lot of flexibility in changing the Sales document in ECC as well as CRM, and it can resolve this issue.But Scenario A comes with its own restrictions in using APO with CRM ,rebate processing, etc (Note 642944). Because of these restrictions we do not really want to implement Scenario  A.
    We are looking for a solution by which we can delete the payment card lines in CRM order and it should get deleted from the ECC order. (We do not intend to change orders in ECC or do interdependent changes in CRM/ECC - Scenario A)
    If someone has deal with this issue without implementing Scenario A please let me know.
    We are on CRM 5.0 and ECC 6.0
    Thanks a lot
    Swapnil

    closing this thread.
    this is possible only with scenario A

  • HT201303 How do I delete a credit card from payment options?

    How do I delete a credit card from payment options in the itunes store?

    How did you solve it? I just waited until my credit card expired and kept a gift card balance always running so that I did not have to give them my personal credit card info. They admitted to almost and/or being hacked so why not aloow PayPal or using a credit card without keeping its info?
    Thank you,
    [email protected]

  • How can i delete my credit card i lost my card so i cant use it anymore so i wanna delete that.

    how can i delete my credit card on my apple account? i lost my card so i can't use it and because of that i can't use my account to update or download apps plz help me asap

    On your device:
    Settings > iTunes & App Stores > tap ID > sign out > sign in with corrected credit card info
    On your computer iTunes:
    iTunes menu > Store > View account > edit payment type

  • HT4436 How do I delete my credit card information

    How do I delete my credit card info it won't let me download any apps or update. I want to remove it but don't know how.

    This guide will tell you how to change your payment information: http://support.apple.com/kb/HT1918.  If, however, you want to purchase free apps without a credit card, you'll have to create a new ID by following this guide: http://support.apple.com/kb/ht2534.  (Note that you have to start by installing any free app, then create the ID.)

  • How to delet the credit card details from apple id account

    how to delet the credit card details from apple id account

    On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your phone then tap on your id in Settings > iTunes & App Store and tap on 'View Apple ID' on the popup and log into your account  - that should also give you a payments link on your account's page.
    Changing payment info : Change or remove your payment information from your iTunes Store account (Apple ID)
    If you don't get the 'none' option on the payment details screen : Why can’t I select None when I edit my Apple ID payment information?

  • HT201303 How do i delete my credit card info from i tunes and still down load stuff??

    How do i delete my credit card info from i tunes and still down load stuff??

    I think this issue has already been resolved in other discussions, please review Apple Discussions more carefully before you start a new discussion. This makes it easier for people to find the "resolved" discussions when searching for the anwers, like you are.
    But I'll still give you some info.
    I would suggest that you sign into your iTunes Store account using a computer as mobile devices can sometimes not update the info on your iTunes Store account(all based on connection and some security features on your account). Once you sign in, click the arrow next to your email address in the upper right corner of the screen and then click "Account". In the Apple ID summary, you can click edit in the payment section and then you need to click "None" that appears. Try these steps:
    click this link:
    https://phobos.apple.com/accountSummary
    (If you are not already signed in, you will need to enter your iTunes Store account name and password and then click the Account Info button to sign in.)
    The Apple Account Information page will appear. On this page, click the Edit Payment Information button, which is the second button from the top.
    On the Edit Payment Information page, select "None" from the list of credit card types. This will delete your billing information.
    Be sure to click the Done button at the bottom of the page to save your changes.
    Please note: you cant remove your credit card if have an outstanding balance without providing a new credit card or iTunes Store Gift Card(needs to process all payments before you can remove a credit card). Also, any active allowances or subscrtiptions(i think) will not allow the credit card to be removed.
    Some people are not given the option to remove their credit card. This indicates a billing issue with your account. Email iTunes Store Support for assitance, but I would make sure you havn't used the iTunes Store account for a while(week) and then try again.
    All Apple ID info is private, so only the accoutn owner can edit the information. I suggest that you keep trying and trying after restarting your computer and many sign in and sign outs before you give up.
    _W_W_W_._I_N_F_O_W_A_R_S_._C_O_M_

  • How do i delete my credit card information from my account while keeping the account ?

    I want to delete my credit card information from my APPLE ID but there is no NONE button, how do i do this ?!?!?

    Hi Jill1963,
    Welcome to the Support Communities!  The article below will help you change your iTunes Store account billing information:
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    Cheers,
    - Judy

  • How do I delete my credit card information from my account?

    How do I delete my credit card information from my account?

    Hi Jill1963,
    Welcome to the Support Communities!  The article below will help you change your iTunes Store account billing information:
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    Cheers,
    - Judy

  • HT2534 How do I delete a credit card used to buy books with ibooks?

    I purchased a book through ibooks with my ipad.  I did not authorize a credit card to be saved and did not set up an account but it was there.  I did not intend to purchase the book and assumed they would need to ask me for payment - the book went through.  Now I do not know how to cancel this card so I will be asked for payment in the future.
    Thank you for your usual wonderful help.

    You can't delete a credit card unless you replace it with another.
    Simply enter some incorrect information if you want to stop the card being used.

  • HT201303 how to delete my payment method?

    how to delete my payment method and my credit card details?

    the none option dissapears when theres a unauthorized or pending operation.. check your purchase history to see if theres a pending charge that couldnt go through..if theres some pending payment, it gets fixed, using another credit/debit card or a itunes gift card once theres no pending operation, the none option returns
    it can also be blocked by too many personal information changes
    to unblock you need to contact apple support, so they can reset your account and try again.. its recommended to make changes at intervals no less than 30 minutes between attempts

Maybe you are looking for