Text elements in which table

Please let me know in which table/tables text elements, selection texts of ABAP program are saved in.
And is there any link wherein we can find out to which program they are associated with.
Need answer urgently. Replies will be rewarded with points.
Kartavya

hi,
table name - RS38M (take se11 and give this, u can confirm)
field name - STEXTT
<i>You can try this function: RS_TEXTPOOL_READ. Only provide the program name, you will get the text-symbols and selection texts
use abap command:
READ TEXTPOOL P_REP LANGUAGE SY-LANGU INTO ITAB.</i>
rgds
anver
if hlped pls rwrd points
Message was edited by: Anversha s

Similar Messages

  • FI document Line item Long text store in which table .

    Respected Members,
    During posting of the FI document through Tcode F-02 i m giving the some text in the long text not in the text field.
    Please anybody can be help me out where exactly this long text is going to be stored or in which table.
    Through F1 it is saying Field is TXLINE and Structure is RSTXT.
    But  i want the table name.
    Please give me the answer as soon as possible .
    Thanks a lot.

    Hi Lee,
    I am also facing problem in getting the long text information into my on e of the custom report, i need onformtion in longtext field of the accounting document number which is against item posted to vendor.here i am sending you the screenshot of the document number and long text filed and READ_TEXT function module parameters, i  tried with lot of options,but no luck, it would be great if you could provide me some hint on this..

  • In which table data is stored by text editor

    we enter text in  text editor control.
    but i can't figure out :: it store the text entered in text editor in which table.
    can you help me in this.
    regards.

    Raja,
    firstly my program is working fine, i want to know how FM "READ_TEXT" read text.
    this is coding
    refresh: ltxttab2. clear ltxttab2.
      clear w_thead.
      w_thead-tdobject = 'ZXYZ'.
      w_thead-tdname = mrole.
        w_thead-tdid = 'LTXT'.
      w_thead-tdspras = sy-langu.
      w_thead-tdfuser = sy-uname.
      w_thead-tdfdate = sy-datum.
      w_thead-tdftime = sy-uzeit.
      CALL FUNCTION 'READ_TEXT'
         EXPORTING
         CLIENT                        = SY-MANDT
           ID                            = 'LTXT'
           LANGUAGE                      =  sy-langu
           NAME                          = W_XYZ-TDNAME
           OBJECT                        = 'ZXYZ'
        ARCHIVE_HANDLE                = 0
        LOCAL_CAT                     = ' '
      IMPORTING
       HEADER                        =
         TABLES
           LINES                         = LTXTTAB2
       EXCEPTIONS
         ID                            = 1
         LANGUAGE                      = 2
         NAME                          = 3
         NOT_FOUND                     = 4
         OBJECT                        = 5
         REFERENCE_CHECK               = 6
         WRONG_ACCESS_TO_ARCHIVE       = 7
         OTHERS                        = 8
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    regards

  • Text element in smart form

    hi experts,
    I am changing a standard smartform. The new requirment is I have to display a new text element for which the value come from a table depending on the input.
    I worte a fm to get the value and i am catching the export param of the fm into a variable which I am catching into a text element. The FM is returning the correct value but I am not able to display it on the smartfomr out put. Please help me.

    Check your text element's output options:
    Select your text element... Go to  Output Options... in the frame at last "Output Structure" you can see the line and columns. Check if this lines and columns are being used by anyother text element.
    Regards,
    Naimesh Patel

  • HR Qualifications and Proficiencies how are they related ? Which table ?

    Hi all
    People have qualifications, qualifications have proficiencies, proficiencies have proficiency scales.
    Table HRP1001 contains personel numbers and the qualifiation objects that are related to them.
    Table HRP1000 contains loads of objects including the qualifications IDs with object type 'Q'.
    Table T77TS holds the Proficiency IDs and text.
    Table T77TP holds the Proficiency Scale IDs and Texts
    But where (which table) is the relationship between the qualification and its accociated proficiency stored.
    In short I am trying to report on people with a particular proficiency level for a particulat qualification but can not make the link between qualification and proficiency. It must be stored somwhere !
    cheers hugh

    Hi
    Just to qualify, I'm looking at qualifications associated with an employee, not those associated with a post so I don't think they are in IT0024.
    from Volkers post...
    "OTYPE P (person) related to OTYPE Q via RSIGN = A and RELAT = 032
    and OType Q is related to Person via B 032"
    But what links OType Q or A 032 to a proficiency and proficiency scale ?
    cheers Hugh

  • Re. condition on text element

    Hi friends
    I have text elements within which i am displaying many fields.But i need to impose condition only one field. only when the field has the value it should be displayed otherwise no blank line should be displayed for that field. can any one help regarding this.. its urgent ya..
    thanks in advance

    Hi ,
    this is very simple in smartforms
    for every text elemet there is an conditiobs tab
    in that tab specifify the condition as <var> NE ' ' .
    and in scripts also it is the same

  • In which table the lines of the SAPScript form text elements are found?

    Hello,
    I want to write a report analyzing the lines contained in the text elements of an SAPScript form. From which table can I select the data? Regards.
    Lars.

    Sorry.. forgot to mention the FM name.
    You can use FM 'READ_TEXT'.
    pass 'ST' for ID.
    and 'TEXT' for OBJECT
    and pass the name of text element to NAME u will get the
    text element.

  • Table for text elements and selection texts

    Hi All,
    In which DB table does SAP stores program name and corresponding text-elements and selection texts used in that program.
    There is a table D010TINF which just stores basic information but not the text elements number and name.
    Thanks in advance.
    Regards,
    Atish

    hi,
    table name - RS38M (take se11 and give this, u can confirm)
    field name  - STEXTT
    rgds
    anver
    if hlped pls rwrd points

  • 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.

  • How to insert a text edit UI element  in a table

    hi all,
    I want a text edit UI element in a table .I do not want input field because text entered can be very long and whole text cant be seen then.Is there any way to increase the width of input field if i insert an input field ? or what can be other solution for this?

    Hi Govind,
    You can't insert Text Edit as a cell variant in table. But you can increase the 'Width' property of Input Field, say to 500px or as per your requirement, so that you can display the full text at one go. Or you can bind the 'Width' property to a context and set the width at run time as per the text length.
    Thanks,
    Sumit

  • In which tables can I find the sales order item texts?

    Experts,
    In SD, we have texts on sales order item level. These texts can be filled manually or automatically via access sequences. My question is very simple: in which table can I find these texts? I want to extract them for a big number of sales orders.
    Reward points if helpful answer.
    Thanks

    hi
    try in
    TVAPT     Sales document item categories: Texts               
    TVAKT     Sales Document Types: Texts
    TVAUT     Sales Documents: Order Reasons: Texts
    TVAST     Sales Document Blocking Reasons: Texts

  • Cost element hierarchy stored in which table..

    Hi Experts,
    could you please tell me which tables are storing the cost element hierarchy, which is displayed
    in KAS3 hierarchy...like cost center group hierarchy is stored in SETNODE , which is displayed in
    KSH3 transaction.
    Thanks.

    Check these tables.
    TKZU1
    EVCE
    TPIK2
    TPIK3
    TORB1

  • Hi All, In which tables the packages , programs and program texts stored

    Hi All ,
             I want to display all the programs under a package with its package name , program name , program text and the created user if possible table ..for that i need in which tables all the packages will be store and in which i need program and its text will be stored and also created user's .
    Please provide the solution ASAP.
    Thanks & Regards,
    Bharat

    Hi,
    Check These..
    TDEVC : Packages
    REPOSRC : Report Source Code
    TADIR : Directory of Repository Objects
    Arunima
    Edited by: Arunima Rudra on Nov 20, 2008 9:34 AM

  • Which table does sales text store?

    Hi, does any guy know, which table does sales text store?
    (The sales text path is : xd02 -> sales area data -> Extra -> Texts.)
    Thanks great.

    Hi,
    VBAK     Sales Document: Header Data
    VBAP     Sales Document: Item Data
    VBBE     Sales Requirements: Individual Records
    VBEP     Sales Document: Schedule Line Data
    VBFA     Sales Document Flow
    VBLB     Sales document: Release order data
    VBLK     SD Document: Delivery Note Header
    VBPA     Sales Document: Partner
    VBUK     Sales Document: Header Status and Administrative Data
    VBUP     Sales Document: Item Status
    Regards:
    Alok

  • Which table campaign element details are stored

    Hi All,
    Would anyone know which table campaign and campaign element details are stored? I am using CRM 2007 and i am looking to find where details such as campaign element ID, campaign element description, start/end date are stored?
    i could not fund such data after looking through se16
    Any assistance is much appreciated.
    Thanks,
    Jonathan

    Hi,
    se16 > CGPL_PROJECT
    does not have records for the Campaign Element or Marketing Plan Elemtents,
    do you know which table I can find this information in please?
    Many thanks
    Mrugesh

Maybe you are looking for