Tcode vf01 versus Tables / Help on Extraction

In R3, with the tcode vf01, I entered a billing number and was able to see under Item Details for an Item #20, the Billed Quantity, Net Weight, Gross Freight and Pricing Date.
Also, under the Conditions tab, I saw Profit Margin and, Shipping and Handling.
1. While in R3, is there a way to see the name of the table which contains all the fields mentioned above, the invoice Number, item Number and Material Number.
I suspect this will be EKKO of EKPO but if I did not know this through readings, is there a way to see the particular table while in the tcode vf03?
2. So, for testing purposes on the development system, I want to extract only the above mentioned fields into an ODS in BW. Can you give me the steps in your own words since some documents I have see already from SAP are too detail and I find it difficult to follow.

Hi Toylee.
For (2), to get the field name in R/3, simple click on the required field, press F1 and click on the 'Technical Information' button.
For conditions, you will see the structure KOMV and field KBETR. To get the underlying tables for Conditions are a bit more difficult, since they are stored in condition records spread across several tables. For this purpose, SAP has delivered Standard Content to extract Conditions on item Level in 0SD_O05. Use this standard content and you will probably avoid having to extract information from all these tables.
For (1), EKKO and EKPO are tables for purchasing, while VF01 is a Sales and Distribution (SD) transaction. If you are looking at the purchasing information for the material, these are the correct tables. If you want the sales order or billing document details for the material, tables:
VBAP: Sales Doc header
VBAP: Sales Order Item
VBRK: Billing Document: Header Data
VBRP: Billing Document: Item Data
Again, there is standard content for all this information. However, if you need to extract from these tables where SAP does not provide a specific field, you can create a generic datasource and extract from that. The steps are:
1 - Create a view of the required tables with transaction SE11. You will need to add the tables and join fields.
2 - Create the Generic Datasource with transaction RSO2. Select transaction data and enter the required name.
2a - Select the application component, in this case SD, enter the description and then add your table/view.
2b - Create a generic delta for the extract if you plan to do delta loads.
3 - Replcate the datasources in BI.
4 - Create your DSO/Cubes, transformations etc in BI on this generic datasource.
Hope this helps. Let me know if you have more questions.
Please award points if helpful.
L.

