Report: PO &  A/c Doc No.

Hi,
I want a report which contains PO Document No. & Invoice Document No. (Which are posted).
I have tried MC$0. Tables don't require.
Regards,
Chintan

Hi,
try ME2N gives PO doc No and invoice amounts
Please try this Transactions
Vendor Billing Documents
WLFB-- Header Data
WLFC-- Item Data
Payement Documents
WLFG--Header data
WLFH--item Data
Thanks & Regards
Swathi
Edited by: swathi sajja on Aug 1, 2008 1:15 PM

Similar Messages

  • Outputting Reports OP into WP docs

    This probably belongs in another Forum but here goes.
    We're running Forms and Reports v 6.0.8.11.3 and Windows 2003 SE v 5.2.3790 Build 3790.
    I have a form that passes a lexical parameter to an Oracle Report. After viewing in 'Preview' mode, the user 'Distributes' to serveral sources including a Word document. When the user attempts to edit the doc, all of the data seems to be placed into a 'Cell' or 'Table' and the formatting of the report is lost.
    Can anyone point me to the correct manual or does anyone have experience outputing Report output in WP docs meant for editing?
    Thanks,
    Ron

    Hi Jules,
    You need a user with XDBADMIN rights to access the WebDav. Once you have access, you can open the URL as webfolder (in IE).
    Regards,
    Christian

  • Std Report to see Material doc. and FI doc.

    Hi all,
    I want a SAP standard report where i can see both the Material doc. as well as the FI doc. created against that in a single report.
    Please help.
    Thanks & Regards,
    Rajeev Kumar

    hi
    go to MB51 then excecute then u will see the report just go to
    system >list>save>local file  click and choose spreadsheet
    allthe report can be convert to excel format using this
    regards
    kunal
    award if helpful

  • Export section content to report or ms word doc?

    All,
    Hopefully a quick and simple yes/no question. Is there a way to export just the contents of a set of sections to a word doc or some type of report?
    We created a large set of sections that are unique customer contract languages. The CAT/UAT team wants to be able to validate the content w/o having to create all the test scenarios to generate them in the system.
    thanks!

    There are a couple of command line utilities that you might want to consider: FAP2PDF and FAP2RTF
    These utilities support using wildcards to convert a set of FAP files into PDF or RTF files.
    You can find information about these tools in the Utilities Reference or just run the programs with no parameters in a DOS box.

  • Vendor ageing report data for all doc type needed(urgent)

    hello everyone
    once again i need ur help guys.
    in the vendor ageing report i am getting data for only one document type and not of other.
    ex- see i have two documents type-
    1.KD 2. EJ
    so i am getting data for document type KD only.
    so how to get the data of document type EJ along with KD.
    below is my code .
    so tell what modifications i have to made .
    *& Report  Z_VENDOR AGEING                                                    *
    *&  in this repoet I am calculating the vendor ageing
        which is depending on formula
        AGEING = Current Date(or any date entered by user) – Bline Date(BSIK-ZFBDT)                                                                 *
    REPORT  z_vendor  NO STANDARD PAGE HEADING
                      LINE-SIZE 200
                      LINE-COUNT 65(3).
    TABLES : bsik.
    DATA : BEGIN OF t_out OCCURS 0,
           bukrs LIKE bsik-bukrs,
           saknr LIKE bsik-saknr,
           bldat LIKE bsik-bldat,
           wrbtr LIKE bsik-wrbtr,
           lifnr LIKE bsik-lifnr,
           zfbdt like bsik-zfbdt,
           zbd1t like bsik-zbd1t,
           ageing type i,
           END OF t_out.
    parameters : p_date1 type d.
    SELECT-OPTIONS : s_bukrs FOR bsik-bukrs,
                     s_saknr FOR bsik-saknr,
                     s_lifnr FOR bsik-lifnr.
    SELECT bukrs saknr bldat wrbtr lifnr zfbdt zbd1t
           FROM bsik
           INTO  TABLE t_out
           WHERE saknr IN s_saknr
           AND bukrs IN s_bukrs
           AND lifnr IN s_lifnr.
    Loop at t_out.
    CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
      EXPORTING
        i_datum_bis                   = p_date1
        i_datum_von                   = t_out-zfbdt
      I_KZ_EXCL_VON                 = '0'
      I_KZ_INCL_BIS                 = '0'
      I_KZ_ULT_BIS                  = ' '
      I_KZ_ULT_VON                  = ' '
      I_STGMETH                     = '0'
      I_SZBMETH                     = '1'
    IMPORTING
       E_TAGE                        = t_out-ageing
    EXCEPTIONS
      DAYS_METHOD_NOT_DEFINED       = 1
      OTHERS                        = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Modify t_out.
    Clear t_out.
    Endloop.
    LOOP AT T_OUT.
    IF T_OUT-SHKZG = ‘H’.
    T_OUT-WRBTR = T_OUT-WRBTR * -1.
    T_OUT-WRBTR = T_OUT-DMBTR * -1.
    ENDIF.
    DATA: TOTAL(16) TYPE P DECIMALS 2.
    TOTAL = TOTAL + T_OUT-DMBTR.
    Endloop.
    LOOP AT t_out.
      WRITE : / t_out-saknr,
                t_out-lifnr,
                t_out-wrbtr,
                t_out-zfbdt,
                T_OUT-DMBTR,
                t_out-ageing.
    AT LAST.
    WRITE:/ TOTAL.
    CLEAR TOTAL.
    ENDAT.
    ENDLOOP.
    Message was edited by: sanjeev singh

    Sanjeev,
    Can you tell what is document type EJ representing...Secondly, if you check couple of documents of EJ type and check if data is available as per you WHERE clause filters.
    Regards
    Anurag

  • Hide a report in a WebI doc when exporting to PDF

    Hi everyone,
    I have a Web Intelligence document that has a "Data Only" report in it. This is a tab that is for the purpose of exporting the data in the report to excel without formatting and grouping in it so that the user can easily manipulate the data in excel without the need of cleaning up all of the formatted groups.
    When I choose "Save to my computer as..." and choose PDF, is there a way to exclude this report from exporting into the PDF? Likewise if I choose to export to XLS, I need to have the tab (report) included in the excel export.
    Thanks,
    Chad

    Chad,
    There are two ways to run a report, either via Infoview (which around here we call that "Read-Only" mode), and via Java (or Modify Mode).  So, the answer to your question is "maybe yes" and "no".  Definitely "no" if you're processing in read-only mode.  If you process in Modify mode and click on "Save to My Computer As", then also "no".  If you click on the "Print" icon, then you'll notice a slightly different dialogue screen, and it is on this dialogue screen that you see more specifications in terms of pages to print and report, etc.  So the technique would be to first navigate to the tab you're interested in saving as a PDF, then click on the Print icon, go through the dialogue screen, and once you click OK you'll get one more menu, asking to either "Open", "Save" or "Cancel".  If you click open you're report (the current tab only) will appear in an Adobe screen and if you click save than instead of Adobe opening you'll just send the PDF right to the hard drive.
    Hopefully this clears up the air for you and you can now see the options at hand.
    Thanks,
    John

  • Single prompt for multiple reports in a webi doc

    I have a webi document with three reports; each three has it's own query.
    I want to apply a date prompt one each report; how do I create a prompt that could accept date value only once and apply on all three queries.
    I tried to put the date prompt on each query separately and it prompts for all three; means I have to enter same date value three times.
    Please advise.
    Thanks

    Hi Ahmed,
    BO differentiate prompts on the basis of its definition.
    You must use the same prompt definition in all the three queries to display it once while asking for the user response:
    @Prompt('Text','A'\'D',{'Class\LOV Object'},mono\multi,free\constrained)
    P.S.  you need to drag it separately in the 3 queries.
    Regards,
    Rohit

  • How to load Report data into Word Doc.

    Hi,
    I built a couple Oracle reports. However my client wants to load these report into Microsoft word to look the same format as Oracle reports. How can I do it?
    Thanks
    Dave

    Dave,
    have you tried DESFORMAT=RTF (I'm not sure if that is what you want)? This created a rich text format file readable with MS Word.
    Gerald Krieger

  • Report to display billing doc

    TABLES : vbfa, vbrk.
    DATA : BEGIN OF itab OCCURS 0 ,
           posnv LIKE vbfa-posnv,
           vbtyp_n LIKE vbfa-vbtyp_n,
           vbelv LIKE vbfa-vbelv,
           vbeln LIKE vbrk-vbeln,
           END OF itab.
    DATA : BEGIN OF itab1 OCCURS 0,
           vbelv LIKE vbfa-vbelv,
           flag TYPE i,
           END OF itab1.
    DATA lv_tabix LIKE sy-tabix.
    DATA flagw TYPE i.
    SELECT-OPTIONS : p_vbelv FOR vbfa-vbelv.
    SELECT aposnv avbtyp_n avbelv bvbeln INTO
      CORRESPONDING FIELDS OF
      TABLE itab FROM ( vbfa AS a INNER JOIN vbrk AS b ON afktyp = bfktyp
      WHERE vbelv IN p_vbelv.
    IF sy-subrc = 0.
      flagw = 1.
    ENDIF.
    SELECT DISTINCT vbelv FROM vbfa INTO
      CORRESPONDING FIELDS OF
      TABLE itab1
      WHERE vbelv IN p_vbelv.
    LOOP AT itab1.
      lv_tabix = sy-tabix.
      READ TABLE itab WITH KEY vbelv = itab1-vbelv
      vbtyp_n = 'M' .
      IF sy-subrc = 0.
        itab1-flag = 1.
        MODIFY itab1 INDEX lv_tabix.
      ENDIF.
    ENDLOOP.
    START-OF-SELECTION.
      IF flagw = 1.
        LOOP AT itab1.
          IF itab1-flag = 1.
            WRITE:/1 itab1-vbelv ,
               'Invoice'  .
          ELSE.
            WRITE:/1 itab1-vbelv ,
             'No Invoice'  .
          ENDIF.
          WRITE: / 'Preceding Item',
                 25 'Document type',
                 45 'Billing Number'.
          WRITE : / sy-uline.
          LOOP AT itab.
            IF itab-vbelv = itab1-vbelv.
              WRITE : /0 itab-posnv,
              27 itab-vbtyp_n,
                 47 itab-vbeln.
            ENDIF.
          ENDLOOP.
        ENDLOOP.
      ENDIF.
    PERFORM line_sel.
    AT LINE-SELECTION.
          FORM line_sel                                                 *
    *FORM line_sel.
    DATA: lv_field(20),
    lv_value(10).
    GET CURSOR FIELD lv_field.
    IF lv_field = itab-vbeln.
       IF NOT lv_value IS INITIAL.
         SET PARAMETER ID 'VF' FIELD 'itab-vbeln'.
         CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.
       ENDIF.
    ENDIF.
    *ENDFORM.
      DATA: g(30),
            ref_parameter(30) VALUE 'parameter by reference',
            val_parameter(30) VALUE 'parameter by value',
            field_symbol  LIKE itab-vbeln.
      FIELD-SYMBOLS: <f> TYPE ANY.
    *PERFORM WRITE_LIST USING REF_PARAMETER VAL_PARAMETER.
      ASSIGN itab-vbeln TO <f>.
      GET CURSOR VALUE g.
      WRITE: /   g, sy-subrc.
    *FORM WRITE_LIST USING RP VALUE(VP).
    ASSIGN itab-vbeln TO <F>.
      SET PARAMETER ID 'VF' FIELD g.
      CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.
    ENDFORM.
    this is my code if i click each billing document number i should get tht billing document
    its not working can anyone tell me wats the error

    Hi Javed,
    Use this code:
    LOOP AT itab.
    IF itab-vbelv = itab1-vbelv.
    WRITE : /0 itab-posnv,
    27 itab-vbtyp_n,
    47 LOOP AT itab.
    IF itab-vbelv = itab1-vbelv.
    WRITE : /0 itab-posnv,
    27 itab-vbtyp_n,
    47 itab-vbeln.
    HIDE itab-vbeln.
    ENDIF.
    ENDLOOP.
    Reward is helpful,
    Regards,
    Tanmay

  • Print a report on doc format truncate data

    hi
    I have a report launching with a form in an oracle applications, when I print a report on pdf format looks ok
    but when I print the same report on doc format truncate data on left and right side.
    Can you help me
    thanks

    Hi Herbe
    Reports does not support .doc format. Are you referring .rtf format?
    In any case, you must contact Oracle Support to get the issue resolved.
    Regards
    Sripathy

  • WebI report in rtf/doc format using BO XI R3

    Hi,
       Is it possible to generate webi/deski reports in rtf/word doc using Report Engine SDK(Java). I am able to generate pdf and xls using OutputFormatType.PDF and  OutputFormatType.XLS like below.
    binaryView = (BinaryView)documentInstance.getView(OutputFormatType.XLS);
    binaryView = (BinaryView)documentInstance.getView(OutputFormatType.PDF);
    I think i can generate XML too using the above method. But i would like to generate word/rtf and if possible TXT too.
       I am using BO XI 3.1.
    Thanks in advance
    Shameer
    Edited by: Shameertaj on May 18, 2009 8:26 AM
    Edited by: Shameertaj on May 18, 2009 8:30 AM

    Hi Shameer,
    Unfortunately, RTF or Word is not a valid format with WebI or DeskI documents.
    Please kindly refer to the SupportedViews Interface documentation of the API Reference for the Report Engine Java SDK.
    The Report Engine Java SDK API Reference for XI 3.x is can be downloaded from the following link:
    [http://help.sap.com/businessobject/product_guides/boexir31/en/resdk_java_apiRef_12_en.zip]
    Hope this helps.
    Regards,
    Dan

  • FI doc type(ex.MM doc type)  not display Report FMAVCR01

    Hi Experts,
    I have to control FMAVCR01 Report display that
    FI doc type(Blart type - WZ (MM doc)  transfer posting is not included in the output.
    How to control display fi Doc type at FMAVCR01?
    Thanks for your answers

    Hi,
    FMAVCR01 is the report for displaying consumtion in AVC budget ledgers. If the documents in question were included in budget consumption, the FMAVCR01 will show them. So, the question is whether you simply don't display this consumption or you don't want these documents to consume the budget. In the first case, you will have to define your own report; in the second case, you have to modify the derivation logic for controlling objects in AVC.
    Regards,
    Eli

  • Report for Disconecction  & reconnection order Docs

    Dear Experts,
    Is there any standard reports for Disconnection & Reconnection Docs (ec85 & ec86)?
    as per my scenario i need to create a report for disconnection  & reconn.
    any body have clue on this.
    Thanks..Cheers.

    Hi,
    Request you to refer "Creating New Queries" section in [document|http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf].
    If you are not able to follow, let me know I will provide some more details.
    Regards,
    Avinash

  • Invoice Report / Billing List

    Hi gyes,
    Pl provide me the transaction code (other than VF05,VF23, VF03, J1I2) to get the invoice/billing list OR sales register. My minimum requirement is to have the basic sales report with - Date, Invoice Doc No., Name of the Customer, Material, Qty, Gross Amt, Excise, VAT/CST, Freight etc. in one report.
    Regards,
    Suresh

    Dear Suresh
    I am sorry that the suggestion I gave is not working when I myself have checked in SQVI.
    Instead, please go to SE16, give table VBRK and execute, so that it will take you to a screen where you can see the datas starting from "Billing Doc.".
    Make a note of "Doc.condition" references and again go to SE16 and now give Table KONV.  Here give the references under the tab "Doc.condition" and execute.
    You will get the requried details including tax conditions value in one screen.
    thanks
    G. Lakshmipathi

  • Reports - Sales Register / Billing list

    Hi gyes,
    Pl provide me the transaction code (other than VF23, VF03, J1I2) to get the invoice/billing list OR sales register. My minimum requirement is to have the basic sales report with - Date, Invoice Doc No., Name of the Customer, Material, Qty, Gross Amt, Excise, VAT/CST, Freight etc. in one report.

    Hi,
    Go to help.sap.com and search with the cube name. At the right hand side list, click Query, it will give you all the queries built on top of that Infocube.
    Amit

Maybe you are looking for