Revenue Analysis of Investment Certificates

Hello guys!
I have a product type created based on product category 20 - Investment certificate.
I´ve created a purchase transaction with PRICE = 500,000000 for this product on 10.01.2010 and I would analyse revenues that I got with this contract, let´s say today 10.07.2010
I updated, using t-code S_ALR_87008536 - Enter Security Prices, the security price for today with 505,00 but I can´t see revenues fixed until the date 10.07.2010 on t-code S_ALN_01001159 - Revenues.
I´ve created a sale transaction for the product, then I could see revenues using t-code S_ALN_01001159 - Revenues.
My question is: is ther any other report I can use to analyse revenues of product categories 20 - Investment certificate without having created a sales transaction for the contract?
Any clue or idea will be really appreciated.
Volnei Luiz.

Hi,
To check the revenue in that report, you need to maintain relevant configuration in IMG -- Transaction Manager-- General Settings -- Information System -- Revenue classification.
In this maintain the relevant profit/loss types and assign them to your valuation area for your update type.  Once you do the settings here only will it reflect in that report.
Regards,
Ravi

Similar Messages

  • Preinvestment analysis in Investment Mgt. appropriation request variant

    Hi,
    Can anybody provide some information on preinvestment analysis in SAP system?
    This tab is available in Investment Management- appropriation request - Varinats - Preinvestment analysis - Caliculate preinvestment analysis figures.
    I want the preinvestment analysis of an appropriation request shud be caliculated by SAP system itself. Wat r the configurations required to be done?
    Thanks
    Kishore

    You have to do the customization in IMG > Investment management > Appropriation Request > Planning > Specify Yield Curve for Determining Net Present Value
    Settings:
    1. Enter a yield curve for the currency,
    2. For each yield curve, enter any number of terms (The time period is not allowed to exceed 80 years).
    3. For each term, enter interest rate.
    After this Specify Value Date for Determining Net Present Value in the next step.
    Be sure of the cash flow for the variant, for correct calculation of the IRR and net present value.
    Reward points if the solution is useful
    Thanx
    Murali

  • Revenue analysis

    hi
    as i have accessing to portal
    i have access to revenue and sales forecast and customer compliant
    all this thing and other thing are located in my portal side
    already this assigin to me for excuting i need to know how to work with this new thing coz iam new in using this portal
    and one have note book or book name helping in this portal ???
    any document

    Hi,
    To check the revenue in that report, you need to maintain relevant configuration in IMG -- Transaction Manager-- General Settings -- Information System -- Revenue classification.
    In this maintain the relevant profit/loss types and assign them to your valuation area for your update type.  Once you do the settings here only will it reflect in that report.
    Regards,
    Ravi

  • Revenue analysis report: sap report S_ALN_01001159 : missing information

    Hello,
    Athough profit/loss types were linked to all update types, the profit&loss type for accrued interest update type are not reported for an unkown reason. Does anyone have good or bad experience with the standard version of this report? Any clue as to why accrued interest (e.g. update type AD1002 linked to P/L type 115 with sign "-") doesn't show up ?
    Thank you very much for your help,
    Carl

    Q1.Has anyone ran the report and picked up accrued interest?
    Answer: Yes. If you want, I can send you (by email) the evidence that this report works (with accrued interest).
    Iit looks to me that the profit / loss types are "hard coded" in the underlying abap code. In our case, we created a profit/loss type 115 for accrued interest, meaning we didn't take the standard P&L type 120.
    Answer: does not matter. You can use 1200, 1150 or any other. Up to Flow Category 15 (Interest Capitalization)  can be used. The report works.
    Q2. Does that mean that ABAP code needs to be amended?
    +Answer:No. The standard report works. +
    I'm using the report "S_ALN_01001151".
    Best regard.
    Lucciano

  • Dump during Purchase of Investment Certificate (Prod. Type 02A)

    Hello Experts,
    Please provide me with your inputs. System is giving dump when I am entering all the details in FTR_CREATE for product type 02A. Dump is attached in the post. This issue is pertaining to Valuation Area I guess.
    Also I am attaching customizing done for Accounting for Company Code: 1100.
    Deepak

    Previously i made the same mistake several years ago - i made Z01 valuation area, i assigned Z01 to compny code and deleted val. area 001. => i was not able to continue my TRM configuration. Then i found note that told me that valuation area 001 is forbidden to be deleted. You must always use it as the first valuation area. The next valuation area doesn't matter. Now i am not able to find that note.
    But i've found another note, try it or get back to val.area 001
    1329285 - Adjustability of paying valuation area

  • Treasury:Securities Module-Dividend Calculation-Investment Certificates

    Dear Friends,
    When dividend calculation is done at T.code FWZE, the system is calculating the dividend as defined at T.code FWZZ correctly,but it is calculating only on the original units but not on the cumulative capitalized Units.
    The process requires the dividend to be calculated on the cumulative units since the option is Reinvestment of dividends.
    We have tried with User Exit FV970001 & F64O0001 but with no positive result.
    Please help us with a solution.
    Regards,
    Srinivas & Rubel
    +91 9347259234

    Dear Friends,
    Pls help as I am clueless!
    Thanks and Regards,
    Srinivas and Rubel.

  • Feilds from FI to get Customer revenue

    HI Experts,
    I am genarating report on Customer revenue analysis - using 0NET_VAL_S in BI side, it gets data from NETWR- VBRP table.
    Along with that I want to restrict 0NET_VAL_S , with 0VTYPE - Value type = Actual,
    0DEB_CRED = D
    0doc_class = I (invoice).
    I thought , yhese feilds are available in FI table.
    can anyone tell me from table and feilds I can get data for above feils.
    Regards,
    rvc

    Dear expert
    check tables bkpf,bseg,bsis,bsak
    if new g/l is activated try in FAGLFLEXA ( Line Items) & FAGLFLEXT (Totals) Tables.FAGLFLEXP - PLANNED LINE ITEMS
    also refer below link
    Query SQ01: Table for customer revenue
    Regards
      Ajeesh.s

  • Investment calculator

    soory, in the last message I posted, not all the code was pasted in. Here is my message in full:
    Hi,
    I've started working on a college assignment but I am hoping to get some help along the way on my journey. I thought if someone could add to my program, then I could go off and work on it then if I get stuck again I could repost the revised code.
    This is some of the instruction I have been given:
    There are formulae to calculate the accumulated investment value of a series of regular payments and if you are familiar with these you may use them. However, since this program is to be written in an object oriented language (Java) it is sensible to consider any stream of regular annual payments as the sum of a sequence of single payments.
    Any help would be greatly appreciated
    Here is what I have done so far:
    import java.awt.BorderLayout;
    import java.awt.Container;
    import java.awt.Font;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.ButtonGroup;
    import javax.swing.JButton;
    import javax.swing.JCheckBox;
    import javax.swing.JComboBox;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JRadioButton;
    import javax.swing.border.EtchedBorder;
    import javax.swing.border.TitledBorder;
    import javax.swing.JMenuBar;
    import javax.swing.JMenu;
    import javax.swing.JMenuItem;
    * USERS INPUTS:
    1. The amount of the investment (decimal)
    2. The duration of the investment in years (integer)
    3. The interest rate for the projection (as a decimal representing a percentage, eg 3.5 for 3.5%)
    4. Whether the investment is for a single initial payment or a regular annual payment.
    PROGRAM OUTPUTS:
    1. A table of the accumulated investment value at the end of each year (to be provided in a scrolling text area)
    2. A graph of the accumulated investment at the end of each year.
    ADDITIONAL SOFTWARE REQUIREMENTS:
    1. The user should be able to select from a file menu to export the table of accumulated investment value to a file of their choosing so that they can analyse the investment in a spreadsheet or other application if they so desire.
    * @author ()
    * @version (version number 03)
    // These will be the questions:
    // ("How much do you want to invest?");
    // ("How many years to you want to invest your money for?");
    // ("What is the interest rate?");
    // ("Is you investment is for a single initial payment or a regular annual payment?");
    // JPanel radioButtonPanel = new JPanel();
    // radioButtonPanel.setLayout(new GridLayout(3, 1));
    // radioButton.setBorder(new TitledBorder(
    // new EtchedBorder(), "size"));
    // radioButtonPanel.add(smallbutton);
    // radioButtonPanel.add(mediumbutton);
    // radioButtonPanel.add(largebutton);
    public class InvestCalc extends JFrame
    Constructs the frame.
    public InvestCalc()
    // construct text sample
    sampleField = new JLabel("Investment Calculator ");
    getContentPane().add(sampleField, BorderLayout.CENTER);
    // this listener is shared among all components
    class ChoiceListener implements ActionListener
    public void actionPerformed(ActionEvent event)
    setSampleFont();
    listener = new ChoiceListener();
    createControlPanel();
    setSampleFont();
    pack();
    // construct menu
    JMenuBar menuBar = new JMenuBar();
    setJMenuBar(menuBar);
    menuBar.add(createFileMenu());
    // menuBar.add(createEditMenu());
    Creates the File menu.
    @return the menu
    public JMenu createFileMenu()
    JMenu menu = new JMenu("File");
    // menu.add(createFileNewItem());
    menu.add(createFileExitItem());
    return menu;
    // public JMenu createEditMenu()
    // JMenu menu = new JMenu("Edit");
    // menu.add(createMoveMenu());
    // menu.add(createEditRandomizeItem());
    // return menu;
    Creates the File->New menu item and sets its action listener.
    @return the menu item
    // public JMenuItem createFileNewItem()
    // JMenuItem item = new JMenuItem("New");
    // class MenuItemListener implements ActionListener
    // public void actionPerformed(ActionEvent event)
    // frame.reset();
    // ActionListener listener = new MenuItemListener();
    // item.addActionListener(listener);
    // return item;
    Creates the File->Exit menu item and sets its action listener.
    @return the menu item
    public JMenuItem createFileExitItem()
    JMenuItem item = new JMenuItem("Exit");
    class MenuItemListener implements ActionListener
    public void actionPerformed(ActionEvent event)
    System.exit(0);
    ActionListener listener = new MenuItemListener();
    item.addActionListener(listener);
    return item;
    public void createControlPanel()
    JPanel whetherPanel = createComboBox(); //this used to be faceGroupPanel
    JPanel amountGroupPanel = createCheckBoxes(); //this used to be sizeGroupPanel
    JPanel styleGroupPanel = createRadioButtons(); //this used to be styleGroupPanel
    JPanel interestGroupPanel = createRadioButtons();
    // line up component panels
    JPanel controlPanel = new JPanel();
    controlPanel.setLayout(new GridLayout(5, 2));
    controlPanel.add(whetherPanel);
    controlPanel.add(amountGroupPanel);
    controlPanel.add(styleGroupPanel);
    controlPanel.add(interestGroupPanel);
    // add panels to content pane
    getContentPane().add(controlPanel, BorderLayout.SOUTH);
    controlPanel.setBorder
    (new TitledBorder(new EtchedBorder(), "Is the investment is for a single initial payment or a regular annual payment."));
    Creates the combo box.
    @return the panel containing the combo box
    public JPanel createComboBox()
    whetherCombo = new JComboBox();
    whetherCombo.addItem("single initial payment");
    whetherCombo.addItem("regular annual payment");
    whetherCombo.setEditable(false);
    whetherCombo.addActionListener(listener);
    JPanel panel = new JPanel();
    panel.add(whetherCombo);
    return panel;
    Creates the check boxes
    @return the panel containing the check boxes
    public JPanel createCheckBoxes()
    italicCheckBox = new JCheckBox("there will be");
    italicCheckBox.addActionListener(listener);
    boldCheckBox = new JCheckBox("a text field here soon");
    boldCheckBox.addActionListener(listener);
    JPanel panel = new JPanel();
    panel.add(italicCheckBox);
    panel.add(boldCheckBox);
    panel.setBorder
    (new TitledBorder(new EtchedBorder(), "How much money would you like to invest?"));
    return panel;
    Creates the radio buttons
    @return the panel containing the radio buttons
    public JPanel createRadioButtons()
    smallButton = new JRadioButton("Small");
    smallButton.addActionListener(listener);
    mediumButton = new JRadioButton("Medium");
    mediumButton.addActionListener(listener);
    largeButton = new JRadioButton("Large");
    largeButton.addActionListener(listener);
    largeButton.setSelected(true);
    // add radio buttons to button group
    ButtonGroup group = new ButtonGroup();
    group.add(smallButton);
    group.add(mediumButton);
    group.add(largeButton);
    JPanel panel = new JPanel();
    panel.add(smallButton);
    panel.add(mediumButton);
    panel.add(largeButton);
    panel.setBorder
    (new TitledBorder(new EtchedBorder(), "What is the duration of the investment in years?"));
    return panel;
    Gets user choice .
    public void setSampleFont()
    { // get font name
    String whether
    = (String)whetherCombo.getSelectedItem();
    // get font style
    int style = 0;
    if (italicCheckBox.isSelected())
    style = style + Font.ITALIC;
    if (boldCheckBox.isSelected())
    style = style + Font.BOLD;
    // get font size
    int size = 0;
    final int SMALL_SIZE = 24;
    final int MEDIUM_SIZE = 36;
    final int LARGE_SIZE = 48;
    if (smallButton.isSelected())
    size = SMALL_SIZE;
    else if (mediumButton.isSelected())
    size = MEDIUM_SIZE;
    else if (largeButton.isSelected())
    size = LARGE_SIZE;
    // set font of text field
    sampleField.setFont(new Font(whether, style, size));
    sampleField.repaint();
    // private RectanglePanel panel;
    private JLabel sampleField;
    private JCheckBox italicCheckBox;
    private JCheckBox boldCheckBox;
    private JRadioButton smallButton;
    private JRadioButton mediumButton;
    private JRadioButton largeButton;
    private JComboBox whetherCombo;
    private ActionListener listener;
    private JComboBox facenameCombo;
    }

    Two things. First, do not re-post:
    http://forum.java.sun.com/thread.jspa?threadID=679806&tstart=0
    Second, when posting code, use the 'code' formatting button above. If you re-post the section of the code that you are having an issue with AND ask a specific question, we may be able to help you.
    - Saish

  • Need information about some queries

    Hello, I need help in finding the documentation (use, rows, columns, free characteristics etc) about these queries. I've already looked in the BI documentation in help.sap.com but I haven't found anything about these ones. If anyone knows the links where I can find them or has info I would very much appreciate it.
    Thank you!
    Production capacity     ZPP_BW_Q02
    Actual Activities - extended     0PP_C04_Q0004
    Detailed Activity Analysis     0PP_C03_Q0019
    Production Indicator     ZPP_C03
    Delivery Perfomance     0PP_MP01_Q0003
    PP Capacidades     ZPPCAPACITY
    Repetitive manufacturing     ZPP_BW_Q03
    Customer: Plan/Actual Sales     0SD_C01_Q030
    Incoming Orders by Plant     0SD_C03_Q00004
    Sales order material     0SD_C03_Q0012
    Most Frequent Product Combination     0SD_C03_Q0020
    Direct Business Volume per ADM     0SD_C03_Q0022
    Decrease in Sales     0SD_C03_Q006
    Sales Order and Sales Revenue Values by Sales Representative     0SD_C03_Q024
    Preselection of Top Ten Customers     0SD_C03_Q025
    Error-Free Order Processing - Top 10 Customers     0SD_C03_Q026
    Amounts and Dates for Delivery Delay - Top 10 Customers     0SD_C04_Q0009
    Amounts and Dates for Delivery Delay     0SD_C04_Q0010
    Quotation Pipeline     0SD_C05_Q0007
    Customer-Related Quotation Success (with Material)     0SD_C05_Q0008
    Overview: Freight Documents and Invoices     0SD_MP02_Q0002
    Plan Customer I     ZCUSTOMER3
    Plan Customer II     ZCUSTOMER4
    Analysis of Due Date for Net Payment (Business Partner)       0FIAR_C03_Q1005
    Customers: Overview       0FIAR_C03_Q0007
    Overdue Analysis (Business Partner)       0FIAR_C03_Q1004
    List of Open Items for Due Date Analyses       0FIAR_O03_Q0001_CR
    Asset List       0FIAA_C12_Q0001
    Transaction Data Report       0FIAA_C11_Q0001
    Depreciation Posted       0FIA_DS13_Q0001
    Asset Acquisitions       0FIA_DS11_Q0001
    Asset Retirements       0FIA_DS11_Q0004
    Investments by Quarter       0FIA_DS11_Q0002
    Transaction Data Report      0FIA_DS11_Q0003
    Collection Agencies Receivables/Revenues       0FC_C03_Q0001
    Monthly Overview of Installment Payments       0FC_C04_Q0001
    Completed Installment Plans       0FC_C05_Q0001
    Profit Center - Account View (SAP Analytics)       0PCA_MP01_Q0004
    Profit Center - Balance Sheet (SAP Analytics)       0PCA_MP01_Q0002
    Profit Center - Income Statement (SAP Analytics)       0PCA_MP01_Q0003
    Profit Ctr Key Figure - Return on Investment (SAP Analytics)      0PCA_MP01_Q0001
    Profit Center: Plan/actual/variance balance sheet accounts       0PCA_C01_Q0016

    Throwing my hat in the ring for updates on this as well. I was searching for a good "Sales Orders by Sales Rep" query and couldn't find anything in the help.sap documentation. I did some where used queries on 0SALESEMPLY and came across all of these queries from just 0SD_C03 that aren't documented (as far as I can tell):
    0SD_C03_DB_Q0001
    D&B Revenue per Customer with family tree
    0SD_C03_DB_Q0002
    Dun & Bradstreet Duplicate Customers to one DUNS Number    
    0SD_C03_DB_Q0003
    D&B Customer Revenue Analysis
    0SD_C03_DB_Q0010
    D&B Customer Details
    0SD_C03_Q00004
    Incoming Orders by Plant
    0SD_C03_Q0001
    Overview: Freight Documents and Invoices
    0SD_C03_Q0012
    Sales order material
    0SD_C03_Q0015
    Preselection Business Partner (only CRM)
    0SD_C03_Q0016
    Most Frequent Product Combination (only CRM)
    0SD_C03_Q0017
    Cross Selling Target Group
    0SD_C03_Q0018
    Sales Volume for Product Hierarchy
    0SD_C03_Q0019
    Sales Volume Decrease per Business Partner
    0SD_C03_Q0020
    Most Frequent Product Combination
    0SD_C03_Q0021
    Preselection Business Partner
    0SD_C03_Q0022
    Direct Business Volume per ADM
    0SD_C03_Q0023
    Sales Order and Sales Revenue Values from the Last 12 Months
    0SD_C03_Q0024
    Decrease in Sales
    0SD_C03_Q0025
    Incoming Orders of the Last 12 Months
    0SD_C03_Q0026
    Top 10 Materials Based on Incoming Orders of Last 12 Months
    0SD_C03_Q0100
    Returns per Business Partner
    0SD_C03_Q0101
    Sales Volume Development per Business Partner
    0SD_C03_Q012
    Returns per Customer Top N
    0SD_C03_Q024
    Sales Order and Sales Revenue Values by Sales Representative
    0SD_C03_Q025
    Preselection of Top Ten Customers
    0SD_C03_Q026
    Error-Free Order Processing - Top 10 Customers
    0SD_C03_QDB001
    Dun & Bradstreet Rationalization for All Customers         

  • OBIEE 11g: Searching Subject Area for measure names in Answers

    Hello,
    I have installed OBIEE 11g SampleApp 825 and just exploring the provided set of dashboards.
    From the samples, I am performing following steps:
    - I selected Edit Dashboard (for 2.1 Simple Demo Dashboard)
    - For Column 2, in the Master Detail 1 Compound View, I did Edit Analysis
    - which took me into the Answers design interface with 4 tabs (Criteria, Results, Prompts, Adv).
    In the Criteria tab, there is the Subject Area pane on the left where it shows the Subject Area this Answers report is built on and a bunch of Folders like Time, Products, Base Facts etc.
    Beside the Subject Area pane, is the Selected Columns pane where you drop fields from the folders.
    This particular analysis (Product Line Analysis) has three columns: Revenue Analysis, Products Hierarchy and T05 Per Name Year.
    Now, I want to find the folder to which the Revenue Analysis measure belongs. So, I started expanding each node/folder in the Subject Area pane and visually searching for "Revenue Analysis"....cannot find it!
    How to determine which Subject Area folder a field on the Analysis belongs to? In Oracle Discoverer, only the Folders from which fields are selected are "enabled" so it's easy to navigate straight to that folder. Or again, in Discoverer, you can actually search for a particular field name and it will return all folders that have that field name pattern. While the Search feature on the top row is useful in finding which Analysis/Report match a string, it does not help in identifying relevant Subject Area Folder fields that match a pattern.
    Is something similar available in Answers/OBIEE 11g?
    Thanks,
    Manish
    Edited by: mhathi on Oct 21, 2010 8:53 AM

    Again answering part of my own question...It was staring me right in the eye and I couldn't see it:-)...When you have a column in the Selected Columns pane, it's source is right there above the field name. If there is no source folder listed, then it might mean it's a formula. For example in my case, the Products Hierarchy column has the word Product above it...that's the folder it belongs to.
    Good. But, the follow-on question still remains, how to search for folders containing a particular string, to find say all folders that have columns like %Margin%?
    Edited by: mhathi on Oct 21, 2010 9:27 AM

  • Changing the work order concept .

    While creating  PM Order IW31 , I get responsible work center and profit center populated once I select the main work center .
    My question is if I change the Main work center should the responsible work center and profit center change automatically ?In my case it does not change and my client is asking if they can be changed by some settings .
    Along with this I have some doubts as where the following comes from and what s their significance.
    >Responsible cost center(Additional Data)
    >Profit Center(Additional Data)
    >Cost Center (location tab )
    >Cost Center (in settlement rule )

    Responsible cost center(Additional Data)
    This is labor cost center which have been defined in Main work center. In KP26, for the combination of this cost center & activity type which has been mentioned in Main work center, cost will be defined. So its important to calculate the Internal labor cost.
    Profit Center(Additional Data)
    Generally profit centers will be defined to club the costs & profits, so that in controlling, profitability analysis can be done. Each cost center will be assigned to profit center. More cost centers can be assigned to profit centers. For example, by means of production, company will get the revenue. By means of maintenance, they incur some cost. By comparing cost & revenue, analysis for CO can be done easily.
    Cost Center (location tab )
    This will be picked from Technical object (Equipment / Functional Location) masters. This is settlement receiver where order cost will be settled. So that, by seeing cost center based report, we can find out how much we spent on for maintenance.
    Cost Center (in settlement rule )
    Generally Cost Center (in settlement rule ) will be Cost Center (location tab ).

  • How to link CRM Campaign to ECC Sales Orders

    Dear all,
    How to see Sales (R/3) that happened as a result of Specific CRM Campaign execution.
    while creating R/3 Sales Order where do we refer relevant Campaign ID.
    In SAP how to analyse with respect to Budget, Cost and Actual Sales for a Campaign.
    In Campaign where do we enter Budget and Cost information and how will it synchronize with R/3 system for revenue analysis purpose.
    What is the standard solution for this and what is the required landscape for this.
    Please help me to resolve the above issues, Each suggestion will be highly appreciated.
    Best regards
    Raghu ram

    Hi Raghu,
    You have to do the configuration related to Campaign Determination for geting the campaign Id in ECC sales Order.
    Pls find the related link to do the configuration
    http://help.sap.com/saphelp_crm40/helpdata/en/6b/160ade5eda5b42a0d756961f99a2a1/content.htm
    Regards
    Vinod

  • What's the Meaning of Dimension in SAP B1?

    Sir,
    What's the Meaning of Dimension in SAP B1? And how it is used in Profit Centre ?
    plz tell me ......!

    Hi,
    Dimension - Dimensions configured in the system provide customers with multiple views of an expense and revenue analysis.
    For further clarifications and use you can check the details in the following links :
    Dimensions - Cost Accounting.
    http://help.sap.com/saphelp_sbo881/helpdata/en/fe/9b2e5e66894e378d041732fcdd531a/content.htm
    http://help.sap.com/saphelp_sbo881/helpdata/en/91/f6349f3c9047d5b91696c02ac6e9d6/content.htm
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Dun & Bradsteet report - 0SD_C03_DB_Q0003

    Hi all,
    I want to work on report based on Dun & Bradsteet report - 0SD_C03_DB_Q0003.
    here i am unable to identify
    0SOLD_TO__0DBCTRYCOD - D&B country
    0SOLD_TO__0DBGUDUNS - D&B GU: D-U-N-S number
    0SOLD_TO__0DBLGLSTAT- D&B legal form
    0SOLD_TO__0DB87SIC1 - D&B US 1987 SIC Code (hierarchy)
    I have installed IC -0sd_c03 and infoobjcet 0SOLD_TO. But above objects are missing.
    I got to know the usage D & B. But i am unable to identify fields, tables and datasource at R/3 side.
    does any worked on this report and looking for solution , how to get data for those fields.
    regards,
    rvc

    Hi,
    You may find information in the below links:
    [D&B Customer Revenue Analysis|http://help.sap.com/saphelp_nw70/helpdata/en/8c/23bf4585334a4d97bc9179f2da7733/frameset.htm]
    [Implementing D&B Vendor and Customer Analysis for SAP BW|http://help.sap.com/saphelp_nw70/helpdata/en/8c/23bf4585334a4d97bc9179f2da7733/frameset.htm]
    Hope this helps...
    Rgs,
    Ravikanth

  • Query on filter on fact column

    Query on filter on fact column
    IN OBIA AR Transactions subject Area
    the fact is filtered on (RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='REV' OR RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='UNEARN') in the Informatica ETL
    (RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='REV' OR RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='UNEARN')
    I need to bring in the Tax information  within the subject area from the table above and extend the Filter to include 'Tax'
    (RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='REV' OR RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='UNEARN')
    and
    (RA_CUST_TRX_LINE_GL_DIST_ALL.ACCOUNT_CLASS='TAX')- which comes from Account_class
    will this amendment affect the existing subject area and  in turn produce higher report numbers
    secondly
    if i would  like to understand how i would try and work out the report
    AR amount split by tax
    Invoice Number Account class AR Amount
    001  REV  100
    001  Tax  20
    to produce the above report i have to remove the filter on the ETL
    but make sure that when  the user DOES NOT hits the Column Account class in analysis then by default put a filter on the fact column source which keeps only 'REV' or 'UNEARN'
    thanks

    The answer lies in GL revenue analysis subject area 

Maybe you are looking for

  • HS_TRANSACTION_MODEL / Is DG4ODBC capable of SQL_DATA_SOURCE_READ_ONLY?

    We're currently using READ_ONLY_AUTOCOMMIT as setting for HS_TRANSACTION_MODEL in attempt to minimize potential for locking in remote database. Nevertheless, read locks are created with DG4ODBC use by default and persist within remote database for du

  • No display from Mini on PC Monitor

    Hi, Can anyone help me please? I picked up a used Mac Mini for a little project I'm involved and as a way to test out Apple computing (I'm a complete Apple newb). I got a mini vga cable to connect my old (ish) PC monitor. I can here the Mini boot up

  • Upgraded i7 Coupon Not Working

    When I attempt to purchase a Thinkpad W540 with i7 processor I'm unable to use the coupon code that appears right before checkout. Maybe I'm doing something wrong or the coupon code simply doesn't work. Any help would be appreciated!

  • Problem printing from Safari to hp printer

    I have been having trouble printing documents such as fedex shipping forms and epicurious recipes from safari to my hp officejet 6110. For example, a one-page document will kick out a blank page or two, then print the upper one-third of the document

  • Dashboard Prompt clears box

    Hi all. I have an issue using the Multiselect prompt in a dashboard, imagine that you create a prompt over a column with more than 500 distincts values, then in a dashboard you want to select all the values except one. So in the dashboard you open th