MM Related Fields

Hi,
  I am given below the list of fields related with Materials. 
TDID - Text ID
TDSPRAS - Language Key
TDFORMAT - Tag Column
TDLINE - Text Line
These fields I find the table LTX1_TMP. I need to know in which materila view these fields exist ?
Thanks
GR

In the following views in MM03 you will find the texts maintained.
1. Sales Text View
2. Purchase Order Text
The material level texts are stored in STXH and STXL. You can use READ_TEXT FM to get these text values.
Hope this helps.
Thanks
Balaji
Edited by: Balaji Ganapathiraman on Mar 14, 2008 5:20 PM

Similar Messages

  • How to add related fields from one transaction to other transacction?

    Hi all,
    I have a problem. I need to add an OPPORTUNITY field (SALESCYCLE) to the ACTIVITY transaction because of an upgrade and I'm now in a new world... The CRM 2007 is an unexplored place to me.
    I added some custom fields (Z fields from the CUSTOMER_H) by adding the context node BTCUSTOMERH to the BT126H_APPT component, view ApptDetails, with transaction BSP_WD_CMPWB (thanks Stephen Johannes for your blogs) and all works correctly.
    I tried doing the same with the SALESCYCLE and it doesn't worked... :_(
    I added the context node BTOPPORTH, but I'm sure I failed at the wizard step with the "Higher level context node" or with the "BOL Relation", but I can't find the correct answer. I found the field in the "Configuration tab", I put it in my view but the GET method doesn't work... The field remains always void.
    I don't have problems adding activity related fields, but when I try to add some flow related (opportunity one in my case) fields it's different.
    I have been looking for any solution but I have only seen that I can add this attribute directly to one context node and modify some BAdI or do any thing similar, but I don't know how to do that either. I will accept this solution if someone tells me how to do that... But I think the first solutions could be the most appropiate (I can be wrong... of course!)
    Thanks in advance....
    Sergio

    Thanks for your answer, Subhasis!
    Your solution is correct if I want to add to the Activity a field related to the Activity or some field on the DocFlow structure (the case you described), but it's not my case. I did that with customer fields before and all worked correctly.
    My scene is like this. I have an Opportunity and there is a follow-up Activity created. When I want to see the Activity, I need to show on the Activity transaction the preceding Opportunity field SALESCYCLE, which is at the CRMD_OPPORT_H table (BTOPPORTH context node).
    The problem comes when I add this context node to the Activity. I think the application is trying to get the field from the CRMD_OPPORT_H with ACTIVITY data and it returns void to the field. I think it forgets to get the opportunity data first and after that try to get the SALESCYCLE value from the CRMD_OPPORT_H (with the Opportunity GUID).
    By the moment, I have added the attribute SALESCYCLE to the BTDOCFLOW context node and, at the moment he do the GET, I change the field it gets by the GUID of the opportunity:
         dref = current->get_property( 'SALESCYCLE' ). "#EC NOTEXT
          dref = current->get_property( 'OBJKEY_A' ). "#EC NOTEXT
    Then I go to the CRMD_OPPORT_H directly to get the SALESCYCLE value...
    I know it's a bad solution... but it works and I don't know any other solution by now. If anyone can help me to do it correctly I'll be greatly appreciated!
    Regards,
    Sergio

  • The Relate Field is not working, why ?

    Hello,
    I'm editing the Customer Statement Report (Collection Report) from the System.  I need the Customer Reference Number and it never works with the original system report.  I don't understand why I don't have anything there because I did save data in those fields.
    So tried to pick the A/R Invoice : Customer/Vendor Ref No field and paste it in the report.  Then I extract the Invoice no from the reference field and I use it in the relate field.  But it's not working, it only points on the first record.  Why ?  Do you know why ?  If I could do a formatted search it would be done already.  It's simple I want do do a simple SQL query....
    Message was edited by:
            Daniel Gagnon
    Message was edited by:
            Daniel Gagnon

    Ok, I did like you said.  And I got the reference number, but I'm missing many rows of transactions.
    If I run the report from the "By Journal Posting" I got my 5 customers and all their transactions.  But this way, I can't get the reference number.  But with the "By Document Sales" I got only 2 customers with few transactions. I must see all the transactions and all the customers.  All those customers had at leat 1 invoice and the incoming payment related to that.  But I don't see those with "By Document Sales".
    Instead I began to work on XL Reporter to do the same thing.  But I can't find a way to insert a Page Break after each customer.
    The best would be to do it from SAP, but without the reference number and all the transaction, the report of SAP can't be used...

  • Po tax related fields

    can anyone tells me that which sap fields & table i should take for the following po tax related fields?
    1> basic price
    2>excise duty
    3>cess
    4> salary tax(lst)
    5> surcharge
    tnaking you.......

    Check tables KONH and KONP
    The values will differ based on COndition Types...
    You can check the same in ME23N .... Conditions tab....also
    Based on the condition type you can take the value and percentages as basic price or tax..etc

  • Finding the related field for "Leave Type"  from the BI content in HR modul

    Hi good after-noon!!
    Can any one help me out in finding the related field for "Leave Type"  from the BI content in HR module?
    Regards,
    Suman.

    Hi Suman ,
       U can get the information in KTART field in PA2006 table in SAP. This field can take values like annual leave type, long service leave, study leave etc....
    Regards
    vamsi

  • After obtaining the ObjectID, what crm call do I need to make to receive it's related fields?

    After obtaining the ObjectID, what crm call do I need to make to receive it's related fields?
    I currently have a PHP script which emails the ObjectID number to my email account (this was for initial testing).
    What CRM call do I need to make to obtain the customers information related to the ObjectID?
    I need to retrieve the customers username (or email) and their password. 
    I need this information to create another account on another external system.
    How the system will work:
    Customer makes a purchase and inputs their information including a username/password along with their payment information.
    After the transanction is complete the ObjectID is sent to my php script.
    The script takes the objectID and sends it back to BC to retreive the customers username/password.
    Once this is retreived, it is sent to an external database creating an account on another system.
    (If anyone has a quick script for this, feel free to share if you would like.)

    Seems like no one's biting and I don't have experience with the API much so you should probably hit up Mario in a private message to see if he can help: http://forums.adobe.com/pm-post!input.jspa?to=822747

  • Related Field and Efective Date

    I have one row of data, having role name and effective date
    on my page Level one , I have two fields, Field A is display control field, Field B is Relate field.
    1) If effective date is bigger then the current date , my Field B can auto turn to empty
    2) If effective date is small then the current date , my Field B can display the role Description
    No people code is found, Do I miss any thing? if not, How People soft handle this?

    If effdt is at level 0 that means that your component is effective dated.Yes, it have effdt on level 0, do you meant since this the component can handle
    This by itself?
    You need to use the include history button.For what? , if not including the history button , what will happen?
    And also check of effdt is a key at the related field record.Yes

  • Relation and field ( or relational field) between VBRP + VBAP

    hi all,
    can anyone pls tell me the  relation and field ( or relational field)between VBRP + VBAP

    Hi,
      U can make use of VBFA  (Sales document flow)table for this.
    If you have the billing document number and item then provide them in the subsequent document (VBELN) and item(POSNN) fields of VBFA table and provide the preceding doc category as 'C' to get the sales order information.
    Similarly if u have the sales order number and item then pass them to the preceding doc and item fields of VBFA and pass the subsequent doc category as 'M' so that u will get the billing doc number.
    thasnks and regard

  • Table relating fields Equipment number and grouping2.

    hi all,
    i m making a report for T-code 'IE03' and i have to display grouping2(FGRU2) and its description in output with respect to Equipment number(EQUNR), but problem is that i m not getting the table relating to both fields. can anyone please help me as soon as possible plz.?
    i have these fields in ITAB, so if i get any relation from grouping2 then our problem will be solved.
    DATA : BEGIN OF itab OCCURS 0 ,
           equnr TYPE itob-equnr ,                  "Equipment No.
           shtxt TYPE itob-shtxt ,                  "Description
           answt TYPE itob-answt ,                  "Acquistn Value
           inbdt TYPE itob-inbdt ,                  "DATE
           anlnr TYPE itob-anlnr ,                  "ASSET
           aufnr TYPE itob-aufnr ,                  "ORDER NO.
    *******New Addition
           HERST type ITOB-HERST ,                  "Manufacturer
           mapar TYPE itob-mapar ,                  "Manufacturer Part Number
           serge TYPE itob-serge ,                  "Manufacturer Serial Number
           brgew TYPE itob-brgew ,                  "WEIGHT
           groes TYPE itob-groes ,                  "DIMENSION
           fgru2 TYPE efhm-fgru2 ,                              "Grouping2
           fgrtxt TYPE tcf13-fgrtxt,                "GROUPING2 DESCRIPTION
           END OF itab .
    regards saurabh.

    Hi.
    itob is database view.
    tcf13 is tras.Table.
    efhm is Structure.
    You cannot select data from a structure.
    A structure / work area contains data only at the run-time.
    You can select data from views and tables.
    The data you need to select will be in Database tables. All you need to do
    is to find those table and select from there.

  • To display MIRO related fields

    Hi to all
    I have to develope a report consisting of following fields.
    This report is for Micro, Small & Medium enterprises report.
    PO No.     
    GRN No.     
    GRN Date     
    GRN Value
    Vendor Code     
    Vendor Name     
    MIRO-MM Doc      
    MIRO-FI Doc No.     
    Amount     
    Payment Doc No.     
    Posting date     
    Chq No.     
    Chq Date
    Now I am not getting the linking of MIRO-MM doc no to fetch MIRO related details of a PO.
    Please guide me.
    If possible send me code.

    HI,
    Use Table
    EKBE - PO HIstory
    RKPF - Invoice header
    RSEG - Invoice Item.
    BKPF - accounting docu, header
    BSEG - accounting docu. item
    reward if useful,
    Regards,
    Chetan.

  • PO related fields display

    Hi,
      Please clear my doubt. Iam using tables mkpf,mseg and eket and these tables iam displaying the fields
    material document,P.O, delivery schedule line counter and delivery date.I got the output but here for every PO their r more than one items and its related delivery date. so i need to display for each PO only one item and its related date which is the latest mean the recent date. I did this by sorting and deleting adjacent records but still iam not able to produce correct o/p.
    i think u understood my question and if not please ask me again.
    Regards,
    Mahesh.

    Please clear my doubt. Iam using tables mkpf,mseg and eket and these tables iam displaying the fields
    material document,P.O, delivery schedule line counter and delivery date.I got the output but here for every PO their r more than one items and its related delivery date. so i need to display for each PO only one item and its related date which is the latest mean the recent date. I did this by sorting and deleting adjacent records but still iam not able to produce correct o/p.
    i think u understood my question and if not please ask me again.
    I guess, sort the internal table by material document, P.O, delivery schedule line counter and delivery date. then delete using statement adjacent duplicates comparing material document and P.O. You should get the latest record and deletes the next record. you can include and/or exclude fields after comparing.
    if that doesnt work, just sort internal table by P.O and delivery date. Then delete comparing P.O.
    You should one record for each P.O
    Following is the example
    01 - 123 - 001 - 10/11/2008
    02 - 123 - 002 - 11/11/2008
    after your statement you will see only record which is 02-123-002-11/11/2008 make sure you sort it as you want.

  • Browse screen colouring from related field

    I’ve got an odd problem with a Lightswitch screen. My application has a ProjectEvents entity, which is related to a Roles entity, which in turn is related to a RoleGroups entity. The RoleGroups entity has a field of BackgroundColour which holds a hex colour
    value. I’m trying to colour in the items in a ProjectEvents browse screen based on this value. The code I’ve got so far is:
    myapp.BrowseProjectEventsSet.rows_postRender = function (element, contentItem) {
    // Write code here.
    $(element).css("background", contentItem.value.Role.RoleGroup.BackgroundColour);
    $(element).css("color", contentItem.value.Role.RoleGroup.FontColour);
    When I navigate to the BrowseProjectEventsSet screen, I find that this hasn’t worked. If I navigate to another screen (even one that isn’t related to the above entities) and back again, I find that it has worked. Is this something to do with the order that
    things are being rendered or something like that? Any help would be greatly appreciated.

    Hi,
    please add to your code something like
    $(element).closest("tr").css("Background",....
    I'm not sure that "tr" is the right  letters, could be also td or so. I'm not very familiar with html code.
    Hope thi shelps
    Thomas

  • Definitions of time-related fields of usage tracking data

    Hi all,
    After reading the related documentations on usage tracking, I'm still confused about the true meaning of the following fields:
    COMPILE_TIME_SEC The time in seconds required to compile the query.
    C UM_DB_TIME_SEC The total amount of time in seconds that the Oracle BI Server waited for back-end physical databases on behalf of a logical query.
    TOTAL_TIME_SEC The time in seconds that the Oracle BI Server spent working on the query while the client waited for responses to its query requests.
    START_TS The date and time the logical query was submitted.
    END_TS The date and time the logical query finished. The start and end timestamps also reflect any time the query spent waiting for resources to become available.
    My questions are:
    1. Is TOTAL_TIME_SEC = C U M_DB_TIME_SEC + COMPILE_TIME_SEC? Why are there cases where C U M_DB_TIME_SEC > TOTAL_TIME_SEC ?
    2. I've logged cases where (END_TS - START_TS) > TOTAL_TIME_SEC. Why would this happen?
    Could someone clarify the meaning of these fields for me please? Thanks very much!!
    =================
    I have logged the following data with usage tracking, posting here as examples:
    1.
    compile_time_sec = 0
    c um_db_time_sec = 23
    total_time_sec = 12
    start_ts = 18-AUG-09 (14:15:47)
    end_ts = 18-AUG-09 (14:16:00)
    end_ts - start_ts (in sec) = 13
    cache_ind_flg = N
    num_cache_hits = 0
    num_cache_inserted = 1
    2.
    compile_time_sec = 0
    c um_db_time_sec = 125
    total_time_sec = 110
    start_ts = 21-AUG-09 (15:45:37)
    end_ts = 21-AUG-09 (16:47:35)
    end_ts - start_ts (in sec) = 3718
    cache_ind_flg = N
    num_cache_hits = 0
    num_cache_inserted = 0
    3.
    compile_time_sec = 0
    c um_db_time_sec = 1252
    total_time_sec = 932
    start_ts = 24-AUG-09 (17:23:40)
    end_ts = 24-AUG-09 (17:49:27)
    end_ts - start_ts (in sec) = 1547
    cache_ind_flg = N
    num_cache_hits = 0
    num_cache_inserted = 0

    Check out DOC ID 973090.1 in metalink.

  • Retail related fields in Material Master to be made optional in ECC 6.

    Hello All,
    We are upgrading from SAP 4.7 to ECC 6.0 in the current system the Field Selection Group 200 we have only 1 field MARA-SPART assigned and it is a mandatory field for some of the Field References.
    But in ECC 6.0, this Field Selection Group 200 contains MARA-BRAND_ID, MARA-BSTAT, MARA-FASHGRD, MARA-FREE_CHAR and MBEW-SPART. Now all these fields have become mandatory for the earlier Field references. But the requirement is to have only MBEW-SPART to be mandatory and rest others can be made optional. But the settings in OMS9 can be done only for the Field Selection Group as a whole and not at the individual field level.
    Please share your inputs if you have faced similar situation earlier.
    Regards,
    Purshoth

    Hi Purshothaman,
    aks your upgrade team if they activated warehouse management, AFS and/or Retail enhancement.
    See related Notes.
    Regards,
    Clemens

  • Crawled Property - Related fields for Lookup Fields

    I have two lists -
    List1
    AuthorName
    AuthorCountry
    List2
    Book
    AuthorName (lookup from List1)
    AuthorCountry (additional field from List1 based on lookup field AuthorName)
    I can see ows_AuthorName as a crawled property. But if I want to get the associated AuthorCountry is there a way to get it? Even though I have a column for related AuthorCountry field there is no crawled property for it.
    Thanks in advance,
    Jake.

    If you create a Site Column and add it to the list instead of a regular list column, it automatically creates a corresponding crawled property & managed property. this would be the easiest
    automatic creation of crawled properties:
    http://technet.microsoft.com/en-us/library/jj613136(v=office.15).aspx
    SP2013 Search Schema Management (crawled/managed property management):
    http://technet.microsoft.com/en-us/library/jj219667(v=office.15).aspx
    Christopher Webb | MCM: SharePoint 2010 | MCSM: SharePoint Charter | MCT | http://christophermichaelwebb.com

Maybe you are looking for