Reading Credit Card File (Oracle Cloud 11.1.9.0.0)

Hi All.
We have requirement to import Credit Card Transactions into Fusion Expenses to create Expense Reports. We are using Master Card so we cannot connect to the Bank's Server.
1. Can we upload the credit card file to UCM to import into fusion Expenses?
2. We have a SFTP server. Can we place the file in SFTP Server and configure Fusion Expenses to read the file from SFTP Server?
Thanks,
Arun

Hi Varad,
Well, Oracle Metalink actually got it fixed for me! Got to give them credit.
I ran the 1st bit of SQL they sent me and it fixed it so I think it was only cosmetic. I've enclosed all of their response in case others may find themselves in similar situation.
Thanks again for YOUR help too.
Perry
==========================================================
1. Do you see any invalid objects in the database?
2. Please update the SR with the output of running the commands below
1.Connect as SYS.
set serveroutput on (This will let you see if any check fails)
exec validate_apex; (If your version is 2.0 or above)
If all are fine, the registry should be changed to VALID for APEX and you should see the following
message:
PL/SQL procedure successfully completed.
Note : The procedure validate_apex should always complete successfully.
With serveroutput on, it should show why Application Express is listed as invalid.It should show output like:
FAILED CHECK FOR <<obect_name>>
Or
FAILED EXISTENCE CHECK FOR <<object_name>>

