Regarding GL account balance from table FAGLFLEXT

Hi
I need to get GL account balance from table FAGLFLEXT daily based on the periods(months) KSL01,KSL02.....
In that case what is the significance of fields KSL13-KSL16 data.And when will the entry be made in fields KSL13-KSL16. Any body have any idea in this regard,then pls clarify my doubt.
Points will be rewarded for useful answers

hi Shibin,
the fields KSL13-16 show the postings in special periods in group currenvy. The special periods always represent the same time frame like the last real period (December if fiscal year is January - December). You have to ask, if they want to see special period as well, if yes, you have to calculate like:
last period = KSL12 + KSL13 + KSL14 + KSL15 + KSL16
hope this helps and come back if you have more questions
ec

Similar Messages

  • How to distribute Reconcilation account balance from a Prft Cntr-FAGLGA35

    Hello,
    Please provide your input for the below query:
    How to distribute Reconcilation account balance from a Prft Cntr-FAGLGA35?
    Regards,

    Hello,
    Thanks a lot for replying.
    I have done new posting KR (vendor Invoice), where in General Ledger View the Pofit Cneter got populated in the vendor line item because of the doc spliting.
    Now when I hae trying the do assessment of the vendor balance as directed below, no sendor is getting selected.
    Please help me how to do the assessment of reconciliation account.
    Regards,

  • Sync G/L Account balance from one instance to others

    Dear Experts,
    Do you have any idea how to move G/L account balance from one instance SAP to other instance SAP ?
    We found that we can use IDoc message type FIDCMT IDoc type FIDCMT01 , but actually we just need to transfer the daily balance nor per transaction?
    Please advise should you have any suggestion or other IDoc that can be implemented to this case.
    Thank you.

    Any ideas, hints, workarounds?
    Thanks

  • Remove account balance from phones

    How do you remove account balances from other users phones?

    pgaddy66 wrote:
    How do you remove account balances from other users phones?
    Do you want to remove money from a pre-paid phone account that belongs to someone else? 
    Or are you trying to activate a phone that has a balance due from the previous owner?    The only way to remove the balance is to pay it, or find the owner and have them pay it to clear the account.
    There are several ways to interpret your question, and it would be helpful if you explained your situation so we know what you are trying to do.

  • Regarding "Update .. From Table" Statement

    Hi,
    I have an existing piece of code which I'm trying to understand.
    There are two scenarios regarding the UPDATE statement.
    1) Scenario 1:
    There exists a database table with around 100 or more fields/columns [Eg: DB_TABLE1].
    An Internal Table exists with the same key as the above database table [EG: I_TABLE1].
    code:
    loop at I_TABLE1.
      update DB_TABLE1
      set kf1 = I_TABLE1-kfa
       kf2 = I_TABLE1-kfb
       kf3 = I_TABLE1-kfc
       kf4 = I_TABLE1-kfd
      where key1 = I_TABLE1-keya AND key2 = I_TABLE1-keyb.
    Endloop.
    In the above scenario the records in database table [DB_TABLE1] with matching condition are updated and the rest of the fields are not touched.  - Correct me if I am wrong.
    2) Scenario 2:
    There exists a database table with around 100 or more fields/columns [Eg: DB_TABLE1].
    Two Internal Tables exist with the same key as the above database table [EG: I_TABLE1 And  I_TABLE2].
    Code part a:
    SELECT * FROM DB_TABLE1 INTO TABLE I_TABLE2
          WHERE  KF1 <> 0.
    Internal Table 1 has some data.
    Code part b:
    loop at I_TABLE1.
      update DB_TABLE1
      set kf1 = I_TABLE1-kfa
       kf2 = I_TABLE1-kfb
       kf3 = I_TABLE1-kfc
       kf4 = I_TABLE1-kfd
      where key1 = I_TABLE1-keya AND key2 = I_TABLE1-keyb.
    Endloop.
    Code part c:
    update DB_TABLE1 FROM TABLE I_TABLE2.
    In the second scenario what will be the final effect of DB_TABLE1?
    As i understand it, there is no use of Code part b. Am I right?
    I thought that the records in I_TABLE2 with matching key in DB_TABLE1 will be updated and the rest of the records will be deleted.
    But actually there is not change in the DB_TABLE1 when the above code is executed.
    Help is appreciated.
    Thanks.

    Hi Joey,
    Scenario 1: In the above scenario the records in database table DB_TABLE1 with matching condition are updated and the rest of the fields are not touched.
    - That's right.
    Scenario 2: As i understand it, there is no use of Code part b.
    - Exactly because of the following reasons:
    1. Code part a shows data selected from DB_TABLE1 INTO TABLE I_TABLE2.
    2. Code part c shows DB_TABLE1 updated from TABLE I_TABLE2 whereas Code part b uses ONLY internal table I_TABLE1.
    3. If there are any operations performed in Code Part b on 'I_TABLE2', then this would have been different.
    Regards,
    Pranav.

  • Unable buy music using an account balance from a redeemed itune card

    unable to buy music using an account balance redeemed from a itunes card

    Vague.
    What happens when you try?

  • Query Regarding fetching selected records from table

    Hi All,
    I have a table like below:
    NUM1     NUM2     TYPE
    1     2     A
    1     2     S
    2     3     S
    3     4     A
    3     4     S
    4     5     S
    If for a record TYPE='A' then do not select the records for those num1 and num2.
    Eg: for num1=1 and num2=2 there are two records with type='A' and 'S', only records with type 'A' should get selected.
    Output should be like this:
    NUM1     NUM2     TYPE
    1     2     A
    2     3     S
    3     4     A
    4     5     S
    Please anyone could help me in this query.
    Any help would be highly appreciated.
    Thanks & Regards
    Anuj

    Just MIN function will get what you want
    SQL> with t
      2  as
      3  (
      4     select 1 num1, 2 num2, 'A' type from dual union all
      5     select 1, 2, 'S' from dual union all
      6     select 2, 3, 'S' from dual union all
      7     select 3, 4, 'A' from dual union all
      8     select 3, 4, 'S' from dual union all
      9     select 4, 5, 'S' from dual
    10  )
    11  select num1, num2, min(type) type
    12    from t
    13  group by num1,num2
    14  order by num1,num2
    15  /
          NUM1       NUM2 T
             1          2 A
             2          3 S
             3          4 A
             4          5 S

  • Re :- How to Transfer GL Balance from One A/c to Another Account

    hii gurus
    please tell me  how to transfer GL balances from one GL Account to another GL Account. Could u tell me T- Code for the same.

    Hello
    We transfer GL account balance from one GL a/c to another GL a/c in the following situations.
    When the GL a/c need to be maintained in Open item Management, say GL a/c belongs to a Balance sheet item but you have forgot to check the Open Item Management check box and made entries to that particular GL a/c.
    In this situation you can’t activate the Open item Management when the A/C is having balance, so first u need to make the GL a/c zero balance and than check Open item Management check box, follow the following steps.
    Create another dummy GL a/c, say ABC and the GL a/c which you want to make zero balance is having Dr Balance. Now make a posting using FB50 or F-02, you Dr the ABC GL a/c and Cr the other GL a/c so that the GL a/c balance becomes zero, now go to GL master and check the Open item Management check box. And again make posting through F-02 Crediting the ABC GL a/c and Debiting the other GL a/c.
    Reg

  • GL Account Balance Query Issue

    Hi,
      I'm trying to extract GL Balances in the following format
    Company Segment(Segment2)  ||   Account Number(Segment1) ||  Cost Center Segment4 ||  Account Descr ||  Actual Flag || Account Type || Activity || Activity in Period || Currency || Period End date || Account Balance
    Here's my query :
    SELECT     gcc.segment4  "Company Segment",
               gcc.segment1  "Account",
               gcc.segment2  "Cost Center",
               a1.description "Account Description",
             --  a2.description Company_Description,
               Decode(gcc.account_type,'A','Asset','E','Expense','L','Liability','O','Equity','R','Revenue') "Account Type",
               Decode(gcc.enabled_flag,'Y','TRUE','FALSE')  "Active Account",
               Decode(abs(bal.Period_net_dr - bal.Period_net_cr),0,'FALSE','TRUE') "Activity in Period",
               bal.actual_flag  " Actual Flag",
               bal.currency_code  "Account Currency",
               per.end_date  "Period End Date",
               SUM(( NVL(bal.PERIOD_NET_DR,0) + NVL(bal.BEGIN_BALANCE_DR,0))) - SUM(NVL(bal.PERIOD_NET_CR,0)+NVL(bal.BEGIN_BALANCE_CR,0)) -
                         SUM( NVL(bal.BEGIN_BALANCE_DR,0) - NVL(bal.BEGIN_BALANCE_CR,0))   "Account Balance"
    FROM        apps.fnd_flex_values_vl a1,      --- For Account Segment
                apps.fnd_flex_values_vl a2,              -- For Cost Center
                apps.gl_code_combinations gcc,
                apps.gl_balances bal,
                apps.gl_periods per
    WHERE       a1.flex_value = gcc.segment1 
    AND         a2.flex_value = gcc.segment2
    and         a1.flex_value_set_id = 111111        -- Value set id for Account
    ---and         a2.flex_value_set_id = 222222    -- Value set id for Cost Center
    and         gcc.code_combination_id = bal.code_combination_id
    and          bal.period_name = per.period_name
    and         gcc.segment1 in ('777777')      --- Sample Account for testing only
    --and         gcc.segment2 in (222222)
    and         per.period_set_name ='GL_CALENDAR'
    and         bal.period_name ='SEP-13'
    and         bal.actual_flag='A'
    group by    gcc.segment4,
                gcc.segment1,
                gcc.segment2,
                a1.description,
               --            Decode(gcc.account_type,'A','Asset','E','Expense','L','Liability','O','Equity','R','Revenue'),
                Decode(gcc.enabled_flag,'Y','TRUE','FALSE'),
                Decode(abs(bal.Period_net_dr - bal.Period_net_cr),0,'FALSE','TRUE'),
                bal.actual_flag,
                bal.currency_code,
                per.end_date
                order by gcc.segment1,gcc.segment2
    1) If I  comment value set id 222222(Cost Center), then I'm getting 15 Records ,If I uncomment that I'm getting 10 records?Is there anything wrong with my queryAs I'm not displaying descriptions for cost center and company do I need to join fnd_flex_values_vl again or not ? 2) To check activity in particular period in this case for SEP-13,I'm using the following clause : Decode(abs(bal.Period_net_dr - bal.Period_net_cr),0,'FALSE','TRUE') Do I need to check ABS values also ro not?

    Hi,
      You can do this with WD dynamic programming.
      You can do with domodifyview badi for accounting component /SAPSRM/WDC_UI_DO_ACC.
      You need to handle both views 'V_DO_ACCOUNTING' and  'V_DO_ACCOUNT_DETAIL' in the domodifyview badi implementation.
    I am sending the sample  code. How to attach the custom search help dynamically.
      DATA lo_nd_comp_context    TYPE REF TO if_wd_context_node.
      DATA lo_nd_acc_context     TYPE REF TO if_wd_context_node.
      DATA lo_nd_info_acc        TYPE REF TO if_wd_context_node_info.
      DATA lv_value_help_mode    TYPE i.
      DATA lv_value_help         TYPE string.
      " Read Context
      lo_nd_comp_context = wd_context->get_child_node( name = 'COMP_CONTEXT' ).
      " get node info object of accounting node
      IF lo_nd_acc_context IS BOUND.
        lo_nd_info_acc = lo_nd_acc_context->get_node_info( ).
      ENDIF.
      " continue only if node info is supplied
      IF lo_nd_info_acc IS BOUND.
        " get current search help info
        lo_nd_info_acc->get_attribute_value_help(
          EXPORTING
            name            = 'G_L_ACCT'
          IMPORTING
            value_help_mode = lv_value_help_mode
            value_help      = lv_value_help
    " Below this will add the custom search help from SRM .
             lo_nd_info_acc->set_attribute_value_help(
            EXPORTING
              name            = 'G_L_ACCT'
              value_help_mode = 'BUS2121'
              value_help      = 'Z_F4-Your search help'   " you own search help.
      endif.
    Regards,
    Devi prasad

  • Transfer G/L account balances

    What is the procedure to transfer the G/L account balances from different company codes to the tax company code. Can anyone explain me the answer in detail. Is there a transaction code in FI to transfer the G/L account balances from different company codes to tax company code.

    Hello,
    You can put tick box for the GL Account "Open item" tick box though it has some posting.
    You have forgotten to tick the "open item" check box and number of posting are being happened, the question now you want to make it as open item. You have the solution here.
    1. Block the GL account in question in FS00 for any postings
    2. Take ABAPer help to copy the program RFSEPA01 to ZRFSEPA01 and initialization check needs to be commented in the program
    3. Run the program ZRFSEPA01 (Give relevant company code and GL account in question)
    4.Remove the block that has been put on GL account in point 1.
    Now, if you see you will have a check box ticked for GL Account with open item.
    Hope this solves your issue.
    Regards,
    Ravi

  • Transfering of old legacy accounting balance into sap

    Hi,
    i have implimented SAP in my company and i used new G/L's instant of old chart of account which i was using before implimenting  SAP. Here i have a problem, i want to transfer old G/L's balanaces into new G/L's.
    so, i need to know how to transfer the old accounting Balances from legacy system to SAP)
    Thanks + Regards
    SN.Noorie
    Moderator: Please, search before posting

    Hi,
    The upload of GL Balances have to split into several steps:
    1. Normal GL Accounts: In this case line items are not required and totals are to be updated in SAP. This can be done using GL fast entry if the number is not too high.
    2. Open Item Managed GL Accounts: All the open line items are required to be uploaded in SAP from Legacy in order to clear them. Hence, a LSMW / BDC program has to be developed to upload the line items.
    3. Customer & Vendor Open Items: All open line items in Customer and Vendor Accounts have to be brought in into SAP. For this also a LSMW / BDC program needs to be developed and upload the line items.
    4. Asset Accounting: In case asset accounting is implemented the individual balances of each asset (Gross Value and Accumulated Depreciation) have to be uploaded using transaction AS91. For this also you need to develop a LSMW / BDC program. Further, you also need to update the GL Accounts related to Asset Accounts with totals for each asset class T.Code OASV.
    5. Further, material values are also to be updated - Material wise and this should tie with the GL Balance.
    In addition, one more point to be noted is the use of Dummy / Conversion accounts for bringing in data from legacy to SAP. It is better to create five or six conversion accounts like for Assets, Liabilities, Revenue, Expenses, Materials etc. The sum of all these conversion accounts should be ZERO after completing the conversion. This way the reconciliation will become easy.
    Thanks
    Murali.

  • Trading partner account balances

    Experts,
    How can we move the account balances from one Trading Partner to another Trading Partner?
    Please help!
    Thanks,
    Bob

    Hi Bob
    Check the balance of GL/Trading Partner Combination
    eg
    GL          Trading Partner  Balance
    666666   XX003                 -20000
    666666   XX004                 30000
    Now suppose you need to transfer balance from CN003 XX004
    You can make a posting as
    DR  666666 XX003     20000
    CR  666666 XX004     20000
    So that the GL balance is not affected, but the trading partner balance is transferred
    Regards
    Sachin

  • I can no longer see the account balance on my iTunes gift card.  Why?

    Where can I find the account balance from my iTunes gift card, on my macbook pro, in the iTunes store?

    Thank you responding.  (you're the only response I received).  I did, and was doing, as you suggested.  Before the latest iTunes update, I was able to see my account balance (a whopping $9.98), but can no longer see the amount.  I've tried logging out and back into iTunes to no avail.  Same goes on my iPhone and iPod, and iPad.  The system keeps asking for credit card info, but I'm hesitant to do that.  (That's why we purchase iTunes gift cards, isn't it ?) !
    Anyway, Thank you for your assistance.  Next stop is the local Apple Store and see what the Genus bar can do. !!

  • GL Account Balance Difference

    Hi All,
    We recieve GL Account Balances from some other system (different SAP landscape) and the balances in the file are compared to the GL Account Balances in our system. For this purpose, we are using a standard BAPI :->BAPI_GL_GETGLACCCURRENTBALANCE. This BAPI calculates the current GL Balance in our system and the program them matches both the balances (one in the coming feed and other calculated by the BAPI).
    Starting this year, the BAPI is not performing correctly. It only calculates the period balance and does not add the cumulative balance of the previous year and hence there is a difference in the GL Account Balances in both the system since the feed coming in contains the total balance till date (i.e. Period Balance + Cumulative balance of last year).
    Can somebody suggest another BAPI that adds both the Period Balance + Cumulative balance of last year for all the GL Accounts till date.
    Thanks,
    Gaurav

    Hi
    As the documentation for that BAPI showing the ending balance for the fiscal year. As you can see the balances for the B/S accounts only & if those balances carried forward to the current year - then it should show the total cumulative balance. Check whether balance carryforward program done or not.
    Below is the help :
    Short text
    Closing balance of G/L account for current year
    Functionality
    The method provides the ending balance of a G/L account for the current fiscal year.
    The user decides whether the balance should be provided in the transaction currency or the company code currency. Exceptions are G/L accounts kept in various transaction currencies. In this case, only the company code currency can be used.
    The system provides the balance and currency determined.
    VVr

  • I want to transfer my remaining ITunes account balance to my husband's account.  Different password/Apple ID for him.  How can I accomplish this?

    I want to transfer my remaining ITunes account balance from my IMac to my husband's IPad.  He has a different Username and Password.  How do I make the transfer?

    If any part of the balance from an iTunes gift card has been spent, the remainder of it can't be moved to another Apple ID through any means.
    (92441)

Maybe you are looking for

  • How do I connect with a webbased VNC client to a dual-monitor Lion machine?

    I'm using a webapplication to manage a narrowcasting system. For this I use an installation of XAMPP on a dedicated Mac Mini hooked up to some monitors. This software is accessible through a webinterface on the local Mac Mini. With this software peop

  • HT5622 my ipad has been disabled because i have forgotten my password to enter the ipad

    What do I do when my ipad has been disabled and I have forgotten the password to gain access to it?

  • Cs6 audio when editing, touch or write

    Hey guys, i am getting used to cs6 after being on premeiere elements 10 for a while., but i cannot get used to the audio when editing,.On prem 10 there was the mixer and when you went along the timeline and used the sliders for the changes it rendere

  • Cpcloud Blacklisted by SpamAssassin

    Tried to send an email this weekend and it was bounced back by the recipient's Mail Server: Looking into it futher the IP address belongs to cpcloud.co.uk which I'm guessing to CP stands for 'Critical Path', which is what Paddy8 refers to in his rece

  • BSOD When Upgrading to iTunes 9.2

    Hi, I am running Windows XP SP3 on a homebrew Athlon rig which has been stable previously but is now BSODing when I run the upgrade to iTunes 9.2 or try to remove the existing 9.0.3.15. When it gets to the "Updating Component Registration" stage I ge