Getting subscription fees from user. Implementing this?

I'm wondering what options are there and what would be the best option to handle receiving subscription payments from users of a business J2ME app?
I would like to have them charged to their phone bill.
If the user has been using the app for 6 months and they would like to renew their subscription how could you work it that they could be billed to their phone bill.
The option that I can see is that the user selects the renew subscription option and that the app then sends a premium sms to us and the network operator and they are then billed for a fee of say 5 euros?
Is this even possible and would a special arrangement need to be set up with each Network operator.
Also would a different version of the app need to be created for each operator used?
I.E. Vodaphone and Sprint and Telephonica etc.
if you have any ideas or answers they would be appreciated!
Brian.
if you have any ideas or answers they would be appreciated!
Brian.

Thanks Shmoove.
I looked at the compnay your working with before and it seems you would know all about this kind of thing!
anyways it seems that using premium SMS is a real option.
This is how I see things working ( this is the view from somebody who has not implemented anything yet so if you can see a better way or another option please so shout).
User wants to renew there subscription for the client application.
1) User selects option to renew subscription.
2) Client communicates with server to determine what
network operator the user is using and the correct premium sms number is transmitted back to the client.
3) The client sends the sms to this number.
4) Network operator charges the user to their phone bill.
On confirmation of the receipt of the sms the clients app is enabled again for a period of time.
I think this should work?
Also is there anyway to find out what mobile network operator the user is on??
Is there a code you can query from the phone or something??
Thanks guys
Brian

