MSA subscriptions based on transaction age

We have to limit the number of activities sent to our mobile clients.
Therefore we have decided only to replicate activities that are less than 3 months old.
Is it possible to make a subscription which supports this requirement ?
Thanks and regards,
Soren

Hi Soren,
You need to Create a Replication Criteria for Replication Object : Activity_Object.
Create Criteria parameter for
Segment Name: ACTIVITY_OBJECT
table: SMOVBKA
Field: KTABG.
Use Op.(Operator): GE (Greater Than or Equal to).
Create new publication Object for the created parameter.
Create subscription and assign the dates details.
Now you need to find certain work around i.e some badi to extract data using this subscription object where you can at runtime supply current date-3months.
Best Regards,
Pratik Patel.
<b>Reward with Points!</b>

Similar Messages

  • BC E-commerce integrated with Subscription Based Web Application

    I am considering using BC for my company's corporate website as well as the online store.  We sell a subscription based web application which will have 3 or more flavors (products) and will need to bill customers on a recurring monthly or annual basis.
    For the monthly subscriptions, we want to bill the customer based on the "highwater" mark with regards to user quantity for that given month.  This gives the users the flexibility to add/remove users freely without the fuss of having to contact a sales representative to adjust their account/recurring order. 
    I would imagine this would happen one of two ways:
    The user signs up creating their account both in our web application and the ecommerce site and is billed for the first time.  In the ensuing months, either: the e-commerce site communicates with our web application to get the high water mark quantity for that billing cycle or
    Our web application sends a new order each month to the e-commerce site, including the highwater mark quantity, giving the illusion to the user that it is indeed a recurring order but behind the scenes they are actually individual orders.
    Annual subscription customers are a bit more challenging.  We still want the users to have the flexibility to add/remove users with minimal effort. However, since they are being billed on an annual basis, prorating additional users will be necessary.  So if customer who previously purchased 5 licenses, adds 5 more licenses during month 6 of their annual subscription term, we would need the e-commerce solution to bill them once immediately for the 50% prorated 5 licenses, then bill them 6 month's later for the total 10 license subscription renewal.
    At a bit of higher level, we would prefer the customer to manage all their billing/account info within our web application rather than going to an external store to do so.
    One other caveat, we would prefer not to store credit card info on our site.  Preferably that would be stored in our payment gateway (Auth.net).  This may or may not affect the workflows described above.
    My Questions:
    Can the BC e-commerce solution support the workflows above?If so, is there any documentation/resources available to research this further?
    Are there any BC customers that currently do something similar?  If so, who and how similar?

    Hi Greg,
    From what you have described it seems to me that you need some complex server side logic which BC doesn't allow. In any case you'd have to develop an app that communicates between BC and that other application through our API, which will control the orders as per your requirement. In particular, there's no easy way for end user to control their recurring monthly or annual subscription, there's no way to apply immediate discounts according to earlier purchases that will satisfy this requirement "if customer who previously purchased 5 licenses, adds 5 more licenses during month 6 of their annual subscription term, we would need the e-commerce solution to bill them once immediately for the 50% prorated 5 licenses, then bill them 6 month's later for the total 10 license subscription renewal", you can't build in this functionality into BC " the e-commerce site communicates with our web application to get the high water mark quantity for that billing cycle" and there are few more things there which suggest to me that you need something custom.
    Cheers,
    -mario

  • I am using lightroom 5 and would like to upgrade to lightroom 6. I am not interested in the subscription based craetive cloud model. The website keeps pushing me to the subscription based model. Can someone guide me on how to just upgrade from 5 to 6 (des

    I am using lightroom 5 and would like to upgrade to lightroom 6. I am not interested in the subscription based craetive cloud model. The website keeps pushing me to the subscription based model. Can someone guide me on how to just upgrade from 5 to 6 (desktop version and not the cloud subscription version)?

    Hello,
    there are informations about your interests here: http://prodesigntools.com/adobe-lightroom-6-cc-direct-download-links.html >>> See: Importantly, this new version continues as a downloadable desktop product and is available either with a standalone perpetual license (called Lightroom 6) or via subscription (called Lightroom CC). It’s the same exact program and free trial download below, but the name is changed to reflect the differences in licensing and bundling, as well as the addition of integrated mobile apps & services and future feature updates.
    From there you will find a download link.
    Hans-Günter

  • Handling Items which are Subscription Based?

    Does anyone know a good way to handle subscription based items? I have a client which sells newspaper subscriptions among other products. Any ideas on how to handle the yearly subscriptions?

    Hi Andrew,
    Even though Subscription Items are not having any physical stocks, I think it is better to set them as inventory items in order to get the numbers of subscriber at any given time.
    This special item has most of the properties similar with actual item. You can deem these items as in the virtual warehouse.  In this way, all sales analysis and unsubscribing can be handled easily.
    This is my 2 cents only,
    Thanks,
    Gordon

  • CDC Subscription question concerning transactional consistency

    Hi
    Hopefully a quick question: can anyone confirm whether or not it is the subscription that controls transactional consistency when accessing change records in the change views?
    For example, if you have 20 source tables that you are capturing changes for and create one change source, one change set containing 20 change tables and one subscription for which you have 20 change views then because it is the subscription that you specify when performing the extend and purge operationa and hence it is the one subscription than ensures that when an extend is issued then all change records across the 20 change views will be transactionally consistent.
    I have had an alternative design proposed to me that is to use 20 separate subscriptions - one for each source table and change table. My concern is that this will not ensure transactional consistency across the 20 tables and that any ETL design (for example 20 separate threads running in parallel and each doing an extend, process, purge sequence) cannot ensure that the change records in the change views correspond to the same transaction across the tables in the source database.
    I hope that this is clear - any views and opinions on this will be very gratefully received.
    Many thanks
    Pete

    >
    Apologies if this appears to be belabouring the point - but it is an important bit of understanding for me.
    >
    The issue is not that you are belabouring the point but that you are not reading the doc quote I cited or the last paragraph on my last reply.
    Creating a consistent set of data and USING (querying) a consistent subset of that data are two different things. The publisher is responsible for creating a change set that includes the data you will want and the change set will make sure that a consistent set of data is available.
    Whether a subscriber makes proper use of that change set data or not is another thing altogether.
    If you create 20 subscriptions then those are totally independent of one another just lilke 20 people subscribing to the Wall Street Journal; those subscribers and subscriptions have NOTHING to do with one another. If you want to try to synchronize the 20 yourself have at it but as far as Oracle is concerned each subscriber is unique and independent.
    If you want to subscribe to, and use, a consistent subset of the change set then, as the doc quote said, you have to JOIN the tables together.
    Read the documentation - you can't understand it if you don't read the doc and go through the examples in it.
    Step 4 Subscribe to a source table and the columns in the source table shows you exactly how you have to do the join.
    The second step of that example says this
    >
    Therefore, if the subscriber wants to subscribe to columns in both publications, using EMPLOYEE_ID to join across the subscriber views, then the subscriber must use two calls, each specifying a different publication ID:
    >
    '. . . join across the subscriber views . . .'
    Don't be afraid of breaking Oracle by trying things!
    The SCOTT EMP and DEPT tables might currently have a consistent set of data in the two tables. But if I query EMP from one session (subscription) and query DEPT form another session (subscription) the results I get might not be consistent between them because I used to independent operations to get the data and the data might have changed in between the two steps.
    However if I query DEPT and EMP using a JOIN then Oracle guarantees that the data from both tables will reflect the same instant in time.
    Not a perfect analogy but close to the subscription use. If you want to subscribe to data from mutiple tables/views in the change set AND get a consistent set of data you need to join the tables/views together. The mechanism for doing this is not the same as SQL but is shown in the above example in the doc.

  • Subscription based CC means Adobe decides what updates are enough

    With subscription based Creative Cloud Adobe gets to decide what updates are enough.
    With old CS products you, the user, get to decide whether new features are progress enough FOR YOU.
    With new CC you don't have that power to impact and show Adobe whether you're impressed with new offerings or not.
    Last, you are more forced to buy new hardware since you can't keep using older CC software version forever since at some point in time Adobe won't let you run certain CC version anymore.
    Lets say CC version 3.0 doesn't support MacBook Pro (2012 model) with Mountain Lion anymore, but you don't want to buy new computer just because of CC 3.0 because all your other computing needs are still covered AND you really don't find new features in CC 3.0 useful TO YOU. In this case you can only keep on using old CC 2 until Adobe lets you (I've hear old version are let to be run for one year - that's a lot less than forever).
    With old CS you have the power to not pay and show your opinion on new updates (money talks!). With new CC you have not.

    It’s a big change for customers and a huge gamble for a corporation that believes it has complete pricing power. But having to grow revenue from a new business model, rather than new products, is also a sign of weakness. No wonder, we are told, they are listening to the backlash; notably from semi-pro photographers/hobbyists.
    “The majority of our revenue comes from perpetual licenses. However, our subscription revenue, as a percentage of total revenue, has increased to 15% in fiscal 2012 from approximately 11% and 10% in fiscal 2011 and fiscal 2010, respectively.”
    [Quote: Adobe's CFO Mark Garrett]
    The big test is twelve months hence. Garrett doesn’t mention the churn rate, but how many will cancel after the first year discounts come to an end?
    Adobe will need plenty of new innovations to keep us subscribing!

  • I bought the pdf to word doc converter subscription and the transaction went through and worked the day i got it. Now it tells me i need to subscribe and wont convert. what to do?

    I bought the pdf to word doc converter subscription and the transaction went through and worked the day i got it. Now it tells me i need to subscribe and wont convert. what to do?

    Contact Adobe Customer Care - click on the Still need help? button to chat with an agent.
    [topic moved to ExportPDF forum]

  • Whatis business event system,subscription-based processin in oracle workflo

    can you please highlight on business event system and subscription based processing in oracle workflow
    i web searched it too but am still confused
    need to clear my mis conceptions
    thanks

    hello hussein
    I have gone through some material already from oracle website but somehow am still confused
    can you shortly highlight the difference between them if possible
    thanks
    Muhammed

  • Subscription Based with Micro N2

    Will the Muvo Micro N200 ever be compatible with subscription based services like Napster-to-go or Yahoo Music Unlimited?
    Thanks much

    steveski wrote:
    hey speaking of clocks, i set my micro to the correct date and time and now it says that the date is Oct 2006 and the time is 8:4 (way off). why is that. it doesn't seem to me that N2G stuff really cares about the date. if i change the date, will my N2G tracks freak out? will i kill my license?
    Yes. Pulling the battery from a Zen Micro with licensed files on is a very bad idea.

  • Subscription based licensing for J2ME

    How do you do automated subscription based licensing for J2ME?
    I want to set the payments on a monthly basis and lock the license with device IMEI code and system time.
    Is it possible to automate the license generation process?

    >We have a 16 core SQL Server 2012 Enterprise License for a server.
    >Question 1: When installed, does this mean that SQL will only use 16 physical server cores even if
    the server has 24 >cores in total?
    No.  If you have 16 core licenses, you are not permitted to run SQL on a sever with more than 16 cores.
     There is no technical limitation; you will just be out of compliance.
    >,
    would you chose to have more cores OR a faster processor. 
    Always favor faster cores.  SQL is licensed by the core, no matter how fast, and fast cores benefit
    all workloads.  But more cores only help if you have many concurrent users or parallel queries.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • Business Subscription Based Website with PDF/.doc downloads

    I'm new to the Apple world and LOVE IT! I am beginning the design of a business website and trying to use iWeb. I'm not sure it will support two critical functions: 1) subscription based service - I saw the topics of using PayPal for retail but what if the readers are paid subscribers with automated monthly draft fee. individual login/passwords will be required. recommendations? 2) Subscribers will view pdf/.doc files and then download to their own computers. I saw two postings indicating concerns about document sizes. We are a research based company and our analysis what the members are buying, thus, they may be downloading several large documents weekly. We anticipate ultimately 2000-5000 subscribers. Yup, the range is pretty large because we need to prove ourself. We estimate starting with 100 but hitting 2000 within 6 months. If business takes off, we may need to go to a traditional website developer but proof-of-concept is needed for additional funding.
    Do you recommend MobileME for this volume? We were planning on a traditional hosting company. Thanks!

    MobileMe would be no use for this as it doesn't have the ability to run scripts.
    Host Excellence, who I host with, can do all this kind of stuff and also have built in ECommerce...
    http://www.iwebforbusiness.com/Tools-Resources/Website-Hosting.html
    In the long run, if you are anticipating any kind of volume sales, you may want to look at the services of companies who specialize in the sale and delivery of digital media....
    http://www.esellerate.net/solutions
    http://www.kagi.com/kagisolutions/digital.php
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

  • Ar Aging Report based on transaction lines

    Hi all,
    I am trying to write a query to calculate aging report at line level. The user needs a query which calculates the aging value at at line level because the ra_customer_trx_lines_all has attribute1 populated with a value from (A,B,C,D).I need get the aging value for each group(attribute).
    select sum(nvl(lines.line_recoverable,0)+nvl(adj.adj_amt,0)-nvl(rec.rec_amt,0)),lines.attribute1
    from ra_customer_trx_lines_all lines,
    (select CUSTOMER_TRX_LINE_ID trx_line,
    sum(amount) adj_amt
    from ar_adjustments_all
    where status = 'A'
    group by CUSTOMER_TRX_LINE_ID) adj
    ,(select REF_CUSTOMER_TRX_LINE_ID trx_line,
    sum(nvl(amount_cr,0))-sum(nvl(amount_dr,0)) rec_amt
    from ar_distributions_all
    where source_table='RA'
    and source_type='REC'
    group by ref_customer_trx_line_id) rec
    where lines.CUSTOMER_TRX_LINE_ID=adj.trx_line(+)
    and lines.CUSTOMER_TRX_LINE_ID=rec.trx_line(+)
    and lines.customer_trx_line_id in ('18293')
    group by lines.attribute1
    Also I dint yet add the as of date parameter.I suppose the tables have to change in that case.Can any one help me with that tooo.
    The above query kinda generated the value I was looking for.But when I ran the query for just a few more lines included.The query took forever to run.
    Can you please help me on this ASAP.
    Thanks for all your tips in advance.
    Mach
    Edited by: krismach_85 on Oct 27, 2009 8:38 AM

    Hi,
    You can run the Transaction Register report for specific Transaction reason/ a range and see the related material transactions.
    Karthik.

  • BAPI to fetch list of Activities based on Transaction type

    Hi All,
    I am looking for the BAPIs for the below functionalities:
    1.Which takes import parameter as Transaction type and gives all the activities pertaining to that particular transaction type.
    2. Which takes input as date paramters (start and end date) and transaction type, and the output is a list of activities which meets the above criteria.
    3. Which takes the input as Partner Function code and BP number and it returns all the activities which meets this criteria.
    Will appreciate if the details are given to me as soon as possible.
    Many thanks in advance...
    Regards
    Bala

    Hi all,
    I am currently working in an integration project . I have to get all the table names based upon the functional modules(MM,FI,SDetc). Can anyone tell me the name of the standard BAPI/RFC which can be used for this requirement?
    In detail I can say that I have to give input as the functional modules(MM,FI,SDetc)
    and I have to get all the table names which is used for this particular functional module in return.
    I have already tried to search out for that using several method. If anyone know the exact RFC name then please reply.
    Here functional modules refers to Business Modules such as Material Management(MM) etc.
    Thanks in advance.
    Regards,
    Nitin Kumar

  • Is it possible to filter calendar subscription based on a keyword?

    I've subscribed to a league calendar subscription in iCal (from google calendars) which will update and change often. I only need to see one team out of the several that are included in this master calendar subscription. Is there any way to filter based on our team name as a keyword? Any applescript or ideas on how this might be accomplished?
    If it's possible to handle within Google first, or somehow duplicating the calendar with different settings - I'm desperate at this point to find a workable solution. Thanks!

    Hi Prajk, you could use audience targeting for this. An alternative would be to create a view and add a filter so that "Approver" is equal to [Me]
    cameron rautmann

  • Assign two different sold to party based on transaction type

    Dear All,
    Configuring the Service Desk functionality.
    Had copied the SMIN transaction to ZMIN to ZMI1.
    Requirement is to have two different sold to party based on two different transaction types. Depending upon sold to party, two different teams would work for the issues.
    Please help with the configuration information as per above requirement.
    Thanks & Regards,
    Kumar

    Hi Kumar,
    Please check the following blogs:
    BRF Plus in Solution Manager 7.1 – IT Service Management Support Team Determination
    http://scn.sap.com/docs/DOC-30133
    Also,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/202cfee9-7ff5-2d10-a0b5-ff82aa482527
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/202cfee9-7ff5-2d10-a0b5-ff82aa482527?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7485
    Thanks
    Vikram

