An internal object created when we create multiprovider.

Hi experts.
I want to know the internal object created when we create and activate a multiprovider.
Thanks

Hi,
your enquiry is a bit unclear to me please precise...
A multiprovider is nothing else than a combination of single providers where some of their characteristics can be combined in order to show and aggregate data in a single report.
There is no physical data storage for a multiprovider.
We can assume a multiprovider as a VIEW of type SELECT UNION.
Simplified:
SELECT CHAR1, CHAR2, KF1 = SUM(KF1), KF2 = SUM(KF2) FROM PROV1
UNION
SELECT CHAR1, CHAR2 = '#', KF1 = 0, KF2 = SUM(KF2) FROM PROV2
in the above CHAR1 are common to the two Provider whereas CHAR2 is only contained in PROV1, thus the data coming from PROV2 will show "not assigned"
Likely, KF2 is present in both providers whereas KF1 doesn't exist in PROV2 (=0).
hope this helps otherwise let us know....
Olivier.

Similar Messages

  • How many methods copies will create when i create multiple objects

    Hi
    I have big doubt in java. See the following Program
    class A{
    public int i;
    public static int j;
    public void methodOne(){
    Sytem.out.println("Welcome");
    public static void methodTwo(){
    System.out.println("Welcome methodOne");
    class B{
    public static void main(String[] args){
    A obj = new A();
    A objOne = new A();
    A objTwo = new A();
    In this program how many method copies and variable copies will create when i create mulitiple objects. I am sure that only one copy j variable and methodTwo method (becz both are static) for all the objects. what about the method methodOne and i. Here how many copies will create. Could you please explain this concept very clearly.
    Thanks and Regards
    Sherin Pooja

    Sherin wrote:
    Sorry I pasted the previous comment with table format. Here the table format is not working
    Local variables---Stack     
    Instance/Member/field variables---Heap     
    Class/static variables---Static Memory
    Methods---Methods do not live on the heap or stack.Incorrect. Methods live in the method area, which is "logically part of the heap," according to the JVM spec.
    Instance/Member/field variables---It will create and destroy according to object initialization and destroy.That's very poor English and doesn't really capture what happens.
    policyHolder = new PolicyHolder(); //Dynamic objects will be stored in the heap.
    All objects are stored in the heap. There's no distinction between "dynamic" and "static."
    Class/static variables---Static variables are created when the program starts and destroyed when the program stops.Wrong. They are created when the class is loaded and destroyed when it is unloaded.
    I don't know where you got all this information from, but I recommend you don't use that site. Much of it is just plain wrong, and the rest is very poorly written and imprecise.

  • Lines needs to create when u create the header

    Hi Friend,
    this is my requirement,
    1) i have header and lines related page, both header and lines will have save when you click the save button.
    2) here i need to perform one validation that on save button, lines need to create when u create the header.header must have lines.
    3)under save button i have written commit operatition, both line and header table having one common column called -> hid
    can you please provide me some psudococe on this

    Hey,
    You can implement the above requirement in both ways:
    1.Using EO
    2. Using PLSQL Packages.
    Using EO's
    Create the below : MasterVO, ChildVO,  MasterChildVL
    Create an advanced table with details region in it.  You can refer DevGuide for more info. if you want.
    Make use of advancedTable : addRow functionality.  When you commit it.. data will be saved in both tables.
    Regards
    Sridhar

  • Thumbnails created when I creat document in easy DMS

    Hello,
    Can somebody help to analyze this problem?  When I creat a document and attach an original file to the document in easy DMS, there will be a thumbnail created meanwhile. This is not expected, and can you tell me why and how to avoid this?
    Thank you.
    BR
    Michael

    Since you are using easyDMS 7.1.2.2, note 948254 that you have applied is obsolete.
    Please refer to SAP Note 1367514 for registry settings in SAP Easy DMS 7.0 &above.For 'DisableThumbnails' parameter,setting value to 1 will disable the creation of thumbnails from EasyDMS interface.See if this helps.
    Regards,
    Pradeepkumar Haragoldavar

  • Adding a Custom Object Class When You Create an LDAP Object

    Hi all,
    under which path i can configure below material ?
    http://docs.sun.com/app/docs/doc/819-4438/gatkz?l=en&a=view
    Cheer
    ubd

    Hi Shane,
    I cannot search any
    ou=basicuser,
    do u know the DN when DA use to create default user ?
    we create customize bulk add using perl script, the object class for our custormize bulk add are
    top, iplanet-am-managed-person, iplanet-am-user-service, organizationalperson, inetadmin, sunimuser, person, inetOrgPerson, sunamauthaccountlockout, inetuser, inetlocalmailrecipient, sunpresenceuser, iplanetpreferences, ipuser, inetsubscriber, inetmailuser, UBDStaff, userpresenceprofile, sunucpreferences, icscalendarusercode}
    these are the object class create by DA by default userpresenceprofile, sunucpreferences, iplanet-am-user-service, icscalendaruser, top, iplanet-am-managed-person, organizationalperson, inetadmin, sunimuser, person, sunamauthaccountlockout, inetuser, inetlocalmailrecipient, sunpresenceuser, iplanetpreferences, ipuser, inetorgperson, inetsubscriber, inetmailuserI need to customize the DA default user management so i can use the web console to add new user.
    Cheer
    ubd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Mac OS 10.6.8.  In address book I have tried to delete some groups (created when I created an account in mail which I then subsequently deleted).  However in address book edit the delete button is greyed out.

    I cannot delete groups in address book because the delete button is greyed out.  I have deleted the original mail accounts which created the address book.  I could just leave the groups there but the problem it creates is that address book tries to connect to the relevant server every time I open mail, then I get various error messages because it cannot connect.  Thanks for any assistance.

    I found this link for a similar problem someone had with a Lotus Notes account. I used it to resolve my issue with a different email account (basically followed the same steps, and then looked for the particular account I needed to delete)... hope it helps!
    http://aumja24-usa.blogspot.com/2010/10/iphone-removing-lotus-notes-traveler.htm l

  • Objects created when creating table maintenance generator

    Hi guru's,
      I heard that when we creating a table maintenance generator for a table, it will create view,search help and some else.Is it true?
      Please tell me what objects will be created when we create table maintenance generator for a table and why? what is the exact use of creating table maintenance generator for a
    table other than reduces the time for entering large volume of data.
    Regards,
    Rakesh.

    Hello Rakesh,
    TMG is a tool meant and designed to maintain Customizing table/views. Customizing essentially means, that the data should be transportable across clients/systems.
    All this, and the facility to maintain data (display, edit, create, delete, translate) is provided by the TMG. When you make the changes like above, the TMG also provides you features to automatically also enter the changes into transport requests.
    Coming to what objects are created when you generate a maintenance dialogue -
    1) A Customizing Object (merely a class C/G table or view does not become a   
                                        customizing object)
    2) A function group (as entered in SE54 details, if the function group does not already
                                  exist)
    3) Lot of coding within the function group (Func modules, subroutines, includes)
    4) Screen(s)  (1 or 2, depending on a setting in the TMG)
    5) An automatic recording of all these objects into a transport request, for you to conveniently ship them to other systems in your landscape (this, if automatic recording is
    switched ON in your system)
    Authorization group - It is not created automatically (unlike function group). You need to specify an existing Auth group, or use a different functionality to create on of your requirements.
    Does this answer most of your questions? Please revert if you need more clarifications.
    Regards
    Rekha
    PS: Actually, why dont you try generating a maintenance dialogue for a sample z-table and see what all gets generated?

  • 500 internal server error when trying to create users

    I am getting a 500 internal server error when trying to create users. What is the cause? We tried reinstalling the latest java jdk release and that didn't help.

    Check whether your DBControl or ASControl service is still running or crashed. EM is not able to connect to the Management Server.
    For instance in Windows, you may see that the Servise is not started. Then check for error logs in $ORACLE_HOME/sysman/logs for any related error messages in the log files

  • Why when I create a object in system automaticlly store in $TMP?

    Hi, all
    As title, when I create a object in my quality system , always automatically store the object in the $TMP,
    I have to modify it from menu Goto->Object Directory Entry-> Change Package.
    I hope when I crate a object automatically store in the package NOT $TMP.
    Edited by: xuehui li on Jul 9, 2010 4:50 AM

    Hi,  But when I create a new DTP NO asking me let me create or select a place to store.  Just automatically store in $TMP immediately!
    So I have to go to menu 'Goto-> Object Directory Entry->' modify the package from $TMP to my working package.
    so it is very strange!  I think for sure there is somewhere to set up this option to DONOT store at $TMP automatically instead of asking for me store in where.
    Edited by: xuehui li on Jul 9, 2010 5:20 AM
    Edited by: xuehui li on Jul 9, 2010 5:22 AM

  • When we create internal order of mobile

    Hi All,
    when we create internal order of mobile then the shown are error messages that number is not within valid enterval. Firstly over company mobile expenses are on reliance what we move in airtel.
    plz solve the problem.
    Moderator: Please, avoid asking basic questions

    Hi,
    check what number range has been setup for order type in which you are creating internal order.
    regards,
    Prashant Rane

  • "Operation is not valid due to the current state of the object" error when trying to create a link for a shared folder in OneDrive

    I'm trying to share a folder in OneDrive with another user in my organization, and create a link so that people outside of the company can see the folder. Whenever I try to create a link I get an error that says: "Couldn't create the link sorry something
    went wrong operation is not valid due to the current state of the object" How do I resolve this?

    Hi,
    Sorry for replying late and I noticed that you posted another thread in this forum:
    http://social.technet.microsoft.com/Forums/en-US/2b8c6f54-9c59-4b37-b28f-1d49a1b7913b/operation-is-not-valid-due-to-the-current-state-of-the-object-error-when-trying-to-create-a-link?forum=officeitpro
    I've replied and kindly refer to it to see if it is helpful.
    Regards,
    Melon Chen
    TechNet Community Support

  • When we create a table maintenance generator what is the program object

    When we create a table maintenance generator what is the program object
         & What is the database object is being created?

    check links
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=use%20of%20table%20maintenance%20generator&cat=sdn_all
    http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm
    http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Rewards if useful.....................
    Minal

  • When we create an object, do we have to declare it as private?

    hi all i mjust a biginner
    the question is i got two classes
    Students, Marks
    when i create Marks object
    Marks marks;
    like this but do we have to put private before this?
    private Marks marks;
    like this? or not??
    have to??? what if i don't do

    You never have to declare a field or variable private but it's often a good idea.
    A variable, or class definition can have one of three access modifiers in front of it, or none.
    private - means can only be accessed in the same source file
    public - means can be accessed from anywhere in the program
    protected - means it can only be accessed by this class or one that extends it.
    None of the above allows it to be accessed from the same package or source directory.

  • What is the program object is being created when we activate smartform?

    What is the program object is being created when we activate smartform?

    hi,
    while activate the smart form, a function module is being created.
    by using this function module we can pass the business data to the form.
    in print program we can simply call the function module which has been created by smart form while it activate and pass required parameters to it.
    for more information follow this link.
    http://sap.niraj.tripod.com/id67.html
    regards,
    Ashok Reddy

  • When you create an object in SAP's JAVA, does it go on stack or heap?

    When you create an object in SAP's JAVA, does it go on stack or heap?
    Or somewhere else ?
    Thanks

    Simple answer is ..
    Object references go to stack
    the object(instance variable etc) go to heap.
    Hope this answered your question.
    Please award points for useful answers.

Maybe you are looking for