Similar Messages

  • MS SQL query to get Subscription list from Operations Manager

    Hi Experts,
    Is there anyway get Subscription list from Operations Manager DB using SQL query?  I lost subscription list, and need to create subscription as it was. Very urgent.
    Thanks in advance.
    Regards
    Karthick M

    Hi,
    Hope the powershell command Get-SCOMNotificationSubscription can be helpful for you:
    Get-SCOMNotificationSubscription
    Retrieves a list of notification subscriptions.
    https://technet.microsoft.com/en-us/library/hh918490(v=sc.20).aspx
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • FM to get Personel Number from USER ID

    Hi,
       Is there any FM to get Personel Number from the USER ID(sy-uname).
    Thank you,
    Ramu N.

    Hi Ramu,
    You can find the user-id & Personnel Number in the table PA0105.
    select single PERNR from pa0105 into PERSONEELSNUMMER
    where usrid eq USER_ID
    and   endda eq '99991231'.
    hope this helps!
    best regards,
    Thangesh

  • How to get a value from User's AD attribute and Display it on a SharePoint page ?

    Forum,
    We have a specific attribute in Active Directory for every single user. Meaning: In our Active Directory we have an attribute e.g. "UserType" and the value of this attribute is different from user to another.
    Requirement: I need to display the value of this attribute on the SharePoint page - How to do so?
    I don't think using the User Profile properties is the way to go. So, Could you please guide me on how to use C# or JavaScript to retrieve the value from AD attribute of each user and show it on the SharePoint site?
    Thanks for your inputs !

    Using C# or javascript to authenticate the user to AD to read the property directly will be very difficult. Creating a custom user profile property and adding a sync from AD to that property is definitely the easiest way to do what you are describing.
     Once its in User Profiles there are lots of samples on how to add it to the page.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • I cannot get an answer from Verizon on this issue

    My data usage has been rather annoying. it jumps from 0.90gb to 2.90gb and back. And I keep getting these text messages whenever the usage goes over 2gb. The real usage is 0.90gb. I tried asking verizon CS via phone and email through My Verizon but couldn't get a response. I have attached a screen shot of my data use. Has anyone had this issue? And have you had any success talking to Verizon? Thanks
    1.
    2.
    3.
    4.

    Verizon finally responded. Here is what they have to say:
    "We’ve actually received quite a few reports of similar issues occurring for other customer accounts recently. I investigated the issue further and was able to find that a Trouble Ticket was issued to resolve an issue where customers have been receiving inaccurate usage reporting messages on September 27th.
    An update has been implemented to resolve this issue that takes place on the billing cycle date for each affected customer account. In this case, you should notice the notifications will no longer be coming to your phone on or shortly after October 20th.
    If you continue to receive inaccurate usage alerts on your phone after October 20th, please get back in touch with us right away and we’ll see what additional steps may be required to resolve this issue, but I trust that the inaccurate reports will stop coming to you momentarily."
    We shall see what happens. Thanks again for all the reply.

  • Pull/Get Data/Value from User Input Window

    I'm trying to do something that should be be quite basic for a programer, but unfortunately unfortunately being a designer I'm having a heck of a time with this.  Having spent hours searching and trying different things I thought of posting the problem.  I have the feeling I'm not the first designer struggling with this.
    I'm trying to pull input data from a window and pass it on to a variable.  In the script I do a couple of purge(), and I'm not sure if that will clear the user input values during the script, but this is thinking ahead...
    I need values to do:
    layer.translate(X, Y) // If I'm not wrong this needs to be a - string
    bitsaveoptions.method = ChanelScreen; //from drop down menu
    bitsaveoptions.angle = KAngle //  If I'm not wrong this needs to be a - integer
    bitsaveoptions.frequency = ChanelFrequency; //  If I'm not wrong this needs to be a - integer
    bitsaveoptions.resolution = ChanelResolution; //  If I'm not wrong this needs to be a - integer
    bitsaveoptions.shape = BitmapHalfToneType.ROUND; //from drop down menu
    I know that there are different ways to retrieve the data from a window .selection .value and maybe others but I can't seem to pull the data out of from the user input
    Any advice would be greatly appreciated. 
    Thanks.
    PS I'm working with Photoshop CS5
    This is what I have so far.
    // =========== Ruler to Millimiters
    app.preferences.rulerUnits = Units.MM;
    var doc = app.activeDocument;
    var layer = doc.activeLayer;
    var dropdownlistArray = new Array();// The array of drop down lists.
    var chosen_action = null;
    var ScreenShapeArray= new Array(
    'Round',
    'Eliptical'
    var WinContent =
    "dialog{\
        orientation: 'column', \
        alignChildren: ['fill', 'top'],  \
        preferredSize:[300, 130], \
        text: 'Export Settings',  \
        margins:15, \
            Coordinates: Panel {\
            orientation: 'column', \
            text: 'Chanels Shifts', \
            margins:15, \
            alignChildren: 'right',\
                KChanelX: Group{\
                st: StaticText { text: 'X:' }, \
                te: EditText { text: '15', characters: 4, justify: 'right'} \
                st2: StaticText { text: 'mm' }, \
                KChanelY: Group{\
                st: StaticText { text: 'Y:' }, \
                te: EditText { text: '10', characters: 4, justify: 'right'} \
                st2: StaticText { text: 'mm' }, \
        bottomGroup: Group{\
            cancelButton: Button { text: 'Cancel', properties:{name:'cancel'}, size: [120,24], alignment:['right', 'center'] }, \
            applyButton: Button { text: 'Apply', properties:{name:'ok'}, size: [120,24], alignment:['right', 'center'] }, \
    // ======== Create window object
    var win = new Window(WinContent);
    // ======== Display Window
    win.show();
    var X =parseInt(win.Coordinates.KChanelX.te.selection);
    var Y =parseInt(win.Coordinates.KChanelY.te.selection);
    alert (X); // Here I get NaN
    alert (Y); // Here I get NaN
    if (typeof(X) === "undefined" || typeof(Y) === "undefined" ){
    layer.translate(X+"mm", "-"+Y+"mm");
    }else {
    alert ("here"); // Always end-up here regardles of canling or acepting the default values

    .text
    Is what I was looking for!
    Not being so programming savvy, and not knowing the proper terminolgy makes things way harder.
    You asked what the script is for:
    I'm creating an interface to save multiple file from a master file.
    1. Set the bitmap conversion presets (res, screen type, shape, lpi, angle), for the desired chanels to export, set the pages in the book that will be produced, number of signatures, as well as pages per signature.
    2. Create tiffs for every chanlel and move the chanel according to the presets tied to the signature the page belongs to in the book.
    3. Reassemble the chanels into one file for viewning and use the tifs for print.
    Total I will have:
    Myfile_C.tif //Cyan
    Myfile_M.tif //Magenta
    Myfile_Y.tif //Yellow
    Myfile_K.tif //Black
    Myfile_col.psd //CMY chanels reassembled
    Myfile_sep.psd //CMYK chanels reassembled
    Why am I doing all this? I'm working on a comic that will simulate a silver age comic book and I need the look of that time, with off registration plates. But I also need to see the final result of the shift and keep things constant for each plate as I'm working on the separate pages, so series of presets are a must for me.
    If the result of the interface is somewhat acceptable I'll post it.
    Thanks for the help I really apperciate it.

  • Getting subscription calendars from my Idevice to my mac

    Ok I have subscribed to some sports Ical calendars on my Ipad, My queswtion is how can I get those pushed to my Mac Ical? for some reason when I sync through Itunes those calendars wont add to my Mac ical. the calendars show up in my subcribed calendars on my Idevice but nothing on my Mac (Icloud is out of the question cant get that to work so I am not using Icloud). Also one more thing I updated an appt on my Mac Ical and when I sync'd my Ipad the calendar updated fine, but it didnt on my Iphone4s cant figure out why this is.
    Thanks
    Gary        

    On you iPhone check Settings>Mail,Contacts,Calendars>Default Calendar (in the calendars section).  Here be sure you have selected the Calendar listed under your iCloud account ID as your default.  If you haven't, make this change, then enter a new event on your phone and see if it syncs properly now.
    You should be able to delete you reminders list by, from the Lists view, tapping Edit at the top, then tapping next to the list you want to delete and tapping Delete.

  • Have started to get  info window from iTune telling "This computer is already associated with an Apple ID. "You can download past purchases on this computer with just one Apple ID every 90 days......" How to handle this situation

    "You can download past purchases on this computer with just one Apple ID every 90 days. This computer can be used with a different Apple ID in 63 days." How to handle this situation

    https://discussions.apple.com/message/16567363#16567363
    From the  More Like This  section on the right

  • FM to get mail id from user name

    Hi
    I need a Function module which will give me the mail id for the
    user name .
    Regards
    Vikas
    Edited by: vikas maurya on Jan 18, 2008 7:33 AM

    Hi vikas,
    better use the below Bapi s.
    BAPI_USER_GET_DETAIL (4.6C) use both.
    Here is the code from 4.6C
    CALL FUNCTION 'SUSR_USER_READ'
         EXPORTING
              USER_NAME            = USERNAME_
            WITH_TEXT            =
        IMPORTING
             USER_LOGONDATA       = LOGONDATA_
             USER_DEFAULTS        = DEFAULTS_
             USER_ADDRESS         = USER_ADDRESS
        TABLES
             USER_PARAMETERS      = PARAMETER
         EXCEPTIONS
              USER_NAME_NOT_EXISTS = 1
              INTERNAL_ERROR       = 2
              OTHERS               = 3.
    and them
    CALL FUNCTION 'ADDR_PERS_COMP_GET_COMPLETE'
          EXPORTING
               ADDRNUMBER        = USER_ADDRESS-ADDRNUMBER
            ADDRHANDLE        =
               PERSNUMBER        = USER_ADDRESS-PERSNUMBER
              pershandle        =
          IMPORTING
               ADDR3_COMPLETE    = ADDR3_COMPLETE
           EXCEPTIONS
                PARAMETER_ERROR   = 1
                ADDRESS_NOT_EXIST = 2
                PERSON_NOT_EXIST  = 3
                INTERNAL_ERROR    = 4
                OTHERS            = 5.
    ADDR3_COMPLETE contains e-mail address.
    kindly reward me if it's ok

  • Urgent: Function module for getting the input from user  using a pop up

    Hi all,
    My requirement at user commmand a pop up should appear asking the user to enter the session name for the bdc session to be created.
    My report allows the user to enter the session name of his choice.
    I need the name of the function module which can do this.
    Thanks
    Pritish

    better to create one FM  to pop-up.
    check this :
    function y_pop_up_get_distributor_time.
    *"*"Local interface:
    *"  IMPORTING
    *"     REFERENCE(W_ROUTE) LIKE  VBAP-ROUTE
    *"     REFERENCE(W_VBELN) LIKE  VBAK-VBELN
    *"     REFERENCE(W_VGBEL) LIKE  VBAK-VGBEL
    *"     REFERENCE(W_VSTEL) LIKE  VBRP-VSTEL
    *"     REFERENCE(W_AUART) LIKE  VBAK-AUART
    *"  EXPORTING
    *"     REFERENCE(W_FROM_DATE) TYPE  SY-DATUM
    *"     REFERENCE(W_FROM_TIME) TYPE  SY-UZEIT
    *"     REFERENCE(W_TO_DATE) TYPE  SY-DATUM
    *"     REFERENCE(W_TO_TIME) TYPE  SY-UZEIT
    *"     REFERENCE(W_TKNUM) TYPE  VTTK-TKNUM
    *"     REFERENCE(W_RC) TYPE  SY-SUBRC
    *"     REFERENCE(W_DEPT_DATE) TYPE  SY-DATUM
    *"     REFERENCE(W_DEPT_TIME) TYPE  SY-UZEIT
    *"     REFERENCE(W_REPO_DATE) TYPE  SY-DATUM
    *"     REFERENCE(W_REPO_TIME) TYPE  SY-UZEIT
    *"     REFERENCE(W_PLNT_DATE) TYPE  SY-DATUM
    *"     REFERENCE(W_PLNT_TIME) TYPE  SY-UZEIT
    *"     REFERENCE(W_TRUCK_NO) TYPE  YW2_TIMEENTRY-TRUCKNO
    *"     REFERENCE(W_LIFNRN) TYPE  YW2_TIMEENTRY-LIFNR
    *  SET PF-STATUS 'STATUS_100' OF PROGRAM SAPLZ2SLS.
    *CLEAR:W_DATE_FROM, W_DS_TIME_1, W_ADATE,
    *      W_ATIME,W_BDATE,W_BTIME, W_CDATE, W_CTIME.
    clear : w_route1, w_vbeln1,w_vgbel1,
            w_vstel1,w_auart1.
      w_route1 = w_route.
      w_vbeln1 = w_vbeln.
      w_vgbel1 = w_vgbel.
      w_vstel1 = w_vstel.
      w_auart1 = w_auart.
      clear: w_date_to, w_date_from, w_adate,w_atime,
             w_ds_time_1, w_ds_time_2,
             w_bdate, w_btime, w_cdate, w_ctime.
      call screen 100 starting at 10 2 ending at 115 13.
      if w_ok_code = 'SAVE'.
        w_rc = 0.
        w_from_date  = w_date_from.
        w_from_time  = w_ds_time_1.
        w_to_date    = w_date_to.
        w_to_time    = w_ds_time_2.
        w_tknum      = w_tknum.
        w_dept_date  = w_adate.
        w_dept_time  = w_atime.
        w_repo_date  = w_bdate.
        w_repo_time  = w_btime.
        w_plnt_date  = w_cdate.
        w_plnt_time  = w_ctime.
        w_truck_no   = sg_truckno.
        w_lifnrn     = w_lifnr.
      else.
        w_rc = 1.
      endif.
    *  IF w_ok_code = 'CANC'.
    *    W_rc = 1.
    *  ELSE.
    *    W_rc = 0.
    *    W_FROM_DATE  = w_date_from.
    *    W_FROM_TIME  = w_ds_time_1.
    *    W_TO_DATE    = w_date_to.
    *    W_TO_TIME    = w_ds_time_2.
    *    W_TKNUM      = W_TKNUM.
    *    W_DEPT_DATE  = W_ADATE.
    *    W_DEPT_TIME  = W_ATIME.
    *    W_REPO_DATE  = W_BDATE.
    *    W_REPO_TIME  = W_BTIME.
    *    W_PLNT_DATE  = W_CDATE.
    *    W_PLNT_TIME  = W_CTIME.
    *  ENDIF.
      clear w_ok_code.
    endfunction.
    Regards
    Prabhu

  • Pop up to get log reason from user

    hi guru
    i am using POPUP_TO_CONFIRM function module to conform whether the user want to delete the record or no. Beside that i also have the log table, where i log the reason to delete. how to pop up a screen to enter reson log.
    with regards
    ajay

    hi ,
    use the fm to get the pop up to enter text...
      CALL FUNCTION 'POPUP_TO_GET_VALUE'
        EXPORTING
          fieldname = 'REASON_CODE'                       "---field name
          tabname   = 'ZCIN_7B1_MAIN'                      "---Table name
          titel     = 'Write Reason for By-pass'             "Pop up window title
          valuein   = p_reason_code                          "Old value
        IMPORTING
          valueout  = p_reason_code.                        "New value entered
      IF sy-subrc <> 0.
      ENDIF.
    Regards,
    Prabhudas

  • The system says my serial number is invalid while I just bought it online and get a mail from ADOBE WITH THIS NUMBER

    The system says my serial number is invalid while I just bought it and received a mail from Adobe with exact this number?????

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.window using the Lightroom 3 link to see those 'Important Instructions'.

  • PPOMA_BBP - Get purchasing group from user

    Hi experts,
    I have a Structure in which a user belong´s to multiple purchasing group´s. I need a function to return all the purchasing group´s from a given user.
    Thanks in advance
    Paulo Andrade

    Hi Pradeep,
    I tried with the function modules you say. It returned only one purchasing group, but the user is assigned to two purchasing groups in ppoma.Im using SRM2007.
    Example:
    User: TSTRFX
    Position          A10 - Impressos/economato     50,00     14.11.2008     Unlimited
    Position          A20 - Mobiliário          50,00     14.11.2008     Unlimited
    Thanks
    Paulo Andrade

  • How to  Get input from  User and Display it's Value

    Hi ,
    I need to get 2 inputs from user and to display it's Mutilple Value.
    The Below Code is working fine to get 2 Input's from user,but it display a Junk value as a Result .How to
    overcome this Problem. I need to display it's Mutilple(a*b) value of "a " and " b".
    import java.io.*;
    class Mul{
    static int a=0;
    static int b=0;
    static int Count=0;
    public static void main(String args[])throws IOException{
    BufferedReader br =new BufferedReader(new InputStreamReader(System.in));
    do{
    a=(char)br.read();
    Count++;
    b=(char)br.read();
    if(Count==2)
    System.out.println("The Multiplied Value is "+a*b);
    }while(Count<2);
    }

    Changed to Integer but still the problem persists.
    import java.io.*;
    class Mul{
    static int a=0;
    static int b=0;
    static int Count=0;
    public static void main(String args[])throws IOException{
    BufferedReader br =new BufferedReader(new InputStreamReader(System.in));
    do{
    a=(int)br.read();
    Count++;
    b=(int)br.read();
    if(Count==2)
    System.out.println("The Multiplied Value is "+a*b);
    }while(Count<2);
    }

  • How to Get Input From User and Display Result

    Hi ,
    I need to get 2 inputs from user and to display it's Mutilple Value.
    The Below Code is working fine to get 2 Input's from user,but it display a Junk value as a Result .How to
    overcome this Problem. I need to display it's Mutilple(a*b) value of "a " and " b".
    import java.io.*;
    class Mul{
    static int a=0;
    static int b=0;
    static int Count=0;
    public static void main(String args[])throws IOException{
    BufferedReader br =new BufferedReader(new InputStreamReader(System.in));
    do{
    a=(char)br.read();
    Count++;
    b=(char)br.read();
    if(Count==2)
    System.out.println("The Multiplied Value is "+a*b);
    }while(Count<2);
    }

    Hi ,
    I need to get 2 inputs from user and to display it's
    Mutilple Value.
    The Below Code is working fine to get 2 Input's from
    user,but it display a Junk value as a Result .How
    to
    overcome this Problem. I need to display it's
    Mutilple(a*b) value of "a " and " b".
    import java.io.*;
    class Mul{
    static int a=0;
    static int b=0;
    static int Count=0;
    public static void main(String args[])throws
    IOException{
    BufferedReader br =new BufferedReader(new
    InputStreamReader(System.in));
    do{
    a=(char)br.read();This line will get you the ascii-value of the typed character.
    This line will not get you the value typed in.
    Try looking for Integer.parseInt()...
    Count++;
    b=(char)br.read();
    if(Count==2)
    System.out.println("The Multiplied Value is "+a*b);
    }while(Count<2);

Maybe you are looking for