How to know the corresponding Table-fields in R/3 for fields in BW

Hi,
We need to enhance the extractor for 0CUSTOMER_ATTR. We have added some new attributes in 0CUSTOMER in BW and we want to know the corresponding Table-Fields in R/3 from where we can populate the values.
The list of fields in BW is as follws. All are 0CUSTOMER attributes.
I am searching on the internet. If you know any link/place where I can find the corresponding fields, please let me know.
0AF_CUSTDC
0AF_CUSTID
0CITY_2
0DB87SIC1
0DBANSALES
0DBAREACOD
0DBCTRYCOD
0DBCTYNAM
0DBCUSTAT
0DBDISTRCOD
0DBEMPBND
0DBEMPTOT
0DBGUDUNS
0DBHQDUNS
0DBBLGLSTAT
0DBLOCACOD
0DBREGCOD
0DBSALBND
0DBSECTCOD
0DBYRSBND
0DBYRSTD
0DB_MAKTCOD
0DB_MATCDS
0FAX_NUM
0ID_TXNUMB3
0ID_XCPD
0LANGU
0POBOX_LOC
0SORTL
0TAX_NUMB2
0DBTRDSTYL
0DBADDRES1
0DBADDRES2
0DBCTRYNA
0DBSTPRCOD
0DBPOSTCOD
0DBNATID
0DBNATIDCO
0DBTELPHON
0DBCEONAME
0DBLNOFBUS
0DBANSLUS
0DBCURNCCO
0DBEMPHERE
0DBSUBCODE
0DBHQNAME
0DBHQCTYNM
0DBHQSTPR
0DBHQCTRYN
0DBULDUNS
0DBULNAME
0DBULCTYNM
0DBGUCTRYN
0DBGUCTRYC
0DBGUNAME
0DBNUMFAM
0DBHIERCO
0DBFAMUPDT
0DBBUSNAME
0DB_MATCH
Thanks,
Naveen Choudhary

Naveen,
Check http://help.sap.com/search/highlightContent.jsp
Also see Re: 0customer_attr enhancement
If the source fields in R/3 are standard, you should be able to find the mapping in the help documentation. If its extension field, then you got to see which extractor (based on the base table extension) suits the best and extend it accordingly else create a new generic extractor.
Hope it helps

