Retrieve Debit /Credit balance

Hi
I have loaded my values with debits and credits. credits are negative
So here is an example of my data, i'm just showing the account dimension and the amount.
Account............Amount
121000..............1000.00
121000..............-2000.00
So if I pull the balance for this account I get -1000.00
But I need to be also able to pull the debit or the credit amount on it own.
Example
Debit movement...........1000
Credit Movement........._-2000_
Total for account..........-1000
is it possible to pull the debit or credit amount??

Hi Louis,
As nilanjan rightly pointed, you need to maintain the Flow Dimension. It is of Type "Sub Table". With this, you can differentiate the data depending on Debit n Credit.
For Example. If you maintain a Sub Table Dimension like (Small example)
ID            ParentH1
All          
Credit      All
Debit       All
You can show the credit n debit like:
Account        Flow        Value
121000          Debit        1000
121000          Credit       -2000
and when you dont want to show the difference, you can show something like this:
Account        Flow        Value
121000          All           -1000
I hope this will help you. May be you can research more on the Flow (Sub Table) Dimension.
Regards, Rishi

Similar Messages

  • Customer opening debit credit balance table

    Dear Gurus,
    I  want  to  develop  zreport  customer Vendor ledger in the format Opening Debit Credit balance Is there any table contains Profit Centre , Balance ,Monthly DebitCredit ? There is table which I know but profit centre are not maintained in that table
    For Customer KNC1 and
    for vendor LFC1
    Please help
    Regard's
    Sai_abap

    Hello Shahzaib,
    Try Following,
    Select acc_id,Opening_balance, DECODE(cb.C, 0, Opening_balance, cb.C), DECODE(Cb.D, 0, Opening_balance,Cb.D)
    from COA,
    (Select cb_acc_id,sum(nvl(dabit,0)) D ,sum(nvl(credit,0)) C from cb where
    cb_acc_id=:p_1 and
    vdate < :Date_from
    Group by cb_acc_id)CB
    Where acc_id=:P_1
    Please mark if it help you or correct
    Regards,
    Danish

  • General Ledger PLD month wise Debit,Credit,Balance total of a G/L account

    Dear all,
    How to customize template in General Ledger PLD monthwise Debit,Credit,Balance total of a G/L acct ?
    Jeyakanthan

    Hi,
    you can display or hide columns from  Formsettings.
    Rgds,
    Premraj

  • Reclassification of Debit & Credit balances TC:-FAGLF101 is not happening

    Hi
    We are trying to run the transction FAGLF101 for reclassification of debit and credit balances
    under one company we are have 4 company codes , we are able to post and generate entries for 3 company codes and not happening for one company code alone
    we have checked the setting in OBBU/OBBV/OBBW all are correct, kindly let me know
    1.Is there any particularly settings we have to make on company code basis ,
    2.what all the config in need to check out
    3. any config changes i need to make
    kindly do the needful
    thanks & regards
    salva bindu

    Hello Suresh
    Could you help me with these questions on the configuration of valuation method assigned to valuation area:-
    1. Significance of "determine exchange rate type from act bal" and "determine exchange rate type from invoice reference". How is exchange rate type determined at account balance? Is it that for regrouping of customer / vendor accounts it is required to detrmine exchange rate type from account balance?
    2. What is the significance of valuation area in regrouping? Can i not use the same valuation method mapped to valuation area as configured for foreign currency valuation i.e EVR (standard SAP)?
    3. What are the valuation method settings for US GAAP and IFRS for regrouping?
    Thanks
    Anisha

  • Debit/Credit Balances and Account Hierarchy

    Hi
    I need to show accounts in the Account Hierarchy according to whether the account has a debit or credit balance. For example, if an account has a debit balance, it must be displayed under debtors and if it has a credit balance, under creditors.
    How can I do this type of reporting in BPC, when the same d/c indicator as in the Financial Statement Version in ERP is not available in BPC?
    Any response appreciated.
    L.

    Hi Lambertus,
    BPC doesn't have something like the financial statement version built in. Neither does BW, actually, but there are business content transformations and queries that use some complex methods to do the kind of reporting you are talking about.
    In BPC I think you are going to need three accounts to accomplish this functionality - one in each branch of the hierarchy (accounts A & B in the example), plus one account that you actually load data into (account C in the example), which will not be displayed in the hierarchy. The two accounts in the hierarchy will either be formula accounts (not ideal) or populated using MDX script logic (better because the values will roll up the hierarchy). Your MDX, either in a formula or a script, would need to look something like this:
    [ACCOUNT].[#A] = iif([ACCOUNT].[C] >= 0, [ACCOUNT].[C], 0)
    [ACCOUNT].[#B] = iif([ACCOUNT].[C] < 0, [ACCOUNT].[C], 0)
    Have I tested this code? No. So buyer beware. But hopefully it sets you on the right track.
    Ethan

  • Debit & Credit Balance Query

    Hi Every One Im New Here..
    Firstly I Say .. If Im Post In Wrong Section Then Plz Move My Post. Its My First Post.
    Here Is My Question..
    I Have Two Tables.
    Please Tell Me How To Get Running Balance.
    Im Also Read Other Related Topic But Im Failed To Understand Plz Solve My Problem.
    Table Details Is Here !
    Table 1 : Users
    UID,Name,Description
    Table 2 : Balance
    BID,UID,Date,Dr,Cr,Description

    * I must say that you really do not invest on the question and gives us do all the work for you. This is bad! For example:
    >> You show us images, and tell us stories, what can we do with those? can we query an image? Instead of images you should post INSERT query with some sample data, as I did!
    I already wrote it in my forsy response! It was OK for first time, not for the continues discussion!
    ** In the next time please
    post queries to create the tables, and to insert some sample data, instead of "stories". It is faster and much more clear for us to see and if need reproduce the tables in our server in order to post a solution. This is example of
    what you should have post:
    >> You post "result that you want to get" without any result! what can we guess from this arrow?!?
    Why not to post the real result that you want to get, according to the sample data (which you did not post and we can only see in the image)?!?
    This is free supporting forum and you ask us too mu7ch in my opinion, while doing to little to help us to help you.
    If this is not what you need, then please start over and (1) post the create table query (2) post insert data queries that we will have the same data as the image (3) post the result that you want to get and not just a arrow.
    I think that this is what you need, please check if this help you:
    -- Current Balance
    select [UID],[Cr],[Dr], SUM(ISNULL([Cr],0)+ISNULL([Dr]*(-1),0)) OVER (partition by [UID] order by BID) as Current_Balance
    from Balance
    I hope this is helpful :-)
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • Profit Center wise Debit Credit report for Customers

    Hi
        I  want to develop Customer Debit , Credit balance report based on Profit Center in the company. In KNC1 Table I got the required data except Profit Center.In  S_ALR_87012169 Standard report profit Center is taken. I wanted to make output format of my report in the same format of output of mentioned transaction. Please Suggest from which table I have to take  Profit Center and all data of KNC1 table.
    Already Searched in Forum
    Thanks in Advance
    Regard's
    Sai
    Edited by: sai_abap on Aug 24, 2009 5:11 PM

    Hi
    If your requirement is to add the field in report no need to copy the program and change. As per as my knowledge after executing the S_ALR_87012078, select the call up report, and double click on line item report.
    From menu select- settings-special fields then it leads to OBVU(It is cross client Customizition)
    You can add the Table:BSEG, field name:PRCTR -save
    after that you can Run the program RFPOSXEXTEND through SE38
    and please follow the SAP note 984305 for further process
    I saw the thread .I didnt get it.
    will u explain me in detail.
    Thanks in Advance
    Sai

  • Debit,credit ,opening balance,closing balance..doubt.

    Dear friends,
                   I am working in FI report (vendor balance for date ranges) .Its a ALV report. I want to fetch the datas for debit ,
    credit,opening balance,closing balance,for the paticular vendor or all vendors for date ranges.the table for this iam using is BSIK AND LFC1.
    all the datas stored in the table is for month wise,but my programe (my user needs even for day wise) how to calculate this,
    or is there any function modules avaliable  or can u konw any other table storing day wise balances...this report is urgent ..
    any one pls suggest me .advance thanks..
    regards
    veera

    if user wants day wise then make use of BSAK+BSIK, here u will get all line items daywise , i mean to say Posting daywise.
    BUDAT        31.03.2003---->posting date
    BLDAT        31.03.2003
    CPUDT        31.03.2003
    WAERS        INR
    XBLNR        T&E-29-30.3-PNPT
    BLART        PA
    MONAT        3
    BSCHL        31
    ZUMSK
    SHKZG        H------------>D/C
    GSBER--------------------->Business Area
    MWSKZ-------------------->tax Code.
    DMBTR        1,507.00
    WRBTR        1,507.00
    regards
    Prabhu

  • Vendor Total Debit n Credit Balances for the year

    Hello all,
    I have to display the total Debit and Credit balances of all the vendors in the given company code.
    Can anyone tell me if there is any Function Module to do this or which tables i have to access.
    I have tried in BSIK and BSAK but its not giving me correct data.
    Thanks

    You can take a help from this standard transaction S_ALR_87012082
    Regards,
    Naimesh Patel

  • BPS Allocation (BCS) using Debit/Credit (no balance available)

    Hello,
    BPS allocation seams to expect a balance instead of debit credit sign.
    We are using debit and credit sign in Planning (0DB_CR_IND). This seams to be the reason why allocation can not be used in SAP standard. We would need to program an individual allocation program. Is this correct?
    Lets make an example
    Cost Center A
    Credit: 50 Euro
    should be allocated 100% to another cost center B.
    Debit: 0 Euro
    The allocation function would post the following
    Cost Center A
    Credit: -50 Euro
    which is wrong, because the costs would disappear from Cost Center A
    It would be necessary to post
    Cost Center A
    DEBIT: +50 Euro
    Is there any possibility to use SAP standard to allocate with consideration of debit/credit sign?
    If not we would create a temporally key figure, calculate the balance and then distribute with allocation. Afterwards we would post the distributed amounts back to the key figure with consideration of debit/credit sign. But this solution seams to be far away from SAP standard.
    Does anyone have any comments?
    Thanks in advance
    Eckhard Lewin

    Not all things get charged to store credit.
    Even if you lost the cards, iTS can see what you redeemed. Contact them and they can dig around to see what's going on.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Calcolate DEBIT ,CREDIT and BALANCE

    how can i calcolate DEBIT ,CREDIT and BALANCE from table " KNC1"
    according to period .
    as if peroid between 01.01.2010 and 01.10.2010
    so calcolate UM01S ,UM02S to UM10S   AS  "DEBIT "
    AND             UM01H ,UM02H TO UM10H  AS " CREDIT "
    AND             UM01U ,UM02U TO UM10U AS "BALANCE "
    WAITING YOUR HELP
    THANKS

    if user wants day wise then make use of BSAK+BSIK, here u will get all line items daywise , i mean to say Posting daywise.
    BUDAT        31.03.2003---->posting date
    BLDAT        31.03.2003
    CPUDT        31.03.2003
    WAERS        INR
    XBLNR        T&E-29-30.3-PNPT
    BLART        PA
    MONAT        3
    BSCHL        31
    ZUMSK
    SHKZG        H------------>D/C
    GSBER--------------------->Business Area
    MWSKZ-------------------->tax Code.
    DMBTR        1,507.00
    WRBTR        1,507.00
    regards
    Prabhu

  • Debit/credit entry amount not balanced

    Hi All,
    I want post some adjustment excise amount through J1IH and for that I have created one sub transaction type and maintained "speciy excise accounts per excise transaction" and "specify G/L
    accounts per excise transaction" but while doing the transaction J1IH for "additionl excise" at the time of saving one error is coming "debit/credit entry amount are not balanced".Can any one plz help me out
    what another setting is required for saveing the transaction.
    Regards,
    SP Shukla.

    I will explain using an example. Please let me know if this is what you want.
    PO 10 pcs @ USD 10 = total of USD 100
    GR for 10 pcs
    Dr Material 100
      Cr GR/IR    100
    Vendor sends invoice for 110 (10 pcs @ USD 11)
    MIRO for 110
    2 scenarios:
    1) Stock available
    Dr GR/IR 100
    Dr Material 10
       Cr Vendor 110
    Difference is loaded on the stock. Please note that it is loaded on the existing quantity - whether 100 or 1 - it will load it on the complete stock.
    2) Stock of material is 0
    Dr GR/IR 100
    Dr Price Difference 10
       Cr Vendor 110
    Hope this helps...
    Lakshman

  • F110 - Calculation of Debit/Credit in the payment proposal

    The requirement is to be able to process all of the documents for the same vendor for the same paying company code together in one payment document.
    Separate payment documents are issued for all company code payment transactions, including documents which are paid by another paying company code.  There is a situation where a vendor has a invoice posted to company code 1129 and  a credit note posted to company code 1131.  As 1129 pays on behalf of 1131, the credit note will not be processed against the outstanding invoice in company code 1129. As currently designed, the credit balance will remain in the vendor account in company code 1131 until another invoice is processed in 1131.
    Is there any solution to resolve the above problem, we would like that the payment program F110, will calculate the Debit/credit at the time of creating teh proposal of the same vendor irrespective of the company code.
    Any help is appreciated.
    Thanks
    Faheem.

    Hi Faheem,
    Go through the following SAP Documentation on Sending Company Code
    Basically, this will let you decide, what to put in sending company code for each of your paying company codes config.
    Sending company code
    The sending company code is the company code that is known to the business partner.
    Use
    When making cross-company code payments, you can specify the sending company code as well as the paying company code for each company code. If the sending company code is different from the paying company code, the system notes the sending company code in the payment transfer medium or payment advice. This note is information for the business partner.
    Furthermore, the sending company code affects how the system groups items from different company codes into one payment. Items are only grouped into one payment for company codes with the same paying company code and the same sending company code.
    If the sending company code is not specified, the system automatically regards the paying company code as the sending company code.
    Procedure
    Specify the sending company code if you want to pay using a cross-company code transaction but do not want to pay the items of all participating company codes together.
    Examples
    Example 1:
    Company code 0001 pays its own items and the items of company codes 0002 and 0003. All items are grouped into one payment.
    Company code Paying company code Sending company code
    0001  0001  0001
    0002  0001  0001
    0003  0001  0001
    Example 2:
    Company code 0001 pays its own items and the items of company codes 0002 and 0003. However, a separate payment is created for each company code.
    Company code Paying company code Sending company code
    0001  0001  0001
    0002  0001  0002
    0003  0001  0003

  • Function module  to determine the credit balance or if there is an open ite

    Hi All ,
    Can anyone please let me is there any function module  to determine the credit balance orr if there is an open standing request / open standing request /paid but not yet refunded security deposit .
    Requirement :
    Purpose -This report shows a list of u201Cinactiveu201D contract accounts and the amounts to be refunded (credit balance, paid security deposit) to customers.  This report also shows any open standing requests in customersu2019 contract accounts.
    Note:  SAP does not have a concept of u201Cinactiveu201D contract accounts.  All contract accounts are active in SAP.   
    We do have customers who pay several months in advance (when they are out of town and donu2019t want to have their services disconnected). 
    Logic to retrieve the u201Cinactiveu201D accounts:
    The inactive accounts can be identified by the Move-In/Out dunning procedure. If the mov-in/out dunning procedure is not empty, that means this account has moved out and the account is inactive.
    Business Logic and Flow
    For each contract account
    Go through each installation and check if it is disconnected
         If (one is active)
    move to the next contract account
    else (all is disconnected)
         check to see if there is a credit balance or if there is an open standing request
         If (credit balance)
    {Display contract account, customer number and information, and credit balance for refund}
    If (open standing request)
    {Display contract account, customer number and information, standing request number to be closed}
    If (paid but not yet refunded security deposit)
    {Display contract account, customer number and information, current balance and security deposit amount}
    Thanks in advance
    Rahul

    Hi Rahul,
    To find out the credit balance relating to security deposits you can use BAPI_ACCOUNT_GETBALANCES. On execution of this BAPI with BP and Contract Account Number, it will return the net balance with different segments like open, due, credit and likewise security deposit amount.
    To find out if there is any open standing request standing against the customer you can use BAPI_CTRACCONTRACTACCOUNT_GOI. You have to execute this BAPI by providing BP or Contract Account number in Main Selections  table and Main and Sub Transaction of Security Deposit Request transaction in Value Selection table. This BAPI will fetch all open items with the main and sub transactions specified and display.
    Thanks
    Ganesh

  • Opening + Debit - Credit where vdate :Date_from in report

    Hi All
    I have 2 Table one is COA 2nd is CB
    In COA i have two acc_id,Opening and in CB i have 4 Column
    Cb_acc_id,
    Debit
    Credit
    vdate
    When i Run this query in report
    Select acc_id,Opening_balance,cb.C,Cb.D from COA,+
    *(Select cb_acc_id,sum(nvl(dabit,0)) D ,sum(nvl(credit,0)) C from cb where*
    cb_acc_id=:p_1 and+
    vdate  < :Date_from+
    Group by cb_acc_id)CB+
    Where acc_id=:P_1+
    Its working but if My Debit and Credit = 0 its not showing my Opening Balance
    My opening balance is 15000
    i need when my debit and credit remain 0 its show me opening balance
    I hope you guys understand
    Regards
    Shahzaib ismail
    Developer 6I Database 10g

    Hello Shahzaib,
    Try Following,
    Select acc_id,Opening_balance, DECODE(cb.C, 0, Opening_balance, cb.C), DECODE(Cb.D, 0, Opening_balance,Cb.D)
    from COA,
    (Select cb_acc_id,sum(nvl(dabit,0)) D ,sum(nvl(credit,0)) C from cb where
    cb_acc_id=:p_1 and
    vdate < :Date_from
    Group by cb_acc_id)CB
    Where acc_id=:P_1
    Please mark if it help you or correct
    Regards,
    Danish

