Downloading a report along with includes

Hi,
i want to download my 'Z' program which contains some includes,
into my local folder. please provide me if there are any FM's or Standard Programs are there.........
thank you

hi
good
To find the sub objects of a main program use the following fun module
RPR_ABAP_SOURCE_SCAN
then use the same download program to download these includes like main program.
or use the command
SCAN ABAP-SOURCE...
to find includes
thanks
mrutyun^

Similar Messages

  • How to download the output of a report along with column header

    Hi,
    Could someone please tell me on how to download the output of a report along with column header to .txt format. A download option needs to be given to the user using physical and logical file names .The report basically contains header details and item details and requirement is to download the same format into an .txt format.

    Hello,
    Try this FM:
    Data: being of itab occurs 0,
    matnr like mara-matnr,
    maktx like makt-maktx,
    end of itab.
    data:begin of fld_tab occurs 0,
    fld_name(20),
    end of fld_tab.
    fld_tab = 'Material'.
    append fld_tab.
    fld_tab = 'Material Desc'.
    append fld_tab.
    CALL FUNCTION 'WS_DOWNLOAD'
       EXPORTING
            BIN_FILESIZE            = ' '
            CODEPAGE                = ' '
             FILENAME                = 'C:\1.txt '
             FILETYPE                = 'DAT'
            MODE                    = ' '
            WK1_N_FORMAT            = ' '
            WK1_N_SIZE              = ' '
            WK1_T_FORMAT            = ' '
            WK1_T_SIZE              = ' '
            COL_SELECT              = ' '
            COL_SELECTMASK          = ' '
            NO_AUTH_CHECK           = ' '
       IMPORTING
            FILELENGTH              =
         TABLES
              DATA_TAB                = itab
              FIELDNAMES              = fld_tab
       EXCEPTIONS
            FILE_OPEN_ERROR         = 1
            FILE_WRITE_ERROR        = 2
            INVALID_FILESIZE        = 3
            INVALID_TYPE            = 4
            NO_BATCH                = 5
            UNKNOWN_ERROR           = 6
            INVALID_TABLE_WIDTH     = 7
            GUI_REFUSE_FILETRANSFER = 8
            CUSTOMER_ERROR          = 9
            OTHERS                  = 10
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Naimesh

  • How can I download footer details along with report in excel

    Hi,
    I would like to download dashboard page Footer details (user details, report runtime info and page number are included in footer of dashboard page) as well along with my report, when I download into excel. How would I achieve this?
    Please suggest!
    Thanks,
    SMA

    Hi All…Thanks in Advance
    I don’t understand why it's behaving so typically.
    There are two things here
    1.     When I create a report from Answers and use the hand button (top most left) set all the details. Download then and there itself to excel it’s showing the user info even though there no such info shown with report in Answers, This is working fine.
    2.     However when I place the same report and enable the print, download links for the same report on dashboard page and when I try to download the report to excel it does not show me the user details even though after enabling the footer details using hand symbol of edit dashboard properties.
    Here end user wants this functionality when ever he download’s the report from dashboard page (not the ad hoc report from Answers) user details should appear in his downloaded excel or something.
    Reg
    SMA

  • Download OBIEE report followed with date of report generation

    Hi All,
    We have the requirement that whenever the user generates the report and tries downloading, the report should be downloaded into the desired format with name as report name+date of report generation automatically.
    May I know if this is feasible rather than user user entering the name?
    Thanks Shravan

    I know this post is very old, but my answer might hlep in the future.
    Check the following link:
    http://123obi.com/2011/10/obiee-11g-printable-pdf-in-landscape-format/
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • Download Interactive Report fails with ORA-06502

    I am using:-
    Apex version 4.2.1.00.08
    Oracle DB 11.2
    Apex Listener
    I.E. 8
    I have created an interactive report and when I download the report to CSV I get ORA-06502.  My report contains over 100 columns some of which are blobs so I am hitting the old 32k limit.  Does anyone have a work round for this problem. The ability to download data is a key feature of my application and this really is a show stopper form me.
    Regards...

    The queries are not executed in parallel but in serial. So the total execution time configured will be for all the Select statements in the report combined.
    As for your second question, since the execution is not parallel hence BO will not initiate any error message until the total execution time exceeds the defined limit. This could be during the execution of first select statement or the second.
    Try executing the queries directly in database one by one and see how much time they are taking.
    - Noman Jaffery

  • Voice Memos not syncing from my iPhone 3GS to my MacBook Pro. Sync music is ticked in iTunes along with include Voice Memos box

    Hi, I am trying to get my voice memos from my iPhone 3GS to my MacBook Pro via iTunes and it is not working. I have ticked sync music in the music tab of the iPhone device and the include voice memos box is also ticked. So, apparently this should work, but there is no sign of the voice memos in iTunes or in the iTunes folder in the finder window. Any ideas much appreciated! :-) Thank you.

    I've always had the "Include Voice Memos" option selected. I think that only pertains to syncing voice memos from iTunes to the iPhone after it has been copied to iTunes. It has to be the new OS/iTunes not communicating that new memos have been recorded. For some reason they won't sync when I want them to, and then a few syncs later they magically appear.
    By the way, I'm VERY comfortable with the iTunes and iPhone systems. I've been using iTunes for 5 years, and I've been recording class lectures with the iPhone voice memo app (and another app) for a couple years. It's not an error of not seeing that the memos were added; they don't exist in my library or music folders.
    JUST OUT OF CURIOSITY, POST WHICH FIRMWARE YOU ARE RUNNING EXACTLY!!!
    I'm on an iPhone 4, running firmware 4.0.1

  • Downloading master warranties along with the EQUIPMENT

    Hi CRMGurus,
         I am downloading EQUIPMENT from ECC to CRM. But warranty information in ECC is not getting downloaded to CRM. There is no BDoc error as such.
    Does any body has an idea, will this happen? If yes is there any setting needs to be done.
    Thanks,
    Best regards,
    Vinay

    Hi Vinay,
              Please Check for The Filter Parameters "Table/Structure within Objects" in your "Equipment Filter
    Ensure that the Following Entry is Present which brings the Warranty Details from ECC System to CRM system.
    EQUI<Table Name>           SMOEQUI<Mapped Structure>
    Please Download after This Entry and Chk the Details must appear as Required.
    Thanks and Regards,
    RK.

  • Including User selection criteria along with LDB standard selection screen

    Hi
    While creating a HR report, along with the standard selection screen, if the cusomer requires some more fields to be added, How to retrive the data from the DB?
    Is it the way to retrive the data based on Standard selection criteria from the LDB and then filter it based on user criteria or any other way?
    Please help me out in this regard.
    Thank you.

    Yes thats the way. You get the data based on Selection screen of LDB (You can select Report Catogory you wish to) once you get data, You can put CHECK statement to see the data against PXXXX type to the filter value from you custom field on selection screen.

  • Business Partner / Customer Ledger along with the Quantities delivered

    Hello Experts,
    I need BP / customer ledger report along with the quantities in the ledger.
    Help Required....
    Edited by: Shazad Nazir on Mar 13, 2009 12:05 PM

    hi,
    You can enter manually total number of quanitities with item description in ar invoice remarks &
    apply formatted search using query in journal entry field Ref1,by this way you can see customer balance along
    with total quantity.
    Jeyakanthan

  • RA Simulation on Profiles with "Include Users" Option

    Hi ,
    We have SAP RAR 5.3 SP8 P1.
    When running the Risk Analysis simulation for profiles/roles, we are presented with an option to set Yes/No for "Include Users" .
    Can somebody explain how this flag setting affects the simulation and what we can expect in the report?
    With "Include Users" set to Yes, are we expected to see the users with the combination / one of the profiles???.
    We are trying to simulate permission level risk analysis for profiles. So the simulation Values are set to check another profile with:
    Exclude Values - No
    Risk From Simulation Only - No
    Include Users - Yes
    Include Composite Roles - No
    Once we set "Include Users"  to Yes, we can only run the simulation as a background job. But unable to see any user info in the results. Hope somebody can explain what the report is expected to display.
    Thanks,
    Anil

    I am not logged on, but from memory this was an option to include "Reference Users" in the analysis. This means, authorizations (not profiles or roles!) are assigned indirectly via another user whos access I can inherit.
    If it makes no difference and is refering to the reference user concept, then obviously you do not have any reference users...
    > We are trying to simulate permission level risk analysis for profiles.
    Are you sure about this? You are building manual profiles?
    Cheers,
    Julius

  • How to download a module pool program along with its screens ,includes etc

    Hello Experts,
    How can I  download a module pool program along with its screens ,includes etc to my presentatio0n server and then upload it back when needed.
    When  I searched , I got a program which is satisfying my partial requirement because it only downloads
    the module pool program first(ie.just the main program)  and then the include needs to be downloaded to the system separately.Screen and statuses wont be downloaded.
    Is there a way to download all the objects for the corresponding program store in some format and then upload it back when required.
    Please Help.

    Hello,
    Go to the layout of the modulepool to be uploaded or downloaded. choose the menu path utilities->upload/download.
    The same file which is downloaded can be used to upload
    1.the screen flow logic and
    2.layout
    Using this you can upload as well as download
    Cheers,
    Vasanth

  • I currently have Mac OSX 10.4.11, and I just purchased OSX Snow Leopard. Can I keep my original version of iMovie along with the new one when I download the new operating system?

    I currently have Mac OSx 10.4.11, and just purchased OSX Snow leopard.  Can I keep my original version of iMovie along with the new version when I download the new operating system?

    I purchased the Mac Box Set which includes Snow Leopard, iLife, and iWork.  So after downloading the box set, will I be able to keep my iMovie 6.0.3?

  • Displaying images along with data on downloading from excel

    Hi All,
    I need to show images along with data in the excel sheet when user clicks downld to excel button.  Is there possible way to show the images in excel sheet if, kindly help.
    Thanks & Regards
    Jaspreet Kaur

    Hi Vinod
    Basically I have a report which needs to be downloaded to excel sheet. For each record there is a particular image in the first column for ex say my colums are img, desc.  Now image column contains an image corresponding to each description.  If its a file, a folder image is there; if its a document, a page image is there etc.  Now i am can display the data of  text fields  in the following manner ie label =new Label(0,RowCount, wdContext.nodeVn_PortalExcel().getVn_PortalExcelElementAt(i).getVa_Role(), PortalRoleDataFormat);
    PortalReportsheet.addCell(label);
    but how do i display the image in the excel sheet?
    Is it possible to do so, if so please provide assistance.
    Thanks & Regards
    Jaspreet Kaur

  • How to download a report (with addit. sources like dynpro) as binary

    Hi,
    I want to download a few of my programed classes and reports as
    one file. It should not be a text file. Because there I cant include
    the other sources like dynpros etc.
    It is possible to download complete reports from sap gui for windows?

    Hello Sebastian,
    For downloading applications from SAP to a file system as a backup. (e.g. before removing them from the system) you've got two options.
    1. Copy/paste in a textfile as you mentioned.
    2. Create a transport-request and add all needed objects to this tr. When you release the transport-request two files are written to your SAP-system's file system. The files are named with your tranportnumber. Your system-administration (or hosting-provider) can download these files. these files can then be imported to any other SAP system.Choose transport of copies as type for your trasnport request.
    regards
    Sven

  • Report on Open Items along with Qty & Value for LA confirmed items

    Hi,
    I would like to know a report of Open POs(No Goods receipt made) but LA confirmed Items along with Values(Amount)
    i.e
    List of confirmed,unsent items along with Values for plant wise or vendor wise or PO Number wise.
    Regards,
    Vengat

    Hi,
    Any other inputs?
    Our client's requirement is to know how many (Both Qty & Value) of items for the input LA confirmed(ASN received) but no GR Made
    Regards,
    Vengat

Maybe you are looking for

  • How do I buy a ringback tone that isn't a "top ringback tone?"

    I found a RBT that I like, it's Marvin Sapp's "The Best in Me- Can I get a witness." It's not the version that is under the "top rbt's" and I can't find a purchase or add to cart button..well, a "buy" button- only if I want it with the ringtone, and

  • How to Include House Number when Creating SO using BAPI

    Dear Experts, I am using BAPI BAPI_SALESORDER_CREATEFROMDAT2 to create a new Sales Order.  I can actually create the sales order with all other fields right except for the HOUSE NUMBER in the SHIP-TO PARTY. For the BAPI_SALESORDER_CREATEFROMDAT2, I h

  • Permission problems

    I'm trying to install CS5.5 design premium but once I start installing it immediatly gives me the errors at the bottom of this post.  I believe I have admin rights on the computer - but my user account is on a network - I can get into my documents fi

  • Kolor key doesn't work after render

    After rendering the color key is off. It's perfect on the canvas before render. AS soon as I hit render, it goes back to the blues screen un-keyed. What is wrong?

  • Has anyone used a website that provides..

    Has anyone used a website that provides free hosting and domain? If so could you post a link to you r website and state the web host you used.