How are *Credit Card*--Cash Advances handled?

How are *Credit Card*--Cash Advances handled? Can employees add that to their Expense report?
Example: If the employee takes a $100 cash advance and reconciles the transaction in SAP Expense, we are expected to pay
Credit Card Provider $100.
However, how does the employee account for underutilizing that $100 (e.g. $20 remaining in their pocket).
Does the individual create and link the $80 of expenses to that $100 cash advance and receive a $20 debit to their employee vendor?
Also, we know that currently there is no MCC Code Mapping in the system for Cash Advance.
Is there a work around this.

Hi Rahul,
I had a customer which had this situation. We solved this issue with a BAdI implementation in ERP.
The traveler adds this withdrawal as a normal expense item which is assigned to special account alias code. The BAdI implementation recongnizes this alias code and removes the expenses and charges this costs to the employee.
Example:
Withdrawal        100 USD
Taxi                     80 USD
Bus                        5 USD
Unused                15 USD
Standard posting to FI:
Taxi Costs                           80,00
Bus Costs                            5,00
Withdrawal                          100,00
Employee Vendor                                85,00
Credit Card Account                          100,00
The correct  posting would be:
Taxi Costs                           80,00
Bus Costs                           5,00
Employee                           15,00
Credit Card Account                         100,00
To achieve this posting it is required to
map the withdrawal expense type to a special account alias code (in the coding
example below: ADV)  and  to implement the following coding in BAdI
BADI_DCFL_FIN_IDOC_DATA_TV:
  DATA: lr_item               TYPE REF TO dcfls_preproc_it.
  DATA: lr_vendor_item         TYPE REF TO dcfls_preproc_it.
FIELD-SYMBOLS: <tv_item_adv>  TYPE dcfls_runtime_tv_item.
FIELD-SYMBOLS: <tv_item_emp>  TYPE dcfls_runtime_tv_item.
FIELD-SYMBOLS: <tv_header>    TYPE dcfls_runtime_tv_root.
  DATA: lt_string              TYPE TABLE OF string.
  DATA: ls_string              TYPE string.
  LOOP AT cs_preproc-item REFERENCE INTO lr_item.
    ASSIGN lr_item->bo_specific_item->* TO <tv_item_adv>.
    IF  <tv_item_adv>-tv_category = '03'  "Expense Item
    AND lr_item->ksymb = 'ADV'.
      CLEAR lr_vendor_item.
      LOOP AT cs_preproc-item REFERENCE INTO lr_vendor_item WHERE rtkey_it <> lr_item->rtkey_it.
        ASSIGN lr_vendor_item->bo_specific_item->* TO <tv_item_emp>.
        IF  <tv_item_emp>-tv_category = '01'  "Due Item
        AND <tv_item_emp>-pernr_d IS NOT INITIAL.
          EXIT.
        ELSE.
          UNASSIGN <tv_item_emp>.
        ENDIF.
      ENDLOOP.
      IF <tv_item_emp> IS ASSIGNED.
        <tv_item_emp>-wrbtr = <tv_item_emp>-wrbtr - <tv_item_adv>-wrbtr.
        DELETE cs_preproc-item WHERE rtkey_it = lr_item->rtkey_it.
      ELSE.
        "Create Vendor Item with negative amount
        <tv_item_adv>-tv_category = '01'.
        ASSIGN cs_preproc-bo_specific_root->* TO <tv_header>.
        SPLIT <tv_header>-note AT '/' INTO TABLE lt_string.
        READ TABLE lt_string INTO ls_string INDEX 4.
        IF sy-subrc = 0.
          <tv_item_adv>-pernr_d = ls_string.
        ENDIF.
        CLEAR: lr_item->ksymb,
               <tv_item_adv>-note,
               <tv_item_adv>-zuonr.
        <tv_item_adv>-wrbtr = <tv_item_adv>-wrbtr * -1.
      ENDIF.
    ENDIF.
  ENDLOOP.
  IF  <tv_item_emp> IS ASSIGNED
  and <tv_item_emp>-wrbtr IS INITIAL.
    DELETE cs_preproc-item WHERE rtkey_it = lr_vendor_item->rtkey_it.
  ENDIF.