Similar Messages

  • How to know the internal table's last record

    Dear friends,
    Just I want to know my internal table last records, Ex:
    I am having the records in my internal table like this:
    Itab-col1
    1
    2
    3
    4
    5
    6
    7
    8
    9
    I want to know and print the last record, it maybe n number of records in my itab.
    If I used at last within a loop but it dosn't work its taking the all *** in header.
    How to know which is the last record in my internal table.
    Thanks,
    Sridhar.

    hi,
    sridher reddy
    1st describe ur table i.e read the number of entries in the table .....
    data : count type i.
    DESCRIBE TABLE <table name > LINES count.
    READ TABLE <table name > INDEX count.
    write : <table name>-<fieldname>.......... .
    by this way u can print the last record of your table

  • How to get the database table field names from program

    Hi,
    Can any one tell me,whether any function module is there which can get the table field name and its details ,when we pass database table name to it.
    Thanks in Advance
    <REMOVED BY MODERATOR>
    Regards
    Shibin
    Edited by: Alvaro Tejada Galindo on Feb 14, 2008 12:41 PM

    Hi,
    DD02L Table contains the SAP Tables.
    DD02T Table contains the SAP Table Texts.
    DD01L Table contains the Domains
    DD01T Table contains the Domain Texts.
    DD03L Table contains the Table Fields.
    DD03T Table contains the Table Field Texts. (Language Dependent)
    DD04L Table contains the Data Elements.
    DD04T Table contains the Data Element Texts.
    DD05s Table contains the Foreign Key Fields
    last words with L and T only. L->Database Fetch T-> Text
    For ur question use table DD03L or DD03T.
    Regards,
    Chandru

  • Need to know the reference table incase of 105 (GR for Blocked STK)

    Hi,
    I have created one PO and then I have done two 103(GR into Bolcked STK) then after I have done a 105(GR for Blocked STK) against one of the 103.
    My question is how could I identify for which 103 I have done 105. Is there any reference table-field where SAP actually stored the corresponding 103 material document number for that 105 material document. How could I link the 105 with the original 103.
    Actually I need to show the original 103 number for 105 in FORM output through MB90.
    please help me.

    The PO is same but I know for 103 and 105 there will be different material document number(MBLNR). But my question is as I have done a 105 against 103. How sap maintain in its table data that against which 103 it actually done 105. in which table it stores the reference data. There is no details in EKBE. Can you guys please do it in real time and check this and let me know.

  • HOW to know the related tables in EBS source

    Hi
    My user wants to get the same columns like EBS front end in the OBIEE. What is best way to know what table belongs to the column in EBS Front end .
    Thanks

    Hello,
    In Oracle EBS from the "Help"/"Record History" will give you the table/view name, when you can find here then use following menu functions (this will also give you additional information, like column details).
    1) Open Forms
    2) Click on Help/Diagnostics/Examine (*you might have to enter the APPS password at this point)
    3) Change "Block" to "System"
    4) Change "Field" to "Last_query"
    Help Menu> Diagnostics> Examine. The system will ask for the password which is usually “apps”
    And once you have you view or table info .. search in http://etrm.oracle.com/ for its base table information.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • How to know the database tables for 0CUST_SALES_LKDH_HIER

    Is there any way to find out the underlying data base tables for "0CUST_SALES_LKDH_HIER"?
    In general where should I should go to check the underlying data base tables.

    Table - KNVH - Customer Hierarchies
    Easy ways first check for the datasources at http://help.sap.com/saphelp_nw2004s/helpdata/en/3d/5fb13cd0500255e10000000a114084/frameset.htm
    If that really doesn't help you have to have a look at this Excellent blog by Roberto Negro : /people/sap.user72/blog/2005/09/05/sap-bw-and-business-content-datasources-in-pursuit-of-the-origins

  • How to know the type of a variable??

    how to know the type of a variable??
    For example, give you a variable s, how to determine if it is
    a primitive type, of an object?? If this is primitive type,
    any ways to determine if it is integer, boolean, double, ...??

    I am currently working on a project where this happens. I have a main type of object that all of my other types extend. While working on the objects in a method, any type of other object could be coming through. To test I try to cast the object and catch class cast exceptions. This only works because I know the different type that will be coming through....
    public void testObject(classX object){
      try{
        classY object = (classY)object;
      }catch(ClassCastException CC){
        try{
          classZ object = (classZ)object;
        }catch(ClassCastException CCC){
          /// the object fails to be cast as the types I tested for.
    }

  • How to know the table names n field names 2

    hi,
    with the use of the below fileds
    Vendor number, material number, PO number, Purchasing group/Buyer, PO creation date, PO delivery date, PO created by
    I should get the out put with the fields....
    PO, PO date, PO group/buyer, purchasing org, vendor, PO line, order quantity, Unit, Material, Description, ST LOC SHELF BIN, ST LOCBULK BIN, QTY TO BE RECV, QTY  RECEVED.
    Can anyone let me know  the corresponding fields and tables based upon the input fields
    SRI

    Hi,
    1.   press F1 functional key on the field you required
    2. Click on the technical information button which will be beside the book button
    3. Then Double click on the field name
    4. IF the display one is a structure then double click on the data type
    5. Now you are in Domain of the field name.. keep a cursor on the domain
        and  choose the where used list (with arrows)
    6. As MIGO transaction is related to the GOODS receipt..
        check one among the following tables:
        1. MKPF,
        2. MSEG,
        3. EKBE
        4. MVER
        5. SO31
        6 SO13
        7. SO 11.
    Award points if it is helpful
    Br,
    Laxmi

  • How to know the tables for a datasource like 2lis_17_order

    Hi,
    How to know the tables for a data source like 2lis_17_order, i have checked in Extract structure of that data source, only fields are visible but how will i know that these fields are getting extracted from so and so tables?
    pls respond. thanks in advance

    Hi,
    Go to RSO2 at source system, Enter data source and click on display.
    if its table based then you can see table name there it self.
    if its view based then notedown the view name and go to  SE11, provide view and click on display. see joined table names there.
    Thanks

  • How to get the object class field value in CDHDR table for vendor

    hi
    how to get the object class field value in CDHDR table for vendor

    Try KRED/KRED_N as object class in CDHDR for Vendor.

  • How to find the Check table for a field ?

    Hello All,
            I have the filed name f1.
    Now I want to know the check table of this field programatically and if this field has a configuration table then I need that table also.
    eg: if werks is the field the Master         Table is : MARC
                                    and Configuration Table is : T001W.
    Is this possible first of all programatically ?
    If yes can anyone help me out ?
    Regards,
    Deepu.K

    Hi again,
    1. I don't know the master table for the field werks
    A field is never independent. It is always linked to a table,
    otherwise the information is only half.
    2. So incase if we do not know the tablename,
       its best to query the table DD03L with WERKS,
      and filer out CHECKTABLE with *,
      and take any one record.
    regards,
    amit m.

  • How to find the Source Table in one corresponding schema?

    Hi All,
    How to find the Source Table in one corresponding schema?
    regards,
    DB

    DB wrote:
    Hi All,
    How to find the Source Table in one corresponding schema?
    regards,
    DBHUH?
    I do not understand your question
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • How to know the table name of an InfoCub if we know cube technical name?

    How to know the table name of an ODS if we know the ODS technical name?
    Thanks
    Message was edited by: Kevin Smith

    hi kevin
    if the ODS is a standard ODS then you check the following way in SE16
    (for custom ODS objects)
    /BIC/A<ODS technical name>00 (Active Data Table)
    /BIC/A<ODS technical name>40  (Activation Queue)
    /BIC/B<10 digit number> (Change Log Table)
    (for SAP defined ODS Objects)
    /BI0/A<ODS technical name>00 (Active Data Table)
    /BI0/A<ODS technical name>40  (Activation Queue)
    /BI0/B<10 digit number> (Change Log Table)
    and for Transactional ODS Object you will have only the active data Table. So you need to check with /BIC/A<ODS technical name>00 for the custom ODS objects and /BI0/A<ODS technical name>00 for SAP defined ODS objects.
    hope this helps.
    regards
    vijaykumar

  • What to know the master table for the following fields

    I want to know the master table for the following fields.
    Company code ( BUKRS )
    Chart of depreciation ( AFAPL)
    Main Asset Number  (ANLN1)
    Asset Sub Number ( ANLN2 )
    Asset Class ( ANLKL )

    hi,
    1) t001 (<b>for assets T093C</b>)
    2) t096
    3 and 4) anla
    5) anka
    rgds Andreas
    Message was edited by:
            Andreas Mann

  • How to know the the list of tables with no rows inside a schema?

    with reference to
    http://www.ss64.com/orad/USER_TABLES.html
    How to know the the list of tables with no rows inside a schema?
    I try this select table_name from user_tables where num_rows=0;
    I can found one table that is empty.
    So what's the query to return list of tables in a schema which has no rows?
    thanks

    You can do that only if your have collected the stats properly. Otherwise its going to show you wrong information.
    Check this out...
    SQL> drop table t
      2  /
    Table dropped.
    SQL> create table t
      2  as
      3  select level no from dual connect by level <=100
      4  /
    Table created.
    SQL> select table_name,num_rows from user_tables where table_name = 'T'
      2  /
    TABLE_NAME                       NUM_ROWS
    T
    SQL> begin
      2      dbms_stats.gather_table_stats(user,'T');
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> select table_name,num_rows from user_tables where table_name = 'T'
      2  /
    TABLE_NAME                       NUM_ROWS
    T                                     100
    SQL>Thanks,
    Karthick.

