Document splitting data Table in New GL

Hi,
I am tryng to look at the split data for multiple documents in New GL.
For example: I want to know what are the entries in the Zero balance clearing account that happened when the documents are split during this month.
Obviously BSEG is not the table to look for..Do any one of you know what is the table to look for this data?
Thanks and Regards
Naveen

FAGLFLEXA

Similar Messages

  • Data not going from active data table to new data table -DSO activation iss

    Hi Experts,
    Data is going from DSO1 to DSO2. I see some of the records are getting missed in DSO 2 which are supposed to come.
    There is start routine from DSO1 TO DSO2 and as per the start routine some records should come but they are getting missed.
    Apart from that..to  DSO 2 there are 4 other DSO sending data.
    I tried to send single record and saw that data is going

    Hi Experts,
    Data is going from DSO1 to DSO2. I see some of the records are getting missed in DSO 2 which are supposed to come.
    There is start routine from DSO1 TO DSO2 and as per the start routine some records should come but they are getting missed.
    Apart from that..to  DSO 2 there are 4 other DSO sending data.
    I tried to send single record and saw that data is going to New data table and upon activation it does not go to Active data table.
    Please suggest.
    Regards
    Sudha

  • Document splitting not happening in New G/L

    Hi
    I have done all the below settings for document splitting.But still document splitting is not happening for vendor.For example,I am posting  the following entry.
    Using FB60 Tcode
    Cr Vendor 100
    Dr G/L       60   (cost center 1)&(Profit center 1)
    Dr G/L       40   (cost center 2)&(profit center 2)
    when simulating I am expecting vendor entry also to be split and shown as
    Cr Vendor 60  (profit center 1)
    cr vendor  40 (profit center  2)
    Dr   G/L    60
    Dr   G/L   40.
    But it is not spliiting Vendor.It is showing vendor as 100 but splitting the 60&40  to the ZERO balance clearing account( as configured in  ZERO balance clearing account step.)
    why is vendor split not happening/Is there any thing I am missing?
    Config steps done are as below.
    The Steps to follow are:
    1. Classify G/L Accounts for Document Splitting
    2. Classify Document Types for Document Splitting
    3. Define Zero-Balance Clearing Account 4. Define Document Splitting Characteristics for General Ledger Accounting
    5.. Activate Document Splitting
    thanks

    Hi thanks all.
    Sorry,I am new to new G/L concept and document splitting.Can you please check my following settings and confirm if they are fine.(I am doing in plain IDES system).
    1.Financial accounting(new)>G/L accounting (new)>Business transaction>Document splitting>classify G/L Accounts  for document splitting>>
    I have classified G/L Expenses accounts which I am using under tcode FB60(for simulation of document splitting) with category as 20000 u2013expense.Also I have given Vendor reconciliation account under category 01000-balance sheet account?
    Please clarify how the G/L accounts classified here?
    2. Financial accounting(new)>G/L accounting (new)>Business transaction>Document splitting> Classify FI document types for splitting.
    Many standard documents are defined.But I thought since I am using FB60 tcode it used doc type KR so mentioned mentioned transaction  as 0300 and variant as 0001 -Vendor invoice
    3. Financial accounting(new)>G/L accounting (new)>Business transaction>Document splitting>>Define ZERO balance clearing account
    Here standard system has  account key 000(standard account for ZERO balance) with PK40/50  and G/L account for my chart of accounts is mentioned.
    4. Financial accounting(new)>G/L accounting (new)>Business transaction>Document splitting >>Define splitting characters for G/Lu2019s
    Here I have mentioned Profit center field (ZERO balance ticked)&mandatory field ticked.no other fields defined.
    5. Financial accounting(new)>G/L accounting (new)>Business transaction>Document splitting >>Edit constants for non assigned processes
    Here I have added my controlling area and left profit center field as blank.
    Please check above settings and suggest me if I am missing any thing?All I am trying to do is post a simple test entry using FB60 and show the document splitting  based on just profit center.
    regards

  • How can I copy Captivate 6.x document array data into a new Javascript array

    I'd like to copy an array from my captivate document variables to a variable within a script my project runs.  I attempted to use objCP.cpEIGetValue("m_VarHandle.Array.slice(0)") but that didnt seem to work.

    One the primary things I learnt at Uni is the Object Oriented Modal of design and Development, MVC etc.
    Seperation of the function, display, data being a fundemental point to develop and all the benifits of that.
    Also, Your HTML code will weigh more, i.e. a web page riddled with similar code will have a kb size that is a lot larger than necessary. The inline script and css will make the source more dense, search engines have to sift through it to find your actual content.
    Your HTML code will never be truely cached but the external dependencies, such as the CSS and JavaScript files, will be cached by the visitor’s web browser after the first visit – this means that instead of loading a lot of superfluous HTML code for every page in your web site the visitor visits, it will quickly retrieve all style and interaction locally from the web browser cache and thus improve perfomance further.
    No fall back interaction, and harder to manage, correct and update along with poor attrinbute accessability. Having your scripting in one central location makes your development time more effecient, working on new aspects of the site has no effect on the live site, functions can be wrote once called many times and only when needed. Object coding in Javascript improves performance, management, use and more also.
    With these in mind the page load is just longer with inline scripting and the event handling is poorer and then coupled with the other elments mentioned above.
    Just better done right BC has runs gzip, you can optimise your code and the server caching of css, script, image files and the browser it just all leads to better perfomance of your site which is also increasingly something google wants to see to rank you well.

  • How to export and import a document library data to a new sharepoint farm

    Hi 
    i have a sharepoint 2010 farm and has one sharepoint web application
    in  this application  it has a document library  and this doc library has a 2000 folders and each folder has  2500 documents
    , here i how i export upto 500 folders from this doc library to a new sharepoint farm 
    adil

    if your both farm are on same version level then you can use export & import funcation if only Document library required.
    Perform export on source farm
    Export a site, list, or document library in SharePoint Server 2010
    copy the files to target farm and run the import.
    Import a list or document library in SharePoint Server 2010
    another way is backup the site collection from source and restore  it to destination.
    for backup: http://technet.microsoft.com/en-us/library/ee748617(v=office.14).aspxFor
    restore: http://technet.microsoft.com/en-us/library/ee748655(v=office.14).aspx
    there is always 3rd party tool options.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Splitting data table data into 2 columns on html page

    I am working with an app that has to list a LOT of data as links... For example... it pulls approx. 5,000 records from the database, and each must be shown as a link on the html page at the user level...
    To cut the amount of scrolling in half, we would like to truncate the list in half such that a column on the left side contains the half of the data while the other side contains the other half...
    The halving could be done either as a 1st half/2nd half thing, or as an interation putting every other record on the right and left respectively...
    Thus far I have not found a way to do it...
    Any suggestions?
    Thanks,
    -Garrett

    Yeah, I have considered cutting the list in half in the backing beans, which would allow me to accomplish what I am trying to do, but I'd rather pull the collection from a single method and find a way to do it with JSF if that is possible...
    appreciate the input...
    -Garrett

  • Datasource for document master data available?

    Hi experts,
    I've failed to find extractor for document master data (table DRAW etc.) in R/3 business content. Has anyone found such or do I need to create it all by myself?
    I'm on R/3 4.6C and BW3.5
    Regards,
    Dieter

    Hi Dieter,
    There is no standard data source on the table DRAW. You would have to create a custom datasource.
    Bye
    Dinesh

  • Creation of PDF Document  using ADF Table data in new window

    Hi Guys,
    I have a requirement of creating a pdf document from adf table and it must open in a new window.I know creation of pdf document using itext pdf jar.But in my case how to write the table data to pdf and how to open it in new window.
    Thanks,
    Srinivas.

    In the TF do like this..
    view activity A-------dialog:invokePdf------->view activity B (invokePdf)
    Fragment A command button would be
    <af:commandButton action="#{pageFlowScope.PdfBean.openPDF}"
    text="Generate" id="cbpdf"
    useWindow="true"
    windowWidth="700" windowHeight="700"/>
    in the action add a return like return "dialog:invokePdf";
    Control flow outcome is "dialog:invokePdf". B would be just a empty fragment.

  • Document splitting & new GL function

    Dear All,
    I need document for document splitting & new GL function. It is urgent.
    My email ID is [email protected]
    Please help.
    Thanks
    Gov

    Hi
    ARCHITECTURE OF THE NEW GENERAL LEDGER
    With releases of SAP enterprise resource planning (ERP)
    software up to and including SAP R/3 and SAP R/3 Enterprise
    software, companies would handle general-ledger accounting
    by using different SAP applications. Depending on specific
    company or industry requirements, or local accounting principles,
    you had to implement application components or functions
    that sometimes had their own user interfaces. For example,
    you might use special-purpose ledger software to meet
    certain reporting requirements – such as having totals in additional
    table fields. In addition, SAP profit-center accounting
    software resided in a separate application. Software for both the
    special-purpose ledger and profit-center accounting offered
    certain functions that were not automatically reconciled
    with functions in the general-ledger accounting software.
    Consequently, closing activities involved additional reconciliation
    effort.
    The new general ledger in mySAP ERP 2005 covers all these
    functions and requirements, but retains the familiar accounting
    interface – with its variety of services, such as currency
    translation – and continues to provide functions that support
    postings. Upstream software for sales and distribution and
    materials management works with the new general ledger in
    exactly the same way as before. Familiar and well-tested tables
    – BSEG, document table; BSIS, open items for new general-ledger
    accounts; and BSAS, cleared items for general-ledger accounts –
    are still part of the solution and form the database for many
    standard reports and customer-specific reports.
    Users familiar with SAP R/3 will find a similar interface for the
    new general ledger. New general-ledger functions for financial
    allocation or statistical key figures, for example, share the same
    interface design as functions for controlling.
    The new general ledger offers the following technical
    advantages:
    • The introduction and portrayal of business models now
    occurs within a single solution. This design avoids any need
    for a separate cost-of-sales ledger, special-purpose ledger,
    reconciliation ledger, or profit-center ledger.
    • Users need to become familiar only with the interface and
    functions of one application. Users already familiar with SAP
    R/3 require little, if any, training.
    • Data is stored only once in the system (in a single totals table) –
    eliminating data redundancy.
    • No need for additional reconciliation activities during closing.
    • It is now easier to make adjustments to business-specific
    requirements (such as the inclusion of customer fields as part
    of flexible reporting).
    DOCUMENT SPLITTING
    Document splitting is an appropriate tool for determining
    missing account assignments according to cause in common
    accounting processes in SAP software (invoices, payments, or
    clearing). For each financial-account document, document
    splitting applies account-assignment information to nonassigned
    accounts according to assignment rules set in the
    customizing area. Take the example of a vendor invoice. You
    can assign profit centers to expense accounts manually, derive
    the assignment automatically, or make the assignment using a
    substitute cost center. Document splitting places these profit
    centers in the payables accounts of the invoice document.
    This function can help you create balance sheets for entities
    that extend beyond the scope of the company code. Typical
    examples include balance sheets at the segment or profitcenter
    level or balance sheets based on company-specific or
    industry-specific entities.
    There are also mechanisms to determine all account assignments
    outside of document splitting – in the delivering component
    itself. This determination would include postings from SAP
    human capital management or materials management software.
    The document-splitting function is based on the following
    model. Accounting documents contain accounts with assignments,
    such as revenues or expenses. Such accounts provide
    dependent accounts (accounts payables, accounts receivables,
    and taxes, for example) with account assignments based on
    context (such as invoice or payment). The model is processoriented:
    account assignments from original processes are
    projected into the subsequent processes, thereby enabling
    account assignments according to cause in the subsequent
    processes. Document-splitting information is built at two
    technical points: document creation and the accounting
    interface.
    Document Splitting at Document Creation
    A typical example of this instance is the clearing transaction –
    during which cash discount and realized exchange rate differences
    are split according to source. (That is, according to the
    proportions of the account assignments in the expense or
    revenue lines of the original document, such as an invoice.)
    What is special here is the specific reference to the original
    transaction or line item. Controlling functions in the software
    are updated accordingly and reconciled with the general-ledger
    accounting functions. Another example of item-related document
    splitting is foreign-currency valuation of open items. This
    function transfers exchange-rate differences to the controlling
    software.
    It’s important to note that the balance-valuation function
    has no reference to items or transactions. Here, the dimensionspecific
    balance of the account (such as the balance for each
    segment) is used as the basic value.
    Document Splitting at the Accounting Interface
    The software limits itself to splitting general-ledger assignments,
    which does not involve any transfer to controlling functions.
    From a technical standpoint, this process has two variants.
    The first variant is the account-assignment projection, which
    results from customized settings. Account assignments are
    projected from the base rows to the target rows. To minimize
    the effort required for implementation, mySAP ERP provides
    a number of preconfigured methods. You can activate only
    one method per client. With method 12, the solution delivers
    settings that support most standard processes (such as invoice,
    payment, or payment on account).
    The second variant is inheritance by subsequent processes
    of business transactions, such as the clearing of vendor and
    customer invoices. With this variant, the solution transfers the
    original account assignments of the invoice to the clearing
    lines. This variant is a fixed feature in the program and cannot
    be altered. After the clearing transaction, the original item
    (such as the payables or receivables line) and the clearing item
    for the respective account assignment are balanced to zero.
    Assign Points
    Z

  • New GL concepts, Document splitting and how teh system behaves in different

    Hi gurus,
    I need this NEW GL Concepts
    Thanks
    Srinivas

    Hi,
    Please go thru the below mentioned details:
    New GL Configuration:
    1 Define Currencies for Leading Ledger:
    Financial Accounting (New)>**** (New)>Ledgers>Ledger>Define
    currencies of the leading ledger
    2.Define Ledger for General Ledger Accounting
    F/A (New) > ****/ (New) > Ledgers >Ledger > Define Ledgers for
    General Ledger Accounting
    3.Assigning Scenarios to Ledger
    Financial Accounting (New)>****(New)>Ledgers>Ledger>Assign
    scenarios & Customer fields to ledger
    4.Defining Segment
    Enterprise Structure>Definition>Financial Accounting >Define segment
    5.Activate Document Splitting :
    FA(N)>GLA(N)Business Transactions> Doc.Splitting >Activate Doc
    Splitting Spl Note: Always see that the tick is on inheritance
    6.Classify G/L Accts for Document Splitting :
    Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document splitting> Classify G/L Accts for Document Splitting
    7.Classify Document Types For Document Splitting :
    Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document Splitting> Classify Documents Types for Document Splitting
    Define Zero Balancing Clearing Account: Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document splitting>Define Zero Balance Clearing Account
    8.DEFINE DOCUMENT SPLITTING CHARACTERISTICS FOR GENERAL LEDGER ACCOUNTING:
    Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document splitting>Define Doc Splitting Characteristic for General Ledger Accounting
    Define Zero Balancing Clearing Account: Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document splitting>Define Zero Balance Clearing Account
    10.DEFINE DOCUMENT SPLITTING CHARACTERISTICS FOR CONTROLLING.
    Financial Accounting (New)>General Ledger Accounting (New)>Business Transactions>Document splitting>Define Doc Splitting Characteristic for Controlling
    11.FI- Co Real Time Integration
    Financial Accounting (New)>**** (New)>ledgers>real time integration of Controlling with financial Accounting>Define variants for Real time integration
    12.Assign variants for Real Time Integration to Company Codes: Financial Accounting (New)>**** (New)>ledgers>real time integration of Controlling with financial Accounting>Assign variants for Real time integration to Co Codes
    1.Activate the New General Ledger Accounting by a single click on the clock icon
    2.You will reach to change view "activation of New GL A/cg" detail screen and tick the checkbox and save.
    3. After activation of New General Ledger Accounting, you exit the IMG screen When you re-enter , you find that a new node is added Financial Accounting (New)
    4.After activation of New General Ledger Accounting , a new sub node appears in the IMG structure.
    This sub node is Define Segment
    The menu path is:
    SAP Customizing IMG ---> Enterprise Structure -
    > Definition ---> Financial Accounting ---> Define Segment
    In this IMG activity, you define your segments.
    If you then define your profit centers, you can enter an associated segment in the master record of a profit center. The segment is then derived from the assigned profit center during posting.
    5.Activation has created a new field in Profit Center Master Record : the SEGMENT
    6.Leading and Non- Leading Ledgers
    In General Ledger Accounting , you can use several Ledgers in parallel. This allows you to produce financial statements according to different accounting principles. A ledger uses several dimensions from the totals table it is based upon. When defining Ledgers , one must be defined as the Leading Ledger . The Leading Ledger is based on the same accounting principles as that of the consolidated financial statements. It is integrated with all subsidiary ledgers and is updated in all company codes. This means that it is automatically assigned to all company codes. In each company code, the Leading Ledger receives exactly the same settings that apply to that company code : the currencies, the fiscal year variant and posting period variant .
    You must designate one of your ledgers as the Leading Ledger. It is not possible to designate more than one ledger as the leading ledger.
    The menu path is :
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    > Ledger -
    > Define Ledgers for General Ledger Accounting
    Clicking on the checkbox identifies one of your ledgers as the Leading Ledger.
    7. Activation of Non Leading Ledgers
    Non Leading Ledgers are parallel ledgers to the Leading Ledger . They can be based on local accounting principle, for example. You have to activate a non- Leading Ledger for individual company codes. Non- Leading Ledgers can have different fiscal year variants and posting period variants per company code to the Leading Ledger of this company code.
    The menu path is :
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    > Ledger -
    > Define and Activate Non u2013Leading Ledgers
    8.Assign scenarios to ledgers
    A Scenario combines Customizing settings from different business views. Each business view specifies which posting data is transferred from different application components in General Ledger Accounting, such as cost Center update or Profit Center update .You assign the desired scenarios to your ledgers. For each ledger, you define which fields are filled with posting data from other application components.
    SAP delivers a number of scenarios in the standard system. It is not possible to create additional scenarios.
    The menu path is:
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    >Fields -
    > Display Scenarios for General Ledger Accounting.
    9. Cost of sales accounting
    Cost of sales accounting is a way to create a profit and loss statement (P&L) for a company by comparing the revenues to the costs or expenses incurred to obtain these revenues.
    The expenses are mainly divided by functional area such as:
    Manufacturing
    Administration
    Sales
    Research and Development
    We can activate Cost of Sales Accounting by the following menu path :
    SAP Customizing IMG -
    > Financial Accounting ( New ) -
    > Financial Accounting Basic Settings (New) -
    > Ledgers -
    >Ledger------> Activate Cost of Sales Accounting
    Thanks,
    Prithwiraj.

  • New General Ledger - Document splitting

    Suppose a vendor invoice of 1,000 EUR assigned to 2 cost centers, CC1 and CC2 (500 EUR on each). The corresponding profit centers are PC1 and PC2.
    Entry view:
    PK Acct Amt CC PC
    31 Vendor -1000
    40 Charges +500 CC1 PC1
    40 Charges +500 CC2 PC2
    As a result of document splitting, the system splits the vendor line item in two parts: 500 EUR on CC1 (>PC1) and 500 EUR on CC2 (>PC2):
    General Ledger view (document splitting):
    PK Acct Amt CC PC
    31 Vendor -500 CC1 PC1
    31 Vendor -500 CC2 PC2
    40 Charges +500 CC1 PC1
    40 Charges +500 CC2 PC2
    We now enter a partial (manual) payment of 500 EUR relating to only one cost center (CC1).
    The following is the result of document splitting:
    General Ledger view:
    PK Acct Amt CC PC
    25 Vendor +250 CC1 PC1
    25 Vendor +250 CC2 PC2
    50 Bank -250 CC1 PC1
    50 Bank -250 CC2 PC2
    But if we draw a report by vendor by profit center, this is not correct. So, what I would like to have as a result of document splitting is:
    PK Acct Amt CC PC
    25 Vendor +500 CC1 PC1
    25 Vendor 0 CC2 PC2
    50 Bank -250 CC1 PC1
    50 Bank -250 CC2 PC2
    and the system geenrates then two additional clearing line items in the document:
    40 Clg line item -250 CC1 PC1
    50 Clg line item +250 CC2 PC2
    Does someone have an idea on how to have the amount of 500 on only one cost center (with new GL customizing or else)?
    Many thanks
    Vincent

    Dear Vincent,
    You are way ahead of me, I am caught up at the below basic level
    Entry view: ( basic data entry - FB60)
    PK Acct Amt CC PC
    31 Vendor 1000
    40 Charges 500 CC1 PC1
    40 Charges 500 CC2 PC2
    From the above how to get the doc split as you have correctly shown below. I have done complete Doc split config, Controlling config etc in my co code, but some ever some settings are not done, hence perhaps I cannot see the doc split.
    Your advise would be of immense help to me.
    Cheers
    Chincholkar Vinod

  • New G/L + Document Splitting Error when Internal Order settled to AUC

    Hi there,
    We have ECC 6.0 and configured with New G/L and document splitting. I am getting error, when I try to settle internal order to AUC (Asset Under Construction). It is giving me Profit Center Balancing error. In Settlment Profile, I have set up Doc Type "AA". Here are configuration steps done:-
    1.
    G/L accounts are classified with Cat - 07000 for Fixed Assets
    160000     179999          07000     Fixed Assets
    2.
    Doc Type AA is set up Bus Tran '0000' Variant '0001'
    3.
    Document Splitting is at Segment Level. Segment is assinged in Profit Center Master Data. Profit Center and Segment are set as mandatory.
    4.
    Document SPlitting Method is 0000000012
    5.
    Document Splitting Rule is set for all SAP Standard Bus. Trans. with Variant '0001'.
    When I try to settle the internal order to AUC, it is givng me error for profit center balancing.
    Please advice.
    Thanks,
    Pawan

    Hi Surya,
    Thanks for your reply. I checked all settings, but this is not a case. I appreciate your help.
    thanks,
    pawan

  • Profit Center in New GL with Document Splitting

    Hi
    As per my understanding, from ECC 5.0 onwards you are forced to use New GL, and we are also planning to use Document splitting as some of the period end closing of profit center accounting are avoided.
    Further I want to add that since document splitting is active, the old profit center tables GLPCA & GLPCT are not updated. The profit center details are updated in FAGLEXT, FAGLEXP & FAGLEXA tables.
    I need clarifications for the following: -
    1. How do I plan for the profit centers Profit Center & Balance sheets
    2. How do I do profit center Plan / Actual Assessments / Distributions
    Kindly clarify.
    Regards,
    Suraj

    I am also facing the same issue. Can anyone please guide how to handle the AUC downpayments  made in the legacy system to SAP?
    The solution I thought of is just create a special GL indicater for AUC downpayments and post the vendor payments in F-48. Please guide is this the complete solution? We are using the Internal Order for AUC with investment measure.

  • How to split string in data table row in c#

    hi,
    Binding List data in to data table,. in that table i have description column. this column data move to data table in sql server
    here we facing problem for Description column
    the description column having data is
    <div class="ExternalClassE4908D8C25DF4D1586D0A010BFBC5A53">3400</div>
    now we want only 3400 values i am using this code
    ring Descrption = rows["Description"].ToString();
    if (! string.IsNullOrEmpty(Descrption))
    char[] splitString = new char[] { '<', '>' };
    string[] parts = Descrption.Split(splitString,
    StringSplitOptions.RemoveEmptyEntries);
    // string[] Dec_1 = Dec.Split(new char[] { '<' }, StringSplitOptions.RemoveEmptyEntries);
    rows["Description"] = parts[1].ToString();

    Hope the below helps as start..Modify 
    //Option1
    Descrption = Descrption.Substring(0, Descrption.LastIndexOf("<"));
    Descrption = Descrption.Substring(Descrption.LastIndexOf(">") + 1);
    Console.WriteLine(" {0} ", Descrption);
    //Option2
    Console.WriteLine(" {0} ", Regex.Replace(Descrption, "<[^>]*>", string.Empty));
    accordingly..

  • Why in SE16 we can not  see New Data Table for standard DSO

    Hi,
    We says that there is three tables (New Data Table, Active Data Table and Change Log Table) of Standard DSO, Then Why in SE16 we can not  see New Data Table of Standard DSO.
    Regards,
    Sushant

    Hi Sushant,
    It is possible to see the 3 DSO tables data in through SE16. May be you do not have authorization to see data through SE16.
    Sankar Kumar

Maybe you are looking for