Similar Messages

  • TS1702 how to credit card information?

    how to credit card information?

    Settings/iTunes & App Store
    Then click your Apple ID name
    Select View Apple ID
    logon
    Click Payment Information

  • I'd like to preorder a cd off iTunes, but the only options for payment are credit cards. I'd like to pay with an iTunes gift card, can I do that? How do I do that?

    I'd like to preorder a cd off iTunes but I don't want to use a credit card, I have a gift card that I'd like to use. Do I have to preorder with a credit card, or can I use the gift card?

    I've seen nothing to indicate that you can't use an iTunes gift card to make a pre-order. If you redeem the card, you should be able to make the pre-order. For general information about pre-orders, see:
    http://support.apple.com/kb/HT5714
    Note, however, that it will be your responsibility to keep track of the charge that will go against your credit balance when the CD becomes available and ensure that you have sufficient balance or a credit card entered to cover the charge. If you don't have sufficient balance at the time the CD is available, the iTunes Store will probably go ahead and make the sale but you will then not be able to download anything further, even things you've already purchased, until you either provide a credit card or redeem another gift card sufficient to cover the amount you owe.
    Regards.

  • How many credit cards needed to build credit?

    I currently have a 586 Fico score and here's what is helping me build:
    Capital One Classic Platinum $300 CL enrolled in the STEPS program.
    Capital One Quicksilver Mastercard $500 CL enrolled in the STEPS program
    Fingerhut credit account $300 CL
    Victorias Secret $250 CL
    Is this enough to build with or should I apply for another credit card?
    BTW I also have a car loan, was late 7 months ago, but I haven't been late since the beginning of 2015. I also have student loans that are current and never late.

    Christine_0723 wrote:
    I raised my kids as a single parent and didn't feel I could afford to to use credit so I didn't other that my car payments.  Now married and kids are gone so I really want a home of our own.  I'm trying to build credit and have two credit cards that I've obtained in the last 3-4 months.  Not having a habit of using them, I really don't except enough to show I use it,  I have a 1500 limit on one and a 800 limit on the other one, but I keep the owed amount at 25.00 combined and pay it off as soon as it reports to the bureau.  My question is, I keep reading that most people have about 7 cards. Would I build credit faster if I had more, or can I achieve the same thing with two?  3-4 cards will be enough to build credit on.  is all about ultilization at the end and not how many cards you have. 

  • HT1918 How remove credit card

    How do I remove my card

    You must go on to iTunes using a computer not an iPhone or iPod. If you had an form of gift card (other than the iTunes gift card itself) you can't change your information unless you actually put a legit credit card number in. I had this problem before where I was 15 and put a Visa gift card as a credit card on iTunes and then it wouldn't let me edit it. I bought $30 worth of music using the card and never got charged for it. Anyway, this message would pop up every time I wanted to download something saying I needed to update. Eventually I couldn't do anything on that account anymore so I made a new one. Making the new one was really hard in the beginning because I they have it set up so you have to enter a card number in the new account sign up area. 
    I got to make my new account without a credit card because what you have to do is 
    -go on to iTunes
    -go to the store
    -look to the right and find the "quick links" area. 
    -scroll down past all the top songs, albums, movies ect until you get to "free apps" (make sure its the free ones so it can actually work)
    -without being logged in to any account hit download for a free app
    -iTunes will ask you if you want to make a new account or sign in, choose new account
    -once in new account you will be asked what email and password you want along with other security stuff.
    -when you get to billing there will be the place for credit card information and then all the way at the end of the list of credit card brands will be the option labeled "none". Click it and fill out the rest of the form and get your new account without credit card information

  • HT1918 how to credit card off itune account

    how to take credit card off of itune account

    Go to the iTunes Store. Log in to your account. Next to "Payment Type" click on Edit. Choose "None" as your payment type.
    Hope this helps!
    ~Joe

  • How remove credit card details when I have iTunes credit

    How to remove credit card details when account is frozen and have iTunes credit?

    http://support.apple.com/kb/HT1918 for changing payment types in iTunes

  • How your credit card can be stolen to purchase on AOS?

    If you use a credit card with a wrong CSC/ CVV code on Apple Online Store.  I got an email the next day saying the credit card authorization is denied.
    Make sense.  I ignored the order and didn't cancel it.
    A few days later, I got a shipment note, and the thing is on its way to my home.
    I had no idea what happened. Apple CS told me I'd need to pay 15% restocking fee if I return it for whatever reason.  But they didn't explain why on earth they debit my card after telling me it's denied, and I gave the wrong security info.
    I complained to my credit card issuing bank, and they suggested me to dispute.
    Guys, beware of your credit cards being stolen this way.

    This is a user to user technical assistance forum, no, we do not answer for Apple here and Apple is not here, so Apple does not answer questions here.
    If you have a real issue with Apple you will need to address it with Apple directly. The bottom of every Apple webpage has a Contact Us link to communicate directly with Apple.
    My name is Dah•veed, as in David in Spanish.

  • How are stacks and version sets handled in Mobile Albums

    I am thinking of purchasing PSE 12.  However, I have a question about the way stacks and version sets are handled in Mobile Albums within Revel.
    When photos are in stacks or version sets in PSE 12 and I sync those photos to Mobile Albums in Revel, do the photos also appear as stacks and version sets in Revel?  Or, do the photos which were in stacks and version sets in PSE 12 appear individually (i.e. un-stacked and not in version sets) in Revel?

    I had the same issue. It took me a lot of time playing with the interface before I finally figured out the problem. Even though, when you double click a photo (single view) from within the default grid view, you "do" get the option to expand a stack or version set (not greyed out). However, it does not work. My frustration with that is that since it was not greyed out you would naturally expect it to be functional and it is not. In grid view the option is greyed out however that caused confusion as well since this option works in Elements 12 default view. So, one assumes it is a defect. Right? So the solution is to switch the grid view to detail view (view -> detail). Once you do that then the expand function works as expected. This should have been explained as I believe it is a change in functionality (user work flow) from earlier versions. I did try to find wording about this in the help file but no luck.  

  • Credit card sales

    how are credit card sales are controlled under SAP FI_AR? Are there any commercial Interfaces available in the market?  As a Financial consultant how do you deal the situation?
    thanks,
    aruna.

    hello Aruna,
    The below two function module are available in standard SAP for the payment card interface with the clearing house.
         CCARD_AUTH_SIMULATION
         CCARD_SETTLEMENT_SIMULATION
    Configuration settings need to be maintained with Authorization and settlement GL accounts for different cards like VISA, MC, etc
    At sales order level, the credit card number can be maintained in encrypted form, which will trigger authorization immediately by saving the order. While releasing the billing to accounting, the invoice will be a cleared item. Settlement can be run in schedule intervals.
    But few scenarios, credit card payment are decided at the invoice level in AR, also resulted in the same process of authorization and settlement.
    Hope this clears your doubt.
    Regards,
    shashikanth.

  • Any help about CREDIT CARD handling for E-commerce

    I want to create a JSP page that would
    1)Get credit card information
    2)Validate the credit card number
    3)handle the transaction
    Who will be the volunteer to give me detail about all of this process.
    The implementation of CREDIT CARD TRANSACTION handling for E-commerce applications.
    Any help??????
    I am looking for you people.

    You know, I find it frightening to think that somebody out there in E-Business Webland is going to be taking my credit card number for some purchase ...
    ... and the programmer who threw the website together had to come to this forum and ask, "How do I do that, details please?"
    No offense, of course ... <:-(

  • 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

  • Store with no Credit Card

    Greetings fellow Internet inhabitants,
    How does the average person setup an account on this service without having to enter credit card information?
    I would like to complete my iTunes store setup so that I can download album art and what-not for my MP3 collection. It's easier than scanning it in, and takes up a lot less space. I have my AppleID, and can login, cruise the iTunes store website, but as soon as I log in with the iTunes software, it says that my account has not finished setup. That, my friends, is bullsh!t.
    What they mean to say is that the Apple store has not had an opportunity to feel around inside my wallet to extract 1 or more credit cards that can be hit for a small fee in order to "verify" my credit is good. I'm not asking for anyone to check my credit's soundness, I am trying to login to check out the service, decide if it is worth my time, and to possibly spend some GIFT CERTIFICATE cash, not credit card cash, on the site.
    Mark

    Actually roaminggnome, I am not displeased with the service thus far. Yes, I am bound by the service providers' rules, but not by their policies. The policies of a service provider are THEIR policies. The service agreement that I read didn't say anything about being forced to share my information. It did say that I acccept all responsibility for purchases made from my account, and that Apple may share my information with others, but I don't have a problem with that if I control what PERSONAL information they have to share about me.
    Now, the fact that I can setup an account without sharing my credit card information begs another question: Why can't the customer just do this at the beginning of the transaction?
    In order to do this, I had to rely on others to point me to the link. Then I had to use a different email address because the other one didn't provide this "payment option". As a service provider, Apple is not generating a lot of trust or goodwill. This option should be a standard option for every account. I do indeed have the option of going elsewhwere. Thanks for making me feel so welcome.
    Just my 2¢, collect the whole dime.
    Cheers!
    Mark

  • A/P & Credit Cards

    Is there a document, or can someone explain the proper process for handling credit card payments to vendors?  this is really two questions, first is how to process the transaction when you pay a vendors invoice with a credit card?  And second, how should the payment to the credit card vendor be handled?

    Hi,
    You can refer to credit card documentation on below link :
    https://websmp208.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000371280&_OBJECT=011000358700004490652004E&_SCENARIO=01100035870000000183&
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Credit card payment not cleared

    Hi all,
    User processed the credit card payment on jun 11/14 but in the sap still it is showing as open item please give me your suggestions what would be the reason,is there any thing we need to check in the sap please advise

    Hi Anil,
    Is it related to T&E?
    Is your company using AMEX ? How the credit card payments are done to the card vendor and how the credit card statements are coming into the SAP System ?
    Can you please explain the step by step process, which you are following ?
    Regards
    Mohit

Maybe you are looking for

  • Satellite T230 and Windows 8 compatibility

    Hello, My Satellite T230 (PST4AE) is not listed on Windows 8 compatibility's page. Is it not compatible at all?

  • Time Machine Not Compacting SparseBundle on Time Capsule

    Hi I am running Snow Leopard 10.6.4 and have a time capsule to hold my iTunes Library and act as my Time Machine repository. I'm experiencing the problem where Time Machine has filled up my 1TB Time Capsule, and will not back up any more. I can see t

  • SQL *Loader and External Table

    Hi, Can anyone tell me the difference between SQL* Loader and External table? What are the conditions under we can use SQL * Loader and External Table. Thanx

  • Bug with Business Objects 3.1 Client installation. Very annoying indeed.

    I have faced a few issues while developing with the Client installation (which includes the Client Development SDK) of business objects 3.1. Some of the code just don't work with the client installation. They give Invalid cast exceptions. The same co

  • NFL Redzone, can I stream/hook  it to my TV?

    I have an Iphone 4s and I have the NFL redzone and am wondering if there is a way to hook it up to my HDTV. I have not bought an adapter yet and do not want to unless someone else has had luck with NFL redzone. I have seen that netflix works.