Maybe you are looking for

  • HTTPBC POST does not contain any values on the recieving end.

    I have a BPEL which reads the content of a file as String and send it to a Servlet using the HttpBC Post method. But when I want to get this value on the recieving end (The Servlet), the httpRequest object is empty and it returns Null value? If I do

  • Mail link to this page

    I have a iWeb site, when I want to pass on to someone else via email automatically opens my .mac email, well it did until today now nothing much works due to the change over. How do I change the default address to a Yahoo address to pass on my iWeb s

  • Does SAP Interactive Forms by Adobe work with ECC 5.0 ?

    Hello, We are planning to use Webdynpro to develop our OWN forms in our PORTAL EP 7.0 and to get the data from our ECC 5.0 which is ABAP ONLY. Is this scenario possible ? Did anyone implement such a solution ? Do we need to install the J2EE addon to

  • Employee attendance query

    I Have 3 tables dbo.Emp_setting name data type allownulls Empset_id int Unchecked personal_id int Unchecked DesignationID int Checked DivisionID int Checked Emp_status char(1) Checked Emp_TypeId int Checked Dept_Id int Checked Group_Id int Checked ND

  • TIFF generated with JAI won't fax

    I have tried to generate some simple black/white TIFF files with JAI, which I have then sent to a fax via a tool on an IBM AS/400. The TIFF files look fine on my computer, and the faxing tool also sends them without problems, but the result when the