SAP: SystemCommand=N*TACODE. Is there a Way to export to Excel directly?

Hi!
Im Using a SAP-Desktop-Link to login automatically, start a transaction, passing values to dynpro fields.
That works Fine.
The mylink.sap opened in an texteditor looks like this:
SystemCommand=N*FBL3N -dynprofield1=foo;-dynprofield2=bar
is there a way to pass some output formatting option to export it to excel and save it on the harddisk?
something like
SystemCommand=N*FBL3N -dynprofield1=foo;-dynprofield2=bar -outputFormat=Excel > C:\myresult.xls
Using RFC or Sap Gui Scripting seems to me a way overkill for such a simple task.
Thank you in Advance for your help
attila

Hi ,
We can export the crystal report in Excel sheet however it is not pssible to export different pages of report to difrent excel sheets.
Regards,
Pradnya Kokil

Similar Messages

  • Project Server 2010: Is there any way to export to excel the Graph part of a view?

    We need the graphical part of a project center view in a file, is there any way to export this to excel?
    Thanks in advance.

    Hi EPM Quest,
    Unfortunately the Gantt chart of the project center views cannot be exported as is in Excel.
    But based on projects data, you can build a Gantt chart in Excel. See Office article below:
    http://office.microsoft.com/en-us/excel-help/create-a-gantt-chart-in-excel-HA001034605.aspx
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record?

    I have huge lag with Safari's Reading List using a rMBP. I have probably 80 articles saved, which is likely the cause of the lag. Is there any way to export that list of articles so as to be able to delete them from Reading List but still have a record of the articles I intend to read?

    I'm currently dealing with this issue myself, except that my rMBP has NO articles in the reading list.  It's a brand new rMBP too, purchased just this week, with the 2.6 Ghz Processor & 16GB of RAM.
    Let's see what we can find.  I may just take it back to the Apple Store.

  • Is there a way to export an iTunes playlist from a windows XP pc and import on an iMac?

    I have a PC running Windows XP that I've had for many years. I just got an iMac and want to make that my main music source for syncing iPods, playing,music in the house, etc. I have a lot of playlists on the old PC that I want to move over to the iMac and I don't have to rebuild them all by hand. Is there a way to export the original playlists from the Windows PC and import them to the iMac since the file systems are different? Thanks.

    The problem really is that one person has InDesign and the other has Photoshop.
    The workflow is images from photoshop are placed in Photoshop.
    Not the layout from InDesign is placed in photoshop.
    That's how the software is designed to work.
    What people are saying is that Photoshop cannot work this way in dealing with layouts, it's a nightmare and will give you terrible results and cost you time and effort when updating things in Photoshop, it has all the makings of a Final Destination movie, particularly in the area of the later sequels.
    But let's not get hung up on those franchises.
    If the person needs to edit an Indesign file and can't afford the full cost of InDesign then there are other workarounds:
    1. If it's just text
    If all they are doing is updating text then you can use File>Export>Rich Text Format from a selection of text, this will make a Word version of the text that they can edit. You can then use File>Import and import the RTF that is edited.
    2. You can use InCopy
    This is a viable solution for editors that need to see the text in the Layout Format, but it hasn't got all the bells and whistles of InDesign, but it works in tangent with InDesign, it's not as pricey as InDesign and it also allows you to lock out editors from editing certain parts or moving things within the layout. And it can update your InDesign file on the fly.
    3. You can use Rorohikos Story Tweaker
    http://www.rorohiko.com/wordpress/2009/03/25/storytweakertextedits/
    There are workarounds that you can find for people that don't have InDesign. It's just that the Photoshop workflow isn't a viable solution in any sense.
    For example, I have my layouts proofed in PDF format, where the proofreader adds Comments to the PDF. It works for our workflow as I'm the one editing the only file in existence.
    But to go from InDesign to Photoshop is a complete  waste of time and effort on everyone's part. There is no need to go that route, there's no reason, there's no point.

  • Is there a way to export your photo links from Illustrator (CS6) to a contact sheet?

    So I've got this project where I'm making a set of images and placing about 300 photos with each set.  In order to avoid duplication and to track which photos were used where, I'm having to take screen shots of the links panel (scrolling down and taking another for each batch of images on each file).  This is a really clunky way to track these files and a contact sheet would be a lot easier to work with.  Is there a way to export the links to a contact sheet in Illustrator?

    - select your images
    - open the Document Info Panel, check "Selection Only", "Linked Images" and click on "Save..."

  • Is there any way to export IT Resource data from OIM using the export tool?

    Hello,
    we are trying to migrate an OIM development environment to a preproduction environment and we need to migrate more than 400 IT Resources. We have exported some IT Resources and when we imported them in the preproduction environment their data was not migrated. Is there any way to export IT Resource data from OIM using the export tool? Or is there any other way to do this without doing it by hand?
    Thank you for your help
    Kind Regards

    Well , OIM doesnot provide any such facility to export ITResource data along with ITResource .
    Directly updating the DB could be an option ..
    Thanks

  • Is there any way of exporting a clip (example 1 hour) into 4 seperate 15 min clips at the same time? Or does anyone have any ideas along the same lines to save time? Add my skype baconhousevidz if you can help or are unsure of what im asking

    Is there any way of exporting a clip (example 1 hour) into 4 seperate 15 min clips at the same time? Or does anyone have any ideas along the same lines to save time? Add my skype baconhousevidz if you can help or are unsure of what im asking
    thanks everyone

    BaconHouseVidz wrote:
    … at the same time…
    in hope to speed things up?
    no, no effect.

  • Is there a way to detect if Excel is busy?

    I have a VI that is testing three products at the same time, and writing data to three different excel spreadsheets.  If more than one subvi is writing to Excel at the same time, I get an error.  Is there a way to detect if Excel is busy, and wait until it is not busy?
    metzler CLAD

    The correct answer is the one that Putnam (and others) suggested: Encapsulate all the logic to perform a single write into a VI that is used wherever you need to write to an Excel file. This structure will guarantee that the code will only be writing to Excel from one place at a time.
    If you don't want to have the different sections of the code waiting for their turn to come up, a variation on the theme would be to create a separate stanalone process that does nothing but write to Excel files. The rest of the code would pass it the data to be written using a queue. With this approach everybody seems to write at the same time, but the standalone process is actually serializing the Excel operations. This approach could even be extended to include the ability to read from files, but that is as they say, "...left as an exercise for the reader..."
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • My iTunes library has too much on it.  is there a way to export it to an external hard drive and play movies from there?

    I have nearly filled up my hard drive with movies on itunes.  i know i can export everything to an external hard drive, but is there a way to export only the movies, delete those from my hard drive, and then play the movies with the external hard drive connected?

    If they don't contain DRM, use a program such as Switch. If they do, you can't.
    (59769)

  • Is there a way to export webpage to XML then use the results in a media player form.

    Hey, All!
    I have currently learnt to make a media player using AxWindowsMediaPlayer but I had a new approach to how I want my media to be accessed. I have set up a website on a remote server hosting my .mp3 files, Is there a way to export my website to XML or some
    other form and use the remote locations into a playlist instead of having the files locally?
    When I load up my project I want the form to load the website through Webbrowser protocol loading into my site that has links to music / videos / .ect is there a way if I access my music page with direct .mp3 that I can somehow export all the direct links into
    a format that can then use my media player to play the remote files ? I dont want to manually add each .mp3 considering there is quite a few. 

    Hi 321System123,
    Based on your description, I'm afraid that it is not the correct forum for this issue, it would be the specific app development issue.
    If it is the WinForm app, you could post this issue to the following forum like
    this case:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=winforms
    But if it is related to the web, maybe the ASP.NET forum would be better for this issue:
    http://forums.asp.net
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Is there a way to export my Address Book to my iPod touch?

    Is there a way to export my Address Book to my iPod touch so that I can access it through my email account on the iPod?

    One of the main functions of the ipod touch is to sync your address book and calendar.
    http://manuals.info.apple.com/enUS/iPod_touch_3.1_UserGuide.pdf

  • Is there any way to export all of my parameters to a text file at once?

    I need my parameter for another report and i don't wan tot create same parameter again, i can export and import the parameters one by one but there are many parameter and i don't want to do this procedure for each of my parameter separately!
    My question is, is there any way to export all of my parameters to a text file at once?
    Thank you

    hi, Jamie Wiseman
    I think my question wasn't clear.
    what i am asking for i want to copy parameters itself as parameter to another report , not just parameter field name.
    I put some picture about where i want please check attached.
    As you see there is export function inside of export but i dont want to do this procedure of each of my parameters , i want to export them at once.
    SO do you have any idea for this

  • Filliable PDF to Excel- tell me Is there a way to export just the information typed in the fields?

    I created a filliable form with over 100 sections. I purchased Adobe's ExportPDF to extract the information to and Excel sheet. However every time I upload a completed PDF it only converts the format and doesn’t capture any of the fields’ typed information. I thought that was why I named each field something when creating the form.
    Is there a way to export just the information typed in the fields? 

    Hi,
    ExportPDF is just a convertion tool, it is not meant for extracting information out of the form.
    You may want to consider Adobe Acrobat.  You can extract information from form fields via Tools> Forms > More Form Options > ExportData.  If you'd like to try it out, we offer a 30-day trial of Acrobat X Professional for Windows here: http://www.adobe.com/go/tryacrobatpro/
    ~Pranav

  • How do I back up Contacts on my  iPhone 3 I got back in 2008? With MobileMe closing down, is there a way I export my Contacts info to my laptop. Alternately can I use iCloud with an iPhone this old?

    How do I back up Contacts on my  iPhone 3 I got back in 2008? With MobileMe closing down, is there a way Ican  export my Contacts info to my laptop. Alternately can I use iCloud with an iPhone this old?

    Outlook 2003, 2007, or 2010 along with syncing calendar events and notes, or with the address book app used by Windows Mail called Windows Contacts for syncing contacts only.
    Before syncing contacts with an empty Windows Contacts address book, enter one contact in Windows Contacts. This will provide a merge prompt with the first sync for this data which you want to select. Syncing direct with Windows Contacts via the iTunes sync process is selected under the Info tab for your iPhone sync preferences with iTunes.

  • Hi is there a way to access my excel and work files on my mac from my ipad out on the go

    is there a way to access my excel files and word files on my imac while out on ipad on the road

    No, not with an older PPC iMac, which is what this forum covers.

Maybe you are looking for