Find redemption code used for movie

I used a redemption code to redeem a movie on itunes.  I didn't realize till after I threw out the code that I could also redeem it for ultraviolet as well.  Is there a way to find the code I used to redeem the movie via my itunes account?

The tcode VA05 is customizable and you can add also your own fields if these doesn't exist. Firtst see what program is under the tcode (you should expect the SAPMV75A).
After you have take this information go to the customizing via the path:
SPRO -> F5 -> Sales and Distribution -> Sales -> Lists -> Define Selection Criteria.
If you add your field in this catalog, then this field should be a selection criteria in your list.
Now just to populate the list with data, you should implement a user exit:
SPRO -> F5 -> Sales and Distribution -> System modifications -> User exits in Sales -> User exits for Lists .
There you should find documentation for the right user exit and which communication structures you should enhance. ie the structure VBMTV has an include, theVBMTVZ.
and an code-example:
This form is called in the include LV05TFMO.
FORM MOVE_USERFIELDS USING ZP.
  CASE ZP.
    WHEN 'VBAK'.
    header
    MOVE LVBAK-XXXXX TO LVBMTV-ZZXXXXX.
    WHEN 'VBAP'.
    item
*{   INSERT         R3QK903302                                        1
MOVE LVBAP-BEDAE TO LVBMTV-BEDAE.
*}   INSERT
    MOVE LVBAP-XXXXX TO LVBMTV-ZZXXXXX.
    WHEN 'VBEP'.
    schedule line
    MOVE LVBEP-XXXXX TO LVBMTV-ZZXXXXX.
  ENDCASE.
ENDFORM.
With Regards
George

