To change the format of the list

Hi Guys ,
I have schduled a batchjob its a report program runs every week and after completion of the job it sends mail to the concerned guy  with the details of the report .Its an Standard report everything is configured by using SM36 transaction .
Everything is fine but we have to change the format of the report to CSV could any one can guide me how can we change the format .
Thanks in advance,
Sathish.M

CSV means a text file, where the columns are separated by a character ";".
The best way to change a list to CSV is to create an internal table in the ABAP, with the structure of the required CSV.
You have to fill in this internal table.
Because you are running the program in background, you can't download the file, the best would be to store the file on the server in a separated directory.
Regards
Tamá

Similar Messages

  • How to Change Date Format in the Title of the report.

    Hi Everyone,
    I want to change the Format of the Date in the title(Query run Date)taken by report through the variable "&Date" .
    The Format available is DD-MON-YY
    Desired Format is DD-MON-YYYY.
    Please let me know the same as early as possible.

    Hi NP,
    What I try to do is to reformat the default &date inserted into the Title for Discovere Plus and Viewer. When you edit the Title for the report, you can select the date from the Insert dropdown list to display the date when the report was run. The Date (shown &Date in the Title) has a default format of DD-MON-YY. As I have other date parameters displyed in the Title that have the format of DD-MON-YYYY specified by the user, I want to have the &Data in the same format. Please advise me how to achieve this.
    Thank yiou very much,
    J.K.

  • "recording stopped because the format of the source media changed" Error

    I am trying to import video from my digital camera via firewire to quicktime...
    the New movie recording screen appears and works, but after a random amount of time (normally just around 4 minutes..) the recording stops and the message appears..
    "recording stopped because the format of the source media changed"
    I have plenty of disk space, and am sending the output vid to the desktop..
    please help.. I have spent 3 days trying to record the vid...
    I cannot import via imovie because I want to have the sound come from a different source then the movie.. i.e. Quicktime lets me get vid from DV and sound from "saffire" sound card..
    Thanks
    Geoff

    Jon Walker wrote:
    This is an older model Sony prosumer 3CCD camera that records to mini-DV tape.
    So does the HC3 and I have to re-set the camcorder output to match the capture settings each time I switch modes. However, I don't use QT for capture since the ability to maintain frame rate is dependent on the platform's CPU power. As you feel the problem is tied to your use of QT Pro, why not download and try the free Vidi dedicated capture utility.
    I'll check out vidi. I'm not familiar with it. I've been using this same method to capture clips for several years. I pretty much set the camera once and never have to mess with it again. I don't switch the mode at all during the day.

  • How to change the format of the display_name

    Hi,
    Does anyone have an idea, how can I change the format of the display_name of the employee to First_name|| last_name? I do not want to include the title in the name format. This is for India Localisation.
    I tried changing the HR profile value "Default full name format". But the format of full_name does not change.
    your response would help me alot
    Thanks
    Mano

    Pl post full versions of your OS, EBS and HR patch level. Pl see if these MOS Docs can help
    362229.1 - How to Display Full Name as Surname PreferredName
    359995.1 - How to Access Global Name Format Functionality
    HTH
    Srini

  • KEYNOTE: Why change the format of the presentations? not respect the original format!

    Why change the format of the presentations? Keynote not respect the original format!
    This new versionof Keynot (6.1-1769) is very poor:
    is very slow
    missing fonts
    changes the selected letters
    change the formats of the presentations
    Carousel animations missing
    Please correct the defects before releasing a new version. (The previous version was much better).

    Found the solution!
    I must set the Formats in the CODEC to get the Format that I want to play with! I was trying to complicate too much!
    The correct format class to is RGBFormat.
    RGB

  • ICS 2: Can I change the format of the date displayed by Calendar Server from M/D/Y to D/M/Y using JavaScript?

    Can I change the order in which the month and day are displayed in Calendar
    Server using JavaScript? Specifically, I would like the date to be displayed
    in the format D/M/Y instead of M/D/Y.
    <P>
    Yes. You can change the format of the date by editing the JavaScript variable
    in the file <I>
    loadpoint</I>/CalendarServer/cal/uicust/en/main.html
    . The variable is located in the
    "Misc" section in the
    following line:<BR>
    <P>
    i18n['def date order'] = 'M/D/Y';
    <P>
    Edit the line as follows:<BR>
    <P>
    i18n['def date order'] = 'D/M/Y';

    Hello Mark,
    yes, it is possible. In Calendar Express under
    "Options | Settings -> Date"
    "Show brief dates in the following order: Date, Month, Year".
    BTW.: iCS 5.0 P4 is out since August, 2001. It's worth upgrading!
    Regards,
    Jakob.

  • How to change the format of the cell in input schedules

    Hi gurus
    I tried to change the format of the cel in input schedulesl, but I can not, for example
    when I insert 80 in the cell, and i send the data the system switches to -80 and the report shows (80) y when i insert -80, the system switches the number to 80
    I want it when you insert 80, the system keeps 80 and do not change
    Anyone know how to do that?
    thanks
    regards

    Hi,
    The other experts have guided you with the steps to change the property. However, you need to understand why is the design like this and what impact can it have on your system.
    Usually, the accounts defined belong to the PnL or BL statements. There definitely can be some other accounts as well. The PnL and BS accounts can be either income (INC), expense (EXP), asset (AST) or liability and equity (LEQ). Changing the account type of these type of accounts can heavily impact your financial statements. So, you should carefully think over this before changing the property.
    Hope this helps.

  • How can I change the format of the default new document?

    Hi, I've recently upgraded to Pages 5.1 and am wondering how I can change the formatting of the default 'new document' template. Any suggestions would be most welcome,

    Make a template to your own liking and Save As Template…
    Menu > Pages > Preferences > For New Documents: Use template > Change template > Choose
    Peter

  • How to get the format of the uploaded file ?

    Hi !!
    I am developing a web application, which allows user(client) to upload a file.
    I have to place that file in corresponding directory like image, sound, text on server-side.Here........ I am facing a problem to find the Format of that file.
    I used 'ImageInfo.java' to find the format of the image files and I am unable to find the format of the Text, Sound files.
    if user changed the file name from 'file.txt' to 'file.jpg', the action class has to indentify it. Vice Versa......
    Please Help me !!!!!
    Thanks in Advance :-)

    Thank you.
    Yes, you are right!!!
    But i am using ' org.apache.struts.upload ' package . where getContentType() method in this package, gets the mimeType of the file. Its returning the type- by its extension not by its (File)Format.
    I don't know ... I am trying to find the solution.....
    Once again thanks.........

  • Does Time Machine backs up also the format of the volume?

    Since many softwares cannot be installed on case-sensitive volume, so I erased the whole volume and install OS X Mountain Lion with format of OS Extended(Journaled). Then I use Time Machine backing up to the new system.
    But now when I'm trying to install Adobe softwares, here's what I see.
    still, It hints that this is a case-senstive volume.
    Then I go to check the Disk Utility:
    Very weired! It shows as "Mac OS Extended(Journaled) in the Drop-down list, but "case-senstive, journaled) in the discription in bottom.
    Anyone has some clues of this??
    Thanks.

    As well as doing backups and other things, you can use Disk Utility to create RAID volume sets. 
    Returning to the image you posted, RAID is selected at (1) and so it thinks you are about to create a RAID volume.  The format for the new volume would be as shown at (2).  On the other hand, the volume at (3) is selected and it is that volume's format which is shown at (4). 
    I don't think you wanted to create a RAID set; maybe Disk Utility got a click you didn't intend for it.  RAID is explained a bit in the Disk Utility help.
    I have found a lot of good information about Time Machine at this site: 
      http://pondini.org/OSX/Home.html
    To go back to your original question: 
    > Does Time Machine backs up also the format of the volume?
    My guess would be "No"; but see pondini.org for a definitive answer.

  • How can I insert a line that extends from a word without it affecting the formatting of the WHOLE document?

    I am trying to create a simple form for people to print out and fill in. I want fields like 'Name' with a line extending from the word for people to write on. What should be the simplest of tasks has confounded me for HOURS. Inserting a line as a 'shape' or 'drawing with pen' just messes up the formatting of the whole document. I've used Pages 'Help' but it almost forced me to staple my eyelids to the carpet. Surely there is a SIMPLE way to do this. I even tried 'tricking' Pages by 'underlining' a row of spaces. It won't even allow you to do this because Pages is far more clever than a human.
    My cat is looking at me with increasing consternation.

    I would use a right-aligned tab with an underline leader.

  • I hired a commercial artist to create a color image for the cover of a self published book. I want a black and white image for the inside. The commercial artist has not responded to this request. How do I determine the format of the color image, I'm guess

    I hired a commercial artist to create a color image for the cover of a self published book. I want a black and white image for the inside. The commercial artist has not responded to this request. How do I determine the format of the color image, I'm guessing it's Illustrator's formatting but I don't know. How can I find out if Illustrator will open the file and allow alterations? The image opens only in Apple's Pages software?

    rons,
    It seems that all you have is a raster image, presumable PNG24 or JPEG, in RGB.
    It may have been created as raster artwork in Photoshop, or it may have been created as vector artwork with the help of Illy, or as a mixture of vector and raster artwork in either application, or both combined.
    If you just need to have a raster representation in black and white based on the current colour image, you may try this, in a new RGB document (View>Smart Guides are your friends):
    1) File>Place the image (you may tick Link or untick and have it embedded);
    2) Create a rectangle with black fill (R = G = B = 0), at least as large as the image, and place it behind the image (you may ClickDrag with the Rectangle Tool between opposite corners, then Ctrl/Cmd+X+B);
    3) Select all and in the Transparnecy palette flyout click Make Opacity Mask with both Clip and Invert Mask ticked.

  • Where does FireFox get the default value of a preference from. What is the format of the file that has the default value?

    Where does FireFox get the default value of a preference from. What is the format of the file that has the default value?. I need the actual default value for a particualr preference.
    About:config does show some default values but I need the source from which about:config picks up the default value.
    Any help in this direction is greatly appreciated.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    The prefs that aren't hidden if they are the default are stored in two JavaScript text files in the Firefox program folder
    You can open them via these links in a Firefox tab:
    <code>resource:///defaults/pref/firefox.js
    resource:///greprefs/all.js
    </code>
    ([/forum/1/702598])

  • Excel cannot open the file beacuse the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file [help]

    Hi,
    I have a excel file that I have been using since beginning of year.
    Yesterday, I tried to open it but a message comes out "
    Excel cannot open the file beacuse the file format or file extension is not valid. Verify that the file has not been corrupted and that the file extension matches the format of the file"
    After I click yes, the page is blank. The file is about 400kb in size.
    I have try open and repair and third party repair program and not working also.
    I would appreciate a lot if you can help me.
    Thank you very much.

    Per your post, this problem might be caused by malware on the affected machine.
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2013/09/07/quot-cannot-open-the-file-because-the-file-format-or-extension-is-invalid-quot-opening-office-files.aspx
    In order to clean your machine, run Microsoft Safety Scanner (http://www.microsoft.com/security/scanner/en-us/default.aspx) to kill the malware, and then repair Excel file itself.
    If this is not the case, feel free to post back and let me know. Thanks.
    Tony Chen
    TechNet Community Support
    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.

  • HT1296 how do I sync movies from my PC to my IPad & what should be the format of the videos?

    how do I sync movies from my PC to my IPad & what should be the format of the videos?

    Pad2, the new iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

Maybe you are looking for

  • Format Dimensions in Resulting Drill Across Spreadsheet, Linked Partition

    Hello, Does anyone know if / how I can format the order of the dimensions that appear in the Source of a linked partition, when drilling across from Target to Source in the essbase excel add-in? I am in version 9.3.1, using a linked partition going f

  • External Hard drive for Macbook Pro

    HI Guys I have just upgraded to a MBP from my powerbook which died loosing some data. I work with photo's video and data and want an external drive to store all of these and also to back up my whole system for recovery. I need some advise as to what

  • Insert or delete single cells

    How do I insert or delete a single cell? For example, I want two columns of text. aligned horizontally, and, separated by a blank column. The two text lists have been created in other applications. So I copy list1, and paste it in cell C7. Then I cop

  • Single Database with 2 brancehs

    Hi all, Client is having Single Company i.e. at location 1 , Slient is having multiple branch records in single company i.e. production is done at 2 branches Noida and rudrpur, how we can assign the item A to both the Branches ,we are having 2 wareho

  • Which Table used for saving the partners of one ORDER?

    hello experts.        I create a sales order in CRM and i need read the data of its partner to program a report. Could you tell me how i can find the table . Thank a lot