Reporting issue on document types

Hi experts,
We have an requirement in the report which is based on a gl cube,
where we need to show all the accounting documents of type DZ and the reversals of only these documents ie RD of only DZ.
RD Documents are not only the reversals of DZ document they can also be the reversals of other document types.
So how to show only RD document for DZ document types.
Please help me on this issue.
Regards,
Nishuv.

Hi Ram,
Thanks for the reply....
So now i need to create a query which brings only accounting documents of document type DZ.
And then create a new query in which i need to create a new variable for accounting document no with replacement path and should give the first query as replace the query with first query result.
And also in the second query i need to restrict document types with DZ and RD.
Is this correct ?
Please let me know....
Regards,
Nishuv.

Similar Messages

  • Assignment field in goods issue/delivery document type WL

    Hi,
    Would anyone know where we can check how the value for Assignment field in goods issue/delivery document type WL is determined? Any help is greatly appreciated. Thanks.
    Sheila

    Thanks Samit. We are already aware of the delivery document type. Would this be maintained anywhere in the copy control? We are still not able to determine how the Assignment field is populated in the accounting document of goods issuance. Thanks.

  • XL Reporter: Report Designer -  Sales Document Type as Column

    Hi Everyone,
    I have a question regarding report layout in XL Reporter - Report Designer. Here's the scenario:
    I have created a Sales Volume Report wherein the report should be able to display the quantity per material per sales document type (Sales Order, Invoice, Credit Memo). The Sales Document type is expanded as Column so that the user can view the total per Sales Document. My problem is, can i re-arrange the order of display of the 3 sales document selected. The current (and I think the default order is alphabethical) which is A/R Credit Memo, A/R Invoice, Sales Order. Can I re - arrange it in my Report Designer so that Sales Order will be the 1st column, followed by the A/R Invoice then lastly the A/R Credit Memo?
    Another question, can I change the Display Name of the 3 Sales Document Type? By default, the Sales Document Name is being retrieved by the system. For other fields which where not expanded as column, I can easily change the Display name of the field, but for the sales document, I don't have an idea. Hope anyone can help me.
    Thanks in advance.
    Malu

    If you want the document types in a specific order, don't add as an expansion, but as individual summary comuns, then you can add them in the order you want.
    You can use simple Excel formula to rename the columns - hide the row with the column names & add a new row with if statements based on the value in the cell e.g. if (cell = 'Invoice" , "Inv-AR",'')

  • 'Propagation of Properties' report changes unintended document types

    Hi All,
    could someone explain how the 'Propagation of Properties' works?
    I tested it for changing the custom property change. I have 4-5 different resource types with each property structure.
    My intention is to change a particular property value. So,
    I created a  document of that resource type and assigned the value for it.
    I selected the target folder(which also has other document types and doesnt contain this property) and give the property to propogate.
    then in the result summary, i could see along with the relavent document type, all other document type and folders meta data also changed. However i couldnt see those changes in the corresponding object details.
    I am really confused on how this is working.
    1. Does it changes other document types by adding this property as a new property?
    2. How can i see this new property value in the document type where the property is not maintained itself?
    3. how to avoid this ? in preventing other document types and folders to get changed.
    Please kindly clarify the questions. this would be very helpful in understanding.
    Regards
    Senthil

    hi all,
    Got the solution.
    1. Does it changes other document types by adding this property as a new property?
                 yes it impacts all the document types... including the folders
    2. How can i see this new property value in the document type where the property is not maintained itself?
                  if the added property is not part of property group. you wont able to see that.however the meta data would have updated with new property.
    3. how to avoid this ? in preventing other document types and folders to get changed.
                 Need to develop a custom report for the mass update of properties...
    thanks for your support
    Senthil

  • Crystal Report - multiple sales document types

    In XLR, I can easily drag 'DocNum', 'DocDate', 'Sales Doc Type' fields and specify the filter to show sales doc type equal to A/R invoice and A/R credit memo. It neatly shows various types of sales documents and display them in rows.
    In crystal, I have to drag the 'DocNum', 'DocDate' fields for A/R Invoice, A/R credit memo individually under different columns. Is there a way I can dispaly mixed sales document types in rows? Thanks.

    Hi,
    In XLR, you get the data from JDT1 table. You can do the same for CR.
    Thanks,
    Gordon

  • I received 3 restore reports on Firefox Document type with strange dates in my desktop. What does it mean and what do I do.

    These restore reports appeared as shortcuts when I turned the computer on while some shortcuts I had disappeared.

    Maybe your security software (anti-virus, firewall) is blocking Firefox.
    Did you look in the settings there?
    See also [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Not appearing task list in object links tab of document type

    Hi guys,
    I had an small issue in document type, which is in doucment type object links tab I am unable to find task list data. Nothing is coming up here when i click this task list.  Could any one can help me to get that data.
    Munny.

    Hi munny
    Whats is ur issue ? explain it clearly
    . pithan

  • WN and RN document type?

    Dear Gurus,
    In which case, Wn and RN document type will trigger while doing GR and IR.
    Like, for good issue, WA document type, gor GR, WE..
    Pls help..

    Hi,
    In T.Code OMBA - you can give WE or WN as per your requirement for the particular T.code.
    WN is used if the PO contains cash discount, this amount will get deducted and posted at GR.
    Regarding RN - Net posting at time of IR - You can use either RE or RN as per your requirement in the MIRO (Details tab - Document type field)
    RE is used when there is cash discount and you want this cash discount amt to be credited to your stock account during IR.
    <<text removed>>
    Rajess Kumar.R
    Edited by: Matt on May 1, 2009 6:37 PM

  • Issue With Sales Document Type in BW.

    Dear Experts,
    I am facing an Issue with Sales Document Type(Object name is 0DOC_TYPE).
    when i am loading data from R/3 to BW It is converting Sales Document type as follow
    Sales Document Type in R/3                         Sales Document Type in BW
    OR                                                                        TA
    CR                                                                        G2
    DR                                                                        L2
    I check with an ABAPer and he told that there is conversion exit for this Object so that's why it is converting when sending to BW. But the user wants to see in Report same as it is in R/3 like OR, CR DR ... etc.
    I have done some investigation and found that the conversion exit (CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) are converting the values based in the table TAUUM
    The staructure of TAUUM is
    MANDT(Client)  SPRAS(Language) AUART(Sales document type (not converted)   AUART_SPR(Language key for sales document type)
    and values are
    100 E TA OR
    100 E G2 CR
    etc....
    The same Conversion exits(CONVERSION_EXIT_AUART_INPUT and CONVERSION_EXIT_AUART_OUTPUT) and table TAUUM are available in BW as well. So i thought I can Use InfoObject 0DOC_TYPE by changing it's conversion Routine as AUART(which runs based on the above mentioned conversion exits).
    but the the problem is table TAUUM(Pool Table) does't have any data in BW.
    So can anyone tell me is there any option to load data into table TAUUM from R/3 or any other option to solve this issue.
    Your ideas will really help's me.
    Thanks in advance,
    Dara.

    Hi Venkat,
    Thanks a lot for your immediate response.
    The InfoObject 0DOC_TYPE was without conversion exit by default. but when data coming from R/3 it is converting and sending to BW So that's why i am planning to use conversion exit "AUART" in the info Object.
    I checked data in R/3 using RSA3 it is showing sales document type as "OR" and for the same transaction data when i checked in PSA it is showing as "TA".
    Could you please let me know if there any other options.
    Thanks in advance,
    Dara.

  • Modifying document type in FBL3N report?

    Hi all,
    Our users are demanding us some modifications at FBL3N report that we don't know if it's possible.
    When a MIRO is posted, a line is created in G/L account report with type WE, when a MIRO is reversed by the transaction MR8M a line is created in G/L account report with type ES. We are trying do something similar for MIGO (goods receipt and goods receipts - reversal).
    When someone executes movement 101 at MIGO transaction, a line is created in G/L account report with the type WE, when the user executes movement 102, goods receipt - reversal, another line is created in G/L account report with also the type WE.
    Is there any standard way to config. the system to make it put a different type for reversal migos in G/L account like is done with invoices? We'd like to insert the type WS for this document, instead of WE.
    [http://oi43.tinypic.com/5fes7r.jpg]
    currently behavior
    One line with WS tpye (movement 102) and the other one with WE type (movement 101)
    Desired behavior
    The goal to do that is make easier for the users analyse the data within the report.
    Thanks a lot,
    Amorim, Rodrigo

    No, mov type 102 is a reversal of mov type 101 only
    For doc type WE, if the reversal doc type field was not maintained, then system will post the reversal doc also with the original doc's doc type only.
    When reversing a document, external document number assignment is not possible. Therefore a reverse document type which works with internal number assignment must be specified for all document types with external document number assignment.
    Probably you might have set the external number assignment for the doc type, which you specified as reversal doc type for doc type WE......this could have be the only issue...else system will work as you desired only

  • In fbl1n report for document type RE  withholding tax amount is not showing

    in fbl1n report for document type RE  withholding tax amount is not showing
    in sap note 363309 determines
    Solution
    Remove the field which contains the withholding tax information (field BSEG-QSSHB) from your display
    variant.
    If you want to display the withholding tax information, double-click on the document number and
    subsequently choose 'Withholding tax'.
    my doubt is we remove the field BSEG-QSSHB in layout how can show the withholding tax amount in FBLIN report
    how to remove from the layout
    please clarefy
    bhayyapu   

    Hi,
    If you want to check amounts of withholding tax for the vendors, you have some options to view it. You can access the WITH_ITEM, LFC1 tables by SE16. You have too the S_P00_07000134 report. This report is developed for the Colombia but I already used for the another country with the ABAP development for this country.
    Also you can use table join BSIK and WITH_ITEM by SQVI for the open items and BSAK and WITH_ITEM for cleared items. It is more simple and fast.
    JPA

  • Document Type showing as Bill of Entry instead of Invoice in report

    Dear Gurus,
    in J2i9 report for Proforma register under rule 9 (5) of cenvat credit rules , 2004 ,
    we are generating a report using "inputs" as an option for Print Annexure for Material type ,
    in which for a domestic supplier , we are getting several document numbers for
    part II serial numbers , one entry is showing the type of document as "Bill of Entry" ,
    where it should have come as "invoice" , all other entries for the same supplier are showing
    correctly as "invoice". This has caused the finance dept to block payment to the supplier .
    this entry belongs to previous posting year. still remains unresolved. Please guide.
    Thanks in Advance.

    Dear Gurus ,
    Excise duty is not getting captured in this invoice due to document type wrongly coming as "Bill of Entry "
    which is for imports ( cenvate credit availed = 0). Please give direction as to why the wrong document type is getting selected
    only for a particular entry of a domestic supplier , and how to correct this entry. thanks in advance.

  • Custom report with  FAGLFLEXA and "Document type"

    We have new GL and we must do a custom report like this:
    Hierarchy of ProfitCentre ______Credit for mm.yyyy___ Debit for mm.yyyy 
    Profit centre 1_____________________ c1_______________d1
    Profit centre 2_____________________ c2_______________d2
    ect. ....
    The value of c1 is the sum of monthly credit for a profit centre, for a group of accounts, but only for certain "document type".
    The "Document type" is what worries me.
    I have already written a similar report with Report Painter, reading data from the table FAGLFLEXT (0FL library), but took the full credit from the account (for all "document type"), without restrictions on the document type (the table  FAGLFLEXT not contain the field "document type").
    The data I need in my report, I can see with T. FAGLB03. Double-clicking on, for example, the value of credit you go into detail, and data can be selected for different "Document type". I still do not understand how it works and which tables use the T. FAGLB03 to have these data in detail.
    Please, help me what exactly to do?My questions are these?
    My principals questions are these:
    1 . I think, inevitably, i have to link two tables: FAGLFLEXA (the one with the given to him) and GKFP that contains the field BLART (Document Type). This is the right way? Is there another way?
    2 This report can be create with one of SAP tools: Report Painter, SAP Query, ... or the only solution is to write a program in ABAP?
    3.  If i'm not asking too much, you could give me a step-by-step description of how i should proceed?
    All suggestions are welcome.
    Thank you in advance. Many points to assign who will help me to solve this problem

    I know PowerShell can help you with the Get-SCSMRelatedObject command but you would have to write a small script to get that to work en mass.
    http://smlets.codeplex.com/

  • GR55 Report - Need to add Document type in selection parameter

    Hi Friends,
    Our client needs to have document type in selection parameter for one report group which has 4 reports attached.
    Changes have been made and now document type is already there in selection parameter. But irrespective of document type Output is same.
    That is if i Give docuement type or not it gives me same output.
    This report is bein copies n new report is made.
    Can any one help me out with how go proceed further.

    Hi,
    This report is bein copies n new report is made.
    You just copied the output from an existing one right....
    Inorder to get the report documenmt type wise you also need to change the output format of the report.
    Ask your ABAPer to get this tobe done...

  • WHT amount not appearing in FBL1N report for Document type RE

    Dear Friends,
    While running FBL1N report for any vendor where TDS is applicable, the WHT amount is appearing for KR document type. But when it is RE document type the WHT amount is not appearing in the report. How can we resolve this? Any enhancement/any note to be applied?
    Regards,
    Ramkumar

    Hi,
    FBL1N is having the classic withholding tax field hence please don't refer the those fields.
    please don't refer those fields.
    Please review attached note 363309 for detailed explanation.
    BSEG-QBSHB is designed to fill for the classic withholding tax. And
    extended withholding tax information is stored exclusive in table
    WITH_ITEM.
    You can check in table BSEG for the fields and will find that system
    do NOT update field BSEG-QBSHB.
    In your line layout,you define a field BSEG-QBSHB. But actully the field
    of vendor/customer line item is filled with zero from FI. Thus,it shows
    zero in line item display.
    And as note 363309 says,
    "Remove the field which contains the withholding tax information
    from your display variant.
    If you want to display the withholding tax information, double-click on
    the document number and subsequently choose 'Withholding tax'."
    Regards
    Madhu M
    Edited by: M Madhu on Jan 18, 2012 9:13 AM

Maybe you are looking for