How to find the premise GUID to a given premise number in CRM

Hi Guys,
I try to find the PremiseGUID (VerbrSt.GUID) to a given Premise Number (Verbrauchsstellen-Nr. in German), either in  IS-U (6.0) or in CRM (2007).
I need it as a foreign key in CRM table ISU_POD to connect the PoD with the Premise (field is named u201CFF0047u201D or u201CVerbrSt.GUIDu201D  in table ISU_POD).
I think it should be a 22 dec. alphanum. field, corresponding to the 10 dec. num. field of the premise number.
Any suggestions in which table(s) I can find the PremiseGUID?
Thank you very much.
Christian

Hi Anji,
            The view VIAUF_AFVC  is for maintenance orders and operations. I tried giving my functional location on the selection screen and checked for the contents , but it says no entries found. Probably this table will get populated only when a maintenance order is issued.
   I need to find out the equipments at a given functional location . Is there any other way ?
regards,
Venkatesh.

Similar Messages

  • How to find the data flow for a given module.

    Hi ,
    Is there a way to find the data flow for a given module(Example AR,AP,......).
    I mean are there any predefined document other than user guides that explains with data flow diagrams(including the tables involved).
    Any help would be greatly appreciated.
    Thanks & Regards,
    Naveen.

    No such public document available from Oracle unless from Oracle Education.
    for some specific operation you can check Process tab inside Oracle Application which shows the data flow as part for workflow process.
    Regards
    Prashant Pathak

  • How to find the Time zone of a given country & state

    Hi,
    Does anyone know how to retrieve the Time zone of a given Country/ State/ City?
    If I give 'United States of America' & 'California' as input, i want to get 'Pacific Standard Time' as output.
    Regards,
    AMRITA..

    There is no such built-in functionality. You would need a special database of all cities in US (if you want US only) or in the whole world that would tell you in which time zone a city lies. One US state may use multiple time zones, so you need a database at city (or, possibly, at least county level).
    I have no idea if anybody provides such a database, but Oracle certainly does not. Note also that such database would change over time as time zone assignments change from time to time.
    -- Sergiusz

  • How to find the t-code of a given ABAP report, if any?

    How to find tcode if any assigned to a report program (ABAP) ?
    Instead of going to SE38, then test - run direct thru F8. An alternate fast way?
    Thanks,

    Hi,
    In order to check T.code assigned to an ABAP program, go to se38 and click on display which will open the ABAP code of the program. Now on this screen press CtrlShiftF5. On the left side of the screen you will find the object associated with the ABAP program. Expand on the object Transactions, which will show you the T.Code associated with the program.
    Hope this helps.
    VK

  • Where/How to find the condition-types to an given order-position

    Hi,
    need to knwo the table, where the
    kondition-types to an order --> order-position
    are stored!?
    Because I want to analyse, which order (order-positions)
    have a specific kondition-type!
    Thanks for help!

    Hi,
    the condition types are stored in table konv. To get the link between an order and the corresponding condition types, first read the order header (table vbak). The field vbak-knumv is your link to table konv.
    Regards,
    Thomas Langen

  • How to find the Commitment cost for a PM order using tables ?

    Hello all ,
           How to find the Commitment cost for a given PM order using table  .
    Thanks and regards ,
    Prem.

    Issue got resolved

  • Getting the Last day for a given week number

    Dear Gurus,
    I want to find the Last day of a given week number.
    Can anyone help me out.
    Regards
    Madhu K

    Here I dont want to pass date,
    If I give Week Number, Can I get that Week Numbers
    Last date and First Date.
    test@ORA10G>
    test@ORA10G> -- this query fetches the start and end dates for a specified week in the current year
    test@ORA10G>
    test@ORA10G> select
      2    wk as week,
      3    min(dt) as start_date,
      4    max(dt) as end_date
      5  from (
      6    select
      7      trunc(sysdate,'yyyy')+level-1 as dt,
      8      to_char(trunc(sysdate,'yyyy')+level-1,'ww') as wk
      9    from dual
    10    connect by level <= trunc(add_months(sysdate,12),'yyyy') - trunc(sysdate,'yyyy')
    11  )
    12  where wk = &week_number
    13  group by wk;
    Enter value for week_number: 1
    WE START_DAT END_DATE
    01 01-JAN-08 07-JAN-08
    test@ORA10G>
    test@ORA10G> /
    Enter value for week_number: 23
    WE START_DAT END_DATE
    23 03-JUN-08 09-JUN-08
    test@ORA10G>
    test@ORA10G> /
    Enter value for week_number: 52
    WE START_DAT END_DATE
    52 23-DEC-08 29-DEC-08
    test@ORA10G>
    test@ORA10G> /
    Enter value for week_number: 53
    WE START_DAT END_DATE
    53 30-DEC-08 31-DEC-08
    test@ORA10G>
    test@ORA10G>pratz
    can be shortened further:
    test@ORA10G>
    test@ORA10G> select
      2    to_char(trunc(sysdate,'yyyy')+level-1,'ww') as wk,
      3    min(trunc(sysdate,'yyyy')+level-1) as start_dt,
      4    max(trunc(sysdate,'yyyy')+level-1) as end_dt
      5  from dual
      6  where to_number(to_char(trunc(sysdate,'yyyy')+level-1,'ww')) = &week_number
      7  connect by level <= trunc(add_months(sysdate,12),'yyyy') - trunc(sysdate,'yyyy')
      8  group by to_char(trunc(sysdate,'yyyy')+level-1,'ww')
      9  /
    Enter value for week_number: 1
    WK START_DT  END_DT
    01 01-JAN-08 07-JAN-08
    test@ORA10G>
    test@ORA10G> /
    Enter value for week_number: 53
    WK START_DT  END_DT
    53 30-DEC-08 31-DEC-08
    test@ORA10G>
    test@ORA10G> /
    Enter value for week_number: 23
    WK START_DT  END_DT
    23 03-JUN-08 09-JUN-08
    test@ORA10G>
    test@ORA10G> /
    Enter value for week_number: 14
    WK START_DT  END_DT
    14 01-APR-08 07-APR-08
    test@ORA10G>
    test@ORA10G>Message was edited by:
    pratz

  • How Do I Find the Partition GUID?

    I'm new to server administration and I've been looking for a way to find the GUID of a partition on a hard drive.  I've read a lot of articles on GPT and partitioning in general, and I reviewed all the articles suggested in the Related Topics section
    that opens up when a person goes to post a question in these forums, and thus far nothing I've read has given me the answer.
    I can find the GUID of the hard drive, but drives can contain multiple partitions, and I'd like to be able to find the GUID for any partition.  I'd like to use a script to retrieve the partition GUIDs for a drive, but I'd also like to be able to get
    the GUIDs manually as a check against the script results.
    Can anyone tell me how to find the GUIDs for the partitions on a drive?
    Thanks for any help that you can offer.
    --Tom

    I understand perfectly thankyou.
    However, you can have a partition on a disk that doesnt necessarily have a volume in windows.
    A volume must have a partition that it is applied to, however a partition doesnt always have to have a volume, a single partition can also contain multiple volumes (extended partitions if you will, where multiple logical drives can be created within it)
    You can refer to the following reference for the differences between a volume and a partition
    http://en.wikipedia.org/wiki/Volume_(computing)
    Regardless of which, the powershell command I provided still provides the solution to the original query
    If you would like further evidence of the difference between partitions and volumes as far as windows is concerned, you can refer to the WMI namespace for each
    This will return all of the partitions that exist (powershell)
    GWMI -namespace root\cimv2 -class win32_DiskPartition
    This will return all of the volumes that exist (powershell)
    GWMI -namespace root\cimv2 -class win32_volume
    Notice how there are more volumes than partitions?
    So, as I said before, I don't believe windows assigns GUID's to partitions, but it does to Volumes.
    Kriss Milne, MCSE | Infrastructure Specialist

  • How to find the header and item level status of a CRM contract ?

    Hi,
    Few questions
    A. How to find the header and item level status of a CRM contract ? My req is to select all the contract line items which are in CLOSED status.
    B. How to get the BPs associated with a contract ?
    Anyone have the list of CRM tables and the relation amongst them. Please mail me in [email protected]

    CRMD_ORDERADM_H     Contains the Header Information for a Business Transaction.
    Note:
    1.     It doesn’t store the Business Partner
           responsible for the transaction. To 
           get the Partner No, link it with
           CRM_ORDER_INDEX.
    2.     This table can be used for search
           based on the Object Id(Business
           Transaction No). 
    CRMD_CUSTOMER_H     Additional Site Details at the Header Level of a Business Transaction
    CRMD_LINK     Transaction GUID set for all the Business Transactions
    CRMD_ORDER_INDEX     Contains Header as well as Item details for a Business Transaction.
    Note:
    1.     It doesn’t store the Business 
          Transaction No (Object ID).
          To get the Business Transaction No  
          link the table with
          CRMD_ORDERADM_H
    2.   This table can be used for search
          based on the Partner No
    CRMD_ORDERADM_I     Stores the Item information for a Business Transaction. The scenarios where we have a Contract Header and within contract we have Line Items for the contract, this table can be useful.
    E.g. Service Contracts
    CRMD_CUSTOMER_I     Additional Site Details at the Item Level of a Service Contract
    Pl.reward points.......

  • How to find the advantages of ESS_100 SP19 over SP13

    Hi all,
    1.Is there any way to find the what is advantages of SP19 over Sp13 of ESS 100, like portal we can find it by release note of SP.
    2. how to find the difference between theses SPs
    Thanks in advance
    Gopal

    PLease check some of the SAP released Notes which are ditrectly not answering your query but u can find a hint form these as there is no direct comparision guide.
    Note 1156006 - SAP ERP 6.0 SP Stack 13 (06/2008) Release Information Note
    Note 961078 - ERP 2004 SP Stack 13 (08/2006) Release and Information Note
    993265 - Known issues with Portal Platform SP19
    968791 - NW04: Central Note for Portal SP19
    Note 1079797 - Web Page Composer: Known issues in SP13
    Note 1174934 - SAP Product Definition 2.0 SP13 Release Information
    Cheers!!
    SJ.

  • Where can I find the user guide instructions to the hp officejet J4680 printer?

    I'm a novice and want to learn how to use my Officejet J4680 all in one printer. Where can I find the user guide instructions to the HP Officejet J4680 printer? Thank you for responding.

    The user guide and other documentation for the Officejet j4680 can be downloaded from HP here.

  • How to find the material based on the division.

    Hi All,
    My requirement is to read the all the material(products) in the division.
    I have executed  transaction code:COMMPR01 and seen division field  in material tab.
    I found the table CRMC_DIVISION but i did not find any maetial.
    Please help me how to find the PRODUCT in the division.
    Thanks,
    Venkat

    Hi Venkat,
    There are three tables that you need to refer to get the products for a particular division in CRM.
    1. Go to table COMM_PRMAT, pass the division and get the Set Guid for all the products
    2. Go to table COMM_PR_FRG_REL, pass the Set Guid and get the Product Guid of all the products.
    3. Go to table COMM_PRODUCT , pass the product guid and get the list of product ID which belongs to that particular division.
    I hope this will help you.
    Regards,
    PP

  • How to find the Cross Dependencies of tables

    Hi,
        I have table in Database A, but that table is referencing in another database in the instance's SP,Views and Jobs.How to find the full dependencies of the table include cross database.
    I tried with below T-sql but no luck..
    --object that view depends on..Tables referenced in Below View---
    SELECT * FROM sys.sql_expression_dependencies
    WHERE referencing_id = OBJECT_ID(N'Table-Name');
    GO
    --objects depends on the view--
    SELECT * FROM sys.sql_expression_dependencies
    WHERE referenced_id = OBJECT_ID(N'Table-Name');
    GO
    pls guide me..I am planning to remove particular table but before i need to find all the dependencies on the table.

    see
    http://visakhm.blogspot.in/2010/01/finding-cross-server-cross-db-object.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to find the what version ( Data center or Standard ) of SCOM installed

    How to find the what version ( Data center or Standard ) of SCOM installed
    Raghavendra Bhat

    Raghavendra, you are true. There are two version of System center 
    Microsoft considers the Standard version for those who are “lightly” virtualized, i.e., those that do not need an excessive number of VMs running in the organization.  The license for Standard includes 2 processors and 2 VMs (or two
    OS instances).  You can stack licenses if you need to add additional processors or additional VMs in your environment, but there is a breakpoint where it makes more sense, financially, to opt for the Datacenter package.  That breakpoint will generally
    be around 5 VMs.  Pricing is $1,323 for System Center 2012 Standard.
    Microsoft considers the Datacenter version for those organizations who are highly virtualized.  System Center 2012 Datacenter licenses include an unlimited number of Operating System Environments (OSEs) in an on premises environment
    or eight OSEs in a public cloud environment.  Large Enterprises and Cloud providers will benefit most from this model.  Pricing is $3,615 for System Center 2012 Datacenter.
    For more information about licensing and difference between system center Datacenter and standard, you can refer below link
    http://myitforum.com/myitforumwp/2012/01/17/new-system-center-2012-suite-versioning-and-licensing-model-simplifies-and-excites/
    Please remember, if you see a post that helped you please click (Vote As Helpful) and if it answered your question, please click (Mark As Answer).

  • To know how to find the Creation date, Assignement date and Activation date

    Hi All,
        Can you please guide me to find the answer for the below mentioned questions:
    Apart from Change log ,
    1, Creation date
         May I know is there any approach to find the  Creation date of a particular Pricing condition type.
    2. Assignment date -
        How to find the assignment date of a particular condition type to a pricing procedure.
    3. Activation Date -
        May I know is there any to find out the date of Activation for the Customer hiearchy in T code VDH1N
    Presently I'm working on SAP ECC 6.0For the above question I tried T codes and table but I'm not able to find out exactly. Even in Change logs I'm not able to get it.
      Can you please guide me where I'm missing.
    Thanks in Advance
    Thanks & Regards,
    Pugal

    Hi,
    Something like this
    select table_name, created from user_objects where object_type = 'TABLE'Regards
    Anurag Tibrewal
    Oops: I did not see the requirement correctly. If auditing is not the option for you then logminer (if archive is present) else no other option i can think of.
    Edited by: Anurag Tibrewal on Oct 6, 2009 8:37 PM

Maybe you are looking for

  • How do I add a link to an external site from my navigation toolbar?

    I want to add a link to an external page on the navigation bar, but when I right click or use inspector nothing looks useful. Any help is appreciated. Thanks.

  • Boot camp is no longer bootable

    I am currently on a 13" Mac Book Pro 10.9.5 This morning, I went to boot up my Mac HD and is would not. I checked to see if my Windows 7 partition would boot up and it did. I then used Disc Utility to try and repair my Mac HD, but found that it was u

  • Non-radio Remote HELP!!

    I have the 5th gen 30gig Ipod. I recently bought the inMotion speaker/docking staion and also the Apple remote(non radio. At the time of purchase the guy at future shop said this remote would be compatible. In the remote instruction it said refer to

  • How to place an image created with DefineBitsJPEG2?

    We are writing software that generates native SWF's in binary. We define a simple JPEG image using DefineBitsJPEG2. When we try to place the character using PlaceObject2 and a simple scaling matrix. The swf renders completely blank. My question is: I

  • Why do I get a page "Index of / "

    Why do I get a page named "Index of / " with a list of all my links, when I type my URL in a Browser?  I named my home page index.html, but the browsers insist that I add /index.html to the end of the URL.  I have another website where I don't have t