Table name for field Task code text

Hi guys,
               I need to work on a report.could you please help me to find the table name for the filed Task code text in the tab customer corrective actions in QM01/02/03.I needto fetch  the text for the corresponding Task code.

Hi,
I think you are searching for -
QPCD-KURZTEXT      or       QPCD-LTEXTV
For text field fetch - go to table - QPCT
If not give me more clear idea !!!!
Edited by: ashleshabhagatshelke on Jun 9, 2010 8:16 AM

Similar Messages

  • Table Name for Sales Order Header Text.

    Hi.
    Whats the Table name for Sales Order Header Text???
    Reg,
    Amol

    Hi Amol,
    please Try to check the below link
    http://scn.sap.com/thread/1361272
    http://scn.sap.com/thread/416757
    https://scn.sap.com/thread/1909247
    https://scn.sap.com/thread/811915
    Regards,
    Gurunath

  • Base table name for fields from Material Master

    Hi All,
    I want base table name which holds all possible values of following column:
    1)Material Master : X-plant matl status from tab -basic data 1
    2)Material Master: X-distr.chain status from tab -sales org 1
    for example: Base table for Prod.hierarchy is T179/T179T.
    Many thanks to all
    Yogesh

    Thanks Mahesh but I know its value available in MARA table for eery material. But i want to know where all possible distinct values are stored?... In other word, when we click on button which is next to this field and from that list we normally select value and then assign to above fields. Where this list is stored for
    X-plant matl status
    X-distr.chain status

  • Table names for fields from standard extractors

    Hello Experts,
    I want to know, if there is an easy way to find R/3 table names from extractor fields of standard data sources / extractors.
    ROOSOURCE , RSOSFIELDMAP did not help.
    Thanks

    Hi
    find your extract structure name from RSA6 or RSA5 and then go to SE11data type>give your extract structure name and click on 'where used list', then select 'programs'..
    You can see the name of the extract programs written by sap.go to the program then you can find the tables and their fields...
    Hope it helps up to some extent....
    Thanks,
    Teja

  • Some table names for fields

    Hi dear friends,
    this is Sreenivas,
    please let me know the fields for 1) gross wt
                                                         2) tare wt
                                                         3) net wt
                                                         4) weigh bill no
                                                         5) weigh bridge
    for a delivery challan no.
    Thanks in advance
    Sreenivas

    Hi,
    Check the table LIKP & LIPS..
    Thanks,
    Naren

  • Table name for field named URLGR

    hi
    can anyone pls tell me in which table can i find field named URLGR

    Hi,
    The field URLGR is not to be found as to what i tried..
    The tables mentioned by Anji, doesn contain the field URLGR.
    Can u say more elaborately, whats ur field's description!
    ****Reawrd points if useful.
    All the best

  • Table name for Transports return code

    Hi Floks,
    I have 400 transports list and they have recently to traget system.
    I need to know how many are ended with returncode 8.
    Is there any table where i can know the return codes of the transports?
    Regards
    Srini

    Goto STMS -- click on Import Overview (truck symbol) -- double click on your system --- it displays all the transport requests -- select heading of the status column -- click on filter button on the tool bar -- select the required status -- execute.
    Hope it satisfies your requirement.
    Veerendra.

  • Table name for Reason field in Details tab in CRMD_ORDER transaction

    hi ,
    kindly pls suggest me the table name for field Reason in Details tab of CRMD_ORDER transaction.
    thanks

    Hi,
    You need to go via these four tables:
    CRMD_ORDERADM_H
    CRMD_LINK
    CRMD_SRV_OSSET
    CRMD_SRV_SUBJECT
    /Anders

  • Table name for ANZSO

    Hi Experts,
    What is the table name for field ANZSO which is prasent in structure RF05L.
    REGARDS..........

    If u find this field in any transaction just activate the trace in ST05 before entering the transaction and
    later check the tables it is hitting in the trace...
    u may find some clue....
    tell me the tcode containing this field?
    regards,
    lavanya

  • Task Code Text

    Dear All,
                im new in SAP Abap. Im making reports on Customer Services module. I have a problem im using T-code IW53 and in Task tab i want to find out table the column is  "Task Code Text". When i F1 the structure is shown in the background. I want to get the text from the column "Task Code Text".
    pls help me.
    thanks in advance.

    Anil,
    MATXT is the TASK TEXT.. I need to find the TASK CODE TEXT......
    Gautum..
    I checked those tables as well and also QPCT...Doesnt help...

  • Find table reference for field FAEDT and ZINSZ

    Hi all,
               can anybody tell me the table name for field FAEDT and ZINSZ
    Thks
    Shailesh

    Hi,
        Try in this table J_3RFTAX_EXTRD
    34th FAEDT and 88th ZINSZ
    Regards
    Bala Krishna

  • Table name  and  field name needed for delivery note

    Hi  Experts
    I need to extract the following fields for Delivery.
    company code
    Sales organization
    plant code
    shipping point
    DDL No (VBELN)
    Sales order
    Customer PO
    Customer request date
    planned GI date
    sold to code
    ship to code
    ship to name1
    ship to name 2
    ship to address1
    ship to address2
    ship to address3
    DDL Line item(posnr)
    matnr
    DDL Doc. date
    DDL Doc. Created by
    anybody knows the field name and table name for above fileds pls help me.

    Hi,
    It is possible to get the data ship-to adress of delivery.
    step1:
             Go to LIKP table which is header data.Select the record from DB for delivery you want into one field string.
    step2:
           Get the customer number of the ship-to party (in field KUNNR IN LIKP Table) into one variable.
    step3:
           Using that customer number you can get the address of ship-to party of particular delivery in KNA1 table.
      Here is some peice of code.
      TABLES: kna1 , likp.
    PARAMETERS: p_del TYPE likp-vbeln.
    DATA:
         w_ship_to_num TYPE likp-kunnr.
    SELECT SINGLE * FROM likp
    WHERE vbeln EQ p_del.
    w_ship_to_num = likp-kunnr.
    SELECT SINGLE * FROM kna1 WHERE kunnr EQ w_ship_to_num.
    WRITE : 'Name :' ,  kna1-name1,
              'City   :'  , kna1-ort01,
              'State :'   ,kna1-regio.

  • Field  and Table name for purchaser

    I want to know the field and table name for purchaser id and purchaser name.
    Plz help me.

    Dear
    Purchaser name are define in Header level data in Purchase Order EKKO & Purchase ID define as a Purchasing Group
    Purchser Name EKKO-ERNAM
    Purchase I D  EKKO-EKGRP
    Regards
    Aamir

  • Want field and table name for RESERVED coloum in MMBE

    Hi ,
            There is a RESERVED coloum in MMBE and     I want this   * RESERVED* coloum  in  MB52   .
           I got to know that Field related to this  RESERVED coloum is BDMNG coming from table RESB .
           To confirm the field and table I checked the value in BDMNG by putting join on MARA and RESB where MATNR = BAUGR.
            But I got  value in BDMNG is 50 and in MMBE it is .228 for that material.
               Please tell me field and table name for RESERVED coloum. and hoe to join MARA and RESB  to get exact result.
    Thanks and Regards,
    Ranu

    Hi,
    Mara-matnr is not equal to Resb-matnr and it shows no record if i do like this.
    But Mara-matnr is equal to Resb-baugr, and it gives me 1 record .But porblem is that i dint get BDMNG field matching with mmbe RESEVERD coloum.

  • How to find table name for the fields from Standard Extractor in CRM system

    How to find table name of fields from the standard extractor in CRM system ?
    e.g. We use LBWE TCode in R/3 system to find table name for the field from Extractor VCSCL(e.g.).
    Likewise is there any way to find table name for the fields from Standard extractor like 0CRM_LEAD_I.

    Hi ,
    Please find the link below for understanding BW CRM analysis.
    http://help.sap.com/bp_biv135/html/bw.htm
    activate the CRM DSs by scenario:
    1) Activate the application component hierarchy (tcode RSA9). Changes made to the application component hierarchy in the CRM system can be transferred to the BW using the "Edit Application Component Hierarchy" (SBIW - Postprocessing of DataSources).
    SAP Note 434886 must be implemented in CRM 3.0 before the application component hierarchy is activated.
    2) Activate the Business Content DataSources (tcode RSA5).
    Select/enter the application component and choose Execute (F8).
    To compare the shipped and active versions, choose the 'Select Delta' pushbutton. If there is no active version of the DataSource, it is selected automatically.
    To activate the shipped version, choose the 'Transfer DataSources' pushbutton.
    3) Management of the versions of the BW-Adapter metadata (tcode BWA5). All DataSources are displayed that are managed by the BW Adapter.
    As in transaction RSA5 (Service API Metadata Activation), the 'Select Delta' function can be used to select the inactive DataSources or compare shipped and active versions.
    You can also go directly to the screen for maintaining DataSources that are managed by the BW Adapter.
    The 'Compare Version' function makes a detailed comparison of the shipped and active versions.
    All BW-Adapter metadata is considered when versions are compared:
    Header information (Table SMOXHEAD)
    Mapping information (Table SMOXRELP)
    Global selection conditions (Table SMOXGSEL)
    Attribute key fields (Table SMOXAFLD)
    Hope this helps.
    Regards,
    csm reddy

Maybe you are looking for