Maybe you are looking for

  • PLEASE HELP, I am stuck!!!

    Hi everybody and happy new year to all of you. I am asking for your help because I am really not getting anywhere with my project. So you guys are my last hope. I am a newbie to data mining and I am doing my best to learn the basics so that I get sta

  • Error While Creating New Field thru EEWB

    Hello CRM Experts, I have found following Error while adding New Fields through EEWB. Can any one help to analyse and give the solution? It gives Error Log as-      System type OLTP with role DEV is not specified correctly. System type OLTP with role

  • Web Application Server on SAP R/3 4.7 * 200

    Hi All, How do i know if Web Application Server is running on SAP R/3 4.7 * 200 system. i checked and found that IGS Watch dog service is running under sap mmc, and i see this parameter active in Instance profile ms/http_port = 8000 . Which user do w

  • Trying to transfer songs from MacBook Pro to iMac

    I'm trying to transfer songs from my MacBook Pro to my new iMac. I want to just copy and transfer the songs to the iMac. What is the easiest and fastest way to do this process? The thing is I still want to be able to play the songs still in my MBP an

  • Adobe's customer service is non-existent

    Sometime last year Adobe's systems were hacked, logins and passwords were stolen along with credit card numbers. My only CC on file with Adobe had expired so I didn't have any bogus charges, but my personal information had all been changed. My name,