How to create a calendar for two years in GL

how to create a calendar for two years in GL

Hi,
- Login into Oracle EBS and select a responsiblity with GL Superuser drants (e.g. General Ledger Super User)
- Navigate to Setup + Financials + Calendars and open the GUI Accounting (Navigation for R12)
- Query the used calendard (used from jour Set of Books/ Ledger via the GUI
- Enter for each Period (= Period Type 13, 16, 18,...) one Record, have a look to the existing data, used the same logic.
In the GUI, defined the calendar for 2 Years
Dirk

Similar Messages

  • How  to create one delivery for two sales orders?

    Hi Experts,
    I need to create one delivery for two sales orders. But it fails.
    The route, shipping point, ship to party are same for both orders but INCOTERMS are different.
    Delivery date, Good issue date, loading date,material availability date, transportation planning date for 1st order is 12/07/11 and for second order is 14/07/11.
    I have created delivery on 14/07/2011 but the delivery is created for 1st order only, the second order is missing in the delivery.
    It not happened because of incorterms.? different dates
    Kindly help regarding this.
    Thanks
    Raghu

    Hi
    To understand splitting behavior, see SAP Note 546668 - FAQ: Delivery split when creating deliveries. And yes, incoterms happens.
    I think that with the help of question 6 you can try to force the merging of SO. Then, see SAP Note 166397 - Delivery split according to customer field ZUKRL, and handling the field ZUKRL in a VOFM in the copy rule I think that you can try to do it.
    Finally See  Note 4505 - Duprec when adding delivery (VL04, VL01, VL10*) to avoid problems while you are merging.
    Regards
    Eduardo

  • How to create one form for two Udo object

    Hy ,
    I have two Object Udo (header and line)
    How we created a form to manage these two files (UDO)
    Thanks

    Thank you janos
    it works, I put the code to other developers for information
         Shared Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_application.ItemEvent
                If ((FormUID = "SIR001_") And (pVal.ItemUID = "add") And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK) And (pVal.Before_Action = False)) Then
                    Dim oDS As SAPbouiCOM.DBDataSource
                    oDS = SBO_application.Forms.Item(FormUID).DataSources.DBDataSources.Item("@SIR_LOTL")
                    oDS.InsertRecord(oDS.Size)
                    oDS.Offset = oDS.Size - 1
                    oform = SBO_application.Forms.Item(FormUID)
                    oMatrix = oform.Items.Item("mtx_0").Specific
                    oMatrix.AddRow(1)
                End If
                If ((FormUID = "SIR001_") And (pVal.ItemUID = "del") And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_CLICK) And (pVal.Before_Action = False)) Then
                    oform = SBO_application.Forms.Item(FormUID)
                    oMatrix = oform.Items.Item("mtx_0").Specific
                    For index As Integer = oMatrix.RowCount To 1 Step -1
                        If oMatrix.IsRowSelected(index) = True Then
                            oMatrix.DeleteRow(index)
                            oform.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE
                        End If
                    Next
                End If
            End Sub

  • How to Create the BSP for two languages(English & Arabic)

    Hi ,
    I got the requirement where  i need to create the  form for the Annuitant (Retriees) through they will inform their annuity department still they are surviving....so based upon the annuitant department run the annuity payslip for him.......
    In that I should keep company information in the top and resprctive employee information like EMP ID and his contact address need to specify by default.....
    For ex: Employee X is clicking this form..it should contain common information like company name and also employee's "X"  respective information like his EMP ID and his contact address like wise the form should generate both common address and employee respective information.....both in Arabic and in english....
    Is there any readymade BSP for this or if anybody have developed same kind of BSP pls send the code to [email protected]
    How to do that.....ist very urgent.......
    Help will be higly apppreciated.......
    Thanks in Advance ,
    Jasmine

    Hi Jasmine,
    I think you should try the SDN Search the next time before posting. You would have found this: [BSP/HowTo: Generate PDF Output from a BSP|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1002]. Also crossposting the same question is a bad behaviour.
    Best regards
    Gregor

  • How to creat test variable for required year value.

    Hi All,
    I have one report in that report description i want to display year value(zvar_year).
    Ex : report description like "&zvar_year& report" in runtime it can show "2011 report".
    when i run this report from feb to dec i have to show current year value, when i run this report on jan it have to show previous year value
    For this i used diff type of test variable as fallowed bellow
    1) test variable using replacement path with info object :
    variable type:test
    char:zyear
    process type:replacement path
    replacement variable with:infoobject
    replace with :key
             (or)
    iam trying bellow variable method but iam unable to see in variable list its charectaristic value variable
    variable type:test
    char:zyear
    process type:replacement path
    replacement variable with:variable  "this is customer exit variable built on zyear unable to see in variable list
    replace with :key
    2)test variable using customer exit:
    variable type:test
    process type:customer exit
    *Problem:* when i used &zvar_year& in the description its showing  "&zvar_year&" only not "2011" value.
    please let me know how to get the values into test variable
    Thanks in advance
    Edited by: RJANAR on May 18, 2011 7:17 AM
    Edited by: RJANAR on May 18, 2011 7:23 AM

    Hi,
    For that you need to modify your customer exit as shown below
    Data : zyear(4), zmonth(2).
    zmonth = sy-datum+4(2).
    if zmonth = '01'
    zyear = sy-datum(4).
    Zyear = Zyear -1.
    elseif
    zyear = sy-datum(4).
    endif.
    CLEAR L_S_RANGE.
    L_S_RANGE-SIGN = 'I'.
    L_S_RANGE-OPT = 'EQ'.
    L_S_RANGE-LOW = zyear.
    APPEND L_S_RANGE TO E_T_RANGE
    Hope this helps you. Thanks.
    Regards,
    Raj

  • To create one infopackage for two cubes

    hi all
    iam new to bw and have a problem ,how to create an infopackage for two infocubes and load data into them.Thanks in advance

    Srinivas:
    I believe you are working in BW 3.5, then in the Infopackage select the tab :"Data targets" and select the radial buttom "update in all data targets for which update rules exist". Surely, if there are no update rules you will not be able to load data.
    Regards
    RAP

  • How to create new scope for SharePoint calendar?

    How to create new scope for SharePoint calendar?
    I have a calendar list to which I want to create following scopes-
    Annual View
    Half Year 1 (Jan-June)
    Half Year 2 (Jul-Dec)
    Quarter 1 (Jan-Mar)
    Quarter 2 (Apr-Jun)
    Quarter 3 (Jul-Sep)
    Quarter 4 (Oct-Dec)
    How this can be created. Any help appriciated. Thanks.

    Hi Pratima,
    Can you please see below link and code snippet for how to
     format date in gridview.
    http://www.aspdotnet-suresh.com/2011/05/how-to-set-date-format-in-gridview.html
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title>Gridvew Date format</title>
    </head>
    <body>
    <form id="form1" runat="server">
    <div>
    <asp:GridView runat="server" ID="gvdetails" DataSourceID="dsdetails" AllowPaging="true" AllowSorting="true" AutoGenerateColumns="false">
    <RowStyle BackColor="#EFF3FB" />
    <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
    <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
    <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
    <AlternatingRowStyle BackColor="White" />
    <Columns>
    <asp:BoundField DataField="Date1" HeaderText="Date1" HtmlEncode="false" DataFormatString="{0:s}" />
    <asp:BoundField DataField="Date2" HeaderText="Date2" HtmlEncode="false" DataFormatString="{0:D}" />
    <asp:BoundField DataField="Date3" HeaderText="Date3" HtmlEncode="false" DataFormatString="{0:m}" />
    <asp:BoundField DataField="Date4" HeaderText="Date4" HtmlEncode="false" DataFormatString="{0:d}" />
    <asp:BoundField DataField="Total" HeaderText="Total" HtmlEncode="false" DataFormatString="{0:C2}" />
    </Columns>
    </asp:GridView>
    <asp:SqlDataSource ID="dsdetails" runat="server" SelectCommand="select * from DateFormat" ConnectionString="<%$ConnectionStrings:dbconnection %>"></asp:SqlDataSource>
    </div>
    </form>
    </body>
    </html>
    Hope this will help you.
    Regards
    Soni K

  • How to create Presentation variable for columns and to use it in Narrative?

    Hi All,
    Anybody know how to create presentation variable for a column (i.e., i need to create it in edit formula section itself). And then, I should use it in Narrative section to display that column value. Is it possible? Or do i need to use any other variable for this requirement? If so please let me know, how to create it? This is very urgent requirement.
    Thanks in Advance
    Thenmozhi

    Hi Satya,
    I just want to create a table that should horizontally display the values like below:
         SUID Tag # :123456               Year Mfg: 2007                                                                                     
         Description: computer corporation FA ID#: 4576
         Model Number: 4569 hESC: #ert
         Serial Number: 78945 Flags: c
    Department: Hematology
    User: thenmozhi
    Database: OLAP
    I think we can create this type of report using either Narrative or Static Text. But I am not sure whether it is possible or not? And also another thing is that sectioning is applied for SUID Tag # column. So, depending on the dashboard prompt if the SUID Tag # retrieves two or more values.
    Then the first value for example 123456     and the values for the other columns related to this SUID Tag # value should display in the first page (i.e., page 1). And if the next value of the SUID Tag # for example say 678901 then the values should move to second page that is like this:
         SUID Tag # :678901               Year Mfg: 2008                                                                                     
         Description: Computer Manufacturing FA ID#: 4577
         Model Number: 4570 hESC: #eth
         Serial Number: 78946 Flags: G
    Department: Hematology
    User: Rehman
    Database: OLAP
    Thanks
    Thenmozhi

  • Calendar for 5 years

    Dear all,
    My client has 10 public holidays. When I created the holiday calendar, I marked it for 5 years (2011-2016). But now I'm having a small doubt,
    Sunday is weekly off for my client.
    Think on 2012 year two out-of the above 10 public holidays falls on Sundays. So effectively, the employees get only 8 holidays.
    1. So what is the use of creating calendar 2 years, 3 years or five years?
    2. Do we need to create the calendar every year or need to collect all the changes in the 5 years and create a different calendar.
    3. Even then what will happen after 5 years? Who will create the calendar for client?
    4. I know the option floating holidays and some other option is available. But up to what extent it helps?
    Regards
    ET

    Hello ET,
    I general, we will create Holiday calendar yearly and will generate workschedules every year as part of the yearend activity from HR side.
    Every company will have different set of holidays, in that floating hlidays like festivals will change every year so its good to generate holiday calendar every year.
    Edited by: Piscian . on Jul 5, 2011 6:59 AM

  • How to create one checksum for 264 vis

    Hi,
    How to create "one Checksum" for 264 Vis.These 264 Vis are Interlinked if i change code for any .vi the checksum Should be update.This checksum is shown on the main window.
    Regards
    Ravindranath
    Solved!
    Go to Solution.

    Here's a slightly simplified version (saved in 8.6).  There's no need for the Get/Set File Position.  The file position is already being incremented with the read.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Multiple File MD5 Checksum (Version 8.6).vi ‏23 KB

  • View the calendar for a year

    How can i view the calendar for a year, not just a month

    This feature is not available with the default Apple Calendar application. There may be an App in the iTunes App Store that does this for you.

  • How to create a calendar layout in jdev 12c?

    In jdev  12c,
    When drag and drop a data control into jsf page, in the popup menu->Create, there is no Create a calendar choice.
    How to create a calendar layout in jdev 12c?
    Thanks.

    Timo,
    From a  reference doc of previous version of jdev/adf, it said :
    http://www.oracle.com/technetwork/cn/java/calendar-091799.html
    Expand the Data Controls accordion and drag the collection that represents the view object for the activity created above (FodCalEventVO) and drop it as a Calendar.
    But in Jdev 12c.--cannot find the Create Calendar choice.
    In jdev 12c can drag and drop a calendar component from the component palette, but do not now how to bind it to view objects.
    Thanks.
    BAO

  • Can any one give me hint how to create(dsplay) calendar in jsp 1.2

    can any one give me hint how to create(dsplay) calendar in jsp 1.2
    friends
    i wants to display calendar (not the date) in tabular way please give me hint how to create it

    Hi,
    i would just add my question cos it looks similar , how can i add calendar of the whole year and let the user browse and select it
    thanX in advance

  • How to create a Index for KM documents

    Hi Experts.......
    I have two queries .
    1,How to create a Index for the KM Server documents so that when ever i am in need of particular document,i can be able to retrive the exact document within short time......
    2,What Is TREX? Need of TREX ?
    If any one have documents for the above said queries kindly send it to [email protected]
    Thanks in Advance,
    Jasmine

    Hi Jasmine,
    1.In the EP 6.0 you can create index System Administration -> System Configuration -> Knowledge Management -> Index Administration
    2.TREX is search engine that will proccess the documents that you have specified in the index Data sources when you have created the index.
    The status of TREX you can see in System Administration -> Monitoring -> Knowledge Management -> TREX Monitor or Index Monitor for indexing monitoring.
    If you don't have connected any TREX engine to J2EE, just start the visual administrator and configure the TREX service.
    To install the TREX you can follow the instguides for TREX service.sap.com/instguides SAP Netweaver->Release 04 or 2004s -> Installation -> Cross-NW
    I hope that it helps.
    Bye
    Dan

  • How to create a password for the pdf file

    In Adore Acrobat XI, how to create a password for the file? The help states going to Tools Menu and clicking on Protection tab - but there is no such option. In the file - properties - security screen, it shows the security details but does not allow to edit it.

    I think you may be mixing up two different products: Adobe Reader (free), and Acrobat ($$).

Maybe you are looking for

  • Using java to run command line as %username%

    Hi all, can any one help with this? I'm trying to run a command line from a database as %username% in Windows. So far I have the following script, courtesy of Frank Naude to build a java class that is published within a plsql procedure. A command lin

  • Error when installing PS6 Creative Cloud update

    I have been a Photoshop user since version 7, and have updated to the latest version every time a new one was introduced.   Last week, I went ahead and purchased a Creative Cloud subscription for the Photoshop application, and it appeared to install

  • UWL - button not shown

    Hi All, Not sure whether this question is related to workflow or to the UWL config in Portal. We have a workflow and the decision box of that workflow shows "Acknowledge" and "Cancel and keep work item in inbox". The workitem when selected in Inbox (

  • Live meeting integration with Sharepoint 2010

    Hi all,       We have the following requirement:       a. User should be able to start live meeting from Sharepoint 2010 portal (Note: OCS 2007 R2 is part of the environment, Users online presence is shown in Portal).       b. Users should be automat

  • I am wondering if there is a security add on to block and prevent drive-by downloads (virus infections)

    I am worried about drive-by downloads (virus infections) I obviously need to protect my bank account by any and all means possible. To protect myself even more, I was wondering if there was a security add on that can block drive by downloads.