Abt tables

Hi ,
   How we can identify whether a table belongs to FI/CO  or SD or MM
Is there any method or some mnemonic to remember .
and how to identify whether  the table is master table or transaction table .

Hi Sagar
SAP has given some naming conventions for each buisness area.Say for example
all the standard MM tables starts with 'E' like ekko,ekpo,eket,...and for SD(Sales) it starts with 'V' like vbak,vbap,.. and for a FI area the tables start with 'B' bseg,..and so (sorry i couldn't remember others).Like that u can get used to that once u start  using them.
And to know whether a table is a master or transaction check the attributes of the table..i guess...
Hope u got the answer.
regards,
Praveen.

Similar Messages

  • Abt tables n views?

    tables n views r evaluated for buffering,wat determines wheather a table or view may b buffer?
    1.the amount of data in table and how it is accessed
    2.size of buffer
    3.accuracy of data required
    4.tablespace assignment

    Hi,
    1. The amount of data in table and how it is accessed
    2. Accuracy of data required
    Reward points if the answer is helpful.
    Regards,
    Mukul

  • Help abt tables

    hi
      can any one give the tables for freight details like freight forwarder name,date, freight amount  from MM.
    with thanks
      ravi

    Hi,
    RSEG and RBKP tables for the Frieghtforwarder Invoice amount
    Regards,
    Padmam.

  • Abt Table Types

    Hi All ,
        I am not getting that where Table Types can be used in ABAP Program,
        Searched for Eg. but could'nt get it.
       I want an Eg. which can clear its purpose practically.
    Thanks

    As our friends have discussed about Programs, i would discuss w.r.t FM's.
    Generally the Importing/Exporting Parameters will be of type Variables or structures. Using an object of table type we can represent them as a table in FM's.
    Consider FM: <b>READ_PROGDIR</b>. Exporting Parameter: E_PROGDIR_TAB is of table type: PROGDIR_TAB.
    But i personally feel, the best usage of table types comes in Object Oriented Programming.
    Hope this helps you a bit in understanding...
    Kind Regards
    Eswar

  • Oracle apps account receivable, account payable, general ledger tables help

    hi all,
    iam new to oracle apps...
    I want to know all the tables for AR, AP, Gl with all variables..
    where can i get all the info abt tables with columns(description) fro AR,AP,Gl
    regards
    srinivas
    waiting for ur earliest reply....

    Here are import transaction tables
    AP:
    ap_invoices_all (invoices)
    po_vendors (vendors, TCA architecture view)
    po_vendor_sites_all (vendor sites, TCA architecture view)
    ap_checks_all (checks)
    ap_invoice_payments_all (invoices - checks)
    ap_schedule_payments_all (schedule payments)
    AR:
    ra_customer_trx_all (transactions)
    ar_customers
    ar_cash_receipts_al
    ar_customers_v (customers, TCA architecture view)
    GL:
    gl_je_batches (batches)
    gl_je_headers (journals)
    gl_je_lines (journal lines)
    gl_balances (balances)
    HZ:
    hz_parties (parties)
    hz_party_sites (party_sites)
    For more information on Oracle Financials and Oracle Applications please visit video tutorials at http://handsonerp.com
    Thanks and Regards

  • Details of oracle 11.0.3  apps tables

    Hi All,
    i need the list of tables used by oracle apps 11.0.3. i tried my best to find it in the internet. i couldnt get it. Can any one help me by providing the list or by telling where i can get it.
    Thanks in advance
    Thanks,
    Venki

    i wan the details abt table in all the modules.

  • About drawing rows in tables in smartforms

    hi everyone,
    I know how to draw row in smartforms ...but the thing is i dont know how to draw row in some particular columns...
    Example: Suppose i have 5 columns and 3 rows...
    Now i want to draw 4 th row from 1 st column to 3 column..
    how can i draw it??
    Can anybody help me out??
    Regards,
    Apoorv.

    Hi
    IF i understand ur question properly
    Please see my answer.
    If u r saying abt template it is possible.
    if u r saying abt table it is not possible.
    other wise revert bck
    Regards

  • Regarding doubt in Report

    Hi All,
    In Datamodel query ..
    I need to eliminate one or two tables based on some conditon ..
    In lexical parameter.. we can write conditon .. wht abt tables?
    Kindly let me know how can we achieve the above funcitonality.
    Thanks
    Ali

    user633508 wrote:
    In lexical parameter.. we can write conditon .. wht abt tables?Hi Ali,
    Yes, you can use lexicals anywhere in the query model.
    Just like when you set up the where clause variable, you will have to have a valid default from clause in order for it to validate properly. Also, you have to make sure that the fields in the select clause are all available at runtime too.
    For example, if you have set up a user parameter 'from_clause' and set the default value (like you did for your from clause parameter), you would set the runtime value in the before-report trigger based on whatever input parameter you are using.
    Create a user parameter called from_clause and set it's default value to 'from table1 t'. Then in the before-report trigger place:
    If :parameter.inparm = 1 Then
       :parameter.from_clause := 'From table1 t';
    Else
       :parameter.from_clause := 'From table2 t';
    End If;Then, in your data model, you would use the parameter in the same way as you did with the where clause parameter.
    Select
       t.field1,
       t.field2
    &from_clause
    &where_clauseIf the same fields are not available in both tables, you will have to do the same thing with your Select clause and build it on the fly too.
    Good luck,
    - James
    Edited by: James M on Sep 17, 2010 7:54 AM
    added "parameter." to the If statement.

  • In which feature T-Code's are maintained?

    Hi Experts
    I know abt tables TSTC and TSTCT -tables for finding existing Tcodes-I was wondering if there is so called a feature
    in which  T-Code's are maintained?
    No Worries
    Karthik

    Hi,
    Feature is to default the values in certain Fields based on some conditions.
    this is maintain through PE03 eg:PINCH,NUMKR
    Do read the documentation for each Feature
    To create the TCodes there is a TCODE SE93.where you can create the tcodes.
    Regards,
    Nachy

  • Name of the function module-where used

    I want to know the name of function module which gives the where used list for that perticular table. like I want a where used list abt table spfli so which function module gives this information.*where used list for tables

    Hi Abhijeet,
                      Use FM <b>BRF_WHERE_USED</b>
                                  <b>RKD_WHERE_USED_TABLE_IS_BUILD</b>
    There is another way without FM.go tpo se11.enter the table name.click on WHERE-USED_LIST button on application tool bar.
    Reward points if helpful.
    Regards,
    Hemant

  • How to display a large file in JTextArea

    i am displaying a large file(a multi MB) in a JTextArea, it is showing java.lang.outofmemoryerror
    are there any solutions for this problem or is there any better way other than JTextArea ???

    thanks for replying but its all abt Tables
    i am new to java
    i asked how to display a large Text file in a JTextAreathanx
    --santosh                                                                                                                                                                                                                                                                                                   

  • Pricing communciation strutures.

    Hi,
    can any body explain how pricing happens at table/structure level. For instance we maintain condition records in VK11. which condition table/structure do the data maintained in vk11 goes to.
    how does the data matained in condition records gets copied to sales order. how the sales document fields and condition record field comparison takes place. what is the role of following structures in the above whole scenario.
    i do not know how  the below tables/strucures work
    KOMV-Pricing Communications-Condition Record
    KOMP-Pricing Communication Item
    KOMG-Allowed Fields for Condition Structures
    KONV-Conditions (Transaction Data)
    KONP-Conditions (Item)
    KOMK-Communication Header for Pricing
    regards
    sachin

    iam not sure abt tables and stuctures, but i will tell you how the price picks to material from condition records...'
    Once you enter a material it goes to item cat.group and determine the item cat of the material.. it checks whether it is relevant for pricing or not in item cat... if it is X there.. and
    it also checks the pricing procedure and PR00 wether the requirement is 2 or 55, if it is 2 and item cat. is X so the system automaticall picks the price...
    Hope you got some idea...
    Ramki

  • Master data abt sid table

    hi friends,
    i ahve some doubts abt generating sid table with master data, according to external star schema when we will activate master data only , sid will be generate automatically, actually i created info object, i switch off with master data and text after activationg my info object its still showing sid table from char info object also.
    if i activate with master data then only its need to show, why its showing now.please mail me.
    Thanking u
    suneel.

    why if i will activate info object its showing master data?
    the system defaults all the Io's as msterdata objects, you need to go the masterdata/texts tab - uncheck the check box for both with masterdata and with texts.
    Even though you dont have any attributes available for a IO, but still the IO would be created to hold some values as a part of either transaction data or just masterdata values for that IO. If you load transaction data for the Zobject you created, the system would populate the corresponding fields in the Stable, by assigning SID;s to the values that have been populated thru transaction data. So every IO will have a Stable, eventhough it might or might not have corresponding master data.

  • 0FI-CA module, cube 0FC_C08 & 0FC_C09 dataflow? question abt filling tables

    Hello all,
    We are currently working on BI7.0 and ERP6.0. I am trying to understand the data flow for these two cubes 0FC_C08 and 0FC_C09.
    When I see the data flow in BW, I see there is an infosource 0FC_BP_ITEMS, which feeds to DSO 0FC_DS05 which feeds to DSO's 0FC_DS06 (Open Items) and 0FC_DS07 (Cleared Items) which feed to 0FC_C08 and (Open items) and 0FC_C09 (Cleared items).
    0FC_BP_ITEMS -> 0FC_DS05 -> 0FC_DS06 and 0FC_DS07 -> 0FC_C08 and 0FC_C09...
    Now what I am looking for is what do these two datasources feed to ?
    0FC_CI_01    FICA Cleared Items for Interval
    0FC_OP_01  FI-CA Open Items at Key Date
    Also I have another question like:
    1.      Run tcode FPBW that fills data to table DFKKOPBW, and then you will see data in RSA6 for datasource 0FC_OP_01.
    2.     Run tcode FPCIBW that fills data to table DFKKCIBW, and then you will see data in RSA6 for datasource 0FC_CI_01.
    My question is do we have to do this on periodic basis or do we have to do it every time before we run infopackage to load data in BW? What are the key dates or date interval we can use for those two tcodes?
    Please anyone who has worked on it can give some ideas
    Thanks all for your help in advance.
    Kiran
    Edited by: Kiran Mehendale on May 16, 2008 4:40 PM

    0FC_CI_01 FICA Cleared Items for Interval
    --This Data Source will feed InfoCube: 0PSCD_C01
    and
    0FC_OP_01 FI-CA Open Items at Key Date
    --This Datasource will feed infoCube: InfoCube: 0PSCD_C02
    http://help.sap.com/saphelp_nw70/helpdata/EN/41/3d30113dfe6410e10000000a114b54/frameset.htm
    From this link you will be able to check out the data sources as well as any information on the infocubes.
    hope this helps.
    Matt

  • Can some Explain me abt Hr_api_transactions Table.

    Hi Friends,
    Can some one Explain me about the hr_api_transaction table..
    in that table i can see there is one column 'Status' .. can some plese briefly describe me about that column.

    Please see these Oracle Support articles:
    What is the Meaning of Statuses in HR_API_TRANSACTIONS Table? [ID 438346.1]
    What is the Meaning of Different Status Codes in Hr_api_transactions for iRecruitment? [ID 734420.1]
    I hope that answers your question!

Maybe you are looking for