Accrual Balance is not getting for particular leave

on 11.5.10.2
we have defined four leave in leave management system but on of the leave is not working properly in regards of getting accrual balance while using this function "per_accrual_calc_functions.get_net_accrual", although all plan getting balance but except one is not do this, how can we diagnose the problem for particular leave.
Could you please advice.

What is the problem? Is the leave balance zero when you don't expect it to be? Is the leave balance non-zero but calculating the wrong value? Or are you receiving an error message?
Please provide as much detail as possible.

Similar Messages

  • ALV grid display the subtotal not getting for one column at the output

    Hi,
    I am working one report ALV grid display and subtotal is not getting for one paricular coulumn.
    Eventhough that column has some values.
    So can anyone give the proper solution.
    Waiting quick response.
    Best Regards,
    Bansi

    Hi
    see this link .
    https://wiki.sdn.sap.com/wiki/display/ABAP/SUBTOTALinALV
    or try this program.
    REPORT zalv.
    DATA:
    t_sflight TYPE TABLE OF sflight,
    fs_sflight TYPE sflight.
    DATA:
    r_container TYPE REF TO cl_gui_custom_container,
    r_grid TYPE REF TO cl_gui_alv_grid.
    *FIELD CATALOG
    DATA:
    t_fcat TYPE lvc_t_fcat,
    fs_fcat TYPE lvc_s_fcat.
    *SORTING THE BASIC LIST
    DATA:
    t_sort TYPE lvc_t_sort,
    fs_sort TYPE lvc_s_sort.
    fs_fcat-fieldname = 'PRICE'.
    fs_fcat-do_sum = 'X'.
    APPEND fs_fcat TO t_fcat.
    fs_sort-spos ='1'.
    fs_sort-fieldname = 'CARRID'.
    fs_sort-down = 'X'.
    fs_sort-group = '*'.
    fs_sort-subtot = 'X'.
    APPEND fs_sort TO t_sort.
    SELECT * FROM sflight INTO TABLE t_sflight.
    CALL SCREEN 100.
    *& Module STATUS_0100 OUTPUT
    MODULE status_0100 OUTPUT.
    SET PF-STATUS 'SCREEN1'.
    SET TITLEBAR 'TITLE1'.ENDMODULE. " STATUS_0100 OUTPUT
    *& Module USER_COMMAND_0100 INPUT
    MODULE user_command_0100 INPUT.
    CASE sy-ucomm.
    WHEN 'BACK'.
    LEAVE TO SCREEN 0.
    ENDCASE.
    ENDMODULE. " USER_COMMAND_0100 INPUT
    **& Module HANDLER OUTPUT
    MODULE list OUTPUT.
    CREATE OBJECT r_container
    EXPORTING
    container_name = 'CONTAINER'.
    CREATE OBJECT r_grid
    EXPORTING
    i_parent = r_container.
    CALL METHOD r_grid->set_table_for_first_display
    EXPORTING
    i_structure_name = 'SFLIGHT'
    CHANGING
    it_fieldcatalog = t_fcat
    it_outtab = t_sflight
    it_sort = t_sort.
    ENDMODULE. "list OUTPUT
    Regards
    Hareesh Menon

  • PO Release Strategy not triggerred for particular Total Net Order Value

    Dear,
    I am currently facing the issue where release strategy for purchase orders is not getting triggered for a particular value or lower.
    For order value 1 INR or less, no release strategy is triggered for new created PO. And for value > 1 INR release strategy is getting triggered.
    All otehr PO characterstics are the same, I mean to say the values for other characterstics such as plant material group are identical.
    But the characterstics for release for Total net order value are <= 30000 INR. There are two system copies, where in one system the same release strategy is working as expected. But in other system the above mentioned issue occurs. There is no differnce which I can see in the release strategy setup.
    Please suggest for solution.
    Thank you.
    Warm Regards.

    Dear All,
    While looking further into the issue by going into debugging mode, we have found that in include LCLSCF2I, Internal table p_selection_criteria_tab , the value for ATFLV (Internal Floating point from) gets different values in the two systems. For example, in the affected system, for PO with 1INR tottal value, for one of the Total value chaaracterstics before INR characterstic, ATFLV value is 0,0000000000000000E+00, hence it gets out of loop and doesn't trigger release strategy.
    But in another system for same PO values and release setup, ATFLV value is 1,0000000000000000E+00 for that characterstic.
    May I know how the value for this field gets calculated.
    Thank you.
    Warm Regards.

  • Project  gl_period_status  not there for particular operating unit

    Hi,
    We  try select Gl_period_status for Project applications.it is not showing particular operating unit.But other operating unit it showing project period.what could be reason.Any setup need.Please help me.
    reg
    sasikumar.r

    Hi Viren,
    Initially I have tried what you have said, but ERROR is coming as AS YOUR PREVIOUS DELTA IS INCORRECT, YOU CANNOT LOAD THIS DELTA. I am not getting any option of REPEAT DELTA.
    "I have set to DELTA REPEAT in RSA7(ECC) , but after saving, it is again coming back to DELTA UPDATE."
    As I am not getting REPEAT DELTA, to get that I tried saving the 0FI_GL_4 as DELTA REPEAT in RSA7 (ECC).
    Please let me know any more information required.
    Thanks,
    Bindu.

  • Batches not getting  for order components at time of order creation

    Hi Folks,
    My requirement is that when I create a production order and save automatic batch determination should take place for all components. For this I have done all the settings for eg
    1) Assigment of batch search proceduree to order type
    2) Define batch search strategy,procedure , condition , access sequence
    3) Create batch strategy record for order type/ plant/component by COB1
    4) Create sort rule and assign to batch strategy record
    5) Batch classification is there and value of the sort chracteristic is populated in all batches
    6) There is enough available stock in the batch at that storage location
    But batch field is not getting populated .. Even if I press the batch determintion button manually
    on the component overview screen batch selection screen is appearing but no batches are getting determined for selection .I have checked the selection criteria and it is correct and I was expecting batch 'ZSWETA' to b determined as it is satisfying the selection criteria. I am really wondering why this is happening as I have done all the required config settings but batch determination is not happening..
    Can you please help me out of this...
    Regards
    Suchandra

    Hi,
    kindly check the following things-:
    Material master -: Purchasing View tick in check box of Batch Management
                               MRP 2 -:Batch Entry(Select 3-Auto Batch entry on Release)
                              Work Scheduling -: Batch Entry & Batch Management.
    hope it will help you to get the auto Batch Number.
    Regards,
    Mukesh

  • SAP workload monitor is not showing for particular date in Total Option

    Hi,
    In t. code ST03N (Work Load Monitor) data is not showing in option total for particular date but it is showing in all the instances.
    Please support
    Regards
    Ganesh Tiwari

    Hi Mamtha
    Does the same navigation work directly in the backedn? In RSRT?
    Pls try that, will halp narrow down your problem. WHether it is a data issue, whetehr it is a BW issue or whether it is a display issue.
    Regards
    Rajesh

  • User not authorized for particular Transaction.

    While running a Custom Transaction I m getting error that user is not authorized for that transaction.
    how to solve this?

    Hi,
    Try using FM C160_TRANSACTION_CALL. Let's see if this works.
    OR
    Create a custom program that calls your custom transaction code.
    Hope this helps.
    Benedict

  • CIN details icon in Customer master not coming for particular user

    Hi experts,
    I created new Dev user in that if i create a new customer code through Trxn code XD01 i am not getting the
    CIN master maintenance Icon.Pls provide your guidance to solve this.
    Awaiting for your valuable reply.
    Regs.
    SR

    Hi,
    Go to OMT3E (The menu path: SPRO >> Logistics General >> Tax on goods movement >> Master data >> Assign users to Material master screen u2026)
    Click on u2018Users Screen referenceu2019; add the new user name here. Hereafter the user will get CIN details.
    Regards,
    K Bharathi

  • Script sub window not opening for particular invoice

    Hi Experts,
      I am facing problem in my invoice script.That is for some invoice the Script Write form Rstxc-Tdclose = X so it is directly coming out from the window after opening.
      For two invoices only i am facing this problem.
    Here that particular window is not displaying for some invoices.main window other windows are working fine.
    Please,Give me some suggestions where the rstxc structure updated in write_form.
    Regards,
    Nandha

    Nandha,
    Is thhis related to BW ?
    maybe the ABAP forum would be of better help..
    Arun

  • Site behind load balancer - Key not valid for use in specified state

    Hi,
    I have created a sharepoint application page to access an active end point on ADFS and establish a fedauth session. All works well in single server. But when the page runs behind load balancer with 2 servers, it fails with key not valid for use in specified
    state exception. Stickiness is enabled on load balancer. verified that.
    I had made few changes to config file in microsoft.identitymodel section to accomodate adfs custom login. This included removing securitytokenhandlers and issuertokenresolvers as well. Is this impacting the encryption/decryption in anyway?
    Any pointers would help.
    Reference point for my application page : http://blog.helloitsliam.com/Lists/Posts/Post.aspx?ID=76

    Hi,
    As I understand, you encountered the error “Key not valid for use in specified state” when ADFS custom login.
    In order to run in Windows Azure Web Sites a Web application which uses WIF for handling authentication, you must change the default cookie protection method (DPAPI, not available on Windows Azure Web Sites) to something that will work in a farmed environment
    and with the IIS’ user profile load turned off.
    1. If you are using the Identity and Access Tools for VS2012, just go to the Configuration tab and check the box “Enable Web farm ready cookies”.
    2. If you want to do things by hand, add the following code snippet in your system.identitymodel/identityConfiguration element:
       <securityTokenHandlers>
         <add type="System.IdentityModel.Services.Tokens.MachineKeySessionSecurityTokenHandler, 
                 System.IdentityModel.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
          <remove type="System.IdentityModel.Tokens.SessionSecurityTokenHandler,
                System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
        </securityTokenHandlers>
    There is a similar case:
    http://stackoverflow.com/questions/19323287/key-not-valid-for-use-in-specified-state-error-for-net-4-5-mvc-4-application
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • PO/ Invoice created for supplier does not exist for particular company code

    Hi Gurus,
    We have a case where PO created w.r.t supplier X does not exist for any company code A. Also Invoice is generated.
    As per my analysis:
    1. Purchasing organization is assigned to the particular plant and Plant does assigned to company code. This purchasing organization does not assigned to any company code and kind of centrally allowed to any company code based on above link.
    2. Supplier X does exist for the purchasing organization. And in Partner function-For PI (Invoice presented) partner function, it is defined for another supplier Y. This Y supplier does exist for company code A and might be the reason, it is allowing creating PO and Invoice.
    Please correct me, if I am wrong or If there will be any other reason for the same. Just for your information, there is no Info record exist for this PO as it is created for service without any material number.
    Thanks for your response.
    Best regards,
    Karun Kumar

    You can create vendor only with reference to purchase organization and withoout company code.
    for this vendor, you can create PO and MIGO and system will allow but when you try to post the invoice system will prompt you to enter different invoice party. if you dont enter different invoice party, system will throw an error message "vendor is not defined in XXXX.
    So in your case, your analysis is correct.

  • Wip  for the wbs not found for particular month

    Hi
    What are the reason a wip not found for a wbs  for a particular month while doing rrb billing ,while it is again found in the next month

    hi
    please chec in that particular WBS whether WIP - is defined or not in status profile.
    in BS02.
    balajia

  • Mysite is not opening for particular user

    Hi,
    We have configured User profile service application with permission to create mysite in our environment. One particular user is not able to open mysite. When try to open mysite it generate an unexpected error message and given correlation ID. When followed
    the log file with reference to correlation ID. I found following error in ULS.
    My Site: PersonalSpaceRedirect: Unknown error: System.Threading.ThreadAbortException: Thread was being aborted.
    at Microsoft.SharePoint.Portal.WebControls.PersonalSpaceRedirect.RedirectToPublicPage(SPWeb web)
    at Microsoft.SharePoint.Portal.WebControls.PersonalSpaceRedirect.LoadControl(Object sender, EventArgs a).
    Please notice that this is for a single user so we dont to recreate the user profile service application for restore database. Any help is higly appreciated.
    Regards,
    Jitu

    I am having the same issue. I traced it to a problem with the Microsoft.SharePoint.Portal.WebControls.PersonalSpaceRedirect part on default.aspx. I'm still not sure what the underlying issue is, though. This is in SharePoint 2013 SP 1.

  • Credit limit is not applicable for particular customer

    Hi
    How  can we exclude the paricular cusmoter from credit limit
    presently credit limit configured at deliver level ... and it is worked on  particular Saleorder type
    pls ..any one guide me about on this issue
    thaks and regards
    sesi
    Edited by: sesidhar gollu on Dec 16, 2009 5:27 AM

    Hi
    To exclude a customer from Credit check, do not maintain the Credit data for that Customer in FD32.
    Regards
    Amitesh Anand

  • DTP Load is not progressing for Particular DataPackage

    Hi All,
    I am facing a Problem in my DTP Load. I have triggered a DTP run.
    It's having around 82 Datapackages and almost 80 datapackages completed Sucessfully.
    Particular 2 Data package is running for longtime say 2 Hrs and its not passing after Extraction step.
    When i check the Job Overview for that DTP run, the Job is finished and that 2 datapackeges have not have any information like "Processing of data package started"..
    so Kindly help me in fixing this issue.
    Thanks & Regards,
    Gowri NK

    Hi Gowri,
    if your DTP is loading to an Infocube, check if the Index of the infocube is dropped. Because DTP is loading data packages in parallel it is possible that the DTP and the update of the Index block each other. Because this may cause a deadlock, the resulting dump can show up after Hours without you noticing it.
    So my recommendation (at least if this is the problem):
    Load by process chain:
    1. Drop Index on Infocube
    2. Start DTP
    3. Create Index on Infocube.
    Kind regards,
    Jürgen

Maybe you are looking for