Who to retrieve text table for a fieldname ?

Hello Everybody,
I'm looking for a dynamic way to find the table name of a text table.
For example :
When I have MARA-MATKL I look first for the entitytable which is T023
And normally I just want to find a way for getting T023T
I already programed a Function Module to dynamically retrieve the entitytab for every :
TABNAME like MARA
and FIELDNAME like MAKL
I just used dd03l and dd04l to get them.
how about the text tables, how can I retrieve them ?
Thanks for help.
Regards,
Kais

Hi,
  This is what standard sap is using to determine the text table for the original table..
SELECT TABNAME FIELDNAME
              FROM DD08L UP TO 1 ROWS
              INTO (TEXTTABLE, CHECKFIELD)
              WHERE CHECKTABLE = 'T023'      " Give your original table
              AND FRKART = 'TEXT'
              AND AS4LOCAL = 'A'.
WRITE: / 'Text table is', TABNAME.
Thanks
Naren

Similar Messages

  • Is there any text table for t005...urgeny

    hi,
    is there any text table for t005...wat is the field to diplay country name in output...Ex: " england"

    Hi
    Country Names are available in the table:
    table name :  T005T
    short text   :   Country Names
    LANDX is the field name which contain the name of the country.
    Following are the tables which contain ALL DETAILS about country information.
    u can find it in se11 by giving T005*
    T005
    T005A
    T005B
    T005BU
    T005BUT
    T005E
    T005F
    T005G
    T005H
    T005I
    T005J
    T005K
    T005N
    T005O
    T005P
    T005S
    T005T
    T005U
    T005X
    T005Z
    T005ZR
    T005ZT
    reward if helpfull
    ANEES AHMED
    9886358645

  • Text table for long text of product catalog area and product description

    Hi experts,
    I'm a new comer in CRM, what my current job is to do the translation for CRM system and its portal, e.g. webshop.  Now I met some questions as below, Could you please give me some advices?
    1. Long text for product catalog area (t-code: COMM_PCAT_ADM; Product Catalog: PCSHOP)
    I found a  table named STXL(STXD SAPscript text file lines), maybe, it is related to the long text(product catalog area), but I can not get anything from the field CLUSTD of the table STXL as  its data type is RAW. Maybe, there is a text table in CRM to store these long text information, but I dont know, Could you please give me some ideas?
    2. Long text for product description (t-code: COMM_PCAT_ADM; Product Catalog: PCSHOP)
    I found a table named COMM_CFGLNGTXT(Long Texts for Different Objects),  I can find some long texts(product description) in this table, but some others, I can not find them. I dont know why? Maybe it is not a correct text table. Could you please give me some advices?
    Thank you very much.
    Quanyin

    Hi Uwe,
    Implement the BADI DOC_PERSONALIZE_BCS and use method PERSONALIZE_DOCUMENT. In this method therz an parameter FLT_VAL, this can be used to derive the description.
    Award points if its useful....
    Regards,
    B Raju

  • Function Module/Table to retrieve check table for standard fields

    Hi,
    Is there any function module or database table that holds the check table for standard field? Ex. BUKRS = T001.

    Hi MArc,
    Goto DD03L table
    Enter fieldname and tablename, you will get check table in CHECKTABLE field.
    e.g. fname - MATNR, tbname MARD then CHECKTABLE - MARA
    Reg,
    Sachin

  • Field in portal table for the text contained in an uploaded file

    I have uploaded a file of base item type file into release 2 of the portal.
    Does anyone know which table the clob field for the text contained in
    the uploaded file is stored?
    Thanks,
    Suzanne

    Hi,
    When you run the Search hep is it giving the description or not
    You have to create the serarch help with both the fieldname and its description field then we cna the values. Or
    Try to mantain the text table for this field and get the data.
    Get the valeusinto drop drown with this table Or create the SearchHelp for this text table
    Regards
    Lekha

  • Text Table entries for 0Material not visible in report

    Hello All,
    I have been executing a report to evaluate the forecast error. In this report, when I drilldown via Material, I get the description of the material for few of them and for remainder, just the key is displayed in the description as well as the key of that material.
    I checked the text table for entries of such materials and to my surprise, the text entries do exist in the cube for these materials as well. But it is not being displayed in the reports.
    I also checked the property for Material in the query nd it is being displayed as 'Text and Key'. So there seems to be no issue in the query as well.
    Can someone put some light on this and help me reach the solution?
    Thanks in advance.
    Regards,
    Chaitra

    Dear Chaitra,
    When displaying a characteristic by key and text, the BEx Query Designer automatically displays the shortest available text from the InfoObject's text table. BEx automatically selects the shortest text available from an InfoObject’s text table when displaying a characteristic by key and text. When a text table has a short, medium, and long text field, the short text displayed.
    Try by changing it display as property to long/medium text.
    Plz revert back for if still had any doubt.
    Regards,
    RK

  • Maintenance view does not bring the default language in the Text table

    Hi Experts,
    I am creating a maintenance view with the join of two tables
    TAB1 has following fields
    MANDT
    CATEGORY
    TAB2 (is the text table for TAB1) has the following fields
    MANDT
    LANGU
    CATEGORY
    DESCRIPTION
    I have created the maintenance view with
    MANDT
    CATEGORY
    DESCRIPTION
    When Itry to maintain the data through the view I can insert teh data in TAB1 but in TAB2 it doesnt take the default language key.
    I want my default language key as 'EN'.
    I have referred V_T77TMC_EDUTYP, but I cannot find the reason why in my custom view I dont get the language key.
    Request your help.
    Thanks
    Anu.

    Hello Anu,
    I believe that according to definition of maintenance view, for text tables there should be an automatic entry for sy-langu in SPRAS field. So, you should be able to get this without activating any TMG events.
    I suppose you have created a maintenance generator for your maintenance view and updating entries using SM30 for that maintenance view.
    Please check that you have created the text table properly. Check while putting TAB1 in SE16n and pressing enter, do you see TAB2 in 'text table' field ???
    Make sure while defining Foreign key relationship, you have used 'Key fields of a Text table' option.
    Do share if you face any problem ?
    regards,
    Diwakar

  • Alternative to text table?

    Hi All
    I have created a custom table where the superannuation fund code (data element P13Q_FCODE), along with a start date and end date are primary keys.
    The texts for the superannuation fund code are maintained in table T5QSD.
    What I am after is as follows: when a user wants to see the contents of the table I want to also include the description (from table T5QSD).
    I cannot use the text table concept as table T591A is already using table T5QSD as a text table.
    Does anyone know if there is an alternative way to perform the task. Should I be looking at creating an event?
    Thanks in advance.
    Rajdeep Kumar

    Rajdeep Kumar
    Text table for the field Fcode and data element P13Q_FCODE is T591S.
    Check how this is ?
    Click on below link.
    [http://bp2.blogger.com/_O5f8iAlgdNQ/R_rThSm1qyI/AAAAAAAAA98/P1bxw8tUWzE/s1600-h/Superannuation-785278.jpg|http://bp2.blogger.com/_O5f8iAlgdNQ/R_rThSm1qyI/AAAAAAAAA98/P1bxw8tUWzE/s1600-h/Superannuation-785278.jpg]
    Double click on search help H_T591A for the field FCODE and data element P13Q_FCODE .
    Then check the below link.
    [http://bp1.blogger.com/_O5f8iAlgdNQ/R_rTiCm1qzI/AAAAAAAAA-E/SVvdn3DJvtw/s1600-h/H_T591A-788788.jpg|http://bp1.blogger.com/_O5f8iAlgdNQ/R_rTiCm1qzI/AAAAAAAAA-E/SVvdn3DJvtw/s1600-h/H_T591A-788788.jpg]
    Here you can see Check tabel T591A and Corresponding Text table T591S for the field FCODEand  data element P13Q_FCODE.
    I hope that it helps u.
    Regards,
    Venkat.O

  • Text table creation

    hi all,
      can you explain me , How to create text tables for transaparent table in abap dictionary..
    Thanks in Advance.
    parashuram
    Moderator message: please search for available information.
    Edited by: Thomas Zloch on Feb 6, 2012

    Hi
    I've just created a table and its text table for a my developoment (I haven't yet generated maintenance program for SM30)
    When I defined the text table I've inserted:
    MANDT       (foreign key with T000), key field                                                                         
    SPRAS       (foreign key with T002), key field
    <my field>   (foreign key with my z-table, checked text table, cardinality 1:CN), key field
    descr          (domain BEZEI40)
    Now I see the record of my z-table by SE16 I can see the descr field of text table
    Max

  • Table for taxes

    Hi
    Can any one please suggest me (a MM guy) a table equivalent to BSET (for taxes) which will contains fields accounting document number, fiscal year, company code, material number, cost center (split account assigned vendor invoice), tax amount, and base amount for the tax amount
    BSET will have all the fields except the material number and cost center. I want to know, to which material, this tax amount has been paid
    waiting for your quick reply
    regards
    srini

    Hi Srini,
    refer these tables:
    T005S - Taxes- Region (Province) Key
    T005U - Taxes- Region Key- Texts
    T006  - Units of Measurement
    A003 - Tax Indicator
    A053 - Taxes via Jurisdiction Code
    T007A - Tax Keys
    T007B - Tax Processing in Accounting
    T007S - Tax Code Names
    T030K - Tax Accounts Determination
    T030R - Rules for Determination of Standard Accounts
    T050T - General texts
    T681A - Conditions: Applications
    T681B - Conditions: Applications:
    Texts - T681V Conditions: Usages
    T681W - Conditions: Usage: Texts
    T681Z - Conditions: Dependent Data for Application/Usage
    T682I - Conditions: Access Sequences (Generated Form)
    T683S - Pricing Procedure: Data
    T683T - Pricing Procedures: Texts
    T685 - Conditions: Types
    T685A - Conditions: Types: Additional Price Element Data
    T685T - Conditions: Types: Texts
    TTXD - Description of Tax Jurisdiction Code Structure
    TTXJ - Check Table for Tax Jurisdiction
    TTXJT - Text Table for Tax Jurisdiction
    Thanks and regards

  • Header text table

    hi,
    I had to prepare report but not able to find the details .
    Header text of billing document like truck no , gr no . in which table we can found
    plz do help me .
    thanks for earlier reply.

    Hi Suresh,
    You can find the assosciated text table for any table by going to :
    <b>SE11->Goto->Text table</b>
    In this case, if you know the table for truck no and gr no, you can find the corresponding text tables in the above mentioned way,
    Hope this helps.
    Regards
    Anil Madhavan

  • Text table

    what is the advantage to create a text table?plzz tell

    hi ,
    Check this
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea9e446011d189700000e8322d00/frameset.htm
    In general the text table's name will be "T" attached as the last character for the actual table name...
    Check CAWN table ... The text table for this is CAWNT
    This Text table contains the Key same as the main table with an Extra field Language as key...
    The contents of this table are the texts for the field values....
    Reward if helpful
    Gaurav J.

  • Text Tables in ABAP Queries

    Can we use Text Tables in ABAP Query?

    HI,
    yes we can use text tables in ABAP SQL Queries example MAKT is a text table for material descriptions
    we can have the query on this table.
    regards
    sarves

  • How to create text table

    can anyone tell, how to create text table in abap.

    Hi,
    Follow this procedure
    To create a text table for a table ZABC,
    1. you have to create a ZABCT table with the field = all the primary fields of table ZABC + SPRSL type SPRAS + Text field.
    2. Every other field except the text field should be primary key fields.
    3. Maintain a foreign key relationship between ZABC and ZABCT over the field required field (in TSTCT the required field is TCODE).
    4. Activate the table.
    5. Now you should be able to traverse to the text table ZABCT from ZABC (menu path: Goto->Text Table)
    Hope this will help.
    Regards,
    Nishit

  • How to 0FISCPER3 text table

    How can I get 0FISCPER3 texts. I will use this in columns.
    Standart BW system doesn't have text table for 0FISCPER3 .

    This is wrong approach - to assign texts to 0FISCPER3.
    0FISCPER3 is a posting period. So texts of the periods depend of fiscal year variant. For example, for variant, where fiscal year starts in January posting period 001 will respond to January, but for fiscal year variant, where fiscal year starts in April, posting period 001 will respond to April. So that is why texts for 0FISCPER3 are absent.

Maybe you are looking for

  • Re: BUG? APEX 4.0: ORA-20503 error editing report with 400+ columns

    Hello Everyone. I've run into something quite strange and am hoping you can help me. I am using Apex 4.0.1 and Oracle version 10.2.0.5. I've created a "classical" report in which the underlying SQL is a very simple: select * from pvtabThe Oracle tabl

  • FIK-codes to danish vendor payments using MIRO

    We are using MIRO to control our vendor payments, but we are interrested in how we could handle our danish FIK codes better than  typing in a manual string field. Because this triggers a lot of errors in the payment file to the bank. Are there anybod

  • Syntax error on token "Enum", Identifier expected

    Hello, We are using the LinkType class(com.sapportals.wcm.repository.enum.LinkType) but at the import statement we get an error message: Syntax error on token "Enum", Identifier expected Configuration: JDK version: jdk1.5.0_17 NWDS 7.1 SP7 CE import

  • Mpg movies stops every 7 seconds

    Recently, every time I try to play an mpg movie on QuickTime, the movie stops every 7 seconds approx. This started not long ago, and before that, all mpg movies played perfectly. I'm not aware of having made any changes in the QuickTime preferences o

  • Delete Photo in Collection

    Helo      I would like do delete (or move to trash on Mac) items (pictures or videos) directly from the collection. Using current version (LR 3.2), I can only remove from collection. In order to delete, I need to move to Folder and then delete. As fa