TS1292 I have four $50 iTunes gift cards. I am not able to load any of the codes into my new iPad account. I know I have not made any mistakes with typing in the 16 digit code. I keep getting the "code you entered is not recognized as a valid code" messag

I have tried all I can to load iTunes cards into my iPad without success. Upon giving one of the cards to a friend he conveniently loaded. I keep getting the error message: "The code you entered is not recognized as a valid code". I just don't know what to do as I need to use these cards to make purchases off the I tunes store.

i tried with out using commmit but it is not creating Status.
When i see the function module help and they are trying to COMMIT
FU STATUS_OBJECT_CREATE
Short Text
Create Status Object
Functionality
The function module generates a status object.
Take the object number from the object number management (function modules OBJECT_NUMNBER_GET_xx).
If no object number is given, the module takes a temporary object number that must be replaced later (function module STATUS_OBJECT_SWITCH_NUMBER).
Example
Creating an internal order with number 100123 (object type "ORC") for status profile "STATSCHEM" with final object number
call function 'OBJECT_NUMBER_GET_OR'
  exporting
    aufnr = '100123'
  importing objnr = objektnummer.
call function 'STATUS_OBJECT_CREATE'
  exporting
    objnr = objektnummer
    obtyp = 'ORC'
    stsma = 'STATSCHEM'.
commit work.
Creating the same order with a temporary object number
data: objectkey like ionra.
* TBO00-REFSTRUCT for object type 'OR' is 'IONRA'
objectkey-aufnr = '100123'.
call function 'STATUS_OBJECT_CREATE'
  exporting
    i_objectkey = objectkey
    obtyp       = 'ORC'
    stsma       = 'STATSCHEM'.
  importing
    objnr       = objektnummer.
call function 'OBJECT_NUMBER_GET_OR'
  exporting
    aufnr = '100123'
  importing objnr = objektnummer_neu.
call function 'STATUS_OBJECT_SWITCH_NUMBER'
  exporting
    objnr_old = objektnummer
    objnr_new = objektnummer_neu.
commit work.
Notes

Similar Messages

Maybe you are looking for

  • Funds Mangement - Fund center derivation error at the time of PO/MIGO

    Hello - Generally ,If FM account assignements are available in purchase requisition , same should be carried to purchase order and to the good receipts. But I am getting an error at the time of PO or MIGO that " Fund center not derived'. Why this hap

  • Hey where is the SHOW INFO?

    On my iPod (mini) I could tap the center button on my click wheel and on the 3rd click the iPod would display the show description and details entered by the podcasters. How do I view/see this info on my iPhone? Anyone know? Thanks

  • How to Rename the Dashboard name

    Hi, How to change/rename the dashboard name. Thanks, Malli

  • Dynamically Size a div ?

    Hello~ I have a CSS-based navigation bar that is populated from a database. Right now, I am hard-coding the width of each button (using a 1-image as a repeating background) in the CSS file, but I was wondering if anyone had an idea of how to set that

  • Function keys in german Forms

    Hi, if we change the language to german in the registry, we got the correct number and date format but the function keys have a different mapping. Only with the english setting we got the normal function key mapping (but wrong date/number formats). A