From which table we can get cat_guid depending upon the guid of a tr.ticket

Hi Experts,
I have to find the cat_guid depending upon the guid which is in crmd_orderadm_h table to retrive the fields categeorization module/element/type maintained in the service ticket.
Please tell me from which table we can get cat_guid depending upon the guid of perticular trouble ticket.
points will be rewarded if helpful.
regards,
Ezal

Hi Ezal
Pass the GUID (CRMD_ORDERADM_H) to Function Module CRM_ORDER_READ to retrieve the required values.
I think this should do the trick.
Reward with points if helpful
Regards
Arden

Similar Messages

  • From which table i can get Customer No, Cust Ref, Contact name

    Hi CRM Experts,
    I want some fields ie (Customer Number, Customer Reference, Contact Name, Account Manager) from which table i can get this fields according to the Object_id.
    Provide any Tables names or Functional Module

    Hello Santu,
    To get this info in the Sales order, following steps ways you can go:
    1. Get Sales Order header GUID from table CRMD_ORDERADM_H,  as you have OBJECT_ID.
    2. Get the Sales order details by passing Header GUID to FM CRM_ORDER_READ and the exporting parameter table ET_PARTNER will give the parnter details of the Sales order. Read this ET_PARTNER table with partner function 0000001 i.e. sold to party which  is customer number and check the  ET_SALES Table where in PO_NUMBER_SOLD field will be refering to customer ref may be item level or header level depends on business,
    3. regarding the Contact name..check what is business requirement whether end customer contact or contact person of the customer.
    Hope it will help,
    Regards,
    Arjun
    <b>Reward points if it helps,</b>

  • From which table we can get the Role of the User in SRM

    Hi  All,
        I need to prepare a report which displays the user and his role in srm. So from which table i can get  the role of the user if i have the Userid.
    Thanks
    Channappa Sajjanar

    Hi
    t- code
    SUIM->rOLES->BY USER ASSIGNMENT
    SELECT WITHASSIGNMENT OF USER = username
    AS A OUTPUT YOU MAY GET ROLE ASSIGNED TO THAT USER.
    if you want which FM - you debug while executing this report.
    regards
    Muthu

  • From which table i can get the long text

    Hi All
    I have created some long text through function module CREATE_TEXT And i am able to see the text in the transaction .
    My requirement is from which table i can get these stored long text???
    Any suggestions please.
    Thanks

    Appreciate your answers.
    I have checked the both the fields stxh as well as stxl but i am not able to find any text fields out there.
    My actual requirement is some third party software needs to b mapped the table fields in order to import it.
    So if i know the table fields that would be easier.
    Can you tell me y we can not read it from the tables?
    Thanks,
    @run.

  • From which table I can get Vendor characteristic values ?

    Hi Everybody,
    From Which table I can get <b>Vendor Characteristic values from Vendor classification ?</b>
    Thanks & Regards,
    Nagaraju Maddi

    Hi
    Check the Tables
    CABN and AUSP
    or use the following
    Use the following BAPI's:
    BAPI_OBJCL_GETDETAIL
    or use the fun module:
    CLAF_CLASSIFICATION_OF_OBJECTS.
    Reward points for useful Answers
    Regards
    Anji

  • From which table i can get all activities ?

    I can get all active processes use below sql, select * from fuego_depproc a where a.fuego_status != 'D', but i don't know from which table i can get all activities of each process, who can tell me ? thanks.

    I don't think there is a very easy way to do that.... The Directory doesn't define the activities of a process, only the process itself, and the engine only cares about the where the instances currently are....
    One way I can think of, is use the Directory table FUEGO_PROCDEF_SOURCE and get the xml, then parse that and strip out the activity names...
    HTH,
    -Kevin

  • From which table i can get the details of cancled documents

    Hi All,
    here is an quarry,
    Iam haveing an Z report on purchase tax which has all tax report.
    but now the user want to same details for cancled document
    also.So can any help me from which table i can fetch the data
    urgent ! pls help me out!
    Regards,
    Rajashekar

    Cancelled documents will not be stored in Diff tables..
    It will be stored in the Same tables..
    For PO
    EKKO header level
    EKPO  Item Level
    EKBE Po History
    Material Doc
    MKPF  Header
    MSEG Item
    Invoice
    RBKP  Header
    RSEG Item

  • How to Find out the from which table we can get the following fields?

    The following fields are from invoice data
    How to  know or from which table we get the following fields:
    Header Details:
    Manifest:, Finance Control #:, Alternate SID:, Carrier:, Container/Trailer #:, Hazmat Code:, Harmonizing Code, Freight Forwarder, Fiscal Rep., Ship From,  Notify Party
    Item Details:
    VAT/Tax Rate %, VAT/Tax Amount, Measurements, Net Weight, Gross Weight
    thanks

    Dear Krishnama
    Place your mouse on the required fields and press F1.  A box with header Performance Assistant will appear in front of you where you select "Technical information" (icon like hammer and spanner). 
    You can now see what table it is.
    thanks
    G. Lakshmipathi

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

  • From which table could i get all the Variants of a ABAP program?

    Hi,
    From which table could i get all the Variants name which belong to a specific ABAP program?
    Thanks.

    Hi Hoo,
    You can get the variants of a ABAB Program from table <b>VARID</b>. Give the report name to the VARID-REPORT field and you will the list of variants for this report under field VARID-VARIANT and VARID-ENAME is the user who created the variant.
    Otherwise, You can use the function module RM_GET_VARIANTS_4_REPORT_USER to get the variants of a report
    Thanks,
    Vinay

  • From which table we can find account details?

    Hi,
    I'm working on Inventory reports.
    I have a scenario where I need to display the account details based on "REFERENCE_ACCOUNT" column in table MTL_TRANSACTION_ACCOUNTS.
    From which table we can find account details?
    Tahnkyou
    BalaKrishna

    Hi Bala
    You can user tab table which have the information of every table exist in your schema.
    you can use select from tab where tname like '%ACCOUNTS%'*
    i think it will help u.

  • In which table i can get original PIR qty.

    Dear Gurus,
                        i upded my PIR  qty in MD61. PIR qty automatically is keeps  redusing  after outbound process. in which table i  can get  the original PIR qty.
    regards
    Poste.

    Hi,
    you can check tables
                        PBIM                    Independent requirements for material
         PBED                    Independent requirement data
         PBHI                    Independent requirement history
         PBIV                    Independent requirement index
         PBIC                    Independent requirement index for customer req.
    Regards
    SANIL

  • From which table we can find the stuck process in workflow from background

    Hi There,
    from which table we can find the stuck process
    in workflow from background.
    i mean the table which store information about going on process.
    It's Urgent
    Thank's
    Bachan
    Message was edited by:
    Bachan

    You can also run "bde_wf_item.sql" script.
    Note: 187071.1 - bde_wf_item.sql - Runtime Data of a Single Workflow Item
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=187071.1
    "Oracle Workflow Cartridge (WF): Workflow Item Details Data Collection Test" should be also helpful.
    Note: 369576.1 - Oracle Workflow Cartridge Workflow Item Details Data Collection Test
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=369576.1

  • Can anyone pl tell me from which table i can fet credit exposure of custom

    HI all.
    can anyone pl tell me from which table i can fet credit exposure of customer...??
    or
    how to use credit_exposure/sd_credit_exposure??
    which is used?
    thanks,
    bobby.
    Moderator Message: Consult your Functional Consultant/specs.
    Edited by: kishan P on Sep 13, 2010 2:52 PM

    do you mean table KNKA or KNKK?
    regards Andreas

  • Which table i can get BED and ECS+SHEC values

    Hi all
    which table i can get BED and ECS+SHEC values and how i link to PO number..
    plz help me
    thanks
    ramesh

    Hi
    please search before you post the question ,
    this query is discusssed many times in the forum
    [Searching|http://lmgtfy.co/?q=sapexcise%20table]
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise

Maybe you are looking for

  • Error while copying Std determinatino rule in CRM

    Hi, I get the following error while trying to copy the existing determination rule. Could you analyse this please. ERROR MSG: Prefix number: entry missing for system CRD client XXX Message no. 5W023 Diagnosis Tasks, rules, and workflow definitions re

  • BasicTx and BasicRx daughter boards compatibility with USRP2920 and LabView

    I want to know that BasicTx and Basic Rx daughter boards from Ettus research are compatible with USRP2920 and Labview or not. Also do these boards supports variable gain or not? Please confirm  Thanks JK Solved! Go to Solution.

  • Where are podcasts located on my iPad 2?

    I have synced some podcasts to my iPad 2 and now I don't know where to look for them.

  • Error in /var/messages file

    Has eneone got the following error is the a sim problem ? What is Memory Module U0704 id 31 ? May 21 08:38:15 dupont pcipsy: [ID 758641 kern.info] AFSR=48890000.bf800000 AFAR=00000000.012c6728, May 21 08:38:15 dupont double word offset=5, Memory Modu

  • Exception on Graceful Shutdown

    hi While graceful shutdown, Its not getting shutting down properly and getting the Exception. Exception in myserver.log file: ####<Aug 30, 2004 12:51:38 PM GMT+05:30> <Info> <JMS> <BDC1-3ad83> <myserver> <Graceful shutdown task> <<WLS Kernel>> <> <BE