Billing Tables Relationships -

Hi ALL
Could any one tell ISU Billing tables relationships like Header- line items - consumption history
some of tables not updated, how to update these tables
for ex: DBERCHV Consumption history,  DBERCHZ line items.
Thanks in ADVANCE............KK
Edited by: KK on Dec 15, 2008 1:42 PM

I resloved my self

Similar Messages

  • Billing Tables Relationship -

    Hi ALL
    Could any one tell ISU Billing tables relationships like Header- line items - consumption history
    some of tables not updated, how to update these tables
    for ex: DBERCHV Consumption history,  DBERCHZ line items.
    Thanks in ADVANCE............KK
    Edited by: KK on Dec 15, 2008 1:42 PM

    Binno Don Thomas,
    Hi,
    As you have mentioned these tables are used to fetch billing related information. can you also suggest, what if these tables are not being updated. As there is no data in DBERCHZ table, but we are able to find data in DBERCHZ1...DBERCHZ8.
    There was a program developed for our client during implementation. This FM Fetches data from Table DBERCHZ. currently there is no data in this table and ticket was raised.
    Please help so that we could resolve this query.
    I would appreciate your help and look forward to maintain healthy contact.

  • Excise invoice table and billing table relation???

    Can anyone please tell me how excise invoise and billing table are related??

    Hi
    check these table VBRP and VBRK
    you wil get idea.
    if its useful reward points
    thanks
    senthil

  • Table relationship in PDF Format

    hi all
    can anyone send me all SAP Table relationships in PDF Format.
    thanks in Advance.

    Check the below URL:
    http://www.erpgenie.com/sap/abap/tables.htm
    Thanks

  • Open item indicator in Billing tables

    Hi Experts,
    I want to know whether any indicator is available in Billing tables VBRK / VBRP if payment is not
    received of that bill or apart from BSEG any other table is there where payment receipt data are getting stored.
    Regards,
    SP Shukla.

    hello, friend.
    i think you are right that collection/payment indicator is found in BSEG.  since payment is done/processed in FI, it is more likely that indicator will be found in FI-related tables.
    regards.

  • Required CRM Tables & Relationship Diagram

    Hi All,
    I need CRM Tables & Relationship Diagram. Anybody there to help me to get this. Its urgent.
    Thanks in advance.
    my mail ID: [email protected]
    Thanx & Regards,
    Santosh

    Hi Sai, Can anybody send me CRM tables mapping to [email protected] Thanks in advance.
    Andy Nguyen

  • DMV to list table relationships in a Power Pivot model ?

    I have used different queries based on DMVs which let you extract data from a Power Pivot model in order to create a design documentation: list of tables, columns, calculated columns formulas, measures ...etc. 
    Yet, I have not found the way to extract a list of all tables relationships in the model. Sure enough, I can copy/paste it from the PowerPivot window.
    But would someone have a query that extracts table relationships ?
    Regards,
    Bertrand 

    I do not believe that there is any $system based DMV which returns relationship information.
    You can get this information from an SSAS Tabular instance using a DISCOVER_CSDL_METADATA call, but that returns an XML document with the all the metadata and I don't know of any easy way to call that against a PowerPivot model (unless it's deployed to sharepoint)
    The following is an example query that I ran against a tabular SSAS instance.
    <Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
    <RequestType>DISCOVER_CSDL_METADATA</RequestType>
        <Restrictions>
    <RestrictionList>
    <CATALOG_NAME>Adventure Works Tabular</CATALOG_NAME>
    <PERSPECTIVE_NAME>Model</PERSPECTIVE_NAME>
    <VERSION>1.2</VERSION>
    </RestrictionList>
    </Restrictions>
        <Properties>
    <PropertyList>
    <Catalog>Adventure Works Tabular</Catalog>
    <FORMAT>Tabular</FORMAT>
        </PropertyList>
    </Properties>
    </Discover>
    http://darren.gosbell.com - please mark correct answers

  • It's possible ON UPDATE CASCADE in table relationships?

    Hi, how are you?
    Sorry my weak English, I'm brazilian.
    I like create an "ON UPDATE CASCADE" in my table relationship but find only "ON DELETE CASCADE" in Oracle 9i Database Online Documentation.
    I would like your help.
    Thank you.
    Eduardo A. Reche Lopes
    Team T.I.
    www.coodetec.com.br

    Tom Kyte wrote a package for this:
    UPDATE CASCADE PACKAGE
    Generates needed package and triggers to support update cascade in Oracle without removing or infringing on DECLARITIVE RI.
    This package supports:
    - Tables with multi-part primary keys (primary key(a,c,b))
    - Update cascade to many child tables from one parent
    - Self-referencing integrity such as that found in the SCOTT.EMP table (mgr->empno)
    - Is completely application transparent. The application does not know it is happening
    - Versions 7.0 and above of the database.
    - Tuned and optimized to fully avoid full table scans on all tables (complete with utility to show you un-indexed foreign keys in a schema, Cascading an update to un-indexed foreign keys can be bad).

  • Fact and dimension table relationship?

    hi
    in se38 i executed this program sap_infocube_designs
    i got all cubes and percentage , this is directly fact and dimension table relationship based on this i need to take action is it line item dimension or high cardinality (dimen>20% fact line, dimen>10<20 fact is high cardinality.
    regards
    suneel.

    hi,
    line item has to be choosen in such a way to control the dim table size for the char that have almost large unique records.
    Line item dim table will not be shown by this program.
    Ramesh

  • Info for table relationship for webcenter interaction database

    Hi,
    Does any one know where I can get information about the table relationship for webcenter database ? I appreciate your help.
    Thanks
    Yxu

    Schema Spy is an amazing tool. I haven't used it for the WebCenter apps yet, but this will map everything out for you, providing the relationships you seek.
    http://schemaspy.sourceforge.net/

  • Reg: CRM Table Relationship diagram

    Hi All,
    Please send me the following docs,
    (1.) CRM - Table Relationship Diagram
    (2.) BDT Cookbook
    (3.) BDOC Extension guide
    Also send me any other docs related to CRM, which u guys feel useful !!
    My Email ID : <removed by SDN Forum Moderator>
    Thanks in advance !!
    regards
    Prembabu R

    Hi,
    I got few useful link while searching in forum, Please find the link below
    CRM Tables & Relationship Diagram docs
    Thanks
    Prembabu

  • B1 Table Relationship

    Dear Expert,
      Is there any reference document which i can know the B1 table relationship??
    Regards,
    Kit

    Hi,
    Well, you have the Database reference help file where all tables and fields are listed, and tells you if a field is a foreign key and in what table.
    Nothing more complex than that.
    Regards,
    Ibai Peñ

  • Table relationship Purpose

    Hi
    What is the purpose of tables relationship?
    Best...
    Mehran
    Mehran

    Following RSingh's comments.
    Relationships between two tables underpins relational theory and all relational databases are based on this theory.
    Please see the
    link.
    If you are serious about understanding the subject or relational theory the two main authorities are Codd and C J Date. Their books are quite academic and difficult to read as an introduction. However the book; -
    Training Kit (Exam 70-461): Querying Microsoft SQL Server 2012 (Microsoft Press Training Kit) [Paperback]
    does provide a good introduction to relational theory in the early chapters.
    To give you a more practical example answer to your question. You could have a order table containing a customer ID which allows you to
    relate a particular customer which has raised particular orders.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

  • Table Relationship Diagram

    hi experts
    could any one plz send me Table Relationship Diagram ASAP
    Thanks in advance
    vinay

    Hi kaushal,
    Could you pls send me the same doc - CRM Table relations
    to  [email protected]  ?
    Thanksa ton in advance !
    Jaman

  • QM tables relationship

    Can anyone provide me QM tables relationship diagram.

    Hi
    see the following Qm tables list
    QMAT                           Inspection type - material parameters
    QMEL                           Quality Notification
    QMFE                           Quality notification - items
    QMHU                           QM Link Between Inspection Lot and Handling unit item
    QMIH                           Quality message - maintenance data excerpt
    QMMA                           Quality notification - activitie
    QMSM                           Quality notification - tasks
    QMSP                           QM: material specification
    QMTB                           Inspection method master record
    QMTT                           Inspection Method Texts
    QMUR                           Quality notification - causes
    QAES                           Sample unit table
    QAKL                           Results table for value classes
    QALS                           Inspection lot record
    QALT                           Partial lot
    QAMB                           QM: Link Between Inspection Lot and Materi
    QAMR                           Characteristic results during inspection p
    QAMV                           Characteristic specifications for inspecti
    QAPP                           Inspection point
    QASE                           Results table for the sample unit
    QASH                           Quality control chart
    QASR                           Sample results for inspection characteristics
    QASRMS                         Confirmation Data for Multiple Specifications
    QAST                           Control chart track
    QASV                           Sample specifications for inspection process
    QAVE                           Inspection processing: Usage decision
    most of the QA* tables are linked with the fields
    PRUEFLOS
    VORGLFNR
    MERKNR
    And Most of the QM* tables are linked with the fields
    QMNUM
    MANUM
    FENUM
    <b>Reward points for useful Answers</b>
    Regards
    Anji

Maybe you are looking for

  • Loops not stretching to match tempo

    I moved my loops to an external drive and then remapped them but now when I drag one into my arrange window it will not match the tempo. I also can't stretch it manually. I'm sure I did this before and I'm having trouble finding information about it

  • RFC problem while activating the new ODS...

    Hi Experts, I have created a new ODS, while activating that it is giving bellow error message, RFC ERROR IN THE SOURCE SYSTEM. but I have checked with my basis team, everything is fine, What would be the problem. helpful answer will be appreciated wi

  • White zen mi

    i was wondering if they made any changes in the production of the s. i just received mine back today from RMA and man o man are the lights bright lol. before on my original one it use to be just the lining around the player that shown out like all th

  • HT5622 How can I get on ICloud when it say the maximum number of free accounts has been activated on this iPad?

    How can I get on iCloud when it say the maximum number of free accounts has been activated on this IPad?

  • Integrate existing html site into Portal

    What is the best way to integrate an existing html site into the portal? The site is about 70 different pages (basic display, no forms or backend programming) all interlinked and not very organized. I would like to maintain the "branded" look of the