Similar Messages

  • Unable to find redemption code for creative cloud

    I was running trial for illustrator and photoshop then decided to join adobe cloud membership.
    However, my softwares will asked for serial number even after i signed in
    I realised my problem was that I didn't activate my membership through redemption code.
    However, I just cannot find redemption code anywhere. It's not in my confirmation email or in recipe.
    I cannot find any support of guide anywhere in adobe website.
    I am very very disappointed at how difficult it is to use adobe creative cloud.
    I'm thinking of cancelling my order and downloading crack files now
    any help?

    Have you contacted Adobe Customer Service?
    This is a user -to-user forum, and this type of thing is much better handled by the people you actually bought the program from.

  • How do I find out what my redemption code is for photoshop elements?

    how do I find out what my redemption code is for photoshop elements?

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • How can i write the below code using "For all entries"

    Hi
    How can we write the below code using "for all entries" and need to avoid joins...
    Please help
    SELECT aaufnr aobjnr aauart atxjcd a~pspel
    agstrp awerks carbpl cwerks
    INTO TABLE t_caufv
    FROM caufv AS a
    INNER JOIN afih AS b
    ON aaufnr = baufnr
    INNER JOIN crhd AS c
    ON bgewrk = cobjid
    AND c~objty = 'D'
    WHERE ( a~pspel = space
    OR a~txjcd = space
    OR NOT a~objnr IN
    ( select OBJNR from COBRB AS e
    WHERE objnr = a~objnr ) )
    AND a~werks IN s_plant
    AND a~auart IN s_wtype
    AND NOT a~objnr IN
    ( select OBJNR from JEST AS d
    WHERE objnr = a~objnr
    AND ( dstat = 'A0081'OR dstat = 'A0018' )
    AND d~inact 'X' ).
    Reward points for all helpfull answers
    Thanks
    Ammi.

    Hi,
    SELECT objnr objid aufnr
            from afih
            into table t_afih.
    SELECT objnr
            from JEST
            into table t_JEST
            where stat = 'A0045'
               OR stat = 'A0046'
               AND inact 'X'.
    SELECT objnr
            from COBRB
            into table t_cobrb.
    SELECT arbpl werks objid objty
          from crhd
          INTO table it_crhd
          FOR ALL ENTRIES IN it_afih
          WHERE objty eq 'D'
          AND gewrk = it_afih-objid.
    SELECT aufnr objnr auart txjcd pspel gstrp werks aufnr
            FROM caufv
            INTO table t_caufv
            FOR ALL ENTRIES IN it_afih
            WHERE aufnr = it_afih-aufnr
              And pspel = ' '
              AND txjcd = ' '
             ANd objnr ne it_crhd-objnr
              AND auart in s_wtype
              AND werks in s_plant.
             AND objnr ne it_jest-objnr.
    dont use NE in the select statements, it may effect performance also. Instead use if statements inside
    loops.
    loop at t_caufv.
    read table it_chrd............
      if t_caufv-objnr ne it_chrd-objnr.
      read table it_jest..........
       if   if t_caufv-objnr ne it_jest-objnr.
        (proceed further).
       endif.
      endif.
    endloop.
    hope this helps.
    Reward if useful.
    Regards,
    Anu

  • Transaction Codes used for clearing Open Items

    Hi Gurus,
    I want to know all the T.Codes used for clearing normal transactions and Open Items. Please tell me when to use which code (viz., while clearing vendors, customers, WH Tax, etc)
    Your earliest reply will be of great help. and naturally i will award you
    Thank you

    Hi,
    F-03     Clear G/L Account
    F-04     Post with Clearing
    F-30     Post with Clearing
    F-32     Clear Customer
    F-39     Clear Customer Down Payment
    F-44     Clear Vendor
    F-51     Post with Clearing
    F-54     Clear Vendor Down Payment
    F-91     Asset Acquis. Posted w/Clearing Acct
    F.13     Automatic Clearing without Currency
    F.19     G/L: Goods/Invoice Received Clearing
    F13E     Automatic Clearing With Currency
    F13L     Autom. Clearing Spec. to Ledger Grp
    Regards,
    Eli

  • Process code used for DELFOR inbound idoc

    I have to create one interface in that i have to capture the transfer orders from that i have create the DELFOR idoc which used for posting the scheduling agreements.
    These agreements will pos teh requirement to the forecast tab.
    Please let me know the process code used for this inbound DELFOR idoc.
    Regards,
    Uday

    Hi Uday,
    Firstly: Yes. Delins function module can be used for Delfor. Either case you will make the sytem update the forecast tab of scheduling agreement.
    Secondly: Make sure you have one valid sales scheduling agreement maintained for that sold to, customer-material, ship to partner description.
    Let me know if you have further concerns;
    Regards,
    Syed Nasir

  • Different transaction codes useful for Performance Monitoring

    Hi Experts,
    Please can you guide me on this question, as to what are the different transaction codes useful for Performance Monitoring i.e. workload statistics and database statistics? What kind of statistics do each of these codes provide?
    Many thanks,
    Mithun

    Hi Mithun
    In performance issuses you need to look in terms of many ways that is..
    Workload analsys
    ST03N: Statistics Regards Locallly
    ST03G: Statistics Regards Golbally
    STAD: Individual Statistics Regards
    STATTRAACE: Individual Statistics Regards Trace
    ST07 : User Distribution
    Buffers and Memory
    ST02 : Buffers and Memory and swaps monitoring
    ST10: Table Acess
    OS Monitoring
    OS04: Locally monitoring
    OS07: Remotely monitoring
    OS01: LAN check
    DataBase Side
    ST04: Performance overview
    DB01: Exclusive locks
    DB02: Tables/Indexes
    BackgroundJobs monitor
    SM37
    other tcodes
    ST22: Abap Dumps
    SM12: Lock Entries
    SM56: NumberRange Buffers
    SU56: User Buffer
    all above transactions are need to monitor for Performance.
    Regards
    Bandla

  • How to find company code using sales doc. No

    Hi,
         I need to print company code, how to find company code using sales doc no. I don't find it VBAK.
    Cheers
    Senthil

    Dear Senthil
    You can find in table VBAK itself - Field BUKRS_VF
    thanks
    G. Lakshmipathi

  • How do I find the codec used for a .mov file?

    I have a .mov file from 2001 that I can't play. How do I find the correct codec to use for this. Is there somewhere in the file itself some kind of reference to the codec used? I've installed pretty much everything I could find in terms of codecs. I don't care whether on mac or windows. Just need the right codec.
    Thorbjørn Vynne

    Still no luck
    If anybody out there wanna give it a try please download this clip
    http://mhp.tv2nord-digital.dk/fileadmin/resources/thor/dv-00.27.04.11-V180.mov
    If you can play it please please let me know with which codec.... I have a whole bunch of files with this codec I need to use
    Best regards
    Thorbjørn

  • Can't get serial number for pse12 bc redemption code used once already

    I am trying to get a serial number for a program I purchased, pse 12. I still have the redemption code but because I'm trying to install on a new computer I need my serial number once again. It says it has already been redeemed. I did not write it down, I purchased this program and am wanting to put it on my new laptop. How can I get the serial number that I need to install this?

    moonjodi3 wrote:
    Sorry I was not aware, yes photoshop elements 12. I can not access that email account because it was hacked. I had to create a new email account as well as everything else. It has really become a huge problem for me with everything. I have the product the box it came in, the materials and the redemption code.
    You can login to your adobe account using the old email address and change the email froim your account so that you have your history of opurchases on your new email address (click on this picture).  You will see a space to enter your email.  I have deleted my email for security reasons but you will see the word verified on it.
    Good luck.

  • Redemption code used to download app is not available in apple configurator to install app

    I had to type in a redemption code to download the Kakooma app to our itunes library so we could copy it over to our Apple Configurator.  Now when I have setup all the 26 Ipads through Apple Configurator it is telling me on the 26th Ipad that the redemption code has already been used.  How do I work around this or fix this problem of applying the redemption code that was used to download the app to the Ipad?  Please help.  I have one student who can't practice their math facts on the Ipad.

    Wait unti the app is done downloading in your iTunes. Then go back to your VPP account and down load the spreadsheet again and upload into configurator. The process is a pain, but the only way it works for you to get all of your codes into configurator.

  • Which table could i find 'Authorization Group'  used for Material master?

    Hi experts,
    Is there any table available could i find all 'Authorization Group' list as used by material master data.
    OR in SPRO, anywhere could i find 'Define authorization group' for material master data specific??
    Thanks.

    Hi
    Authorization group in the material master are maintained at the material type level.
    SPRO->IMG-> Logistics - General-> Material Master-> Basic Settings-> Material Types-> Define Attributes of Material Types
    List of authorization roups can be found in table T134-Material Types
    this filed is a free defined 4 charcter field.
    Thanks & Regards
    Kishore

  • Abap code used for reporting

    Hi Gurus;
    Can some one send me the abap codes used mainly for reporting OR can some one give me some sample code used in reporting. my mail id "[email protected]".

    smod > rsr0001 > EXIT_SAPLRRS0_001 > ZXRSRU01 >
    CASE I_VNAM.
    WHEN 'ZE_FPPT'.
        CALL FUNCTION 'Z_VAR_FP4'
          EXPORTING
            I_VNAM        = i_vnam
            I_STEP        = i_step
            I_T_VAR_RANGE = I_T_VAR_RANGE
          IMPORTING
            E_T_RANGE     = E_T_RANGE.
    FUNCTION Z_VAR_FP4.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_VNAM) LIKE  RSZGLOBV-VNAM
    *"     REFERENCE(I_STEP) TYPE  I DEFAULT 0
    *"     REFERENCE(I_T_VAR_RANGE) TYPE  RRS0_T_VAR_RANGE
    *"  EXPORTING
    *"     VALUE(E_T_RANGE) TYPE  RSR_T_RANGESID
    data: l_s_range type rsr_s_rangesid.
    data: LOC_VAR_RANGE LIKE RRRANGEEXIT.
    data: year(4).
    data: mth(2).
    IF I_STEP = 2 .
      LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE WHERE
            ( VNAM = '0I_FPER' ).
          year = LOC_VAR_RANGE-HIGH+0(5).
          mth = LOC_VAR_RANGE-HIGH+5(2).
               if mth < 10.
            concatenate '0' mth into mth.
          endif.
          concatenate year '0' mth into L_S_RANGE-HIGH.
          L_S_RANGE-SIGN = 'I'.
          L_S_RANGE-OPT  = 'EQ'.
          APPEND L_S_RANGE TO E_T_RANGE.
        ENDLOOP.
      ENDIF.
    ENDFUNCTION.
    Regards,
    BWer
    Assign points if helpful.
    Message was edited by: BWer

  • Where to find the XSLT used for the standard interface in SAP ME 5.2 SP05?

    Hallo!
    Starting with SAP ME 5.2 SP05 there is a new logic for the standard interface used in SAPMEINT.
    I wonder where to find the XSLT's that are used for transforming the XML messages?
    I can see from the SAP NW log:
    [Transaction: -1] starting execution of Visiprise/ERPShopFloorIntegration/frame/workflow/XSLTDelegate.trx
    Loading file Visiprise/WEB/XSLT/Outbound/EquipmentStatusChangeUnSchDown/EquipmentStatusChangeUnSchDownRequest.xslt
    select: path Visiprise/WEB/XSLT/Outbound/EquipmentStatusChangeUnSchDown
    select: name EquipmentStatusChangeUnSchDownRequest.xslt
    The definition for this XSLT is as follows:
    WEB://Visiprise/XSLT/Outbound/EquipmentStatusChangeUnSchDown/EquipmentStatusChangeUnSchDownRequest.xslt
    How is this resolved???
    From the (pre SP05) SAPMEINT I know two variants:
    1. High performance interface
    The XSLT files come from the MII shared memory entries for project SAPMEINT
    2. Standard interface
    The XSLT files come from SAP ME (table XSLT and XLST_ASSIGBNMENT) via calling a HTTP URL like
    http://<hostname>:<port>/manufacturing/vm/xslt?id=RouterFeed
    Kr,
           Erich Lind

    Hello!
    I found the answer myself now.
    The XLST files are part of the static web content of the MI project Visiprise.
    In the SAP MII workbench go to the project Visiprise
    Then under the tab Web the static contecnt can be found under the folder WEB/XSLT/..

  • Which frame is used for movie preview?

    Which frame is used for a home movie preview, takin with an iPhone 4s?  I guess the question is, is there a way to specify the frame of the movie which is used for the preview?
    -Thanks

    I would have a look at
    Gallery
    Demo or at the site of a friend of mine
    http://www.schutte.name

Maybe you are looking for

  • How to install apps on sd card in Windows 8.1

    Why is it not possible to install apps from the Windows Store on to sd cards in the Windows 8.1 OS???? This is absolutely frustrating because you guys obviously blocked the functionality to change it since Windows 8, and since I've updated my tablet

  • Experts call a operating system command

    Hello, I have following question about experts. It is possible with OMBPLus or experts call a operating system command e.g svn checkout? It would great if you give me a example! goodbye

  • Matrix in tableView iterator

    Hi, I have created a composite BSP element that outputs a matrix with two cells, the first containing an icon, the second with a description.  This works fine when placed in a BSP page. When, however, I try to use the element in a tableView iterator,

  • Message Server connection in ABAP-Part failed

    Hi! I cannot start the J2EE-Part ofSAP Sokution Manager 4.0 system... I am getting the error message from CMD-console  "Message Server unrechable" and then "Running bur  not connected to Messager Server" and after this the disp+work.exe from J2EE-Par

  • Reading material on RSA5,RSA6,LBWE and SBIW

    Dear All,            I would like to know the flow of data between RSA5,RSA6,LBWE and filling setup tables in SBIW.Please could anyone forward any documents on these topics please? yours truly, Ratish