Custom number in download history for subscription buttons

Ive emailed support about this but think it will be valuable to include here as well since i have not seen a solution. We currently use hosted buttons for recurring payments with the "custom" property set to our internal customer number. We set the custom value dynamically based on the current user. This all works perfectly and paypal correctly informs our back end via ipn of the the customer that has made a purchase.
The issue we have is that the "custom" field value does not appear in the paypal transaction history logs as specified here under the "custom number" column.https://developer.paypal.com/docs/classic/admin/download-history/ --------------------------------------------
Field Name : Custom Number
Description: Specified by seller in any of the following button-creation fields:
PayPal Shopping Cart Custom Number
Buy Now Custom Number
Subscription Custom Number
Format: alphanumeric
Payment Button Variable: custom
Related IPN Variable: custom
we desperately need every line in the transaction log to contain the custom value for each subscription so that we can tie transactions to customers.

UPDATE, Recieved a reply from technical support saying that this is intended behaviour.  "Kindly be informed that it is an intended behavior that the value passed in custom variable will not reflect in transaction history but can only be seen via IPN. My sincere apologies for the inconveniences caused but that is how it works." I dont quite understand this when developer.paypal.com/docs/classic/admin/download-history/ explicitly states that this field IS available in the the report AND I can confirm it works for other button types.
Custom Number
Specified by seller in any of the following button-creation fields:
PayPal Shopping Cart Custom Number
Buy Now Custom Number
Subscription Custom Number
" Aslo it works for the non subscription button types.  I probably being fobbed off.