Maybe you are looking for

  • What could be wrong? I need some help please. =(

    Hi all, I'm quite disappointed with my macbook performance. The video performance is real bad as i can't even run expose / dashboard properly (it appears on the screen laggy when it's meant to be a very beautiful transition). I have a 2 Ghz macbook i

  • How to create my first webcam clip?

    Man, this question has got to be so rudimentary ... I don't even know how to google it. I tried a few basic terms and came up with mush. I thought I'd ask here and hope for some strong advice. I've never made a webcam video and no nothing about it. I

  • How can I ignore iCloud and Lion and live to tell it

    From what I have read about Lion, I just do not like it. I am more than happy with Snow Leopard, with my calendar on BusyCal and my Mail on my Mac. But I am getting more and more the impression that I am being pushed toward upgrading to Lion since, w

  • HT4859 i backed up files created by documents app on ipad on icloud. where are these files?

    I created a couple of files using free version of documents app on ipad. Now i want to transfer them to imac for furhter editing. I used back up on ipad to back up on icloid. I logged on icloud but cannot find these files. it gives me icond for mail,

  • OSB distributed queue proxy configuration

    I have set up a distributed queue in WeblogicServer and I wonder how should I configure OSB proxy to consume JMS messages from it. I have read documentation at Oracle site and it says a distributed queue groups a bunch of local JMS queues in differen