Payment Card Status (PaCa) status Not Approved for authorized card in VKM3

Hi,
We are noticing that SAP is displaying payment card status as 'B' (Not Approved) in VKM3 even though the order has been successfully authorized with the credit card. Does anyone has any idea why and when SAP does that? Any help would be highly appreciated.
Thanks,
Paresh

Hmmm...
This is field VBUK-RMPSK, correct?
Was the status set to be during the Order Save in CREATE mode?  Or was it set to 'B' sometime later?  Are there any subsequent documents yet?
You can debug the code in FORM PRUEFUNG_KK_AUFTRAGE in INCLUDE LVKMPF0L where this status is set during Order Save.  I know that there are several OSS notes available which affect this INCLUDE and FORM, so it may even be that you need to apply some OSS notes - depending on the version of R/3 or ERP you are running.
You'll want to watch the value in fields DA_COST and DA_AUTWR.  Those are the values SAP compares to determine if the status should be set to 'B' or not.
Eric Bushman
Vice President, Solutions Engineering
[Paymetric|https://www.paymetric.com]

Similar Messages

  • HT1918 i have just made my apple id.i have made this for itunes.after making my account i have problen with the review payment information as i do not use any credit cards and there is no option like NONE in review payment information. what should i do no

    i have just made my apple id. i have made this for itunes. after making my account i have problem with the review payment information as i do not use any credit cards and there is no option like NONE in review payment information. what should i do now? to proceed further? plz help me!

    How did you create the account ? If you followed the instructions on this page when creating it then you should have got the 'none' option : http://support.apple.com/kb/HT2534
    e.g. on a computer's iTunes, if currently signed into an account then you logged out of it, and you then found a free app in the store and clicked on its free 'price' :
    And then clicked on 'create Apple id' on the popup :
    When I tried that process to create an account a few days ago I got the 'none' option on the payment details screen.
    If you didn't use that process then you will need to create a new account using it (the instructions won't work with an existing account).

  • I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    I am trying to download and install OSX Mavericks but everytime i input my Apple ID it keeps asking to review my account and then starts looking for credit card info, I do not have a credit card, also I thought OSX Mavericks was free, some help please.

    Yes I know it's free, but Im trying to find out how to download it and install, but I keep getting account review and asked for CC details as I have no CC I can't get the download or install it, any help please, what i don't understand is why would I be asked for CC details if it is a free download ?? i just want to know is there anything I can do.

  • IT 9 error "Payment method cheque in IN not allowed for payment to Persons"

    Dear Experts
    I am unable to give 'C' (Cheque) in Payment Method field in IT0009 (Bank Detail)
    It might be B'cos of availability of two options only
    ie
    By cash or by (ii) Transfer Not by Cheque ie 'C'.
    When I give 'C' Value I get error message
    "Payment method cheque in IN not allowed for payment to Persons"
    Kindly suggest how to input 'C'
    Rgds
    Kamal Singh

    Dear Dilek
    I could find out the Ans by the Procedure you told me .
    I could give value 'C' (Cheque) in Payment Method
    Thanx
    Rgds
    Kamal Singh

  • Is update not approved for a specific group via powershell.

    My apologies in advance for asking a similar question to the one I asked two months ago,
    is update approved for specific group via powershell? I thought I had this covered, but as I've found time to continue to work on this project I see that it does not.
    I have a script that iterates through updates and if the release date is older than 30 days and they have not already been “Approved for Install” or “Approved for Removal” for a specific group it approves them. I am currently faced with the dilemma that
    when an update is set to “Not Approved” for the specific group I’m working on it does not come across in my group’s approvals and there for I cannot detect its current state to know if I should approve it. In other words, I don’t want to approve an update
    that I set to not approved for a specific group.
    I am currently achieving all this so far by connecting to my WSUS server and getting any and all updates via $all = $wsus.GetUpdates(). I Then get my group’s approved updates via $groupApproved = $wsus.GetUpdateApprovals($GroupScope) where ApprovedStates
    = "Any" and ApprovedComputerTargetGroups.Add($current_wsus_group). While iterating through $all I grab updates that are older than 30 days and check to see if the updateID exists in my $groupApproved. If it does not, I approve the update. Like I
    said before, an explicitly unapproved update for my group does not show up in my $groupApproved. I understand it’s because of my GetUpdateApprovals($GroupScope) being just that and only getting approved for install or uninstall, but even when I try to simply
    GetUpdates($GroupScope) I am still not returned explicitly unapproved updates. Below is a screen shot of what I mean by explicitly setting an update to unapproved for a group. I’ve read up on
    ApprovedStates and possible enumerated values and it does include "NotApproved" defined as "Includes updates that have not been approved or declined.".
    Hope all that makes sense, thanks for the help.

    So, I've decided to go about this a different way. Rather than getting all updates and comparing them to approvals via a scope of updates for my specific group (which includes all actions but Not Approved), I am going to look at specific approvals for each
    update and see if there is a match for my group. A simplfied version of this is below. 
    $AnyAllUpdates = $wsus.GetUpdates()
    foreach ($udpate in $AnyAllUpdates)
    if ($update IsNOTDeclined IsNOTSuperseded LegacyNameNOTIA64 CreationDateLTDATE yada yada yada)
    # get the approvals for this udpate as they relate to my group
    $uApprovals = $update.GetUpdateApprovals() | ?{$_.ComputerTargetGroupId -eq $wsus_group.Id}
    if ($uApprovals)
    if ($uApprovals.action -eq "Install")
    # do nothing, the udpate was approved for install
    elseif ($uApprovals.action -eq "Uninstall")
    # do nothing, the update was approved for uninstall
    elseif ($uApprovals.action -eq "NotApproved")
    # do nothing, the udpate was not approved for install
    else
    # since there was no specific action then it must be an inherited not approved from teh parent group
    # approve the update!

  • Status overview iView not refreshed for performance documents on MSS

    Hi Experts,
    We are using the standard portal business package for Manager Self Service. However, recently, we found out that one iView was working before suddenly stopped working. This is the Status Overview iView for Maintain Performance Documents. When searching for the performance appraisal documents for a group of direct report employees, the status overviewtable is not refreshed. Although we do have the appraisal documents in
    R/3, the iView shows 0 results.
    we use MSS 600 SP 8 BP
    Please help.
    Thanks.

    Hi
    Can anyone please provide an input on this.
    Regards
    Sasha.

  • First time AMEX application - Approved for 2 cards!!

    Business credit. Also, I'm looking into buying a slightly used car and my debt to credit ratio would be under 30% by next August in addition to the next credit cards I intend to get and raise CLs on in the meantime. this may be outside the scope of this thread, but I intend on purchasing its small property and fixing it up then getting it reappraised for at least $10,000 for a next investment.

    Some background info: I started out with Equifiax score of 423 in 2011 when I signed up for credit monitoring and have hammered away at all debts since then. $900 left in student loans total to this today. This morning my Experian Fico score updated to 657 with a credit ulitization of 31% after I paid down my balances.  Equifax was 578 and TransUnion was 684, although AMEX doesn't pull from these.   I paid off all collections with pay for delete except with AFNI which I'm currently disputing.  Also, there is a judgement with Capital One also setlled.  Both negative accounts are over three years old.  I started with a bank credit card $500 CL, bank $1000 installment loan and 2 secured cards in June 2014, both $500CL.  I closed the secured cards and upgrageded to 2 CapOne cards (Journey and Quicksilver One) later that December. I've made steady on time payments on all accounts since the secured cards.  Two months ago, my CL doubled to $1000 on both CapOne cards automatically. Today: I applied online for the Amex Blue Cash (not preferred. I wanted free anuual cards) and was instantly approved.  I created an account online and noticed there was only a $1000 credit limit.   I decided to apply for a 2nd since it couldn't hurt much.  I decided on the EveryDay card.  I was prompted to call Customer service.   Phone conversationRep "I see there was a duplicate application"Me   "I applied for a second card.  I usually apply for two cards at a time.  However, I pay all my credit cards on time. I've done it for the past three years and don't intend to ever stop.  Check my credit report."Rep "We usually put a hold on second applications for 5 days"Me   -silent-Rep "Tell you what, I will make an exception for you.  As a matter of fact I will make two.  First, I just approved your second card.  Second exception I will make is that I will have your cards shipped with expidited shipping.  You will receive both in 2-3 days."Me   "Thank you.  I have heard how great AMEX was and its a breath of fresh air to have a such a great company to work with."
    Rep "Thank you sir, I wish you a great day"Me   "Thanks brother, you too" I told the rep I apply for 2 cards at once because I do.  Two secured cards at the same time in June 2014, two CapOne cards in December 2014, and now two AMEX in July 2015.  My experian report does show "No payments missed in 3 years".  Speaking honestly about the diligence you put into your finances will pay off.   I went into detail here to help out anyone who wanted to know the process of one way to get two amex cards within 5 minutes of each other. Cheers!  

  • Approved for Venture card (Visa signature), 10K limit!

    My white whale is the CSP and I apply once per year and get declined everytime. I have a freedom with a toy limit, $500. I've had it for almost 2 years and they never increase my limit. I decided that I would app for the Slate and I was approved with another toy limit, $500. I figured that I had pretty much maxed myself out for the number of credit cards I was eligible for (I now have 8).Well, I went to capital one and saw the venture card and thought, why not. Well, to my shock I was approved for 10K. I was floored. In my long life, I haven't had a credit card with a limit higher than $1800. It is my understanding that Chase likes to see, among other things, that you have a credit card with at least 5K. I'm hoping this new Venture limit will allow me to get a CSP in about a year.Also, I believe that I should consolidate my other credit cards onto the Venture.  Question:  Is it better to leave the venture with zero to 10% usage and leave my other cards with balances? Or, transfer all balances to the venture, putting it at 75% usage, while my other cards will be at 0% ? BTW, myfico TU is 695 and I am at 90% usage on all other cards.

    New job & multiple cards at 90% is definitely not the time to apply for premium cards then. Get those balances paid way, way down & as many as you can completely paid off. In 6 months, you might be able to get that "Holy Grail" card you keep trying for.shasta wrote:
    I haven't exactly been frivolous with my credit card debt. I was laid off for the 3rd time in about 5 years and decided that I needed to change careers. I had to buy tools, consumables, fuel and things like that while I was learning a new trade. I couldn't find reliable work in my new field and so far haven't paid off the credit card debt that I ran up. Things are looking up though, I was just made a job offer today and if it works out, I should be able to pay debt off in about 6 months.  

  • System profiler "information is not available" for PCI cards

    After swapping two cards in their slots, I get the message system profiler "information is not available" for all PCI cards. Mac Pro 4 core 2.66, OS X 4.11 server. The cards are still working. I tried clearing PRAM, etc. Is this a hardware problem or just system profiler being difficult? Is there any way to tell?

    That is a bit odd. Maybe try forcing kextd to run can resolve. You might be working off cached info and it is giving System Profiler a hard time. Run this command and then reboot:
    sudo touch /System/Library/Extensions
    That will update the modify time of the Extensions folder and trick the system into thinking you installed new drivers. This will force an update of the kernel caches when you reboot.
    Not sure it this will do it, but best I could think of.
    Hope it helps.

  • I do not have a credit card to purchase in the itunes store.  I do have an itunes gift certificate.  How can I use this card when I do not have a credit card?

    I do not have a credit card to get through to the itunes store.  I do have an itunes gift certificate.  How do I use this if I cannot get through the ID part to redeem my gift card? Thanks

    Hi cstafford84,
    Thanks for visiting Apple Support Communities.
    If you have not logged in to the iTunes Store before, first follow the steps in this article to create your account without providing a credit card:
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    Next, use the steps in this article to redeem your gift card:
    Redeeming iTunes Gift Cards and download codes
    http://support.apple.com/kb/ht1574
    All the best,
    Jeremy

  • I received an email that I have unused money from a gift card. I do not have the gift card and now I cannot access the unused money. What do I do? Phone support could not help me.

    I was notified by iTunes that I have unused balance from a gift card. I no longer have said gift card and now cannot access the unused balance.
    Customer support on the phone could not help me.

    You do not need the card once it's been redeemed. The balance will be tied to your iTunes Store account. Just log into your account on any of your devices and you should be able to see and spend the balance.
    There is no telephone support for the iTunes Store, just so you know for future issues. The iTunes Store provides support only via a web form.
    Regards.

  • I just bought an ITunes Gift Card and it is asking me for credit card information when I just put money on my ITunes account.

    I have no idea why this is happening. This has never happend before but I am trying to download music and I just added a Gift card to the account and it is asking me for credit card informaion.

    Add the credit card to verify your identity and then go back and select none to remove the credit card from your account.

  • Billing status in delivery not updated for free-of-charge flow

    Hi,
    I have a free-of-charge flow: sales order-delivery-invoice. The invoice has the net value 0 and do not goes in accounting. The problem is that the billing status in delivery is still "not invoiced" and because of this i can make more invoices for the same delivery/qty. Why the status in not updated? The item categ is relevant for billing (A).
    Thanks.

    You can refer SAP Note 33258 - Processing free-of-charge items.
    Where they talk about Item cat setting, use of Cond Type R100.
    Regards
    JP

  • OSU Mirror: mirror status reports 100%, not so for me

    This morning, when I was upgrading, I began by running 
    # pacman -Syy
    # pacman -Syu --ignore filesystem,bash
    If you look at this thread (#41) you'll see that only part of the new packages were installed. I sync'd my mirrors again; no luck.
    Several hours later, I ran the same commands again, and no luck: no packages were upgraded. Many packages were missing.
    So, I began by checking the mirror status. The first server on my list mirrorlist showed a status of 100% with no errors or warnings today.
    http://ftp.osuosl.org/pub/archlinux/    http     United States    100.0%
    But, after commenting out that server, everything worked as expect. Hence, either something is corrupt on my machine, or the OSU server is not in sysnc.

    6280 wrote: Dusty screen
    I think Nokia or Three clean this each time it is taken in for repair/service/update
    6280 wrote: Slider is so loooose! (i press a button on the upper slider, the whole thing just wobbles!)
    Most get loose, and you can't tighten it yourself!
    6280 wrote: My next phone is going to be a Sony Ericsson! (definatly!)
    Funny that!! I was very much looking at the Sony Ericsson W850i seems fab but will look into it a bit more first!
    Aubs

  • Credit block should not require for Credit card paid sales order

    Dear friends,
    my client want that sales oder with credit card payment should not block sales order for credit management reasons. Hoe can it be configured.
    Regards
    rdc

    Are you using credit card processing in SAP to get the authorization?
    If you are then the authorization should not block the order.
    Or are you using credit card as a form of payment (without authorization) in which case this needs to be put on the customers account as a payment and then the order entered.
    Where are you holding the credit card details?

Maybe you are looking for