Similar Messages

  • Credit card file upload(Tcode: PRCC) in a batch process

    Hi all,
    Is it possible to make credit card file upload(Tcode: PRCC) in a batch process.
    when i tried doing so got message "frontend function cannot be created in batch mode" .
    I am aware that it is because this program is using "GUI_UPLOAD" function module which is for front end only and not for background processing.
    But as this is standard program I cannot change method of uploading flat file.
    Please suggest me any method to solve my requirement. I need to make credit card file upload in a batch process.
    Thanks ,
    Snehal

    Check mark parameter 'File is not local' for SAP to read file from application server (file is read using open dataset instead of gui_upload). This would allow you to run this tcode in background.

  • Trying to update my credit card for Creative Cloud account but chat support is always repeating the same thing?

    I'm just trying to update my credit card info for my Creative Cloud account, it's been 6 times I've contacted chat support.
    Every time they repeat the same questions & answers over & over.
    "What's the name on the card?"
    -I give it to them.
    "It will take 4 to 5 hours to update."
    -I wait a day, same problem, then contact them again, same question & same answer. They don't give me a reason or any indication why my card didn't get charged.
    I re-phrase my questions, always same answer:
    "Your payment details are updated, your account will be activated in 4-5 hours."
    Are they robots?
    Is there actually somebody on the end of the chat, is it possible to talk to a supervisor or someone that could help me give you money so my account doesn't expire?

    Well, today my tools are going to be deactivated because my account is expiring.
    Still no solution or feedback on the status of the issue relating to the fact that my valid credit card is stuck in a processing limbo in their payment system.
    The biggest lesson learned is that subscription software & cloud based services are too risky for a professional production pipeline.
    Imagine if I had employees and a huge deadline this week, I would have to explain to my clients that the reason I can't deliver is because Adobe can't process my credit card for whatever reason, and they deactivated my tools.
    Now, I probably won't be able to work today but at least this situation as forced me to re-evaluate how I'm going to build my new workflows and those of my clients.
    I was actually planning to convert my video production pipeline to Adobe Premiere but now, it's guaranteed I'm staying with Final Cut.
    Same thing for my photo retouching & motion workflows, I'm stripping out every Adobe Cloud tool from it.

  • Inquiry on Credit Card File Format

    I would just like to inquire on what are the supported credit card
    brand and file format for:
    - USBank / Visa
    - Barclays Bank / Visa
    I see in the Paymetric Onboarding form the type USBC and VCF4, not sure if these are the correct ones we need to use and we are asking for your advise.

    Hi,
    This information is in the Integration Guide within Service Marketplace.  Check out the chapter on integrating credit cards.
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000767426&_SCENARIO=01100035870000000202&_OBJECT=01200252310001…

  • S5000-F cannot read credit card with Square

    Just last week bought a S5000-F Tablet, with the one main purpose, to use for accepting Credit card transactions using the "Square" card scanner. 
    It will not read the magnetic stripe on cards.
    The card reader works on my daughter's Apple, so the reader is OK.  As far as I can tell it uses the microphone input to read and display card numbers from the magnetic stripe, so maybe it is a microphone setting?
    Other than that it seems an OK Tablet, so far no other problem.  I have reinstalled the Square Register App twice, and tried suggestions from Square web site to no avail. The pad automatically updated the OS last night, but still no go.
    When I plug in the Square reader, the app recognizes it and says so - the app knows the card reader is connected OK, but still no numbers when scanning.
    Anyone else using Square?  Any help or suggestions much appreciated.

    Rahni-
    Have you tried this link? There is a section on changing the credit card on your account
    Manage your membership and payments
    Pattie

  • Lightroom 5 will not read my card files

    lightromm 5 will not read my card files

    alvinc wrote:
    lightroom 5 will not read my RAW preview file , no images in preview file to copy.instead of image file states , preview file unavailable for this file
    Hi,
    Please provide more information ... such as:
    - What are you trying to do? e.g. "Trying to import images from CF Card I get this message"
    - What PC are you using? e.g. "Mac, PC, memory etc"
    It is quite a cryptic thread but it sounds like you are trying to import directly from a CF Card, if you are copy the images to the hard disk then import.

  • How to update credit card details for Cloud membership payments? [was: Hello]

    Hello, I have to give a new card number for my payments.

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html

  • Not reading sd card ( file not supported by hp touchsmart video)

    using a ScanDisk in a camera , when i down load video with media smart the mesage is (file format not supported by touchsmart vedio.

    filetman wrote:
    the vidio file for the recorder is FAT16
    That's not the video file format, that's the "file system" format on the SD card.
    You need to know what the TYPE OF FILE you can't play is. The manufacturer of the camera will have documents on what types of files it can create, these are options you would set inside the camera itself.
    If you copy just the video file to your computer you can try playing it in Windows Media Player.
    (I have the feeling this is going to be a long discussion thread)

  • Credit card reader API

    Is there any API available by which i can access a Magnetic Card Reader attached my PC thro USB?
    Thanx

    talk to the vendor of the mag stripe reader, for a start. additionally, many of them ship with a driver which redirects the mag stripe data to stdin. this will be a native driver, so moving your code from platform to platform will be trickier, but for an app. that's reading credit cards, this isn't often an issue anyway. not many people decide to suddenly port their PoS app to another OS halfway through a project! (but I've seen it done)

  • How do you locate were to change your credit card for icloud?

    HOw Do you change your credit card for i cloud?

    Hi there aebquinn,
    I would recommend taking a look at the information found in the article below.
    iCloud: View or change your iCloud payment information
    http://support.apple.com/kb/PH2616
    -Griff W.

  • Lenovo Credit Card Services

    I received an email from Lenovo Credit Card services stating:
    Dear Lenovo Customer,
    We are currently trying to process your order number xxxxxx.
    For security purposes, we require that you call your bank and have your shipping address added to your credit card file.
    Once you speak to your bank, please call us at 1-800-426-3325 and we will attempt to verify the shipping address on your order with the bank.
    If no response is received within 4 business days upon receiving this email, your order runs the risk of cancellation.
    We appreciate your business and your prompt attention to this request.
    I replied to the email asking the Rep to have the laptop shipped to the billing address because my bank said it would take 5-7 business days to add another address but have not gotten a reply, I have tried to call the phone number in the call and left a message but got no reply and I wanted an update on my order. 

    I spent two hours to address some issues that even my credit card company doesn't think it is a problem. My order has been cancelled because my shipping address is different from my billing address (absurd no.1). I called my credit card company, they told everything is great, they have already grant the payment. My thought is: what is the bloody problem?
    Then i called Lenovo customer service and credit card team. They told me don't worry about it. As long as lenovo doesn't ship the order, they won't take my money. So I go online and try to place another order. Then, the webpage told me "unable to authorize the transcation."
    Seriously?! 
    I called credit card team again and try to figure out what is really happening. The gentalman told me he doesn't know what is going on. The only job he does is verify the information...... I asked he which bloody department know what's going on, and he told me to place order with sales department. 
    This is a fortune 500 company, and nobody know why their customer can process payment online?! This is a bloody IT firm! 
    Place order through phone means I will lost my cash back, and I am a poor student who wait table to survive my college study. The cash back I lost is pretty much the money I will get by waiting table for whole day. 
    Please, some one told me where I can file a complaint. Unless, NOBODY from LENOVO knows where their customer can file complain online!

  • How to change loaded credit card details?

    we are on version 6.04 and are using traval management with credit cards.
    We have loaded a credit card file in production without error only to notice afterwards that the file had incorrect amounts in it. There was a issue with the bank and they have since sent us a new file with the corrrect amounts.
    Our employees log into Netweaver to enter their expenses and select the credit cards into their expense as standard.
    How can i correct / remove these entries so that the correct amounts exist only for the employees? It is only the amounts that are incorrect.
    Thanks
    clive

    Clive,
    As long as the transactions are not included in the expenses report it should be Ok to delete the transactions and load again. Please look at the links below:
    http://scn.sap.com/thread/1976805
    http://help.sap.com/saphelp_470/helpdata/en/68/de611988ac11d194be00a0c92946ae/content.htm
    Report RPTTCLTA should do the job but use with caution.

  • Error while uploading Credit Card Transactions

    HI,
    I am facing a problem while uploading a credit Card File.
    Error is " Previous Import with Run Number ............... is unsuccessful, please import first."
    When I try to upload with previous run number is shows " This Rum number is already imported."\
    Please suggest how to clear the previous run number and how I can upload the credit card transactions.\
    Regds
    SG

    I am facing similar problem & tried all the suggestions given above but its not working out. Still the same error:
    Settlement run with number 0030112011 has already been imported. An error occurred during import.
    If I try importing with other import no., rcd the following msg
    Import of last work file with accounting number 0030112011 was terminated. First please import
    This settlement run is not available in PRCCD as well.
    The settlement run is avaiable in PRTA & is marked as unsuccesfull.
    Any pointers?
    Since there is no partial upload of transactions, re-loading is not possible because of the error.
    Regards
    Ravi

  • Which Table stores Credit card Amount Information

    Hi,
    I need to read Credit card amount (that's RV45A-ENDBK) value from the sales order to the custom development. In which table i can get this Value by linking order number ?
    Please help me
    Thanks

    I need to check RV60F-AUSTAMP this field too in Sales order, this is field is a Icon Lights when it's green i need to take value from the filed open authorized amount FPLAA-AUTWR?
    Any ideas? Help me guys...Will really appreciate any help..

  • Changing Expense types in the SAP Portal for Credit Card Receipts

    Hi Experts,
    We have a situation where we load a credit card file to SAP. The employee will then go review and subsequently send the expense claim to accounting. This is done via the SAP NetWeaver  Portal. Quite often the credit card company will send over details to an expense type called 'other' this was created to ensure that the credit card file loads.  It is the employee's responsibility to change the expense type from 'other' to the appropriate expense type.
    what is desired is to provide the user with an error message in the portal and PR05 that will enforce the user to change the expense type from 'other' to a more appropriate expense type.
    How can this be accomplished?

    Hello Martin,
    You can use a User Exit for this.
    In Web Portal, you can use the BADI TRIP_WEB_CHECK on which you can use the method USER_CHECK_LINE_OF_RECEIPTS.
    In PR05, you can use the Enhancement name: FITR0003: User Exit: Save Trip (PR01, PR04, PR05, TRIP) - before assigning trip number. It is the User Exit EXIT_SAPMP56T_002.
    This will check your receipt before saving.
    Regards,
    Raynard

Maybe you are looking for

  • How to set a default message in "Share Invitation" dialog box

    Hello, Working on SharePoint Online, my customer would like to have a default message whenever he adds a new user in a group. By default, when a user is added to a group, a text box appears with a greyed out text: "Include a personal message with thi

  • How can you tell if you've updated to mountain lion?

    I think I've updated to Mountain Lion, but hwo can you tell? when i click Apple --> "About this Mac" it saus OS X Version 10.8. Does this mena i have updated to Mountain Lion? This si my first Mac so learning as I go... Lance

  • Authorisation doesn't seem to take

    Hello all, I am looking for some help with ADE. Each time I start up the program, it asks me to authorise the computer , which it reassures me is a one time process. Each time. Obviously something is not working correctly. I can't find anyone else di

  • Purpose of creating smaller segmented stream f4f files?

    What the purpose behind creating smaller individual segmented stream f4f files instead of just creating a single large f4f file? If I removed the SegmentDuration and DiskManagementDuration parameters from the event.xml file so I can create a single f

  • Trace the updates on a Bex query

    Hi Team, Recently One of our Bex query got updated with new CKF & RKF by one of developer. But i don't know what are the changes that he made to that query. How can i get the total changes made by him and on what date he made this changes and what wa