Is Daily Revenue Recongition Possible in BYD?

If we want to do Daily revenue recognition, what is the best way. Scenario is we have a support contract for 1 year (365 days) which you bill up front and/or on a monthly basis but want to be able to recognize the earned revenue at any time not just at the end of the month – is this possible? Can you do daily revenue recognition so at any time during the month you could look at your deferred revenue and/or earned revenue and see what is correct amount for that period in time? Please advise if this is possible and if so, how to do it? Is it just in the setup of the contract/service entitlement or do you have to do a rev rec run each day?”

There's actually no imperative whatsoever to pre-determine the order. In fact, it might be a bit more fun if no-one knows what today's .mov will be
Oh, then that's easy. Pick a file at random
Here's a starting script - define the source and destination directories at the top of the script. It then picks a file at random, strips off that file's extension and locates all other files in the directory that match that base name (e.g. if it finds 'snowboarding.txt' as the random file, it then strips '.txt' and finds all 'snowboarding*' files.
It then duplicates those files to the destination directory. I know your original post calls for it to rename the files, but I'm not sure what you want/expect to happen there. I'm sure its do-able, just need to know what you want.
set sourceDir to "HD:path:to:sourcefiles" -- path to source files
set destDir to "HD:path:to:uploadsdir" -- path to watched uploads folder
tell application "Finder"
  set theFile to (some file of folder sourceDir)
  set basename to my stripExtn(theFile)
  set files2Copy to every file of sourceDir whose name begins with basename
  duplicate files2Copy to folder destDir
end tell
on stripExtn(filename)
  set {n, e} to {name, name extension} of filename
  set b to characters 1 through -(2 + (length of e)) of n as text
  return b
end stripExtn

Similar Messages

  • HELP: AR Open Invoices Conversion with Revenue Recognition (Daily Revenue)

    Hi,
    I need some help on Conversion of AR Open Invoices with Accounting Rules in R12, Here the client wanted to use Daily Revenue Schedule rule,
    I am developing Functional Specification Document (CV.040); Need to understand the Assumptions, Approach and Which data needs to be extracted from Legacy System.
    Appreciate your reply at the earliest
    Thanks
    Ravi

    Anil,
    Thanks for your response, Here are the answers to your questions.
    1) The invoices that you want to convert - Do they already have revenue recognition on them?
    Ans: Yes they have Revenue Recognition On Them.
    2) Are you bringing only Open Invoices? What about Invoices that are closed (paid), but still have unrecognized revenue on them? DO you want to bring them
    over? If no, how will be mage the recognition of those invoices?
    Ans: We want to bring only Open Invoices. i.e the following scenarios want in Data Extraction
    a) Invoice is Fully Paid (REC is Zero) and Unearned is Full Invoice Amount, Revenue is 0
    b) Invoice is Partially Paid (REC is Partial) and Unearned is Partial, Revenue is partial
    c) Invoice is fully Paid (Rec is Zero) and Unearned is Partial and Revenue is Partial
    d) We do not want to bring the invoices with Fully Paid and Fully Recognized, Unearned is Zero
    3) What about partially paid invoices? How do you want to bring them in?
    Ans: See above scenarios.
    4) Do you want to bring in all Invoice details,or just bring in a summary line with the outstanding amount?
    we assume only Summary, but if the Invoices with Several Lines and Different Accounting Rules, We may have to bring them too
    Appreciate your response; Suggest some possibilties?
    Thanks
    Ravi

  • How to get the extended field of an Extented Standard BO in Std Byd reports

    Hi ,
    Requirement :
    Reflecting an extented field in of an extented BO in all the reports using this BO, or datasource based of this BO.
    Explanation : 
    Suppose I have extented "customer" BO in my solution. the extention field is named as 'customer-ext1 ' having datatype 'text' (say).
    Now I need to show this extented field 'customer-ext1' in all the Std Byd reports using / based on the customer BO.
    Is this possible thru Byd Studio ( vers 3.0 / 2.6 ) ?
    Can anyone help me out on this ?
    I have found a statement from some where that  -
    " A key user can add an extension field to a data source that is based on the same business context as the extension field. This field can be then added to any reports based on the data source. This needs only key user adaptation."
    I did not get the higlighted text in the above statement , can anyone help me figure this out ?

    See as a test purpose,
    I have extended "CustomerInvoice BO " with element "Extension1 " with datatype as test;
    Now The solution's Key User is enabled.
    I guess the Key user is my technical ID right , with which I enabled the Key user of my solution ? or is the Id which had created the solution ?
    Post this, when I loggin to the system from web browzer, then  go to adapt mode, a yellow bar strip named "Adaption Mode " appears..
    Now what to do ?
    Where shall i go and add the extended fields ?
    can u pls expond the procedure...  )
    Thanks
    Milin

  • VF44 - revenue recognition error

    while running VF44 (revenue recognition) run message is displaying 'Accrual period not determined for doc. 16343 000010; no revenue dist. possible.
    If i were not wrong then in sales order >>accounting tab>the posting periods fields are blank ,for this reason might revenue list is not possible.
    In item category i maintaed revenue recognition based on time related data in place of standard .
    kindly look into matter.
    Sourabh Singh

    Hello Sourabh,
    We had similar problem
    The solution would be in the SAP Note: 879439
    Regards,
    Hemachandra K S
    <b>Don't forget to to reward points by marking as "Helpful" or "Very Helpful" or "Solved p</b>roblem".

  • Daily Bank Balances in BW

    Hello gurus,
    In my current inplementation the client wants to have a daily report in BW,Their requirement also includes seeing their daily bank balances..a typical requirement
    They have three banks and all are current accounts,which they want to view individually against their Over Draft facility
    is it possible to see daily balances if possible how...any further clarification required shall be provided
    Help really appreciated,and would surely assign points
    Thanka in advance
    Regards
    Shankar

    It is an R3 system ECC 5.0
    plz provide more clarity on the behavior
    Thanks in advance
    Regards
    shankar

  • Customer Project queries

    Hi,
    1. Do we have to manually assign all costs to sales order items? Even though the Sales Order Items are linked to Project Tasks, some costs do not get automatically assigned to the sales order items. What is the impact of not manually assigning these tasks? We plan to use Cost to Cost Project POC for revenue recognition.
    2. For Cost to Cost POC, how do I assign 'Planned Costs' to Sales Order Items? I do not see an option to do so.
    3. Is it easier to just use Cost to Cost Project POC and let project managers manage the forecast budget in the Project Management WoC? Or do they have to actively manage project cost forecasts at the Sales Order WoC? What is best practice?
    4. It is possible to print multiple invoices from the system at once? For example, how do we print all outstanding invoices for a particular customer at once? It appears we have to manually select individual invoices and go to Ouput History to print invoices. Surely there must be an easier way?
    Thanks

    Hello Raman
    Kindly find the answers related to Revenue Recongition Queries:
    1. You don't need to manually assign costs to the Sales Order Items. When you link the sales order item to the Project header or a Project Task, system will automatically create the assignment rules.Then all the expenses assigned to the Project Header or Project Task will be automatically assigned to the Linked sales order item. However if you have assigned the Project Task in the Sales Order Item and you record your expenses against the Project header, then system won't be able find the linked Sales Order Item.Hence cost will be assigned.You can manully maintain rules for such cases and click on Apply Assignement Rules to determine the sales order item for all the unassigned Expense items.
    2. For the Product -delivery-based Items,cost will be picked from valuation tab of the product master data.
    For project based items, the assumption is that the cost Calculation is done by the project lead and entered in Sales order manually in the Pricing and Invoicing tab.
    Thanks
    Parveen Kumar

  • Assignment field is not getting populated in KSB1 for posting key 50

    Hi All,
    We are uploading entries thru excel in SAP.
    For posting key 50 assignment field is not getting populated in KSB1.
    But for posting key 40 it is getting populated correctly.
    All setting (FSG, posting key details) are same for both the keys.
    No substitution defined in SAP.
    There is no issue for FBL3N for both the posting keys, only issue with KSB1.
    Any idea what could be the reason for this?
    Thank you.
    Akash

    KSB1 is CCtr report..
    if it is revenue normally it will be treated as statistical posting in CCtr accounting- for the cost element when it is defined as revenue element.. - check Cost elements - whether it is Cost and cost reducing or revenue element--
    possibility this can be one of the reason.
    check and confirm

  • Customizing the Subscription-service email message

    Hello, just wondering if anyone knows how I could go about customizing the Subscription-Service email message?  The current default looks like this:
    From: Subscription-Service 
    Sent: Thursday, September 18, 2008 7:32 AM
    To: Some One
    Subject: Subscription "Daily Revenue Compare Report (L2)"
    Subscription Daily Revenue Compare Report (L2) Edit Subscription | Cancel Subscription
    A new Daily Revenue Compare Report (L2) is now available for viewing.  If you have any questions regarding this report, please contact Some Group.Thanks.
    DAILY_REV_COMPARE_L2_20080918.XLS in folder documents > Public Documents > BI Broadcaster > Daily Revenue Compare Report (L2) created by Some One on Sep 18, 2008 9:31:45 AM. (Details)
    I would like to change the "From:" description as well as the bold section of the text above.
    Thanks.

    Hi,
    You can see this document from SDN for [Customizing Notifications,Path-Specific Notifications in KM|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/90626697-0901-0010-2ca7-86e2a50ce70d]
    Hope this information could be helpful for you!
    Regards,
    Lubi

  • Customer Service Reports

    Hi Gurus,
    Kindly help me out in Customer Service Reports. As i am new to CS.
    1.All 90 day Customer Service returns for a specific period.
    2.All 90 day Customer Service Returns for a tech during a specific period.
    3.All 90 day Customer Service Returns for each tech during a specific period, separated by tech.
    4.All 90 Day Customer service returns by product group, model during a specific period.
    5.repair Units received in a specific period
    6.Backlog of each product or model
    7.Number of units invoiced in a specific period
    8.Number of units completed (PIOu2019d) in a specific period with a selection of
    a) warranty
    b) non-warranty
    c) service contracts
    d) JOB TYPES
    e) Cal only
    9.Daily Revenue Month to date by
    a) LABOR
    b)  PARTS
    c)  FLAT RATE
    d) SERVICE CONTRACTS
    e)  SPARES
    Entire inventory of units in Service ( REPSTAT)
    Need to run reports for units coming out of warranty u2013 90 days in advance.
    Repair report
    Calibration due report
    Invoice and IR info by model / SN
    View unit tracking/units due for calibration in next 60 days
    View invoiced amount per product per month
    thanks
    Edited by: rkravi928 on Aug 23, 2009 6:18 AM

    Ravi,
    It seems that you have posted your client's all report requirements in one post and expecting Functional spec for each report.
    All these reports requires lot of discussion with Core teams / Technical consultant.
    Eg.
    >
    > 8.Number of units completed (PIOu2019d) in a specific period with a selection of
    > a) warranty
    > b) non-warranty
    > c) service contracts
    > d) JOB TYPES
    > e) Cal only
    >
    Where you maintain warranty information?
    Iis there any master warranty / Measurement document involved? .. is there any extended warranties applicable for your product?
    What is your reference object - Equip / Func loc etc..?
    What do you mean by JOB type and where you are capturing?
    ... lot of queries can be raised on your requirement.
    The functional consultant and the core team members of this module can only be able to answer those queries.
    Better you close this thread, and start separate queries for each report with necessary information so that peers can able to suggest.
    Babu

  • Schedule Receiver RFC communication channel to call R3 RFC-FM.

    Hi,
    I have requirement that I need to schedule/trigger from PI to RFC call R3 function module. Wonder if anyone here has done similar thing before? I tried to use ATP (Availability time planning) in RWB. But this seem does not success for me as there is no response and error message for this.
    Below is my configuration detail:
    Configured:
    1. Receiver communication channel - RFC
    2. Receiver agreement with the RFC message type assigned.
    3. Scheduled receiver RFC communication channel via ATP daily
    *(It is possible to make scheduling job in R/3 but we are not considering this way)
    Please let me know if anyone has done this before or any other suggestion to do the scheduling from PI.
    Thanks!
    Regards,
    SP

    Hi SP,
    As you mentioned, ATP would allow adapter to be open and in start state. Adapter's RFC, SOAP, JMS would need some other application to trigger the message processing because these are not like pooling adapter's File, JDBC and Mail. RFC adapter channel always listening to the RFC port and FM execution. Once FM from R/3 executed then the RFC adapter would trigger it's message processing.
    For Sender RFC channel: In order to trigger the RFC adapter execution at particular time then you should write a simple ABAP code which would act a batch application and which does the triggering the FM and Sender RFC channel.
    For Receiver Channel: For Receiver RFC channel it's bit trichy because here you have force Receiver RFC adapter to connect backend the execute or initialize the variables without having any XI message triggered from Sender PI channel.
    I have 2 ideas:
    1. A little difficult approach, similar to the ABAPbatch code, you need to write a java adapter module which can trigger RFC receiver channel to connect and do an initialisation at FM at regular interval.
    2. Simple approch configure a File-> 2-> RFC receiver scenario, configure File sender adapter to pick a dummy file at regular interval and RFC receiver channel does the rest.
    Please let me know still you have any doubts,
    Thanks,
    RK

  • Transaction code MC46 for slow moving

    Dear Experts
    I need to take the list of slow moving material with last transaction date.I was tried with MC46 transaction and it gave me the list.
    But i'm not able to under stand the logic , for example one part number shows Days since consumption is 417 days. And i checked up the transaction for that material , last transaction was 01.04.2006.It was correct.But many regular part number show 22 days , but even those parts are transacted daily.
    If possible any can explain me the logic how the days are arrived and some parts mentioned as "no consumption"
    Thanks in advance
    Suresh

    Hi Suresh
    It appears that the recent transactions were internal like sloc to sloc or qi to unrestricted etc - transaction that may not have had any accounting impact.
    Please check the last date when any of your stock movement had an accounting impact like GR, GI etc and see whether the data tallies
    Please reward points if this helps you

  • Report Security

    Hi Expert
    I was wondering whether in ByDesign you are able to restrict the data generated within a report.
    For example I have two line managers who are responsible for their own business unit which is reflected in the organization structure. When the manager generate a P&L report for the org unit they are responsible for they should only see information that relative to org unit only. Is this possible in ByD
    Thank you in advance
    Antonio

    Hi Adam,
    According to your description, you create a parameter to filter the data base on the doctor's name. However doctorA can click on doctorB's name and view his information, now what you want is that prevent doctorA from clicking on doctorB to view his information,
    right?
    In this case, you use the doctor's username as the default value for this parameter and set the parameter's visibility property to Hidden. Then the report will show the current user's information only, and the user cannot select the parameter's
    value at the run time since the parameter is invisible. To get the user name, we can use the built-in function
    =User!UserID
    Reference
    http://technet.microsoft.com/en-us/library/dd255216.aspx
    http://stackoverflow.com/questions/875939/reporting-services-2008-using-useruserid-in-parameters
    Regards,
    Charlie Liao
    TechNet Community Support

  • Average Value

    Dear all,
    i have to calculate a query which contains the following data
                   ¦ Day 1 ¦ Day 2 ¦ ... ¦ Day 7 ¦ Avg. week ¦ Avg. month ¦ Avg. year ¦
    Value 1
    Value 2
    In Colum 1 to 7 the daily revenue should be displayed; in the column Avg. week i should show the daily average (sum of clumn 1 to 7 / 7). that's easy. but how should i calculate the monthly average or the yearly average ?
    i don't want to create 365 columns in the query to calculate just a average for the year? I tried with key figures with exeptionel aggregation (AVG) but that does not help. If i have daily data loads i have the same values in this key figure as in the others (of course).
    Any idea ?
    If preferred I could provide an Excel-File. Perhaps it is then easier to understand.
    Thanks,
    Marc

    Hi Marc,
    Create a structure:
    in first object  restrict revenue by calday and offset calday
    (a user entry variable)  by 6 ( ex if calday is 08/11/07 u will get revenue for  08/05/07)
    similarly do it 6 more time with offsets descending untill 1  and in the last object no offset which will give you the present day( as entered in the variable 0calday)
    now create a formula object  avg week ( sum of all above columns /7)
    now create another object for month(you can hide this if you want by hding it funder properties) : here restrict revenue by variable 0calmonth
    now create a formula object and use the above field value and calculate average using the available mathematical functions
    similarly do it for a year also (0fiscyear)
    Hope this helps
    Anand Raj

  • Wrong GL Dates for Distributions for Credit Memo with Rules

    Hi all
    Using Autoinvoice, Ive created Invoice with Invoice date 17-APR-08 and 12 month payment term. Invoice line has amount of $460 and deferred accounting rule of type "Accounting, Fixed Duration". Rule start date is 17-APR-08 and duration is 1.
    I run the Revenue Recognition and then Revenue Adjustment API "ar_revenueadjust_pub.earn_revenue" to create revenue account schedule for 12 month period based on business rules. Now I issue credit memo of $60 on 18-JUN-08 with LIFO rule method and LIFO split term method, against the above invoice line.
    I run revenue recognition, go to the credit memo distributions. All the distributions show GL Date as 17-APR-08 with correct percentages and amount as in the original invoice line.
    Can anyone help me understand why all distributions of credit memo have same gl date?

    Hi Nagamohan,
    Credit Memo is applied to invoice line with deferred rule.
    If I issue credit memo on 18-JUN-08 with LIFO against a Invoice line which uses "Daily Revenue - All Periods" rule, the distributions show
    GL Date - Dr - Cr - Amount
    17-FEB-09 REV UNEARN 0.77
    17-MAR-09 REV UNEARN 39.07
    16-MAR-09 REV UNEARN 20.16
    The above amounts are exactly the reverse distributions as in Original Invoice line.
    I was expecting the same thing to happen in Deferred Fixed rule, but the only difference is for Fixed rule I cannot populate Rule_End_Date through Autoinvoice or manually.
    Kishore.
    Message was edited by:
    chakoo

  • ALE change pointers

    Hi All!
    I want to trigger the ALE system at a fixed time schedule for eg at 4PM daily.is it possible in change pointers or there is any other alternative.
    Please advice
    regards
    Prasanna Kumar

    Hi prasanna,
    This link would be very helpful for u:
    http://help.sap.com/saphelp_erp2005/helpdata/en/ba/c9c1c31253ed4596e3bbb74922cd4a/frameset.htm
    Hope this helps u,
    Regards,
    Nagarajan

Maybe you are looking for

  • What to be given in JDBC receiver comm channel?

    Hi I have given JDBC driver:com.sap.aii.messaging.adapter.ModuleXMB2DB Connection:jdbc:microsoft:sqlserver://sapep:1433;DatabaseName=SAPXI am i giving correct params? please help me where and how to check whether iam using correct params in my JDBC r

  • Slideshow-Exported PDF is a bit washed out

    I exported my first Slideshow to a PDF file. Looking at the PDF using the Mac Preview program the images were a bit washed out compared to the images within lightroom. So I tried exporting some of the images to the desktop and comparing them to the i

  • Help passing values to graphics

    I am able to create some graphics in a stand-alone app, but I am having some difficulty passing values from one class to a sub class of JPanel. I can create a blank bar graph, the x and y axis, the title and labels, etc, but I need some values from a

  • Where can i find the file manager of yendo?

    where can i find the file manager in yendo phone(sony ericsson)

  • Change label of Standard user attributes in Create user page

    Hi, Can any one tell me where I must change labels names for standard attributes like "Form of address" and "Position" in the Portal. Please, I am aware of adding custom attributes. I do not need Information on that.I need to rename only standard lab