I want to cancel membership for two items

I want to cancel membership for one product and then cancel for Reader.  I have never ordered from a website that was so difficult to figure out.
Please help me.
Barbara

If you have not purchased from website, then you can not cancel it also online, you need to contact the store or the reseller from where you have purchased.
Regards
Rajshree

Similar Messages

  • I want a push button for line items in my sales order entry screen.

    Hi,
    I want a push button for line items in my sales order entry screen.
    How can I do so?
    Thanks.

    Hi Kumar ,
    To have a push buttons you need to first assign a pf-status .
    here a sample code for a push button and its handling :
      set pf-status 'SELECT' .
    at user-command .
      describe table t_lpr lines w_lines .
      case sy-ucomm .
        when 'SELECTALL' .
          set pf-status 'SELECT' excluding 'SELECTALL' immediately.
          do w_lines times .
            read line w_line field value w_check . " INTO W_CHECK .
            if w_check = space .
              w_check = 'X' .
              modify line w_line field value w_check.    "INTO W_CHECK .
              add 1 to w_line .
            endif .                        " IF W_CHECK = ' '
          enddo .
    Thus when you say pf-status say 'select' , Double click on that and you find a screen eher you can select icons and assign a function code to it!
    Hope it helps!
    Much Regards,
    Amuktha .

  • I want to cancel membership.  Do not need it.

    I want to cancel my membership, NOW!  I do not want to join a discussion.

    Gene is correct:  you entered into a full one-year commitment.
    Unfortunately, only Adobe customer service can assist you with your issue. These are user forums; you are not addressing Adobe here.
    Click on the link below, and after that click on "Still need Help? Contact us."
    Then on the next page, click Chat
    There is also a phone option. 1 (800) 833-6687
    http://helpx.adobe.com/contact.html?step=PHXS_downloading-installing-setting-up_licensing- activation

  • Seperate Good supplier for two items in same contract

    Hi Gurus,
    My client has a business scenario to have two different Goods suppliers in the contract for two different material in the same contract.
    As far as my understanding and practice, it can be possible by different partners at VSR(vendor sub range) in vendor master + VSR in PIR for the material.
    Apart from this, is there any other standard solution that SAP provides for this requirement?
    You suggesstions will be highly appriciated in this!.
    Thanks & Regards,
    Pushparaj S.

    Hi ,
    A contract is always between two parties. Since multiple vendors cannot be bind in one contract , you dont see such type of practices often. Share me if you find some answers.
    Thanks,
    Sudhi

  • I tried to convert a file to word and it continued to state failed to convert,  i want to cancel membership

    I tried to convert a text to word and it failed to convert

    Hi mel2365,
    I'm happy to help in any way that I can. If you'd like me to help figure out why that file didn't convert, I'd be happy to. But, if you just want to cancel, I can do that too.
    Please let me know how you'd like to proceed.
    Best,
    Sara

  • How do I go about 2 memberships for two computers?

    I know I have to get 2, but its not clear to me how. Do I buy one then another?

    Hi Ajrigau,
    You will have to create two separate Adobe ID's, each will be billed separately.
    If you have already logged into one of the computers you'll be using for the second account, just log out after which there should be an option to create a new Adobe ID.
    You'll want to create a new one and sign up for Creative Cloud just like you had done previously.
    -Dave

  • I want to render false for a Item in one Sub menu only

    Hi all,
    I have a page which is been used in four submenu under the same responsibility.
    in this page now i want to hide an item for only one submenu
    When i am trying to set the render property as false at any level(that is personalization at site level ,or OU level or Respnsibility level)is getting rendered false for all the Submenus.
    Could you please let me know how can i hide this for only one sub menu.
    Thanks
    Ajay

    Hi ,
    requirement is bit tricky ,but i think there will be some value on the page which will identify that page has been rendered under which sub menu ,u need to identify that value and then need to extend the controller and set it render false conditionally based on the identified value in PR method of controller.
    thanks
    Pratap

  • Are you sure you want to edit information for multiple items?

    Hi all,
    I'm getting this dialog box consistently now, not sure why. I get it when I select a single album from a single artist, for example. I get it when I select a couple of tracks within an album from an artist. Bizarre!
    It became apparent to me as I added artwork for albums that didn't have any... Any idea why iTunes has started behaving this way and what I can to to get it to behave normally?
    Thanks for any insights...

    Chris CA wrote:
    Yes it is normal behavior because you are selecting *more than one item*.
    I have never not gotten that message if I select more than one item.
    It should appear and has always worked that way because it is more than one item, regardless of anything else (same artist, same album, etc.).
    You can check the box, *"Do not show me this again"* and it will not appear.
    Okay, I might have checked that box. Still, sometimes I do get that dialog popping up.
    How would you explain that if not with different values in the metadata ?

  • I want to cancel membership

    I need to cancel my membership

    Assuming you are referring to Acrobat online services...
    Cancel your membership or subscription | Acrobat.com online services

  • Different pricing procedures for two different items in a sales order.

    Hi ,
    In a sales order I have two items , one is TAN item and other item is TAD (services).. Since the tax structure is different for above mentioned items, user wants to apply two different pricing procecdures for two items in a sales order.
    Can any one suggest how to get this functionality.
    Thanks,
    Ashok S

    Dear Ashok,
    As Rithivika rightly mentioned that in one sales oder you can't get two pricing procedures.
    Because pricing procedure determination will takes place based on these combination
    Sales areaDocument pricing procedureCustomer pricing procedure-->Pricing procedure.
    So If you want different pricing procedure either one of the combination should be different.
    But you try this
    You can maintain service related tax condition types also in the same procedure,but when you maintain condition record you can maintain material wise.
    So when you create sales order system will pick the pricing based on the material(standard item or service item).
    I hope this will help you,
    Regards,
    Murali.

  • D&D with two items concurently

    Hi all,
    is there any posibility to do D&D for two items concurently? I mean that I have two Canvas objects and I want to move with them concurently when I am moving with mouse.
    I have such a code where c1 and c2 are Canvas objects. I thought it would work but the result is that moving canvas is only c1.
    private function mouseMoveHandler(event:MouseEvent):void
                var dragInitiator1:Canvas=c1;
                var ds1:DragSource = new DragSource();
                DragManager.doDrag(dragInitiator1, ds1, event);
                var dragInitiator2:Canvas=c2;
                var ds2:DragSource = new DragSource();
                DragManager.doDrag(dragInitiator2, ds2, event);               
    So what's wrong with this? How should I do it?
    //pyso

    i think the problem here is that the event is dispatched only for the first doDrag because her it is a serial execution of instructions
    try to split  the two drags into two separate functions, mouseMoveHandler1 and mouseMoveHandler2 and then dispatch them from the event!
    please let me know if that works
    Regards,
    Ben Afia Salem
    [email protected]

  • Tollerence group for open item only

    hii all
    can any one tell me, if I want to make tollerece group fo employees and also want to specify the tollerence limit for amount posted per document only. not want specify tollerence limit for open item account (customer/vendor). is it possible? i have done blank in "amount per open item account" but the system not allow to post any vendor/ customer invoice. is it possible to solve

    Hi,
    It is possible to control the users or employees for a certain amount,by configuring  as shown as following Path
    FA-G/L Accounting-Business Transactions-Open item clearing-Clearing Differences-Define for Employee and the
    G/L acconts.
    MAy i hopeful, ths will hep p
    Regards,
    Kanike

  • How to create a display value and a return value for an item

    Hi! I have an item on a form. I want the default value for my item to be :":APP_USER", but the return value, to be the id of my user. I tried to create a PL/SQL Expression for the default item, but it doesn't work. What do I miss?
    It should be something like this, but it's not.
    begin
    select first_name || ',' ||last_name as "Employee",
    id_employee -- display value,return value
    from employees
    where id_employee = :APP_USER;
    end;
    Does anyone know?
    Thanks!
    Vitaly

    Hi VItaly,
    Display value and return value concept applies very well in case of a Combo box if i am correct, I don't know what type of item is your's.
    But any way, you can have a workaround like,
    Create a hidden item such that it's default value should be ID of the user which can be get from db by using :APP_USER.
    Use the this item for your references.
    I think this will meet your requirement.
    Thanks
    Kumaraswamy.

  • Tables names for below items

    HI All,
    i want the table names for below items :
    customer number , customer name , slaes order number , item , quantity , tottal value and schedule date.
    i need to select these items. any body pls tell me the table names .
    Regards,
    pandu

    Dear Pandurangarao,
    For your future requirements,
    You may also check the same (i.e. Table Name/ Field Name/ Program Name/ Screen Field) by yourself.
    There are few requirements:
    1. You have to decide from where (i.e. Document..???, say Sales Order in VA02) you want to fecth the data for your requirement.
    2. Go in to that document (say, you wanna all data to be fetch from Sales Order; then VA02).
    3. Click one within the field and Press F1. This will open an Overview window. In to the same window, down there, you will find on e Tab: Technical Information. Click the Tab.
    4. Now, you may get all technical informations for your inputs.
    Best Regards,
    Amit

  • Possible to create a form with different options for different items?

    So I want to create a form in DW but the problem is that I have 3 items....and I want different form subjects for each item? Is there a way to do this so that if select item #1 that 1 set of options comes up....if I select item #2 a different set of options etc.??
    thanks much!

    Another simple example that you can style up.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Untitled Document</title>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#option_2, #option_3').hide();
    $('#selectOption_1').click(function() {
    $('#option_1').show();
    $('#option_2, #option_3').hide();
    $('#selectOption_2').click(function() {
    $('#option_2').show();
    $('#option_1, #option_3').hide();
    $('#selectOption_3').click(function() {
    $('#option_3').show();
    $('#option_1, #option_2').hide();
    </script>
    </head>
    <body>
    <form>
    <select>
    <option id="selectOption_1" value="option_1">Option 1</option>
    <option id="selectOption_2" value="option_2">Option 2</option>
    <option id="selectOption_3" value="option_3">Option 3</option>
    </select>
    <div id="option_1">
    <select>
    <option value="option_1_1">Option 1_1</option>
    <option value="option_1_2">Option 1_2</option>
    <option value="option_1_3">Option 1_3</option>
    </select>
    </div>
    <div id="option_2">
    <select>
    <option value="option_2_1">Option 2_1</option>
    <option value="option_2_2">Option 2_2</option>
    <option value="option_2_3">Option 2_3</option>
    </select>
    </div>
    <div id="option_3">
    <select>
    <option value="option_3_1">Option 3_1</option>
    <option value="option_3_2">Option 3_2</option>
    <option value="option_3_3">Option 3_3</option>
    </select>
    </div>
    </form>
    </body>
    </html>

Maybe you are looking for

  • How to get .msi from Reader .exe v11.0.01 for domain update

    Wondering how to get the .msi file that I need to patch the domain workstations using Windows Group Policy.  The only file Adobe provides is an .exe file for the latest update. v11.0.01

  • Need to call custom version of RSNAST00 from VF03 output type

    I have created a customized version of the RSNAST00 program which is valid for two existing ouptut types for billing condition "V3".  This new program (ZRSNAST00) works fine when called directly (i.e. se38).  However, when issuing output type via VF0

  • My iPhone is stuck on apple logo

    So I was using my iphone 4 like normal and put it in my pocket after i locked it and then pulled it out to check for texts and it as a black screen and wouldbt turn on so i thought it maybe ran dead so I plugged it into the wall and i get an apple lo

  • External subcontracting processing in production orders

    Hi Everybody, We are facing a following situation...while using external subcontracting processing in production orders.. Finance wants all costs settled off of production orders with receipts against them at period end to accurately capture costs fo

  • Beginner SSL questions

    I am still very much a beginner and this is my first time trying to set SSL up. I am experiencing some issues and I am not really sure what to do. I hope this is the right forum to post this. When I go to https://xxxx.xxxxx.net/myContext my login ind