How to extract/export SD billing invoices to flat data file

Hi,
We are using SAP R/3 4.5b and we have to extract billing invoices to flat data file like csv or xml. How do we do it?
Thanks

Hi Gyan Der,
There is another simple method to extract the SD Billing values from SAP.
You can find the SD Billing data in the following tables:
<b>VBRK - Header Data
VBRP - Item Details.</b>
You can create a report using these 2 tables in the Transaction <b>SQVI</b>.
check the following link for help to create Quick Views:
http://help.sap.com/saphelp_nw04/helpdata/en/d1/44f2b5c7f411d296080000e82de14a/frameset.htm
In SQVI, you can create table joins for the above 2 tables & extract the required output.
The report output can be transferred to an excel file or text file.
hope this helps!
best regards,
Thangesh

Similar Messages

  • How to write export dump commad with no datable data only table structure.

    How to write export dump commad with no datable data only table structure will there and command for hole schma.
    e.g. export dump command for scott schema and all table within scott schema in it no table data should be exported.

    If I understand the question, it sounds like you just need to add the flag "ROWS=N" to your export command (I assume that you're talking about the old export utility, not the Data Pump version).
    Justin

  • How do I export/import keyboard shortcuts to a text file

    How do I export/import keyboard shortcuts to a text file?
    It would be nice to export them, edit and/or add to them in a text editor on my iMac, then import them back into iPhone and iPad.

    You can backup the bookmarks to a file, then copy that file to the new computer and import them, for details see [[Backing up and restoring bookmarks]].
    You can copy more than just the bookmarks. The user data, such as bookmarks and passwords, are stored in the profile folder. You can copy the data manually by copying the contents of the profile folder, for details see [http://kb.mozillazine.org/Profile_backup Profile backup - MozillaZine Knowledge Base] or [[Backing up your information]].
    There are some add-ons and utilities that can make this process easier. The first one is the [https://addons.mozilla.org/en-US/firefox/addon/2109/ FEBE] add-on which can be used to copy a profile. Another option is the free [http://mozbackup.jasnapaka.com/ MozBackup] utility.

  • E-commerce Gateway - Extract POs automatically on to the ECG data file

    We use EBS 12.0.6, ECG and EDI.
    Currently, we transmit POs to suppliers via EDI by MANUALLY running the "OUT: Purchase Order (850/ORDERS)" ECG Program.
    Is it possible to AUTOMATICALLY extract the PO information in to the data file with out running the above program? Is there any setup to do this? Please advise. Thanks.

    Guess no setup available. Try launching conc program from approval workflow or via trigger is you dont want to launch manually.
    Regards,
    Praveen

  • How to Extract R/3 Multiple Valued variant Classification Data in BI

    Dear Gurus,
                        got stuck in a situation where I am in need of your help. My Client want to extract the R3 Classification Data(Variant, Batch) into BI. I will share till what point I had reached. Used Transaction Code CTBW, was Trying to create Datasource based on Basic datasource 2LIS_11_VAITM for transactional Data. when I was trying to add the new Characteristics (CVN_L_AVG_SH) using Class with type 300(Variant), Getting an error "Characteristic has Multiple Values". I do know that Characteristics (CVN_L_AVG_SH and a fewmore) is having Multiple values, how can I add the same so that I can create classification datasource. Tried SDN got a PDF " How to Extract R/3 Classification Data in BI by Affine" but didn't helped Much.
    Looking ahead to hear from you.

    Hi Harsha,
    You cannot extract the multiple values using classification data sources, this data can be extracted by creating a generic extractor based on a view (with join on tables AUSP and INOB). this extractor brings the data in the following format.
    OBJEK | ATINN | ATZHL | ATWRT
    1 | HOBBY | 1 | CRICKET
    1 | HOBBY | 2 | PAINTING
    1 | HOBBY | 3 | READING
    2 | HOBBY | 1 | CRICKET
    2 | HOBBY | 2 | PAINTING
    3 | HOBBY | 1 | READING
    i.e. for field Hobby these are values assigned, if you want you can create 3 InfoObjects in BW and flatten this data by setting flags as below.
    OBJEK | HOBBY_CRICKET | HOBBY_PAINTING | HOBBY_READING
    1 | X | X | X |
    2 | X | X |    |
    3 |    |    | X |
    Let me know if you need more details.
    Regards,
    Rk

  • How could I  export a sqlplus query to a .txt file?

    Hi,
    I have an Oracle 10g database running on a linux e3 server.
    I have generated a SQL query using sqlplus on the server site, so the result is under the SQL>
    How could I export it to a .txt?
    Thanks a lot!
    Any advice is highly appreciated!
    Qian

    Hi, Qian,
    In SQL*Plus, say "SPOOL filename", and all the output that appears on your screen will also be written to filename, until you say "SPOOL OFF".
    Look up SPOOL in the SQL*Plus manual for more details.

  • How should i export already h.264 compressed video/audio files after i edit them?

    I am recording gameplay footage off computer with a program that compresses the video and audio. After I edit the footage how should i export it? I don't want to lose quality by double compressing it.

    Michael Holmes1 wrote:
    I have to record all the color changes I make in one Project, so I can repeat them in the other 17 projects, etc.
    No.
    You need to explore Compound Clips. This workflow may or may not be of help.
    Select an Event with clips in it and press Option+G to make a (blank) compound clip.
    Select the Event Browser, create a new Event and call it 'Effects'.
    Drag the Compound Clip into this Event.
    Right-click the clip and select 'Open in Timeline'.
    Select the timeline and press Option+W. This will add a Gap Clip to the timeline.
    Select the gap clip and press Ctrl+D then type in the duration you want the clip to be.
    Now open a project and select and copy one of the clips with effects etc.
    Open the Compound Clip in the Timeline again, select the gap clip and press Option+Cmd+V to paste the effects into your Compound Clip.
    This clip is now saved in your Browser and will remain there for you to copy and then paste the effects into any clip in any project.
    It's a bit clunky, but it works - and once you learn about Compound Clips, you can work wonders with them. As an example, if you want to add more effects without overwriting the effects in the Compound Clip, simply make the Compound Clip into a Compound Clip (again) and add the effects. They will be added to the original effects.
    Andy.

  • How can I export the query result into access(*.mdb) file?

    Dear all:
    I want to export the query result displayed in jsp into excel file
    and access file. And I have exported the result into excel format successfully, only one line should be added in the head of Jsp:
    <%@ page contentType="application/vnd.ms-excel; charset=gb2312" %>
    But how can I export it in access(*.mdb) file? I have replaced "excel"
    with "access". But it can't achive my goal.
    What should I do to achieve my goal?
    Thanks!

    The only reason your Excel export works is that Excel knows how to interpret comma separated values as an input file format. Access has no such beast.
    If you absolutely must provide info in an mdb, one solution would be to create an ODBC datasource pointing to an empty mdb, then push data into it using the jdbc:odbc bridge, then make a copy of the file and stream it down to the browser. You may run into some ugly file locking items here - set the ODBC connection so it is not shared, and that might help.
    This one is going to be ugly.
    I suppose another approach would be to write a simple VB applicatin that uses automation to create an MDB, then stream that file down to the browser from your servlet. That would almost certainly be faster than the ODBC approach.
    - K

  • How can I export a video and keep the date?

    When I export the video and import it again, it changes the date to the date of today. It doesn't happen with the photos, only with videos.
    I changed the dates of a lot of videos and then re-imported them again, I realised I lost all my work of editing.
    Thanks,

    You can only modify the File Created date with a 3rd party application after you export it to the Desktop.  Video files do not have EXIF field that image files do so can't be modified by iPhoto or Photos.  What I do is rename the file with the date created and a brief description like:  2005-01-08-LaHanbraSpain.mov
    You can do that with one of the Automator/Applescripits that léonie has posted in the User Tips section:Photos for Mac
    Photos for Mac: Batch Change the Descriptions
    Then export the original out with the option File Name = Title

  • How can i recover my database after losing system data file.

    hi everyone,
    how can i recover my database in the following scenario.
    1. offline complete backup taken 2 days ago. database was in archive mode.
    2. today i lost my system data file, and also lost my all archived files.
    3. i started up the database but, the following error was generated.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF'
    4. i copied the system data file from backup and wrote the following statement, to recover the database.
    SQL> recover datafile 1;
    ORA-00279: change 2234434 generated at 07/15/2009 10:52:10 needed for thread 1
    ORA-00289: suggestion : C:\B\ARC00051.001
    ORA-00280: change 2234434 for thread 1 is in sequence #51
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    now i don't have any archive file. is there any chance to recover the database ?
    R e g a r d s,
    Asif Iqbal
    Software Engineer,
    Lucky Tex, Karachi,
    Pakistan.

    now i don't have any archive file. is there any chance to recover the database ?If no archive log files are available you can't recover the datafile.You need to have all the archives from the time of offline backup was taken till the system datafile is lost.
    Anand

  • How do I save my video project as a data file?

    I am preparing a video project on a deadline and they have requested I send it to them in a data file format. I don't see where I can save it that way. Help!

    mickeyb
    If you transfer the computer hard drive saved project file to a USB flash drive or to burned to disc as data disc with 3rd party software, the project file will be of little use without its source media and Premiere Elements version that supports it. If your associates are asking for a project file, then consider archiving the project, using Premiere Elements Editor with File Menu/Project Archiver and the Copy Project option. That will save copy of project file plus copies of source media in a Copied Folder to the computer hard drive. This Folder can then be transferred to a USB Flash Drive. The recipient still needs Premiere Elements to open the copy of the project file from the Copied Folder on the USB Flash Drive inserted into the recipient's computer. If a Movie Menu is included with the project, then the following needs to be considered
    ATR Premiere Elements Troubleshooting: PE12: Archiving Projects With Disc Menus
    Is the request for project as data file related to your associates wanting
    a. to edit the project
    or
    b. see what the project looks like in its most current version?
    If "b", you might want to think about exporting the Timeline to a AVCHD.mp4 files and saving it as .mp4 data to the computer hard drive or USB Flash Drive. Premiere Elements does not support menus for Timeline content saved to file.
    Please review and consider and then we can discuss this further.
    Thank you.
    ATR

  • How do I add my name to the camera data file in meta data?

    When reviewing the meta data on my photos I see the camera model number, serial number, focal length, etc.  The camera owner field is blank.  How do I add my name to the camera owner field?
    I'm using Photoshop CC, on a windows 8.1 Pro platform.  Any help would be greatly appreciated.
    Caitlin

    I did add all the info on the menu section you mentioned above.  Unfortunately it does not show up as "Owner" when you view the data file in Photoshop CC for some reason. Copyright info shows properly, but not camera owner.  It's not a big problem anyway, just a pride of ownership thingy .  I downloaded the GeoSetter program, and after reviewing the meta data contained there I don't see an option for "owner" there either.  Perhaps its something that Adobe plans to implement someday, who knows. Thanks for your suggestions everyone.
    This is my first DSLR, all I have shot in the past have been film cameras and we didn't have any of this fancy info available unless we wrote it down somewhere, smile.  I was still using my old Nikomat that I purchased in 1972 when I was stationed in Japan. I was a bit stubborn when it came to switching to DSLR sorry I waited so long now.
    Oh, Trevor, sorry to learn you may be using something other than Nikon, I didn't know there was another brand other than Nikon!
    Caitlin

  • How to extract all A/P Invoices that is not cancelled thru A/P Credit Memo?

    Hi to all. sry but i am newbie on CR, pls help me about the subject. Thanks a lot in advance.

    Hi Bryan,
    Even Newbies should know to add more info. Nothing to go on in this post.
    What version of CR are you using?
    Is this in a third party tool you are using, like AccPac or Simply Accounting or Sage or some other third party accounting tool? If so then please contact them for help.
    Don

  • How to extract in the ALV output the old data using EXTRACT

    Dear Friends,
                I have requiremnt where the user executes the report -
    using REUSE_ALV_GRID_DISPLAY  FM.  On the output
    i have given an option to user to edit values on the output. So user will edit the values and updating  to the data base this
    the functionality which we have given to the custom report till now . Now the user came back and asking to provide a SAVE
    option on the ALv output so that before updating the total records to the database he can re edit the values which he
    has entered previous day . To do this functionality i have read  in ALV documentation using the EXTRACT- INCLUDE vex01top.       
    I have added this but iam not getting exactly how to do this option when the user saves on the ALV output how can he retrive back the  saved data on to the output again( i.e on the ouput screen) using the Extract functionality . If any body has done this
    do help me . I would like to know should we maintain any custom table for this,for saving the records when user press
    save button? .
    Thanks & Regards
    Madhuri.

    > i have read  in ALV documentation using the EXTRACT- INCLUDE vex01top.       
    I don't know where you got that. You have to define your own GUI status (first, copy it from standard status STANDARD_FULLSCREEN of function group SLVC_FULLSCREEN) with your button, and define as follows:
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program       = l_repid
          i_callback_pf_status_set = 'SET_PF_STATUS'
          i_callback_user_command  = 'USER_COMMAND'
    FORM set_pf_status USING rt_extab TYPE slis_t_extab.
      SET PF-STATUS 'USER_STATUS' EXCLUDING rt_extab.
    ENDFORM.                    "set_pf_status
    FORM user_command  USING r_ucomm LIKE sy-ucomm
                               rs_selfield TYPE slis_selfield.
    IF r_ucomm = 'SAVE'.
    ENDIF.
    ENDFORM.
    > I would like to know should we maintain any custom table
    Of course. Create your own custom table. Where else do you want to store data?

  • How to extract individual projects from an Aperture 3 vault file in Finder?

    I want to extract a single (or multiple) projects from a vault on an external HD. My main library resides on my imac and sometimes I want to take my Macbook and the external HD with the vault and just work in on a single project. I have gone into package contents in Finder but I'm not sure how to get a project with all the folders/albums out of it as everything is broken up into "masters" "previews" etc. Is there an easy way? Also is the process of doing this any faster than just exporting the project to a new library on my imac and then copying that to the external drive?
    Thanks for any help.
    Message was edited by: arbitrage

    I would personally avoid playing with the vault as it is a vault. I'd instead export the relevant projects to your external then import them into a unique library on your mac book. When you're done you would then reverse the procedure and backup to your vault.
    HTH
    M.

Maybe you are looking for

  • How to access a field of an data source w/o binding a form field to it

    Hi   This is a query regarding ADOBE print form.   How to access a record field (of an data source.... typical multi row records) where the record is bound to a subform. Data is something like (I have used abap parlance for understanding) data : begi

  • CAPITAL GOODS CENVAT FOR 2007-2008

    hi, This is with reference to  Cenvat of Capital Goods I.E.50 %  of 2007-2008,We have uploaded balance on 16 th Nov-2007 & now this balance we haveto utilize in current year. What will be the procedure for Excise  & Finance Record. ? Please give the

  • Bootcamp trouble, only one partition shows when windows boots

    I recieved my macbook pro today and I am having trouble trying to install windows xp with bootcamp. I create a partition with bootcamp and insert the install disk. The blue screen for windows appears and asks me which partition to choose. There is on

  • Can stop a deleted event error message pop up from recurring.

    Can send screen shot but the PC version of ask question fails to up load the word doc which has the screen shot image in it. The down load wheel just runs continuously with out stopping

  • Create package with prompt from other application

    Hi Experts! I need to create a package in the planning application. In the screen selection I need some dimensions of my planning cube and one dimension of the Ownership application. I don't have any problem with the current application dimension, bu