Which CRm table stores service group

Hi Guys
Could anyone tell me which table stores service group or check table for this field.
Prompt answers would be appreciated.
Cheers
Raj

Hi
if this is a partner function (so data is in document in Partner tab) you can find values in CRMD_PARTNER.
if this is data available in document in Organization tab, you can find values for document in CRMD_ORGMAN.
Regards
Radek

Similar Messages

  • Which CRM table stores the release quantity and target quantity

    I found one table named CRMD_SCHEDLIN, one field is Quantity, is it the target quantity or not? If not, which CRM tables stores this info?
    Thanks!

    H Tracy,
    As far as i could find the table CRMD_SCHEDLIN is the only table which stores quantity. the sum quantities of each line item gives you the target quantity of the order i think.
    Please check the source code of function module CRM_SCHEDLIN_I_GET_ORD_QTY_OW you may get soem idea.
    Thanks,
    Rajini A.

  • Which SAP table stores the ABAP program Source Code

    Hi All,
    Which SAP table stores the ABAP source code .
    Is it possible to retrieve the abap program code from database table
    wherein it is stored .
    Scenario :
    In our project SAP got decommissioned and SAP database is migrated to Oracle . As SAP is decomissioned , we are not able to access the SAP frontend . But we need a program code to service a request . Is it possible to retrieve the program code from the database
    which is migrated to oracle .
    Thanks
    Shikha

    This is an interesting question as the answer is may be different depending on your version.  For example, in new releases the table REPOSRC appears to hold a compress version of the course code in the DATA field, but you would need to be able to decompress it if trying to read this directly out of the DB.  I would assume that it uses gZip to do the compression, and there are ABAP utilities built in to do the compress/decompress.  Of course you can always read the source code by using the READ REPORT statement in any release, but of course this will not help you if you can not log on to your system.  Basically, if you system is corrupt for some reason, the best option is to restore from a backup.
    REgards,
    Rich Heilman

  • Crm tables for sales group and sales office

    Hello CRM Experts,
    Can any one plz. help me to find Tables for Sales Group and Sales office.
    It will be really helpful if the above fields have relation to the Business Partner.
    Thanks in Advance,
    Regards,
    Bharat.

    Hi Radek,
    I feel the table which you have given is the right table but in my scenario we have created sales office and sales group(in org structure) independently in CRM, so now we need to find these values from the table independently as well as with relation to BP the table which you have provided can be used for second scenario but if we want to fetch the values of all sales office and sales group which table i have to use.
    One more problem for second scenario is in BP we cant able to see the sales ofice & group values which we defined in CRM, if we can save BP with sales office and group values then only we can use the table which you have given
    Highly appreciable for your replies.
    Thanks,
    Bharat.

  • Which CRM table maintain the corresponding material info in ECC?

    The material info in ECC needs to be updated in the CRM, but I cannot find the corresponding CRM table which maintain the following info.
    ECC: (MM03)
    X-distr. chan status:  MARA-MSTAV
    DChain-spec.status: MVKE-VMSTA
    Item categpry group: MVKE-MTPOS
    CRM: (COMMPR01)
    X-distr. chan status
    DChain-spec.status
    Item categpry group
    Please help to sort this out. Thanks a lot !

    check database view CRMV_SALESA_BW and following tables
    COMM_PRODUCT
    COMM_PR_FRG_ROD
    CRMM_PR_SALESA
    COMM_PR_UNIT

  • Which database table store page names?

    Hi, I'm trying to retrieve the corresponding page name based on the NAME column from the OWA_PERF.TOP_PAGE_BYDAY table. I've tried to get the value from RTAL.WWPOB_PAGE$ using SITE_ID and ID, but it returns duplicates records with the same name. May I know which database table actually stores the specific page names without repeats?

    Sorry. there was a small mistake in my previous post. Here is the updated one:
    Hi, I'm trying to retrieve the corresponding page name based on the NAME column from the OWA_PERF.TOP_PAGE_BYDAY table. I've tried to get the value from PORTAL.WWPOB_PAGE$ using SITE_ID and ID (which is the first two parts of the NAME value), but it returns duplicates records with the same name. May I know which database table actually stores the specific page names without repeats?

  • Need you help !!! -- Which ECC table stores Function Area?

    Dear experts:
    I am new to Finance and here has one question need your help:
    We need to get Function Area in one of our report. Is function area master data or transaction data? Which table stores this field? To get this field, which fields should be the primary keys while reading in the table (like cost center or some other fields)?
    Any post would be appreciated and thank you all in advance!
    Best Regards.
    Tim
    Moderator: Please, read the rules of SDN and search before posting

    You can refer to table EKKO and field WKURS. This field in purchase order header table stores the exchange rate for the GR made against this Purchase order.
    Amit G

  • Which transparent table store the Query name

    All experts:
       I create one customized Query in T-code : SQ01, named: Z* , how can i find it's name in SAP transparent table?  which table store it? thanks,
    and Also which table store the Info set name??
    Thank you very much.

    Hi,
    Use table TADIR to know the details of ABAP objects.
    or use transaction sq01 to write ABAP query.
    Regards
    Rajesh Kumar

  • Which ECC table stores shipment # condition type level data?

    Hi all:
    Here I have a requirement to get freight data at condition type level for each shipment number.
    Does anybody know which ECC table/field maintain such data?
    Any post would be appreciated and thank you all in advance!
    Tim

    hi,
    this is to infrom you that,
    please try these tables:
    Tables for Shipping/Delivery document
    VTTK : SD Doc: Shipment Header
    VTTP - TKNUM: SD Doc : Shipment Item
    please check and confirm
    i have checked from my end.
    regards,
    balajia
    Edited by: balaji timmampalli achari on Nov 24, 2010 8:17 AM

  • CRM tables for service

    Hi All ,
    I am in a project to perform "SHARED SERVICE CENTER" a report to generate Average age of service requests .So I need to know the respective tables in CRM to built an extractor .So can any one help me in getting the tables relared to service in CRM ASAP.
    Sunitha.

    Hi Sunita,
    I think you wanted to calculate the time duration of the service requests. you can refer to tables
    CRMD_ORDERADM_H,
    CRMD_SRVPLAN_I (Service Plan Item - Service Cycle Interval).
    Or you can refer to FM CRM_ORDER_READ and export parameter ET_APPOINTMENT.
    Regards,
    Karthik.

  • Which oracle table stores the TCP/IP port for a database sid?

    Hi Experts,
    There is a way to get the host name and host address of a database.
    SQL> select utl_inaddr.get_host_address from dual;
    GET_HOST_ADDRESS
    10.xxx.xxx.xxx
    SQL> select DB_UNIQUE_NAME from v$database;
    DB_UNIQUE_NAME
    mydb
    Is there any similar way to know the TCP/IP port of the database instance?
    Thanks in advance for your help.

    Ora User wrote:
    Hi Experts,
    Thanks for your responses.
    Actually i am trying to create JDBC connection pool in weblogic using the oracle thin driver.
    dbURL = "jdbc:oracle:thin:@"+hostip+":1521:"+dbSID;
    I am getting the hostip and dbsid information from the database table but not getting the port information. Another way is to use the tnsentry usning the tnsnames.ora but it would not be possible in my case as these pools will be created in the weblogic during the deployment and dont have the tns information on the weblogic server.
    Regards
    Ora UserWell, you can't get information from the database without being connected to it. Therefor it is not logical to try to get the database to give you the information needed to connect to it. That's like trying to call someone on the phone to ask them their phone number. The only reliable way to get the info is to ask the listener: lsnrctl status

  • Which SNP table store information about LoadPlan and scenario within it.(parallel or serial)

    I've to query when I save my loadPlan for and scenario within it along with information how those scenario execute either parallel or serial.
    Fetch information even before they start.
    Also can Two scenario or LoadPlan have same name in single work repository.

    You can get the information from repository documentation on oracle support - https://support.oracle.com/epmos/faces/DocumentDisplay?id=1903225
    Names must be unique for load plans, same for scenarios although they can be versioned.

  • CRM Table Names

    Hello Experts
    Which CRM tables should I look to find out the product, plant and the business partner that was used, if I have the CRM transaction number. How are these tables linked to get the required information? If I require this info to be extracted to BW, what additional information is required for the BW resource?
    Thanks in advance.

    Hi know.how!
    CRM_ORDER_READ is a function module which can be used to get the details of any business transaction based on the Header GUID, Item GUID or both.
    Some Exporting Parameters in CRM_ORDER_READ Function Module
    Return Structure Name Details Fetched
    ET_ORDERADM_H Header Details of a Business Transaction such as OBJECT_ID, PROCESS_TYPE etc.
    ET_ORDERADM_I Item Details of a Business Transaction such as PRODUCT, PRODUCT_KIND, HEADER etc.
    ET_ACTIVITY_H Header Details of an activity such as PRIORITY, OBJECTIVE, Address Details etc.
    ET_ACTIVITY_I Item Details of an activity.
    ET_CUSTOMER_H Additional details at Header level
    ET_CUSTOMER_I Additional details at Item level
    ET_APPOINTMENT All the dates at Header and Item level
    ET_PARTNER Partner Details at Header and Item level
    ET_STATUS Status of Business Transaction at Header and Item level
    ET_BILLING Billing related details for a Business Transaction both at Header and Item (This structure was enhanced in a leading ISU SAP-CRM implementation to include BUAG_ID(Business Agreement) field in a Service Contract
    ET_ORDPRP_OBJL_I_D Object List details such as PRODUCT
    ET_DOC_FLOW Ref. Details of the previous Business Transaction
    Ex:
        CALL FUNCTION 'CRM_ORDER_READ'
          EXPORTING
            IT_HEADER_GUID                = lt_header_guid
          IMPORTING
            ET_ORDERADM_H               = lt_orderadm_h
            ET_ORDERADM_I                 = lt_orderadm_i
    Best regards, Kostya

  • Which SQL table holds opening balance?

    Dear all,
    I want to use crystal report to draw financial information directly from SQL database.
    However, I don't know which SQL table stores the open/ending balance of account item
    of a given period.
    Any one can help?
    Norman.

    Dear Gordon,
    So how is the calculation? Below is my guess. Please comment.
    For example, opening balance of account 1234 is $100DB.
    If I want to find opening balance of account 1234 as at period 2.
    Summing up all journal entries in period 1 to find the total debit/credit.(for example : $150DB)
    And add up the two ($100DB + $150DB) to get $250DB.
    This is the opening balance of account 1234 as at period 2.
    For opening balance as at period 3, sum up all journal entries in period 1 and 2.
    Add the result to opening balance.
    Please comment.
    I wonder if SDK DI has any COM object to get the result directly.
    Thanks.
    Norman.

  • SAP CRM Sales or Service or Marketing Professional Certification Exam

    Dear Experts,
    I have Experience in SAP ABAP and BW .
    I want to write SAP CRM Professional Certification Exam.
    But my Question is in which CRM module(Sales/Service/Marketing), I should do the certification.
    I mean which would be useful in  my career.
    Please let me know.
    Thank you.
    Regards
    Sam

    As you know in ERP, BW is cross system, in CRM happens the same, fristly I would ask myself in which ERP process where I was more involved. If I dealt with docuemtns (business transactions) I would go for SAP CRM Sales, if my vision is wider (MM, FI, CO) and not so focused on the SD area I would go for the services.
    In your situation I would go for the SAP Certified Application Associate - CRM Fundamentals with SAP CRM 7.0 EhP2 and forget about the "Professional" ones.
    https://training.sap.com/shop/certification/c_tcrm20_72-sap-certified-application-associate---crm-fundamentals-with-sap-…
    Cheers!
    Luis

Maybe you are looking for

  • Bluetooth stopped working after updating to iOS 6.1

    Yesterday I update the software on my iPhone 4 to iOS 6.1 and after starting back up it would not find my bluetooth headset (that I've used for the last year).  It will not find any bluetooth devices.  Previously, it would locate my headset, iPad, an

  • Creating self registration request using OIM API

    Hi guys, When we try to create a self regisrtation request using OIM API , we ge the following exception: We get this error when we set the following in Design console. Does user have to provide challenge information during registration = FALSE and p

  • Issues while upgrading from 9.2.0.6.0 to 10.2.0.4

    Hi Team, I am performing a db upgrade for 11i EBS aplplication. https://support.us.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1135973.1. I am running the dbua. and am into 7% into it. I am getting Error " insufficient priveleges". I tried

  • I web vs  upgrade to Rapidweaver,WP etc..

    I like I web[no html] it has nice tools,with very tasteful  look if you know how to squeeze it. I have comtemplated upgrading to Rapidweaver,Freeway,Sandvox and......Wordpress. Which are not complicated like Dreamweaver,but can maybe do more than I w

  • KCLJ - Master Data upload - Purchasing views not updating

    Hi I have been trying to upload the external data file using KCLJ. The General view and FI view of the Business Partner is being created, but the Purchasing view is not being created. can anyone assist in how to upload this role? thanks Christopher