Display the amount against each GL account

Hi all,
i have the Data in the BSEG table as follows.
BUKRS      BELNR       GJAHR     WRBTR            HKONT
0090    0100000000     2008         1.000,00      0055200000
0090    0100000000     2008         2.000,00      0020611010
now i want to display in the report like
CoCd      DocumentNo    Year        0055200000      0020611010
0090       0100000000     2008            1.000,00        0
0090      0100000000      2008                  0             2.000,00     
How to display like this.
Thanks
Vimala

>
KR wrote:
> How to display like this.
>
> Thanks
> Vimala
I fear you need to Code in ABAP
Regards
Karthik D

Similar Messages

  • FB05 - To trnasfer the amounts from one Bank account to another

    hi,
    My Client is using a Z transaction to transfer the amount from one bank account to another where FB05 is getting triggered.
    Because of this a wrong profit center is getting picked up than usual when a specific assignment and text is used. I tried to use the same assignment in development sytem manually but worng profit center didnot get posted as expected. I also checked the 3KEH for the specific GL account but the PC linked there is different from the one which is getting picked up.
    Any pointers towards this would be of great help. Thanks a lot in advance.
    Regards,
    S.Sumana

    solved by myself

  • I purchased app, the Itune rejected the terms of payment but the amount deducted from my account

    I purchased app, although the I tune rejected the terms of payment but the amount deducted from my account.
    I already paied for the app which I dont have

    A debit visa should have worked, depending on the bank they sometimes block electronic purchase like this a quick fix is an iTunes gift card via you local corner store

  • Alignment required in to display the  Amount field

    Hi Friends,
    kindly help me facing problem in to display the amount using decimal places also
    nedd to display the Pretax and aftertax amount for that purpose
    written below code . 
    it is picking amount fields but the amount is printing like this
    pretax                  aftertax
    $ 34.67               $     0.00
    $ 21.64               $   120.90->
    I need to display amount fields in order like, thens, hundreds, thousands like.
    read table lt_final into ls_final with key bplan = 'PRD'.
       if ls_final-pretx = 'X'.
         pretax = ls_final-eecst.
         write pretax to lv_pre.     "#EC UOM_IN_MES
         concatenate c_dollar lv_pre into lv_dollar.
          shift lv_dollar right deleting trailing space.
    *Pretax totals
         lv_pretax = lv_pre.
         read table out_pay1 with key name = 'PRETAX'.
         check sy-subrc = 0.
         out_pay1-value = lv_dollar.
         modify out_pay1 index sy-tabix.
         clear out_pay1.
       else.
         aftertax = ls_final-eecst.
         write aftertax to lv_after. 
         concatenate c_dollar lv_after into lv_dollar1.
          shift lv_dollar1 right deleting trailing space.
    Aftertax totals.
         lv_aftertax = lv_after.
         read table out_pay1 with key name = 'AFTERTAX'.
         check sy-subrc = 0.
         out_pay1-value = lv_dollar1.
         modify out_pay1 index sy-tabix.
         clear out_pay1.
       endif.
    Thanks,
    Sai

    Hi Daya,
    I would like to print two amount values with decimals.
    like :  like Pretax      after tax
                                   $      0.00
          $   3.45             $  120.67
          $   0.00             $      0.00
    I created using right justification one paragraph format with two tabs
    60.00              ch           Right
    68.00              ch           Right
    But my program output is comming like this.
    any one please help me.
    Program output:
    Pretax               after tax
                                   $    0.00
          $   3.45           $  120.67
          $   0.00             $    0.00
    Thanks,
    Sai

  • While displaying the amount

    hi.
    i am displaying the amount in smartform. the amount should be displayed as the percentage. but it is displaying as amount.
    eg : tax% is 4.000% . but it is displaying as 40.00.
    can any one tell me the solution.

    Hi J ,
    while working on conddition, its rates u need to remember that all % will be for 1000 not for 100.
    regards
    Prabhu

  • The bill document printed from a contract is not displaying the amount at i

    When we execute the print layout form a bill document from a contract is not displaying the amount at item level however the total amount of the document is correctly displayed in the button of the document.
    Thank you and best regards.

    Hi Alberto
    please check the field which has been mapped in the SAP Script and the Smart form.
    it must be the header amount field. you can replace it with the VBAP_NEtWR or similar fields like kzw1 if you have mapped the sub totla sot get the amount at item levels
    thanks
    akasha

  • How can I remove u0091*u0092 s and display the amount

    My coding
    T1  TOTAL,,,,,,&REGUD-SWABZ&    &REGUD-SWNES&
    Doubt :
    REGUD-SWNES is the value coming from structure REGUD,
    But the value is coming as **********70.250,92
    But I need to display as 70.250,92
    How can I remove ‘*’ s and display the amount ?

    Not sure why it is coming like that.   Is the field length big enough? 
    I guess, you could try....
    translate REGUD-SWNES using '* '.
    condense REGUD-SWNES no-gaps.
    But again, I have no clue as to why you are seeing this.
    Regards,
    Rich Heilman

  • Create a Crystal report to display the sum of G/L account code within a specific period

    Hi,
    Just wonder is it possible to create a crystal report to display the total of a G/L account code within a specific period?
    How to write the query to get the sum within a specific period?
    For example:
    Period: 2014-06-01-2014-06-10
    Account code A: USD "TOTAL"
    Account code B: USD "TOTAL"
    Thanks

    Hi Olga,
    Please check below Query.
    SELECT T1.[Account], T1.[ShortName], SUM (T1.[Debit]) as Debit, SUM (T1.[Credit]) As Credit, SUM (T1.[FCDebit]) As FCDebit, SUM (T1.[FCCredit]) As FCCredit, SUM (T1.[SYSDeb]) As SysDebit , SUM (T1.[SYSCred]) As SysCredit  FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.[TransId] = T1.[TransId] WHERE T1.[RefDate] >=[%3]  AND   T1.[RefDate] <=[%4]
    Hope this Help
    Regards::::
    Atul Chakraborty

  • Displaying the Amount with seperators

    hello ABAPers,
    i have a field displaying the grand total of amount.here i need seperators(comma's)for large amount(hundreds, thousands  and lakhs).
    PLZ help me with the procedure

    Hi Declare a field as
    wf_amount type konv-kwert
    suppose, currently u have ur amount value in the variable wf_var_amout.
    Then write as
    wf_amount = wf_var_amount.
    When u ll print wf_amount , the format will be picked from SU3 settings.
    The su3 settings can be controlled as below
    Go to transaction SU3>Defaults>there u can change the number type, as per your required format...
    Hope this helps u out..

  • I wonder why that has not been deducted the amount from my bank account

    I wonder why that has not been deducted the amount from my bank account

    Hello Iria,
    Most unusual.  I think you will need to wait a few days in case it is a bank problem.
    If this situation continues you should contact Apple, after all, you don't want to be thought of as taking advantage, I'm sure.  That's why you raised it in the first place.
    Do keep us updated.
    Thank you for the star.

  • In my previous version of iphoto, I could display the keyword under each picture. However, since my last upgrade, I do not see this feature. Was it discontinued?

    In my previous version of iphoto, I could display the keyword under the photo. I don't see it in my latest upgrade. Is it still possible? How?

    No it's not.
    IPhoto menu -> Provide iPhoto Feedback and let them know what you think.
    Regards
    TD

  • My grandson was using my iTunes account for supposed free games but I have just seen the amount taken from my account £452.00 can I possible get any help? Iam desperate this money was for Xmas.

    Is there any way I can get my money back from iTunes as my 14yr Grandson was using my account on the understanding he could only download free games,I have just been to the bank and £425.12 has been used on buying things on his downloaded games can anyone help as this money was for Xmas.

    You can plead your case at iTunes support: http://www.apple.com/support/itunes/contact/

  • Need to display invoice amounts under each aging period (columns  dynamic)

    Hi All
    i'm developing Aging Report but i'm missing how to get the idea that i show the aging period(period_sequence_number)dynamically & show the invoice amount under its corresponding period
    As for example
    Vendor No      Vendor Name      Invoice No      Date      Voucher Ref      Due Date          0-30     30-60     Column(n)
    aaaa ccccc dddd 3333 15/5/2010 1000
    aaaa ccccc dddd 3333 15/5/2010 2000
    where
    1- (1000,2000) is the invoice amount .
    2- ( 0-30 , column(n)) days start & days to of tht period selected as parameter
    waiting your reply

    Hi;
    Please see below notes which could be helpful for your issue:
    New Parameter As Of Date (Period) In Invoice Aging Report [ID 752120.1]
    R12.APXINAGE. Invoice Aging Report does not Show Balances in Aging Buckets. [ID 834754.1]
    New Parameter As Of Date (Period) In Invoice Aging Report [ID 752120.1]
    Regard
    Helios

  • TS1702 Now i purchaed yeaterday one year using in astrill program and the bank already deduct the amount from my bank account but there is nothing happened and the extened of using astrill bot working so now astrill support asking me for receipt of paymen

    I want ti know the receipt of payment that i purchased one year astrill program using so kindly give me the receipt of payment to give that to astrill support because i have the problem with them because i already paid around 70$ in apple store for this astrill yesterday and  till now i didn't get anything

    Purchased 2 years of service last year (desktop, not just for the iOS). Shortly after signing up and paying, my account was terminated stating there was no paymen. I was treated like a criminal, required to jump through a million hoops - then service as turned back on.
    Few months later - service was terminated again, sighting I was spamming on the account. Nope, never spammed...and no bots or viruses spamming. Few days later they turned on the account.
    Two week ago I contact support via chat. Representative was the most rude I've ever encountered, with insults to allogations. He terminated my account, stating 'there was a mistake' and I my account should not have been active. Now I'm being treated like a criminal and 2 weeks and nothing has been resolved. They appear to be unable to access the payment details to do the research.
    For anyone considreing using Astrill services please keep the following in mind:
    Service will be slow. You will find yourself having to constantly change servers.
    Many websites (IE CraigsList) ban the Astrill IPs.
    Many website force you through hoops... so extra captchas for instance for Google to search.
    Support beyond the 'download latest version' and 'clear cache' is hard to get.
    Expect the familiar off-shore support models we have grown to love and cherish over the years.
    Keep your payment record at your fingertips because you never know when you'll be called upon to prove yourself over and over.
    Though the VPN service is slow and clunky, it is the business practices and customer treatment that has me here writing to warn all of you to know what to expect before providing payment. I was 'ok' w/the service, it worked... but havea real problem w/how they treat everyone.

  • How to display the value of a column in a chart at the top of each column

    How to display the value of each column in a chart at the top of each column?

    Like this?
    Done using chart Inspector.
    For details, see Chapter 7,  Creating Charts from Numerical Data in the Numbers '09 User Guide. The guide may be downloaded via the Help menu in Numbers.
    Regards,
    Barry

Maybe you are looking for

  • Problem with extraction of flat file to infocube

    Hi there, We are workin on SAP SCM APO release 7 that has the componente BW release 7. and we're trying to load data from a flat file to infocube like we used to do in release 5. The problem is that we get the message that no data is available everyt

  • Interaction Center  sorting

    Hi frnds,   I have an issue.  Currently the Agent Inbox is displaying 300 items in descending order of creation date ( recent date first ). But the issue is that the search is picking up the last 300 items , ignoring others and displaying them in des

  • GRWR Condition type

    Hi all,       please tell the use of GRWR condition type and in which case this is used and for what purpose regards Komal

  • I try to download components for CS Cloud. Adobe Application Manager freezes. Working with Win XP

    I try to download components for CS Cloud. Adobe Application Manager freezes. Working with Win XP. What can I do?

  • FIM Synchronization Repeat Contacts Exchange 2013 and 2010

    Hey how are you? actualemnte story with FIM Synchronization 2010 R2 I have two organizations: Oraganizacion 1: Exchange 2013 S1 FIM Server organization 2 Exchange 2010 Sp3 contacts organization number two is possible to see them in organizavion numbe