Division wise outstanding

Hi,
I want to know whether there is any SAP standard report to see Division wise outstanding amount? Currently we are able to see customer wise outstanding, but we cannot differentiate between the product divisions. We are using Common Division while creating customer code data.
Please let me know the transaction code for the same.
Thanks,
Amol

hi,
what i suggest is you give every division a different number range and then you can follow the following procedure in XL reporter:
When defining a parameter, you will setup the Name, Category, Type, Attribute, Default Value and Prompt.
Choose between 3 categories:
Literal – when running the report, the user will type the information manually. For example, the date range
Dimension – when running the report, the user will select one value from an existing list retrieved from SAP Business One database.
Expression - when running the report, the user will select a range of values from an existing list retrieved from SAP database.
regards,
Siddharth.

Similar Messages

  • Need Help to build a report "GL Account-wise Outstanding Balance as on"

    Hi All,
    i have a requirement to build a GL Account-wise Outstanding Balance as on date...
    report format
    1.Date of Transaction     
    2.Journal Source     
    3.Journal Category     
    4.Opening Balance     
    5.Debit for the period     
    6.Credit for the Period     
    7.Closing Balance
    Parameters
    Company Code
    Account No
    Account Description
    GL Date(As on)
    Currency
    my query
    select trunc(gjh.posted_date) "Date of Transaction",je_source "Journal Source",je_category"Journal Category",
    abs(sum((begin_balance_dr-begin_balance_cr))) "Opening balance",sum(period_net_dr) "Debit for the period",sum(period_net_cr) "credit for the period",
    abs(sum((begin_balance_dr-begin_balance_cr)+(period_net_dr-period_net_cr)))"Closing Balance"
    from gl_je_headers gjh,gl_je_lines gjl,gl_code_combinations gcc,gl_balances gb
    where gjh.je_header_id=gjl.je_header_id
    and gjl.code_combination_id=gcc.code_combination_id
    and gcc.code_combination_id=gb.code_combination_id
    and gjh.currency_code=gb.currency_code
    and gjl.set_of_books_id=gb.set_of_books_id
    and gjh.period_name=gb.period_name
    and gcc.segment1='01'
    --and gjl.code_combination_id=12854
    and gjh.currency_code='USD'
    and gb.actual_flag='A'
    and gjh.status='P'
    and gjl.status='P'
    and gjh.period_name=to_char(sysdate,'Mon-yy')
    group by gjh.posted_date,je_source,je_category
    pls someone help me to correct the query

    Well, you may want to look at the activity for one specific account, in detail, before you try to get involved in summarizing/grouping the detail. That way you will begin to understand what the grouping function in the SQL statement is going to do to you. You do not say what is wrong with your query, but I am assuming that your numbers for the Opening Balance and the Closing Balance are too high. Would that be a correct assumption? The problem, as I see it, is that you are joining the gl lines detail to the gl balances table. That means every record (row) in the join for that account for the desired period is going to have the beginning balance dr and cr columns. So if you sum up that column, you are going to sum up the beginning balances multiple times. What you need to do is first summarize your detail activity by the date, journal source, and journal category, and the debits and credits sums, for the period in question, and store that result, Then do a second query that joins that result set to the gl_balances table. Also not sure what null values are doing to you, if you have them in the debit and credit fields. You may have to convert the null values to a 0 as part of this whole process. Or do this via a custom program. Or if you have a data warehouse, you might want to see if you can handle this in the data warehouse. So some options to thiink about.
    John Dickey

  • Division wise Purchase Report

    In Import Purchase process how to get the report for division wise purchase,
    some material from USA some from France, and some other countries
    we need to get country wise purchase reports. how it will be possible in sap

    Use report MC$4,here enter purchase organization,_vendor country_,vendor,plant & finally period.

  • FI- Vendors division wise

    Hi
    This is my first implementation project,Can u please help me in this...
    1) A company is having cement division, foods division,construction divsion etc.
    Let us say a vendor supplies material to different divisions.
    Is there a way to find out the Vendor balance division wise and for the company as whole.
    2) Also one more thing to where to enter the security deposit of the Dealers in the Cement division which should be show seperately from the regular balance
    Please offer the feedback to my mail id [email protected]
    Thanks
    Raju

    Hi Raju,
    1. How have to defined these divisions in SAP in FI, is it Business Areas or enything else..
    If business Area, use t code FBL1N and go to dynamic selection where you will have lots of criteria like BA, Plant, Div etc., give the values and run the report.
    2. Use SPL GL indicators to show the advance balances in different GL Account (i have sent one doc. to your mail ID regarding the SPL GL indicator related config.)
    Hope it helps
    Regards
    A.Saravanan.

  • Division wise profitability

    hi gurus,
    my clients want to assess their profitability division wise. i am confused as to what should be the character and the value fields.. since i dont see any option in both the forms saying " division" is that i hav to create it..
    i wud really appreciate ur response
    regrards
    sayeed

    Hi,
    Can you be little elaborative on whats meaning of Division... Is Sales Division is ur concern? Activate Sales division characteristic in the operating concern. There wont any direct assignment of Division to value field.
    If its not sales division, then u can go and create a newcharactristic and set up the derivation for this characteristic.. KES1 and KEDR u can refer...
    Regards
    Sudhakar Reddy

  • Division Wise Financial Statements

    Hello Gurus,
    My client requires Division Wise Financial Statements through Profit Centre.  Document spliiting is not active, leading ledger is active but the scenarios are not assigned in assign scenarios for Profit Centre.  Now we have assigned  the  scenario of profit centre.  But while creating sales accounting document for VAT and excise line items, profit centre is not flowed.   Please suggest us what we should for the same.
    Can I activate document splitting now.  Please suggest.
    Regards,
    Prasanna

    Hi Prasanna,
    One advise is when document splitting functionality is not active management demands reports at below company code level as in your case divisional financial statement then Profit Center should have been made mandatory in field statues otherwise there will be potential chance of line items missing the assignment.
    Your line item is not flowing to profit center for which you check the balance sheet accounts assignment in 3KEH. Check here whether you VAT and Excise accounts are lying here.
    If you are working on New GL functionality and there is a need for segmental reporting then it is advisable that you start working or activating Document Splitting functionality.
    might help you to go ahead..............
    Regards,
    Chintan Joshi.

  • Division wise Separate numbering range required for invoices

    Hi Gurus,
    The requirement is Division wise Separate numbering range required for invoices. For e.g  like 11 Steel Fabrication, 12 Aluminum Fab, 13 Carpentry & Join, 14 GRP/GRC, 15 Stone & Marble
    Already a table ZSD_NUM_RANGE with fields like Client, Plant, Number range in the case of internal number assignment
    Presently number range is based on plants.
    I understand that Division field SPART is to be included in this table by using the exit given below:
    User Exit For Billing
    USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
    The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created.
    May I know how far this is feasible to shift plant wise no. range to division wise no. range.?
    Also if we do division wise number range, How about shifting to new invoice numbers in the middle of the FISCAL year?
    Kindly revert back to me at your earliest.
    Regards,
    Anbu

    Dear Anbu
    Ideally speaking, invoice number range should be per plant and the user exit what you had indicated holds good.  May be you can try with the same user exit.
    thanks
    G. Lakshmipathi

  • Division wise reports

    Hi
    Can anybody tell us how to get division wise sales reports...We have defined cross division for all individual divisions...
    Standard sales reports give us only  report of cross division (00) which is taken from header level and not from item level division...of a sales order...

    hi
    My problem is solved by creating new infostructure with division field name as item level...and now iam able to run the standard reports with division wise and not cross division by selecting the new infostructure..
    But iam unable to get report of past..Only new orders are flowing into the report..for this new infostructure..
    How to get the past data in to new infostructure..Can any body help..

  • Division wise Aging for Customers

    Hi,
    Can we take division wise ageing for customers and add the division field at the time of payment entry(F-28)?
    Thanks in advance

    Hi
    Use T code S_ALR_87012167. It depends on your organizational structure also
    Regards
    Sanil

  • Item wise Outstanding

    Dear All,
    Can anybody provide me a query for Item wise outstanding. My client sells mechinary by taking some advance at the time of installation. The remaining payment will be divided into 30 days and 60 days.
    In aging i an not getting Item wise outstanding.How can i achive this .
    Regards,
    Srini

    Dear Srini,
    To get what you need, no query is that easy could be built.  Something must be down before the query:
    1. Those items must have single invoice per item.
    2. The item property or item group need to be set up to distinguish those items from all the other ones.
    This is just basic requirement. It may need more during actual query creation.
    Thanks,
    Gordon

  • Credit limit of customer should be maintained as per division wise.

    Hi All
    Here requirement is that The credit limit of customer should be maintained as per division wise.
    Means Here there are two divisons Foods and Personal care.
    So One Customer will have different credit limit in each division*(Ex Foods it may be 100000 USD and Personal care it may be 20000 USD)
    It is possible
    Ahmed

    Hi Ahmed,
    You could consider the following process.
    1.Create two different credit control area A and B.
    2.XD02->maintain customer master data for sales area of the first division and assign credit control area A on
    Billing documen tab
    3.XD02->maintain customer master data for sales area of the second division and assign credit control area B on Billing documen tab
    4. FD32->maintain different credit master data for the two credit control areas.
    Thanks and regards,
    Smile

  • Financial statement Branch Locaton wise & Product division wise

    Hi All,
    we have activated profit centre accounting, and we have an requirement of branch wise FSV.  In one company code we have four different types of business, like(FMCG,Iron manufacturing, financial etc.) and all the business is happening in all the branch locations. (we have Five different branches). client requirement is to get FSV branch wise and business nature(product division) wise. Kindly let me know if you have valuable inputs.
    Thanks in Advance,
    Sahil K

    Hi Sahil,
    In your business I am assuming that you have defined as PC = Business((FMCG,Iron manufacturing, financial etc.)
    If I am right on my assumption then,
    You could have defined the Business area for your Branches, but now as the business have gone live there is no point doing so. To simplify the process you can make take a Financial statement by entering a group of profit center. You can define the financial statement version  as per the business requirement with various groups and sub groups.
    Hope the above explanation helps.
    Regards
    Paul
    Edited by: Paul01 on Nov 30, 2010 3:46 PM

  • Bus Area, Product, Plant, Division wise Balance sheet

    HI Experts,
    How to map in SAP to get the balance sheet at Plant wise, Bus Area wise, Division wise, Product wise. Is it possible to get Balance Sheet at All of these Levels. Because my Client having different Branches and different Products.
    Some plants are Depots where as some are Manufacturing Two kind of products. So in this My client wants to See the Balance sheet Like Product wise at the same time Plant wise also.
    So please give me any solution. its an very urgent for implementation project.
    Thanks in advance!!!!!!!!!!!!!
    AKHIL

    Hi,
       I know it is possible to get balance sheets at business area level but i do not think its possible at plant or product level.
    For BA refer
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/FIBUSI/FIBUSI.pdf
    Business area wise balance sheet
    regards
    Waman

  • Credit control  by Division wise

    Hi Consultants,
    How  can we configure Credit control  by division wise.
    Thanks&Regards,
    Siva

    No, to the best of my knowledge, Credit Management works COmpany code-wise & Crediot Control area-wise.
    Thanks,
    Jignesh Mehta

  • How to get DIVISION wise report in Controlling?

    Hi,
    How to get DIVISION wise report in Controlling? I am not trying to get Division in COPA report but i am not able to see Division Characteristic in Operating concern Data structure.
    Kindly help me - where can i get good Controlling report with Division wise? why i am not able to see the Division characteristic in COPA report?
    Thanks
    Kishore

    HI,
    Check this:
    KEA0 ->Data stucture (Display) ->Extras(Menu) -> Display fixed fields. In this pop-up you will see 'Division' (SPART).
    If this field is defined as Segment level characteristic (KEQ3), then you can build reports on this characteristic using KE35.
    Hope this helps.

Maybe you are looking for

  • XMLBEANS  classcastexception issues when migrating from WLS 8.1 to WLS 9.2

    Hi We are migrating our applications from Weblogic 8.1 / xbean (?) to Weblogic 9.2 / apache xbean 2.2.9-r540734 . We compiled our schema successfully with new version after making changes recommended by bea (replaced all com.bea.xml occurrences to or

  • Problem with Printing Preferences Acrobat XI on Windows 7

    I just upgraded from Acrobat X Std to XI Pro on both my Windows 7 desktop and Windows 8 laptop.  The laptop works fine, but on the desktop I'm not able to print to the Adobe PDF printer from Word or Excel or Chrome.  I noticed that the Adobe PDF Prin

  • IPhone + iTunes + Vista 64bit

    Is the iPhone/iTunes not compatable with Windows Vista 64bit edition? Everytime I connect my Phone to my PC I get this message: The software required for iPhone is not installed. Run the iTunes installer to remove iTunes, then install iTunes again. I

  • SD_SHIPMENT_PROCESS FM in Background execution

    Hello All, I am calling the FM SD_SHIPMENT_PROCESS in background mode to update the Shipment Start date and also for PGI. Shipment start date gets updated but the program errors out during PGI due to following error: Error during conversion of unit o

  • Cisco WLC 5508 Password Invalid? (Fixed!Thanks)

    Hi Guys, In this afternoon, I did some testing in WLC in our company wireless network. However, after my 3 hours testing, I had tried to login WLC again by GUI and SSH. The admin username and password does not work any more. All Read only and Guest A