Primary use of creating a Recurring Document in GL Master

Dear all,
What is the primary use of creating a recurring document in GL master as opposed to sample document? Will this enable the end user to post certain transactions like Rent automatically?

Hi Indu,
Recurring entries are business transactions that are repeated regularly, such as rent or insurance. The following data never changes in recurring entries:
Posting key
Account
Amounts
You enter this recurring data in a recurring entry original document. This document does not update the transaction figures. The recurring entry program uses it as a basis for creating accounting documents.
Please see this link : Recurring Entries - Posting (FI) - SAP Library
Recurring Entry Transaction codes : http://scn.sap.com/thread/1243314
Hope it helps !
In case of queries please revert back.
Regards,
Prakash

Similar Messages

  • What's the best app I could use to create a word document

    What's the best app I could use to create a word document ?

    Have a look at the following (in my order of preference)
    http://itunes.apple.com/sg/app/quickoffice-pro-hd-edit-office/id376212724?mt=8&l s=1
    http://itunes.apple.com/sg/app/documents-to-go-premium-office/id317107309?mt=8&l s=1
    http://itunes.apple.com/sg/app/office2-hd/id364361728?mt=8&ls=1

  • I'm using CS6 created a new document. trying to use my layers and my work keeps going black. when I

    I'm using Photoshop CS6, created a new document. trying to use my layers and my work keeps going black. when I click on the workspace  i am able to see my work but when I move my mouse any little bit it goes black again.

    Good day!
    Does turning off »Use Graphics Processor« in the Performance Preferences and restarting Photoshop have any bearing on the issue?
    Regards,
    Pfaffenbichler

  • Recurring Document Analysis report

    Hi!
    we have created some recurring documents using transaction code FBD1. After executing F.14, how can we know whether all recurring documents are created are posted? while executing batch input session, there may be some errors in recurring documents due to which posting cannot happen.
    my client is asking the report where recurring document number and corresponding accounting document posted in that spcific period? is there any report?
    regs,
    ramesh

    Hi Ramesh.
    Please follow the below steps to extract the report with accounting document numbers with their corresopnding recurring document numbers.
    Use T code: FB03
    1. Give the parameters (ex: CoCd, Fiscal year, doc type, posting date/ entry date ec.,), then select the execution button (F8).
    2. System will popup the list of accounting posted documents, go to change layout tab (Ctrl+F8) and find the recurring doc from hidden colums then press enter button.
    3. Now you will see the total list of accounting posted documents with their corresponding recurring setup documents.
    Regards,
    Srinivas

  • BAPI to create a billing document with reference to delivery or sales order

    Hi,
    Does anyone know any BAPI or function module that allows the creation of a billing document with reference to a sales order or to a delivery.
    Maybe the BAPI_BILLINGDOC_CREATEFROMDATA may be used to create a billing document with reference to a sales document, but i'm looking for a solution where I only need to indicate the number of the reference sales order or the reference delivery and maybe some few data more without the need of transfer all the items and conditions information.
    Thanks.
    Kind regards,
    Paulo Sousa

    Hello Paulo,
    To create a billing document based on a delivery use BAPI_BILLINGDOC_CREATEMULTIPLE. In table BILLINGDATAIN insert one line with the following data:
    REF_DOC = Delivery number
    REF_DOC_CA = 'J'
    If it runs fine, table SUCCESS will bring back useful data, like BILL_DOC (Billing document number).
    Regards,
    Joã

  • Background scheduling of recurring document postings

    Hi Freinds,
    I have 3 recurring entries every month, Lets say 1 should rum on 1st of everymonth, 2nd one should run on 4th of every month and 3rd entry on 10th. I hve created 3 recurring docs in FBD1.
    Instead of go ro F.14 and create batch job every month. I would like to scehdule a background job for the whole fiscal year. So that every month all 3 docs automatically gets posted.
    Anyone give me step by step process of scheduling background job.
    thanks in advance..
      Venkat

    hi
    kindly note the steps below:
    1)     Create a recurring document giving the start date and end date, directing the system to post the entries at the end of a period (monthly, bi-monthly, quarterly, semi annually, annually, etc).
    2)     Determinants would be the transaction should recur regularly and have the same values across the horizon of recurrence. Again the posting period in which the entry can be posted should be open.
    3)     Post the entries as on a particular posting date by running a batch process for all the recurring document templates created.
    Create Recurring entries document template u2013 FBD1
    Execute Recurring entry program u2013 F.14
    Recurring entries list u2013 F.15
    regards
    eashwar

  • Recurring Documents run schdule configuration

    Dear all,
    I have a question regarding the recurring document run schdule configuration. my example is below
    I received an insurance policy,
    Period :23.02.2011 - 23.05.2011 (for 3 months)
    amount: 15.000 USD
    First I posted this policy to vendor account
    31 vendor ABC                   15.000 USD
    40 Prepaid Exp.acc.            15.000 USD
    secondly I create a recurring document with below specification.
    *Recuring entry run*
    company code:1000
    first run on :23.02.2011
    Last run on:23.05.2011
    interval months:1
    run date:23
    transfer amounts in local currency
    copy texts
    *Document header information*
    document type:AB
    currency/rate:USD
    translation date:23.02.2011
    Post. key:40 (insurance exp.account) enter amount (for monthly 5.000 USD)
    Post. key:50 (Prepaid exp. account) enter amount (for monthly 5.000 USD)
    and than ı execute document posting by F.14 and the document posted.
    but I want to create a recurring document and posted this document according to the below calculation,
    for february 2011= 1000,00 USD (15.000 USD / 90 days X 6 day)
    for march 2011   = 5.166,67 USD (31 day)
    for april 2011     = 5.000,00 USD (30 day)
    for may 2011    = 3.833,33 USD (23 day)
    how can I configure this recurring document.
    Thank you so much.......

    Hi,
    For this scenario standard is not possible, why because if the recurring documents are maintained only for which is the amounts and date is fixed for this scenario is possibe for recurring document, then discuss with the abaper try to maintain userexits for this.
    Regards,
    Kanike

  • Creating new xml document

    Hi
    there are many samples about reading results into xml, but how can the oracle xml parser be used to create a xml document (String) from the scratch?
    Thanks a lot for suggestions
    Daniel

    Thanks , but i know all this !
    File corFile = new File("e:\\corFile.xml");
    DOMParser dp=new DOMParser();
    InputStream is = new FileInputStream(corFile);
    XMLDocument root=XMLHelper.parse(is,null);
    is.close();
    Element hello = root.createElement("hello");
    Text bonjour = root.createTextNode("Bonjour");
    hello.appendChild(bonjour);
    root.appendChild(hello);
    i know how i can update the XMLDocument ,
    but how i can update my file corFile.xml ??
    i would create a new xml file from my new XMLDocument !

  • FM/BAPI to create a accrual document in FBS1 ?

    Hi,
    Id any one aware of any BAPI or FM that can be used to create and accrual document through FBS1.
    Thanks,

    How about BAPI_USER_ACTGROUPS_ASSIGN ...?
    (Found searching SE37 with pattern "BAPIUSER" ...)
    <u>Take care</u>: when using an CUA you might need to use BAPI_USER_LOCACTGROUPS_ASSIGN (to assign roles in the CUA master system).

  • Recurring document in FBD1

    Hi everybody,
    I have created a recurring document in TC: FBD1 with first run date is 01-08-2009. Now i want the invoice to be posted in 31-07-2009. system is not allowing to post this invoice. How to change this first run date from 01-08-2009 to 31-07-2009. Can anybody help on this...please.....
    And also system should allow the first run date to be flexible to change....can anybody guide me on this....
    Regards

    Hi Krishna,
    Recurring Entry Documents & Sample Documents are like Templates.
    They wont update any g/l's.
    there will be seperate number ranges maintained to these Recurring Entry & Sample Documents.
    Nothing impact will be there if you Delete.
    Regards
    Venkat

  • How to create multiple accouting documents for one invoice for diff curr

    Hi experts/gurus,
    I have a requirement where we need to create two two different accounting documents for one invoice. The scenario is this:
    1) We are exporting goods to oversea customer, as such the currency is bill in USD
    2) We also have transportation charges using another condition type, we need to capture this charges/accrual in local currency which is MYR.
    Currently, the system will automatically convert the transporation charges to USD when we create the invoice and the accounting document will be generated in USD for both sales and transport charges.
    is there a way to fullfil the above requirement, any setting in condition type or any user exists we can used to create hte accounting documents.
    Any ideas/input is highly appreciated, points will be awarded

    Hi Wan,
       The following user exits are available in report SAPLV60B for transfer to accounting (function group V60B): So please go through these.
    ·EXIT_SAPLV60B_001: Change the header data in the structure acchd
    You can use this exit to influence the header information of the accounting document. For example, you can change the business transaction, "created on" date and time, the name of the person who created it or the transaction with which the document was created.
    ·EXIT_SAPLV60B_002: Change the customer line ACCIT
    You can use this exit to change the customer line in the accounting document. This exit is processed once the ACCIT structure is filled in with data from document header VBRK.
    ·EXIT_SAPLV60B_003: Change the customer line in costing
    The customer line is filled in differently for costing. You can use exit 003 to influence the ACCIT structure.
    ·EXIT_SAPLV60B_004: Change a GL account item ACCIT You can add information to a GL account item (such as quantity specifications) with this exit.
    ·EXIT_SAPLV60B_005: User exit for accruals
    Once all relevant data for accruals was entered in the GL account item, you can add to this data with this exit.
    ·EXIT_SAPLV60B_006: Change the control line ACCIT
    You can use exit 006 to add information to the control line.
    ·EXIT_SAPLV60B_007: Change the installment plan
    You can use exit 007 to add information to the installment plan
    parameters in the GL account item.
    ·EXIT_SAPLV60B_008: Change the transfer structure ACCCR, ACCIT and ACCHD
    After the accounting document is filled in with data, you can use exit 008 to change the document once again.
    ·EXIT_SAPLV60B_010: Item table for customer lines
    You can use exit 10 to influence the contents of customer lines before they are created.
    ·EXIT_SAPLV60B_0011: Change the parameter for cash account determination or reconciliation account determination
    You can use this exit to change inbound parameters in order to influence account determination.
    I hope any one of these will solve your problem
    Thanks,
    Murali.

  • Multi-page document with multi Master-pages

    Using InDesign CS6 (Mac): 
    I'm to start a 50-page document that's single-pages (not spreads) for 3-hole-punch book. I'm using 2 Master pages, which are alternating between the front and back of each sheet. So page 1 is master A, page 2 is B, 3-A, 4-B, etc.
    So that I don't have to manually add alternate pages to the Pages window — is there an elegant way I could tell InDesign at the "New Document" level to create those 50 alternating pages?
    Thanks!

    Thanks, Jdanek, but after posting my question here I realized a better place to post it is in the InDesign forum, and I already got the answer there, which is to create a facing-page document with one master page, that has a larger margin at the binding side. The pages will be read as spreads, even if this a 3-hole-punch book. I then will save it as a single-page PDF for production.
    You can see the thread at Re: Create multi-page document with multi Master-pages

  • Creating a new Web Intelligence document using OpenDocument (requires an existing document?)

    We use the OpenDocument interface to embed the Web Intelligence viewer in our web application.  One of the problems we're having is that the code appears to require a valid document ID, even if all you want to do is create a new document (passing the noDocument=true flag, so that the application opens with no document at all).
    I've tried various permutations of the following, with no success, always getting this error message (An error occurred: Could not find the document)
    E.g:
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&iDocID=...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&iDocID=-1...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&iDocID=0...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&sDocName=...
    http://bo-server:8080/BOE/OpenDocument/opendoc/openDocument.jsp?noDocument=true&sDocName=new...
    It appears the only way to get OpenDocument to allow you to do this is to use an existing WebI document ID.  That is to say you can't create a new document unless you already have an existing document to include in the call to the JSP.
    This limitation appears to be artificial and only on the OpenDocument interface -- You can create new documents in Launchpad without having an already existing document to point to.  Documenting the workaround for this, having people installing the product first make a webi and save it, then configuring it so it has read-only permissions (so it doesn't accidentally get deleted), then configuring our application to lookup the ID isn't the most elegant of experiences.
    I was wondering if anyone had run into this before and/or if anyone at SAP could look into it?  I'm hoping it's an easy limitation/bug to fix.
    This limitation affects 4.1 SP4 and probably older versions of the OpenDocument interface.  See also:
    Embedding Java Webi Report Panel in Custom Application - Business Intelligence (BusinessObjects) - SCN Wiki
    Thanks!

    There is a feature request to request addressing this limitation here.  If you're interested, please vote it up!
    OpenDocument &quot;New Report&quot; feature from a Universe Identifier : View Idea

  • Creating a new document using XQuery

    Hello everyone,
    I wondered if there was a way to create a new document using XQuery. What I am trying to do is to run a query on XML file and try to print the results in HTML for viewing purpose.
    The HTML is spitted out on DOS prompt. Instead I wanted to write that HTML to a file on disk. Is this possible with the XQuery tools provided by Oracle?
    Thanks in advance for all the help
    K

    Folks,
    Kinda answering to my question. Just send the DOS output to some file. Pretty Simple huh!
    Thankyou anyways
    K

  • How can I create accurate decimal dimensions when creating a new document or using the art board in Illustrator CS6? When I type in a number with a decimal, it automatically rounds the number up.

    How can I create accurate decimal dimensions when creating a new document or using the art board in Illustrator CS6? When I type in a number with a decimal, it automatically rounds the number up.

    For my part you are welcome, sdowers.
    Unfortunately, the uncertainty arising from the rounding has been up several times here in this forum.
    I just came to remember a warning that needs to be given:
    The rounding of the representation of a numerical value may be harmless in itself, but if you use it for any operation that changes the value, such as multiplication or whatever, things will go wrong because the operation will be made on the basis of the rounded value instead of the true value. So, as in your first case in post #2, 39.625 rounded to 39.63 will become 79.26 instead of 79.25.

Maybe you are looking for