How to determine Grid level type of an installation (POD)?

Hi everybody!
I am working on a report that should maintain the point of delivery in installations (IS-U).
With this task, I'm having trouble to determine the grid level type of the installation, which I need to select the grid that is assigned to the adress of the installation in EADRSTRTGRID_NEW.
The valid grid level types are maintained in table EGRIDLT but unfortunately, I could not find any connection to the installation exept for via the devision category? Any suggestions?
Thanks a lot for your help, kind regards, Kathrin!

Hi,
Table EUIGRID has fields POD and GRID. I hope you have POD to select grid from this table.
Regards,
Sunil

Similar Messages

  • How to determine the level Of FRBs

    Hi All
    Can anybody tell me how to determine the level of profit center ( FRBs)
    in SAP. I mean for example that how will i find out the level the level of
    FRBs in the table BSIS.

    Below query will help
    select Serverproperty('productlevel'),
    Serverproperty('productversion'),
    Serverproperty('edition')
    The last column will show you edition which will confirm whether it is enterprise ,standard,evaluation or express
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How to determine LDAP server type

    Hello,
    Please post some hints how to determine LDAP server type(MS AD, OpenLDAP, Novell, Sun...) from rootDSE or somehow else?
    Thank you,
    Vladislav

    Hello Vladislav,
    the root DSE should be the best place to look for such
    things, I'd say. This is where an LDAP server advertises
    its capabilities. However, I'm not aware of an easy, fail-
    safe way of doing the distinguishing. One way, which would
    need some good logic, though, would be to go by supported
    OIDs, e.g. a SunONE DS 5.x will have attribute values like
    this in the rootDSE:
    supportedExtension=2.16.840.1.113730.3.5.3
    supportedExtension=2.16.840.1.113730.3.5.5
    (basically saying the DS supports it's own replication
    protocol). But it is quite feasible for other servers
    to support this protocol and thus advertise those OIDs
    in the rootDSE. Therefore you'd probably need to check your
    logic again and again for every new release of every known
    directory server.
    My 2 cents,
    Karl.

  • How to Determine the levels of a cube in SQL

    Hi i know to determine the no of cubes we could use
    select * from all_cubes
    and its dimensions we use
    select * from All_cube_dimensions
    how do we determine the levels of a dimension??

    I speak better French. So you can translate with google.
    L'astuce que j'utilise est la suivante :
    1 - Extraire les données, un select
    2 - Enregistrer les données dans un fichiers txt ou csv
    3 - ouvrir le fichier avec excel
    4 - créer une colonne à gauche de la colonne contenant les données et écrire INSERT INTO TABLE VALUES (
    5 - dans la colonne de droite écrire *)*
    6 - enregistrer et tu as ton script pour transférer les données dans une autre BD.
    Bonne chance.

  • How to determine exchange rate type in shipment costs document?

    I would like to determine exchange rate type in shipment costs document, but I don't want to do it manually.
    Can anyone please give me a hint on how to do it?
    Thanks & Regards
    BJ

    System will determine the exchange rate type based on value maintained in exchange rate table.Tcode OB08.
    It will post the difference if any in the GL mentioned in transaction event key KDM in tcode OBYC.
    Reward if helpful

  • How to determine the data type of  a text field

    hi,
    I have a text field, now i need to know what data type i have given?
    it may be numerical, string, date & boolean data type. when i write something after that it will determine the data type of the input text? is it possible in jsp? Is there anyone who can help me about this? Please help me
    With regards
    Bina

    javascript:
    function test(sample){
          if(sample==true || sample==false){
           alert('boolean')
          }else if(isNaN(sample)){
           alert('number')
          }else{
          alert('string')
        }

  • How to determine purity level

    Hi everybody!
    Oracle determines purity levels of each stored procedure/function during validation/compilation. We can also set it "manually" by using pragma_restrict declarations.
    For certain dynamic maintenance processes we need to know the situation...
    Where is it stored? Is there a simple way to query it from some system view rather than to try executing "select my_function(my_arguments) from dual" and encount "ORA-06571: Function MY_FUNCTION does not guarantee not to update database"
    I have searched for some for the answer. However have not discovered any easy way to determine (query) it.
    Any suggestions are welcome, thanks in advance...
    Jaan

    Lately 10g. (in some places still 9 and even 8)
    However I have noticed that pragma RESTRICT_REFERENCES is still supported - you can make a function what in origin was able to manipulate table data to become "readonly"... Different from earier versions Oracle is able to determine purity of code by itself and we don't have to tell it any more...
    But that isn't me concern. I just want to have simple solution to retrive from Oracle information whether one or another plsql function is usable in SQL statement or not. It's obvious that Oracle "knows" it. Just want to know where it holds this information.
    Trying "select my_func from dual" seems to be too expensive workaround...

  • How to determine Oracle_Home default from multiple home installation?

    Does anyone know how to determine the current Oracle Home default in the registry when multiple Oracle Home exists?
    Both 8i and multiple 9i Version X's exist on a client machine. We need to determine the current default oracle home to determine path for various drivers.
    In analyzing the Oracle Home registry keys I have been unable to find a means for identifying the current Oracle Home default.

    Thank you for you reply, your advice is good. Unfortunately our application has to deal with all kinds of Oracle configurations and one of those is the multi-home issue. We have looked throughout the registry particular in the HKLM\SOFTWARE\ORACLE|ALL_HOMES\
    but have not found any entry that would indicate a default home. One two different system installation of multiple client installations there is no DEFAULT_HOME. We do have the HOME0, HOME1, ... HOME4 but, these are just sequencial based on when they where installed not on the order of preference or any default setting. Problem is our application needs to know the default home to locate the appropriate drives to use and appropriate connects service to look-up(tnsname) also.
    Thanks.

  • How to determine the transaction type?

    Hello,
    I have a requirement to disable the user when the role string field on the usr form is empty. I set up a post update entity adapter to do that and it works fine.
    When I want to enable the user using the Enable button, the above post update entity adapter detects that the role string field is empty and the user is Active, it disables the user right back.
    So, I need to set up a pre-update entity adapter that can detect the type of transaction. If the transaction is to Enable the Xellerate User, then I will update the role string to a dummy value (as long as it's not empty) so that the Disable adapter doesn't get fired.
    Is this possible to do? Where can I find the transaction type information for a given Object?
    Thanks
    Khanh

    Thanks
    This is the information that i got :
    java version "1.4.2_07"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07
    Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
    from this i could make out that the jvm is client version,, but how do i determine which vendor has provided the jvm .

  • How to determine the object type?

    Hi,
    I got a method that is of the following signature:
    Object result = method.invoke(object,args);The result can be any type from primitive types like double to class type.
    How can I determine whether the result object is of what type?
    I am thinking of using
    (if result instanceof Double)
          //do something
    }However, the method call invoke can return a primitive type double, so will the above method
    (if result instanceodf Double) be called?
    Thanks.

    However, the method call invoke can return a primitive
    type double, so will the above method
    (if result instanceodf Double) be called?(result instanceof Double) will be true because quoting the javadocs for Method.invoke(): "if the value has a primitive type, it is first appropriately wrapped in an object."
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/reflect/Method.html#invoke(java.lang.Object,%20java.lang.Object[])

  • How to determine memory board type and speed

    Hello.
    How can I determine the type of board and connector (e.g., SIMM, SODIMM, etc.) my Thinkpad W700 uses? How can I determine what the bus speed is, and then what speed memory I need?
    Thanks.

    GMAC-R60 wrote:
    go here enter your model & type number http://www-307.ibm.com/pc/support/site.wss/product.do?template=%2Fproductselection%2Flandingpages%2F... then click on product information
    Thanks. It took a bit of clicking around, but apparently my laptop's memory is on two SO-DIMM, DDR3, 1067 MHz slots.
    Memory
    PC3-8500 Non-Parity (NP) Double Data Rate Three (DDR3) Technology
    Two SO-DIMM SlotsThe use of 1067 MHz SO DIMM memory is recommended for this system.
    512 MB, 1 GB, 2GB, or 4GB memory
    Supports up to 8GB maximum memory
    2GB Intel Turbo Memory (selected models)
    Note: Only 64-bit operating systems support more than 3GB of system memory (RAM).

  • How to determine the MIME types of the files?

    I'm making an application, in which I've to upload the files to the database. Now I want to insert into the database the MIME type of the files. Now how can I know that which type of the file is having which MIME type?
    where can I get the list of all supported MIME types?
    Even if I get the list, then every time I update the file in the database, so every time I have to check the file extension and then insert the MIME type...
    this seems to be a tedioius job..
    Is there any simple way to do this?

    I could ask "supported by what?" but I assume you will
    be the one supporting them. Here's a link to the
    latest list of registered MIME types.HERE's the link...
    ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types

  • How to determine exact level of XE

    I need to download the JDBC Driver. I can tell my version is 10.2.0 from the directory name in the product install, but when choosing a driver you need to know one more digit, for instance 10.2.0.4 or 10.2.0.3. How do I get that?

    XE is tagged as 10.2.0.1, but it isn't directly equivalent to the Standard/Enterprise editions 10.2.0.1
    I'd always go with the latest version of a driver as they should be backwardly compatible with older versions of the database.

  • How to determine the file type in FTP

    What command code that should be sent to FTP server in order to identify if
    a given name (return from NLST command code) is a file, a folder, or even a link?
    Any help is greately appreciated.
    Thanks in advance,
    ferdieabtik

    user-exit for outbound COSMAS01
    Idoc extension

  • How to find the engine type in EP installation

    Hello,
    Please let me know how I can find whether EP installation is done on ABAP or J2EE engine.

    Tech
    There are several places where you can check.
    1.You can check in the User administration also. Go to User administration tab and search for a specific end user . In the result there is one column Datasource. If portal is installed on ABAP the column shows as ABAP.
    2.You can check it in the System Administration --> System Configuration -->UME Configuration
    Thanks
    Lakshmi
    Reward points if useful !!

Maybe you are looking for

  • WebStart Application is not working in Java 7 u45

    My Eclipse RCP application ( launched with WebStart (.jnlp)) crashes on startup while launching with Java 7 u45. I've added to the manifest: Permissions: all-permissions Codebase: * Trusted-Library: true This removed all of the warning messages from

  • Low Battery Warning

    I have had some trouble with the battery in my 1st generation MacBook Pro 15" (Core Duo, not Core 2 Duo). My problems are: 1. When the battery charge gets low, it switches itself off without any warning. 2. When I press that little button on the batt

  • Secure PDF from Crystal Reports

    What's the best way to secure a .pdf from Crystal Reports? I'm using reportdocument.exporttostream(ExportFormatType.PortableDocFormat) in vb.net(VS2005) to create an IO.MemoryStream which is then sent via email. I'd like to add a password to this fil

  • "Left Behind" by Flash Player lately (although by Illustrator and PhotoShop earlier)

    Adobe and Apple need to be more supportive of older systems and use of older software that one uses for special applications. I need to use Classic periodically and have to do my "gymnastics" in order to accomplish things that current or slightly ear

  • Enterprise Manager Bean (for BC4J)

    Hi all, Does anyone know who would be the correct person to talk to about the BC4J EM Bean? I got various responses at OracleWorld; apparently the integration of this bean was overseen by the EM team but actually developed by another (makes sense). O