Similar Messages

  • POV-After creating Tcode for a table SM30 I want F4 Help here

    Hi All,
    After creating Tcode for a table, When I am trying to give table entries thro' this Tcode, I want F4 help for those fields. Apart form assigning "Fixed values" in Domain level how can I achieve this.
    Points Assured.
    Regards,
    Suresh

    Hi,
          You need to create search helps based on this table for each filed or one for all the fields with proper import and export paramters. Or else you can give check table entries for each of the table fields for which you need the F4 help. Check table us assigned to a field using the Foriegn key assignment.
    Best Regards,
    Sesh

  • Menu exit  ( or ) Screen exit  for tcode VF01

    Hi,
    Can you tell me menu exit or screen exit for this tcode VF01.
    Thanks,
    Prathap.

    Hi,
    der r total 17 exit.
    J_3RSINV
    SDVFX001            User exit header line in delivery to accounting
    SDVFX002            User exit for A/R line in transfer to accounting
    SDVFX003            User exit cash clearing in transfer to accounting
    SDVFX004            User exit G/L line in transfer to accounting
    SDVFX005            User exit reserves in transfer to accounting
    SDVFX006            User exit tax line in transfer to accounting
    SDVFX007            User exit: Billing plan during transfer to Accounting
    SDVFX008            User exit: Processing of transfer structures SD-FI
    SDVFX009            Billing doc. processing KIDONO (payment reference number)
    SDVFX010            User exit item table for the customer lines
    SDVFX011            Userexit for the komkcv- and kompcv-structures
    V05I0001            User exits for billing index
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure
    V60A0001            Customer functions in the billing document
    V60P0001            Data provision for additional fields for display in lists
    V61A0001            Customer enhancement: Pricing
    Hope it helps.
    /sachinkumar.

  • What is the use of setup tables in LO extraction

    Hi Friends,
    What is the use of setup tables in LO extraction, what is the functionality of setup tables
    Thanks in advance

    hi,
    to prepare data to be extracted to bw,
    more details take a look Roberto's weblog
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    hope this helps.

  • What is the concept of setup tables in LO extraction?

    Hi,
    what is the concept of set up tables  in LO EXTRACTION?
    GIVE ME COMPLETE DETAILS and how to run deltas? I want step by step procedure.
    Thanks in advance.
    ravi.

    Ravi,
    I think the blog series by Robert Negro about LO is the best available information.
    SDN thread:
    /community [original link is broken]
    It would be nice if there is any help.sap documentation available.
    Raj.

  • What is  s table in lo extraction

    hi this is narendra,
    i have a doubt ,is there any 's' table in lo cockpit,if it ie there can u pls help me out.

    Hi,
    Setup Tables:
    It contains the initial Data which you need to pull from r/3. ( Nite : This does not contain the data)Setup tables are kind of interface between the application tables and extractor. LO extractor takes data from set up table while initalization and full upload and hitting the application table for selection is avoided. As these tables are required only for full and init load, you can delete the data after loading in order to avoid duplicate data. Setup tables are filled with data from application tables.The setup tables sit on top of the actual applcation tables(like VBAK,VBEP etc).During the Setup run, these setup tables are filled. Normally it's a good practice to delete the existing setup tables before executing the setup runs so as to avoid duplicate records for the same selections.part of dat-flow in LO extraction.Without setup tables you cannot extract data into BW in LO cockpit.For generic the data flow is different.Setup tables has got nothing to do in generic extraction.In Generic data is extracted directly from your table/view/FM.where as in LO,when you are loading first time data into BW using LO the system picks data from setup tables,this is to avoid not to disturb your applicationtables(databasetables) as it causes heavy burden on your system.we usually fill setup tables in the night times as it usually takes long time to fill and it locks all the users not to create any further records at the time of extraction.So we give termination time till next day before business hours start.
    The init loads in BW pull data from the set up tables. The setup tables are only used in case of first init/full loads.You can delete setup tables by using t-code-LBWG Give application as 03 for MM and 11 for SD and give name of run and date of termination in future(preferably the next morning date).
    T-code for filling setup tables
    OLI7BW-SD Sales
    OLI8bw-SD deliveries/shipping
    OLI9BW-SD Billing
    Significance :
    Please refer to the attached link which explains most of it..
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    Chek this blogs from Roberto for LO:
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    Also go through this link to know the procedure step by step
    http://www.sap-img.com/business/lo-cockpit-step-by-step.htm
    Also the How to docs:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    BI content:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/17/cd5e407aa4c44ce10000000a1550b0/frameset.htm
    Hope This Helps.
    Regards,

  • From which R/3 tables , we are extracting CCA data

    Hi ,
    For extracting the 'Over HeadMangment Costs' , we are using  0CO_OM_CCA_9 and 0CO_OM_CCA_6 datasources.
    Could you tell me from which tables ( R/3 tables) it is extracting the data
    Thanks
    Prasanna

    hi Prasanna,
    check this
    http://help.sap.com/saphelp_nw04s/helpdata/en/93/d90c3c99d56448e10000000a114084/frameset.htm
    go through the datasources
    COVP (COEP and COBK) COSP COST COEJ COEP T001
    http://help.sap.com/saphelp_nw04s/helpdata/en/8f/d93c00e39d5b4fb6eaa3bf16e6fb09/content.htm
    COOMCO
    http://help.sap.com/saphelp_nw04s/helpdata/en/fe/bd383fd98d1201e10000000a114084/content.htm
    hope this helps.

  • Tcode for any table

    Hi expert
    I have created a ztable and maintained table maintenance generator . On production server user want a Tcode for particular table that auto maticaly open the screen where data will be posted.
    Thanks
    shekhar

    Hi,
    There is no tcode for any table.
    Itu2019s only other way that u use tables in your transactions.
    Press F1 in the field for which u want the table.
    Then it will show some description... there clicks on technical settings button
    in properties it will show some info including table name....
    Regards,
    Shamma

  • Menu exit for tcode VF01

    Hi,
    I want to add an menu option for the tcode VF01 path is Billing document ---> issue output to --> (Save as pdf) in the menu option.
    can you tell me What is menu exit for the tcode ASAP?
    Thanks,
    prathap.

    Hi there is no menu exit for VF01 Transaction code...

  • Time-stamp Table for delta extraction

    Hi SDNers,
    What are the BW Time-stamp Tables for delta extraction in Source System(R/3).
    Thanks,
    Satya

    the tables involved are :
    ROOSPRMS
    ROOSPRMSC
    ROOSPRMSF
    in the second table (ROOSPRMSC) you'll find the timestamp
    M.

  • Why we have setup tables in LO extraction and why not in CO-PA,Generic

    Hi Friends
                   Why we have setup tables in LO extraction and why not in CO-PA,Generic
    Please give me reply
                                       ****************Points are assured********************
    Thanks&Regards
    Revathi

    Hi Revathi,
    Please check the following Threads :
    [why set up tables ?;
    [Why LO only having Setup tables not Others.......?;
    Regards
    Hemant Khemani

  • Why we have setup tables in LO extraction and why not in CO-PA,Generic,FI-S

    HI Friends
                    Why we have setup tables in LO extraction and why not in CO-PA,Generic,FI-SL. Please clarify.
    Thanks&Regards
    Revathi
    <removed by moderator>
    Edited by: Siegfried Szameitat on Nov 13, 2008 12:07 PM

    Hi revathi,
    The R/3 database structure for accounting is much more easier than the Logistical structure.
    Once you post in a ledger that is done. You can correct, but that give just another posting.
    BI can get information direct out of this (relatively) simple database structure.
    In LO, you can have an order with multiple deliveries to more than one delivery addresses. And the payer can also be different.
    When 1 item (orderline) changes, this can have its reflection on order, supply, delivery, invoice, etc.
    Therefore a special record structure is build for Logistical reports.and this structure now is used for BI.
    In order to have this special structre filled with your starting position, you must run a set-up. from that moment on R/3 will keep filling this LO-database.
    If you wouldn't run the setup. BI would start with data from the moment you start the filling of LO (with the logistica cocpit)
    I hope I have been clear.
    Udo

  • Seeking help in extracting data from partitioned table"YEARWISE".

    Hi Experts,
    I need a favour in extracting data YEARWISE like 'from 1999 to 2000.
    Table is partitioned with around 40 partitions, and data I want to extract with sign ',' separating columns.So that I can move it to application as text file directly.
    Plateform : Wind2k
    Oracle Version : 8i
    nls_date_format ...shows nothing..
    sysdate is in : dd-mm-yyyy format
    Here is my script, but so far it didn't yield anything...It looks like it is running, but I can see spool file with just 0 bytes.
    Please check the script "May be I m doing something wrong" , help me out.
    Let me also inform you that column  ENDRETTID is with datatype DATE, so I put this column for sorting.
    ===========================================================================================
    connect / as sysdba
    spool e:\dumps\frdz_fintrans_txt.log
    set heading off;
    set pagesize 0;
    set feedback off;
    set echo off;
    set pause off;
    set termout off;
    select BATCHID||','||
    PRODUKTKODE||','||
    OKODATO||','||
    SAKSBEHANDLERID||','||
    PRODDATO||','||
    KJOPSDATO||','||
    FRABINNR||','||
    POSENTRYMODE||','||
    ARSAKSKODE||','||
    BELOPVAL||','||
    BELOP||','||
    BRANSJEKODE||','||
    BRBREGNR||','||
    BINNR||','||
    POSTNR||','||
    TRANSKODE||','||
    FIRMANR||','||
    KJOPSTYPEID||','||
    KHBREGNR||','||
    SENTRALNR||','||
    REIMBURSMENTKODE||','||
    AUTORISERT||','||
    VALUTAKODE||','||
    PRECARIND||','||
    PAYMENTIND||','||
    ATMACCOUNT||','||
    POSTERMCAP||','||
    POSPINCAP||','||
    MAILTLFIND||','||
    SPESCOND||','||
    PROVISJON||','||
    LANDKODE||','||
    DATOID||','||
    CHIDMETHOD||','||
    ENDRETTID||','||
    TERMINALID||','||
    BRAND||','||
    KURSPASLAG||','||
    MCGEBYR||','||
    ACQBIN||','||
    LAND||','||
    CARDTYPE||','||
    DEBCRE||','||
    DOMAIN||','||
    CHIP||','||
    REGION from vdv.fintrans WHERE ENDRETTID >= to_date('01-01-1999','DD-MM-YYYY') and ENDRETTID <=to_date('01-01-2000','DD-MM-YYYY');
    spool off
    exit

    No Sir, no indexing on that column. Please help me with some easiest way to extract the data Yearwise.
    COLUMN_NAME    
    COLUMN_POSITION TABLE_NAME
    BATCHID                      
    1 FINTRANS
    KHBREGNR                     
    1 FINTRANS
    PRODDATO                     
    1 FINTRANS
    SQL>
    ======================
    Description of the table is as:
    SQL> desc vdv.fintrans;
    Navn                                      Null?    Type
    BATCHID                                   NOT NULL NUMBER
    PRODUKTKODE                                        VARCHAR2(1)
    OKODATO                                            NUMBER(8)
    SAKSBEHANDLERID                                    VARCHAR2(8)
    PRODDATO                                           NUMBER(8)
    KJOPSDATO                                          NUMBER(8)
    FRABINNR                                           VARCHAR2(19)
    POSENTRYMODE                                       VARCHAR2(2)
    ARSAKSKODE                                         NUMBER(2)
    BELOPVAL                                           NUMBER(14)
    BELOP                                              NUMBER(14)
    BRANSJEKODE                                        NUMBER(4)
    BRBREGNR                                           NUMBER(4)
    BINNR                                              NUMBER
    POSTNR                                             NUMBER(4)
    TRANSKODE                                          NUMBER(2)
    FIRMANR                                            NUMBER(11)
    KJOPSTYPEID                                        NUMBER(2)
    KHBREGNR                                           NUMBER(4)
    SENTRALNR                                          NUMBER(3)
    REIMBURSMENTKODE                                   VARCHAR2(2)
    AUTORISERT                                         NUMBER
    VALUTAKODE                                         NUMBER(3)
    PRECARIND                                          VARCHAR2(1)
    PAYMENTIND                                         VARCHAR2(1)
    ATMACCOUNT                                         VARCHAR2(1)
    POSTERMCAP                                         VARCHAR2(1)
    POSPINCAP                                          VARCHAR2(1)
    MAILTLFIND                                         VARCHAR2(1)
    SPESCOND                                           VARCHAR2(2)
    PROVISJON                                          NUMBER(10,2)
    LANDKODE                                           VARCHAR2(2)
    DATOID                                             NUMBER(8)
    CHIDMETHOD                                         VARCHAR2(1)
    ENDRETTID                                          DATE
    TERMINALID                                         VARCHAR2(8)
    BRAND                                              VARCHAR2(1)
    KURSPASLAG                                         NUMBER(14)
    MCGEBYR                                            NUMBER(14)
    ACQBIN                                             NUMBER(6)
    LAND                                               VARCHAR2(2)
    CARDTYPE                                           VARCHAR2(2)
    DEBCRE                                             VARCHAR2(1)
    DOMAIN                                             VARCHAR2(1)
    CHIP                                               VARCHAR2(1)
    REGION                                             NUMBER(1)
    =========
    Tried also to create new table for a month...but it is just going on without any table creation or data insertion...just hung kind of thing
    CREATE TABLE vdv.frdz AS (SELECT * FROM vdv.fintrans WHERE ENDRETTID >=to_date('01-01-1999','DD-MM-YYYY') AND ENDRETTID <=to_date('01-02-1999','DD-MM-YYYY'));

  • Adobe PDF forms using tcode SFP - Nested tables... Please help

    Hi Friends,
    I have some strange issues when I am trying to create a nested dynamic table with SAP DATA in Adobe Designer.
    In the context, under the MAIN node
    I had dragged the header table. Under the header table I had dragged the item table and had created a WHERE condition to link the HEADER and ITEM table.
    Now my layout is pretty complicated..
    I want to result to be as below:
    header row.... with 0001 Customer name
    item row with 0001 0010 price qty
    0001 0020 price qty
    0001 0030 price qty
    header row... field4
    (field4 from the header table has to be displayed after the item table has generated all the items and this process should repeat for all header data)
    My design in layout is as below
    subform1 for headerdata
    ( set as positioned and has set to 'Repeat form for each data item')
    headerdata fields for subform1 (field1, field2, field3)
    subform2 for itemdata
    (set as folowed)
    subform3 for itemdata
    (set as positioned, 'Allow page breaks within content' and had set 'Repeat form for each data item')
    itemdata fields in subform3
    subform4 for headerrow field4
    but when I activated and execute the form, the result was wrong.
    The result should be like below...
    |->field1, field2, field3
    |--->field1 charge111
    |--->field1 charge211
    |-> field4
    |->field2
    |--->field2 charge122
    |--->field2 charge222
    |-> field4
    but it is printed like below and field4 is overlapped with the item rows if the item rows are more...
    DATA
    |->field1 field2 field3
    |--->field1 charge111 This inner table is overlapping the subform4 for each item
    |--->field1 charge211
    |
    |->field1 field2 field3
    |--->field1 charge121 This inner table is overlapping the subform4 for each item
    |--->field1 charge221
    2) If I have more item data, all the item rows are overlapped with the field4 (which I had explained in my layout) and the item rows are not moved to the next page, but still it is continued in the same page, meaning that if the page can fill 20 lines and my item row are more than 20 lines, 20 lines are printed and the remaining items are not moved to the next page... it is invisible...
    How can I solve this issue?
    Please help me
    Thanks in advance.
    Jaffer Ali.S

    Hi Prakash,
    Thanks for your reply.
    I tried it..... but nothing came out...
    Is there any alternative for this...
    My Hirearchy is like this...
    Main Table (SubformA - MainSubform) set as flowed, repeat for each data item     
        Maintable-field1 Maintable-field2 (Subform) set as positioned
    Inner table (table subform) set as flowed
      Innertable-field1 Innertable-field2 (subform) set as positioned
    I linked the Maintable and the Innertable in the context in the 'Where Conditions' tab
    Kindly review the above hirearchy and reply...
    Guys please help me.... I am in an urgent state and need to complete this ASAP.
    I will give full points for all of u guys...
    Please.... please... please....
    Thanks in advance.
    Jaffer Ali.S

  • Adobe PDF forms using Tcode SFP - Nested tables... Plese help

    Hi Friends,
    I have some strange issues when I am trying to create a nested dynamic table with SAP DATA in Adobe Designer.
    In the context, under the MAIN node
    I had dragged the header table. Under the header table I had dragged the item table and had created a WHERE condition to link the HEADER and ITEM table.
    Now my layout is pretty complicated..
    I want to result to be as below:
    header row.... with 0001 Customer name
    item row with 0001 0010 price qty
    0001 0020 price qty
    0001 0030 price qty
    header row... field4
    (field4 from the header table has to be displayed after the item table has generated all the items and this process should repeat for all header data)
    My design in layout is as below
    subform1 for headerdata
    ( set as positioned and has set to 'Repeat form for each data item')
    headerdata fields for subform1 (field1, field2, field3)
    subform2 for itemdata
    (set as folowed)
    subform3 for itemdata
    (set as positioned, 'Allow page breaks within content' and had set 'Repeat form for each data item')
    itemdata fields in subform3
    subform4 for headerrow field4
    but when I activated and execute the form, the result was wrong.
    The result should be like below...
    |->field1, field2, field3
    |--->field1 charge111
    |--->field1 charge211
    |-> field4
    |->field2
    |--->field2 charge122
    |--->field2 charge222
    |-> field4
    but it is printed like below and field4 is overlapped with the item rows if the item rows are more...
    DATA
    |->field1 field2 field3
    |--->field1 charge111 This inner table is overlapping the subform4 for each item
    |--->field1 charge211
    |
    |->field1 field2 field3
    |--->field1 charge121 This inner table is overlapping the subform4 for each item
    |--->field1 charge221
    2) If I have more item data, all the item rows are overlapped with the field4 (which I had explained in my layout) and the item rows are not moved to the next page, but still it is continued in the same page, meaning that if the page can fill 20 lines and my item row are more than 20 lines, 20 lines are printed and the remaining items are not moved to the next page... it is invisible...
    How can I solve this issue?
    Please help me
    Thanks in advance.
    Jaffer Ali.S

    Hello John,
    We define data in the context area only. The defined data in the context area will be available in the Layout area in the hierachy model(Data View tab).
    In the Layout tab, we just need to design the form. 
    Hope I am clear. Please let us know if you want more details.
    Thanks
    Ramakrishna

Maybe you are looking for

  • Is there a way to change the default schema for a user?

    I'd like to have, for example, user SCOTT access data from schema XYZ by default. From SQL Developer, I can do this via alter session set current_schema = XYZ ; But "alter" operations are not allowed via JDBC. How can I do this from the application l

  • Image with jdeveloper

    when i use an image it works only by using a full source path. Why it doesn't work using simply the filename myimage.gif located in the default package ? image = Toolkit.getDefaultToolkit().getImage "C:\\myimage.gif"); MediaTracker m = new MediaTrack

  • You Tube downloader for Lumia 900

    Hi, Just got my new blue Lumia 900! Love it.  The only problem so far is how to get YouTube on my phone. Do I need a YouTube downloader in order to get the music and videos from YouTube-> my computer-> my phone? If so, where to get it?  And bad conne

  • 11g: CVS integration crashes CVSNT

    Hi! When I turn on CVS integration and switch it to external CVS, then whenever I open the History tab of a file and select a CVS revision I get a crash dump dialog from CVS. Same happens when I browse the repository and double-click a file in the re

  • MMS simply doesn't work, red exclamation point every time.

    can't send a picture over MMS at all. Please advise.