Similar Messages

  • My serial number is "not valid for subscription products", but of course it should be. how do I fix that?

    my serial number is "not valid for subscription products", but of course it should be. how do I fix that?

    Hello,
    general informations you will find there: https://www.adobe.com/account.html and this brandnew website:  Serial number and activation support.
    In case you bought your program from these firms like Amazon this "serial number" obtained from them is not a serial number, only a code with which you can request a serial number from Adobe.
    The following part, so I just see at least ceased to exist on my Adobe website, everything plays out in the link from above. I let it there as an info:
    Here you have to go through your "Adobe Store", and look for the button "Serial Number Request". Fill in the form and, after a while you will get a "real" serial number.
    Hans-Günter

  • Firefox has been secretly saving my download history for the past 6+ months

    Looking for an explanation here if someone (preferably from the Firefox team) can provide one. I upgraded to version 20.0 this morning, and upon opening the new download manager window (Library) I was faced with my entire download history from the past 6+ months. This is something of a concern, because for as long as I've been using Firefox I've never had it set to remember my download history; it would always download a file and clear automatically to save me the bother of having to clear it manually.
    It's rather concerning to me that a privacy setting has seemingly only been controlling what the user sees (i.e. an empty download history) as opposed to what Firefox is actually storing.
    Is there a reason this has been happening? I'm already happy that it's nothing to do with DownThemAll as the files in the download history were not downloaded using DTA.

    Thanks for your reply Cor-el. The problem is that there were downloaded files showing in the new 'Library' that I no longer have on my system, plus the massive list included files that were 'Opened' as opposed to saved directly to a destination on my hard-drive.
    If these files weren't present in my Downloads folder, and Firefox had not been showing these in my download history previously (that is, in versions 19 and earlier), I still can't work out why it was storing information that wasn't visible to the user, or where this information suddenly appeared from.
    I appreciate this may be a simplistic view, but by my logic: Either the download history is stored and thus is visible to the user, or it isn't being stored in which case there won't be anything visible to the user. Firefox seems to have ignored a privacy setting here, by storing download history but providing the illusion of privacy by simply hiding the information.
    Hopefully you can see why this is a concern.

  • No Model Number in Download Page for Satellite Pro 6100, model PS610C-NGYSPP

    I am using Satellite Pro 6100,
    model PS610C-NGYSPP
    Serial No - 33127448P
    The Problem is I want download the Drivers for my Laptop.
    IN the download page (http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp?service=EU)
    if i take Product series = Satellite Pro 61xx
    and Model = Satellite Pro 6100
    IN The short Model no, i only have PS610U or PS610E
    and my model is PS610C,
    can any give me exact Product series, model and short model to use for the good drivers?
    Solved!
    Go to Solution.

    Hello Thaliehome,
    Your model is a canadian unit.
    Here is the link to your driver downloads for your model.
    http://support.toshiba.ca/support/Download/ln_byModel.asp
    Good luck.

  • Custom content in download as Powerpoint

    In one of our reports, we have a reference to a custom JSP, which displays a chart; we had to go this route to allow advanced charting features. This JSP is hosted in the built in OC4J web site. But when we enable download option, the custom content displayed by the JSP is not shown in the downloaded file powerpoint/excel.
    Is there any way to include the content of the JSP into the download as Powerpoint? Or is there any other way of including custom content (other than using a JSP) so that it can be downloaded in Powerpoint?
    Thanks in advance.

    UPDATE, Recieved a reply from technical support saying that this is intended behaviour.  "Kindly be informed that it is an intended behavior that the value passed in custom variable will not reflect in transaction history but can only be seen via IPN. My sincere apologies for the inconveniences caused but that is how it works." I dont quite understand this when developer.paypal.com/docs/classic/admin/download-history/ explicitly states that this field IS available in the the report AND I can confirm it works for other button types.
    Custom Number
    Specified by seller in any of the following button-creation fields:
    PayPal Shopping Cart Custom Number
    Buy Now Custom Number
    Subscription Custom Number
    " Aslo it works for the non subscription button types.  I probably being fobbed off.

  • Customer number in GL line items

    Hello All,
    I have loaded the GL line items data and created a report on customers. i am getting the report like this.
    Doc no--Item NoCustomer NoAccount typequantity--
    balance
    400001--13001D #--
    4000
    400001--2#S80--
    (-3000)
    400001--3#S20--
    (-1000)
    400002--12001D#--
    5000
    400002--2#S600--
    (-5000)
    instead of the above format my user wants to see the report like below. that customer number should also display for line items.
    Doc no--Item NoCustomer NoAccount typequantity--
    balance
    400001--13001D #--
    4000
    400001--23001S80--
    (-3000)
    400001--33001S20--
    (-1000)
    400002--12001D#--
    5000
    400002--22001S600--
    (-5000)
    waiting for the reply.
    Thanks,
    Sneha

    hi,
    here is the code.
        data: i_wa_source like line of SOURCE_PACKAGE,
                  i_wa_source1 like line of source1,
                   l_tabix like sy-tabix.
    source1[]
    = SOURCE_PACKAGE[].                                  "put it in one line
    data: source1 like SOURCE_PACKAGE.
    sort source1 with cust no descending.
    loop at SOURCE_PACKAGE into i_wa_source where Customer No = ' '.
          l_tabix = sy-tabix.
    read table source1[] into i_wa_source1 with key Doc no = i_wa_source-doc no.
    if sy-subrc = 0.
    i_wa_source-cust no = i_wa_source1- cust no.
      modify SOURCE_PACKAGE from i_wa_source index l_tabix.
    endif.
        endloop.
    you will need to add the filedname of the cust njo and the Doc no where evere i have used them in the above code.
    you can also take the help of an abaper for the above code.
    hope this helps.
    regards,
    Mahesh
    Edited by: Mony Maheshsingh on Feb 16, 2010 11:03 AM

  • Sold-to Party and Customer Number

    Hi frnds,
        I need to know the relation ship between sold to party and customer number.I know that for a customer number there may be more than one ship to party.But i want to know whether there exist more than one sold to party for a customer number. And i had a confusion that the customer number is either sold to party or ship to party Please explain me.
    Thanks in Advance

    Hi Anand,
    Generally we have some Paarner Functionslike
    SOLD TO PARTY
    SHIP TO PARTY
    BILL TO PARTY and
    PAYER. These are the partner functions.
    If u look in to Table VBAK u can find the Field name KUNNR with the data element KUNAG ( Sold to Party ).
    Customer Number and Sold to party may be same in some scenarios.
    SOLD TO PARTY will be always ONE for one Customer Number
    Customer Number may to Sold to Party or Ship to Party depending on the scenarios and the  requirment
    Best regards,
    raam

  • How do I delete all of my history on Firefox except for Download History?

    I want to delete my browsing history, cookies and cache but I want to keep my download history, all of it.
    I can't remember which version this was, but after updating, I deleted my browser history and noticed my download history was deleted up to a certain point, before the update. The last time I tried, I could delete my cookies and cache and my download history wasn't affected.
    I see in the "Clear Recent History" dialog that browsing and download history are consider one thing. It wasn't one thing before.
    I want to keep my download history but delete my browser history, cookies, and cache.

    Go to '''Options''' window > '''Privacy''' panel > in '''History''' session click '''Use custom setting for History''' > '''Clear history when Firefox closes''' then Settings button is active click it and then click everything '''except Download history or other things you want to keep it '''> click '''OK''' to save it, exit firefox and restart it.
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • One digit in customer number missing in Export to excel download

    Dear All,
               We have a customized report for customer collection.The output of this report is as per desired. But when we download it to excel last digit in customer master is missing.That means say customer number is 1100051 while we export to excel customer number showing is 110005 , last digit gets missing. This is for all the customers.
              One more point I would like to state here. In that report we have 2 radio buttons. Bank Receipt and Down Payment . This error is coming only for Down payment radio button.
              Can anybody please help me solve this issue.
    Regards
    Abhijit

    hi ABHIJIT DAS ,
    debug and see the internal table values ,whether the customes is comming fully  and also check the fiels length for
    that customer .
    regards,
    chinnaiya P

  • I am having problems downloading files from the web. After a number of files are downloaded, the system become sluggish, and then hangs. I traced the problem to the download history file: downloads.sqlite.

    After downloading a number of 1.0 MB files, the system became very sluggish, and I started to get lots of (Not Responding) messages when trying to download or just use Firefox for browsing. Using Performance Monitor, I observed that the Firefox executable was growing larger and larger - up to as large as 1.2 GB on a system with 2.0 GB memory. Page faults were off the chart.
    Looking for a similar problem, I found one that discussed the downloads.sqlite file becoming corrupted. I first noticed that this file was over 600 MB in size, so I deleted it. I then downloaded additional files, and observed that the new downloads.sqlite file would increase in size by about 150% of the size of each file that was downloaded. Once it would get up to 500 MB in size, the system started slowing down again.
    I don't know the purpose of this file, but it appears that it keeps a full copy of every file downloaded, which may be the function of a download history file, but it does not seem correct that the file should grow in size without limit, and thus impact the system.
    I would also appear that the Firefox executable is trying to read the entire contents of this file each time a new file is downloaded, which does not seem right.
    Temporary fix is to periodically delete the downloads.sqlite file when it gets too large and starts impacting performance.. Apparently it is smart enough to open a new file if the old one is not found. I am not sure what the correct behavior for this file should be. Apparently is does not re-initialize when a new Firefox session is initiated.
    Please feel free to contact me if more information is desired. I'm not sure what details you might need to troubleshoot this type of problem.

    Hi Katy, and a warm welcome to the forums!
    What is the exact name of the file?
    Is it aim.bin?
    Which requires either Stuffit Expander, or the Unarchiver to deflate.
    http://www.apple.com/downloads/macosx/systemdiskutilities/theunarchiver.html

  • Report  for "record payment history"  for customer ?

    Report  for "record payment history"  for customer ?
    Please send it.

    Dear Goutam
    Through <b>FBL5N</b>, you have to select "<b>Cleared items</b>" with "from to date" and execute.
    You will get a list which can then be downloaded as excel by selecting "List" on top left followed by "export" and "spreadsheet".
    Thanks
    G. Lakshmipathi

  • SAP customer number unknown for installation number

    Hi There,
    We're facing some problems after a reconfiguration of some things in Solution Manager. We have SAP EHP 1 for SAP Solution Manager 7.0. Have made two days ago the installation of the latest SP, but not the kernel yet.
    The problem is in the job SEND_SYSTEM_RELATIONSHIP_TO_SUPP. The error is:
    08.01.2010 10:43:24 Job started                                                                                00           516          S
    08.01.2010 10:43:24 Step 001 started (program AI_SC_SEND_SYSTEM_RELATIONSHIP, variant , user ID SOLMAN_BTC)      00           550          S
    08.01.2010 10:43:24 SOL determined as monitoring Solution Manager system                                      AI_SC_EN        075          S
    08.01.2010 10:43:24 SAP customer number unknown for installation number 00XXXXXXXX               AI_SC_EN        097          E
    08.01.2010 10:43:24 Job cancelled after system exception ERROR_MESSAGE                                           00           564          A
    The info about the system:
    solman:soladm 21> disp+work
    disp+work information
    kernel release                701
    kernel make variant           701_REL
    compiled on                   HP-UX B.11.23 U ia64
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Feb 24 2009 21:53:01
    update level                  0
    patch number                  32
    source id                     0.032
    supported environment
    database (SAP, table SVERS)   700
                                  701
    operating system
    HP-UX B.11
    Thanks,
    Joao

    Hi João Cesar,
    I´m faccing with the same error... I installed the solution manager Ehp1 and it have SPS20 applied which correspond to ST 400 level 20 (SAPKITL430).
    When I am in transaction SMSY in section Systems and I press the button "READ SYSTEM NUMBER" is shown an error message that says "SAP customer number unknown for installation" the details of help says:
    Diagnosis
    Installation number &V1& that is assigned to some system(s) in transaction SMSY is not assigned to an SAP customer number in table AIINSTALLATIONS.
    Procedure
    Please check the log of background job REFRESH_ADMIN_DATA_FROM_SUPPORT for errors.
    So, when I entry in that job log I found this error:
    No customer numbers maintained in view V_AISAPCUSTNOS   |  AI_SC_EN   |  106
    Then I went in table/view V_AISAPCUSTNOS and inside does not contain any data!!!
    All the notes I found were related to lower versions and so I could not implemented the snotes corrections!!  Any notes for my release that are related with this problem?
    Joao Cesar what you did for solve this problem??? You didn´t mentioned!! You only mentioned that you implemented some notes.. but which ones?!!?

  • How to Enable Delta for a Custom MM Purchase Order History ODS ???

    Hi all,
       We have a Customized MM Purchase Order History ODS with Full Update on Monthly basis. We want to enable the DELTA for this ODS and how can I proceed, PLEASE.
    Please find the Key Figures and Data Fields in the below:
    ODS Structure for PO History ODS:     
    Key Fields
    SAP R/3 Field Description             Technical Name
    Purchasing Document Number             EKBE-EBELN
    Purchasing Line Item Number             EKBE-EBELP
    Sequential number of account assignment     EKBE-ZEKKN
    Transaction/event type, purchase order history     EKBE-VGABE
    FI Fiscal Period     FISCPER (from BKPF-GJAHR + BKPF-MONAT) in the format YYYYPPPP
    Number of Material Document             EKBE-BELNR
    Item in Material Document             EKBE-BUZEI
    Data Fields
    SAP R/3 Field Description     Technical Name
    Company Code     EKKO-BUKRS
    Plant     EKPO-EWERK
    Account Number of the Vendor                   EKKO-LIFNR
    Currency Key (of PO)                           EKKO-WAERS
    Deletion indicator in purchasing document     EKPO-LOEKZ
    Purchasing Document Date                   EKKO-BEDAT
    Responsible salesperson at vendor's office    EKKO-VERKF
    Vendor's telephone number                   EKKO-TELF1
    Incoterms (part 1)                           EKKO-INCO1
    Incoterms (part 2)                           EKKO-INCO2
    Short text                                   EKPO-TXZ01
    Material Group                                   EKPO-MATKL
    Material Number used by Vendor                   EKPO-IDNLF
    Expected Delivery Date                           EKET-EINDT
    Order unit (UOM)                           EKPO-BSTME
    Delivery Completed Indicator                   EKPO-ELIKZ
    Account assignment category                   EKPO-KNTTP
    Business Area (from PO)                           EKKN-GSBER
    Name of requisitioner/requester                   EKPO-AFNAM
    Purchasing organization                           EKKO-EKORG
    Purchasing group                           EKKO-BKGRP
    G/L Account Number (from PO)                   EKKN-SAKTO
    Cost Center (from PO)                           EKKN-KOSTL
    Work Breakdown Structure Element (WBS Element)     EKKN-PS_PSP_PNR
    Payment Terms (from PO)                           EKKO-ZTERM
    PO History Category                            EKBE-BEWTP
    Movement Type                        EKBE-BWART, MSEG-BWART
    Debit/Credit Indicator                     EKBE-SHKZG
    Reference from Invoice                     RBKP-XBLNR
    Payment Terms (from Invoice)             RBKP-ZTERM
    Posting Date      RBKP-BUDAT for IR, MKPF-BLDAT for GR
    Document Date      RBKP-BLDAT for Invoice, MKPF-BLDAT for GR
    Baseline Date     RBKP-ZFBDT
    FI Document Number      BKPF-BELNR, found through BKPF-AWKEY (IR # or GR # + fiscal year) or MSEG-LFBNR
    FI Dcoument Year          BKPF-GJAHR
    FI Document Type          BKPF-BLART
    Fiscal Variant     Hardcoded: S4
    Payment Method (invoice header level)     RBKP-ZLSCH
    GL Account (from GR/IR document)     MSEG-SAKTO for GR, DRSEG-SAKNR for IR (DRSEG is a structure)
    Cost Cener (from GR/IR document)     MSEG-KOSTL for GR, DRSEG-KOSTL (DRSEG is a structure) for IR
    Business Area (from GR/IR document)     MSEG-PARGB; not sure on IR
    Local Currency                             BKPF-HWAE
    Local Currency 2                     BKPF-HWAE2
    Amount posted to GR/IR Clearing (LC)     EKBE-AREWR
    Amount posted to GR/IR Clearing (GC)     EKBE-AREWR converted to Group Currecny found through BKPF-KURS2 if BKPF-HWAE2 is USD
    Purchase order quantity                           EKPO-BSTMG
    Price Unit (for PO)                           EKPO-PEINH
    Net price in purchasing document (in document currency)                                           EKPO-BPREI
    Amount in local currency; amount in document currency     MSEG-DMBTR for material document, RSEG-WRBTR for invoice
    Amount in local currency; amount in document currency (GC)     MSEG-DMBTR for material document,
            RSEG-WRBTR for invoice converted to USD
    Quantity      MSEG-ERFMG for material document;
                    RSEG-MENGE for Invoice
    Delivery costs' share of item value     RSEG-BNKAN
    Delivery costs' share of item value (GC)RSEG-BNKAN converted to USD
    Tax Amount (accrued)             BSEG-PSWBT
    Freight Amount (accrued)     BSEG-PSWBT
    Discount Amount (invoice header level)     RBKP-WSKTO
    Thanks.

    Hi Venkat,
    If you are using a Custom DataSource/Extractor the main problem is that you are collecting data from a lot of tables, so it is really difficult to determine a field for the delta.
    If for you is important only a change at Key Fields Table (EKBE) you can set the Generic Delta only on a field of this table (Doc Number or Position Number - Date - Timestamp).
    But if you are interested in all changes you have to determine a single field for every tables...
    I think it is really difficult to find a delta in all these tables.
    Maybe you can think to use in BW an ODS without Reporting BEx flag to determine Delta, and then introduce delta records in a Cube.
    Ciao.
    Riccardo.

  • I've downloaded CC for Students Pack at Thursday but I still haven't got serial number.

    Paid fot CC Students Pack 3 days ago and still having problems with serial number, nobody sent ma an e-mail with it. Did all steps which presented on Adobe for situations like mine and nothing worked. What should I do?

    Adobe Education... Start here https://creative.adobe.com/join/edu
    Education Plan https://creative.adobe.com/plans?plan=edu
    One Year Intro Price http://forums.adobe.com/thread/1448933?tstart=0
    http://www.adobe.com/products/creativecloud/students.edu.html
    http://www.adobe.com/education/students/student-eligibility-guide.edu.html
    Redemption Code https://creative.adobe.com/educard
    ID Proof http://www.adobe.com/store/au_edu/academic_id.html
    Does your Cloud subscription properly show on your account page?
    If you have more than one email, are you sure you are using the correct Adobe ID?
    https://www.adobe.com/account.html for subscriptions on your Adobe page
    If yes
    Some general information for a Cloud subscription
    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    If no
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • How to find the number of idocs generated for a customer on the basis of his purchase order in a day ?

    How to find the number of idocs generated for a customer on the basis of his purchase order in a day ?

    Dear Friends,
    I am absolutely agree with your answer .
    But my question is,
    Lets say.....
    One customer sending X number of purchase orders in a day , so how many IDocs generated on that specific day for that specific customer .
    So, Question is , How can we find the no of sales orders(IDocs) generated for the customers on the specific day ?
    Hope you all understood my requirement .
    Thanks & Regards,
    Aditya

Maybe you are looking for

  • DTP's not activating in SP11

    Hi, We were able to activate the DTP's successfully before applying SP11. But after applying SP11, we are getting an error while activating the DTP.  Here is the two errors displayed with RED symbol while performing "Post Processing/Creation of DDIC

  • Creative Cloud apps tab error; can't download or update anything

    I'm trying to download Photoshop CC and so I've installed Creative Cloud Desktop. However, when I click the apps tab to download it it says "download error" with a link to install creative cloud again? I've uninstalled and re-installed it about 5 tim

  • XSLTINPUTHANDLER not found in WAR file.

    I am doing a build on Unix box and deploying it as WAR. Till yesterday my XML to PDF was working till the point of invoking the acrobat reader. But since this morning I have started getting this error during startup <Jun 8, 2004 10:01:43 AM PDT> <Err

  • Problems displaying swf on win explorer

    Hi I have designed some site pages using flash MX 6. They look fine on my Macs, using all browsers, but my client isn't happy because they don't display properly on their Windows PCs. Because they look fine on Macs I assume there is something amiss i

  • Here another WINDOWSERVER.CRASH ( REPORT

    Host Name: Battista-Mazzas-Computer.local Date/Time: 2007-10-14 23:23:41 +0200 OS Version: 10.3.9 (Build 7W98) Report Version: 2 Command: WindowServer Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/R