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

Similar Messages

  • SQL  to find which table data is stored?

    I know a table field value.
    I don't know, which table that value is stored. I want to find that table from database.
    What sql will find that?.
    Please post me online links for tricky sql's like this...so i can master sql's of this kind.
    Thanks for ur help.

    Ok, here's my pseudo google DB:
    michaels>  var val varchar2(5)
    michaels>  exec :val := 'as'
    PL/SQL procedure successfully completed.
    michaels>  select distinct substr (:val, 1, 11) "Searchword",
                    substr (table_name, 1, 14) "Table",
                    substr (t.column_value.getstringval (), 1, 50) "Column/Value"
               from cols,
                    table
                       (xmlsequence
                           (dbms_xmlgen.getxmltype ('select ' || column_name
                                                    || ' from ' || table_name
                                                    || ' where upper('
                                                    || column_name
                                                    || ') like upper(''%' || :val
                                                    || '%'')'
                                                   ).extract ('ROWSET/ROW/*')
                       ) t
    --        where table_name in ('EMPLOYEES', 'JOB_HISTORY', 'DEPARTMENTS')
           order by "Table"
    Searchword  Table          Column/Value                                     
    as          DEPARTMENTS    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>    
    as          DEPARTMENTS    <DEPARTMENT_NAME>Treasury</DEPARTMENT_NAME>      
    as          EMPLOYEES      <EMAIL>PVARGAS</EMAIL>                           
    as          EMPLOYEES      <EMAIL>STOBIAS</EMAIL>                           
    as          EMPLOYEES      <FIRST_NAME>Douglas</FIRST_NAME>                 
    as          EMPLOYEES      <FIRST_NAME>Jason</FIRST_NAME>                   
    as          EMPLOYEES      <JOB_ID>AD_ASST</JOB_ID>                         
    as          EMPLOYEES      <LAST_NAME>Tobias</LAST_NAME>                    
    as          EMPLOYEES      <LAST_NAME>Vargas</LAST_NAME>                    
    as          JOB_HISTORY    <JOB_ID>AD_ASST</JOB_ID>                         
    10 rows selected.Not as fast as google, so you better take a cup of tea or two ... ;-)

  • SAP-R/3- In which table, numeric values stored in  equipment characteristis

    SAP-R/3- In which table, numeric values stored in  equipment characteristis are captured.
    In AUSP table Char values in equipment characteristics are captured against object number.But this table does not cappture numeric characteristics.
    Are these numeric values captured in any function module?

    Hi
    check the BAPI  for characteristics
    BAPI_OBJCL_GETDETAIL
    BAPI_OBJCL_CHANGE
    or use the fun module:
    CLAF_CLASSIFICATION_OF_OBJECTS.
    You can use the tables
    CAWN,INOB and AUSP to get the characteristics
    Regards
    Anji

  • How to find that from which table data is coming in datasource?

    Hi friends
    I want to find that from which tables data is coming into datasource 2LIS_04_P_COMP,2LIS_04_P_MATNR..
    I have searched in forums.. I also have checked in sap.help.. but I didnt get any tablename in field "Table of origin"..
    Please tell me how can I find that data is coming from which table into these datasources..
    I dont want name of the setup tables.. I want name of the original tables (in R/3)which has data..
    Regards
    Swati

    Hi......
    For  data source 2LIS_04_P_COMP............MCAFKO, MCAFPO, MCCOMP are the R3 communication structures...........
    Check these commonication Structure in SE11............I think u will get the required information........
    2LIS_04_P_MATNR is Material View from PP/PP-PI ..........check this..........
    http://help.sap.com/saphelp_nw70/helpdata/EN/88/7fc73c0c52085be10000000a114084/frameset.htm
    Check this each field in SE11....from there try to find out these fields belongs to which table..........as I hav explained u in another thread..........
    May be the extractor is using these fields from different tables.....
    Regards,
    Debjani........

  • Basic type :HRMD_A07  in which table data will be store

    Hi,
    I have the basic type HRMD_A07 .so can any one tell me in which table data will store .
    Thanks in advance.
    Regard

    Hi,
    Check the following link for more information on tables and the flow of information in sd
    <u>http://www.erpgenie.com/sap/abap/tables_sd.htm</u>
    Award points if it adds information.
    Thanks
    Mohan

  • How to check from which table data is picking by datasource 0CDCY_ACT_ATTR

    Hi Experts,
    Could you please help me in finding out of the table from which datasource 0CDCY_ACT_ATTR is extracting.
    As per my knowledge is should be extract from tables(infotypes) HRP5135 - 5141.If i am wrong please correct me.
    Issue : My extractor(0cdcy_ACT_ATTR) is bringing wrong ACT_TYPE (Eg :5010) where as in table HRP5141 for that particular OBJID it is 9180( different).
    Please help me why my extractor is bringing ACT_TYPE 5010.
    This standard datasource and using Function Module :  RCF_BIW_GET_ACTIVITY, How can i check from which table it is picking the data
    Thanks in Advanve
    Sree

    Hi Sree,
    In RSA3 on the first screen, you have the option to start debugging by marking the debug check box, once you put all the selections, click on execute and it will go to debug mode, then keep on pressing F5. It will debug your code line by line, then you can check for all the select statements.
    Or once the debugging is started you will have the option to put break point on all the select statements in one shot, you can get in touch with your ABAP team.
    Regards,
    Durgesh.
    Edited by: Durgesh Gandewar on Jul 24, 2011 8:20 PM

  • How table data is stored in Oracle db?

    Hi,
    I would like to know the, order in which the data is store in oracle.
    say for e.g.
    If I type
    select * from emp; -- with out order by
    I get record in some order
    I would like know the order in which oracle stores the data, say if I insert rec 1, rec 2 .. rec n, does oracle stores in same order.
    select * from table;
    rec 1
    rec 2
    rec 3
    Is it possible that every time I fire this query(with out any order by clause) the order may differ?

    No particular order.
    If your query does not specify ORDER BY the actual order of the result is UNDEFINED.
    In other words, if you need the rows to be ordered use an order by.

  • Tables in which LSMW data is stored?

    Hi Gurus,
    I would like to know the base tables that LSMW uses. My actual requirement is to fetch the action log of the LSMW object. No option is provided in R/3 to download Action Log of an LSMW object into Excel.
    Hence I am trying to find the tables in which LSMW maintains the Action Log, so that the data could be fetched from the tables and could be redirected to an Excel Sheet. Plz help me in finding the tables.
    Points would be awarded for Solutions.
    Regards,
    Kiran

    Hi
    see the table
    <b>OIC_LSMW_PROJ</b>
    Reward points for useful Answers
    Regards
    Anji

  • How to Table data directly stored as file in FTP location

    Hi All,
    In my process i need to convert table into csv file,i know how to convert as file,but the file will stored into FTP location directly,can any one help regarding this...
    Thanks in Advance...
    Edited by: 947267 on Oct 26, 2012 2:46 AM

    Hi,
    I think you will have to store it locally first and then use the OdiFtpPut Tool in a package.
    Does your requirements allow that ?
    Regards,
    JeromeFr

  • Where do we declare surcharges and in which table it gets stored

    Hi Guys,
    Where do we assign surcharges for customers and for the material level.
    Please reply ASAP.
    Cheers
    Raj

    Hi Raj,
    You will have tpo create or use a condition type of condition class Discount or Surcharge with Plum/Minus sign of X for making it surcharge in customizing. then you will have to create a proper access sequnce based on your material and customer combinations. Once this is done you can use it in your pricing procedure at the appropriate step.
    Hope this helps.

  • Which table  Variant datas are stored

    Hi ,
        I need to know where variant datas are stored and in which table they are stored .
    juts let me know the name of the table alone .
    Thanks ,
    vinay .

    Hi again,
    1. The contents of the field are NOT STORED
       in the manner which u are assuming
    a) field name - vield value
    b) field name - vield value
    x) field name - vield value
    2. Rather they are stored in the same table VARI
      in RAW format.
    3.  CLUSTD is the LRAW field,
       which stores this whole data
       in encoded format.
    regards,
    amit m.

  • Tables where the XI Data is stored

    Dear all,
    Can you let me know all the tables in XI in which the data is stored.
    Like where the asyncronous messages are stored(which table and what is the abap program name which gets executed to store the message id's etc in the table).
    Pl list out all the tables,programs related to XI.
    Also pls let me know where IDOC,Proxy,RFC related tables programs.
    my mailid is srinivas5780@gmailcom

    Hi,
    Please go through the below weblog:
    /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    For IDOC:
    tables are EDIDC control record table and EDIDD-data record table.
    Thnx
    Chirag

  • 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

  • In which table is the Serice Order status is stored?

    Hi Friends,
    We have a requirement to get the Service Order Status in BI, so that when ever the SO is closed (CLSD status, in IW33 Tcode ) we can restrict in BI.
    If we can know in which table is this stored, i can enhance the DS 2LIS_18_I3HDR which is populating in Service Orders Infocube.
    Have any one have idea in which table are status stored (Like the SO status will be like CRTD....CLSD etc)
    Thank you,
    Raghu

    Hi Pravender
    These tables did not help me, is there any other table with both fields AUFNR and also field relevant to SO Current status.
    Thanks
    Raghu
    Edited by: raghuram alamuri on Feb 16, 2010 11:52 AM

  • Table for PO-header node text

    Hi all,
    In which table the po-header node text will gets saved.
    Thanks in advance.
    Thanks,
    Asmitha.

    Hi
    No where you will find the entire Long text of this type
    All texts will be stored with the Paramters like OBJECT,ID,NAME,LANG in STXH tables
    You have to use READ_TEXT fun module to fetch this text by passing the above 4 parameters.
    Double click on the text, from the Menu GOTO-> Header
    will see the above 4 paramters
    pass them to fetch this text
    READ_TEXT
    READ_TEXT provides a text for the application program in the specified work areas.
    The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.
    After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES.
    If a reference text is used, SAPscript automatically processes the reference chain and provides the text lines found in the text at the end of the chain. If an error occurs, the system leaves the function module and triggers the exception REFERENCE_CHECK.
    Function call:
    CALL FUNCTION 'READ_TEXT'
    EXPORTING CLIENT = SY-MANDT
    OBJECT = ?...
    NAME = ?...
    ID = ?...
    LANGUAGE = ?...
    ARCHIVE_HANDLE = 0
    IMPORTING HEADER =
    TABLES LINES = ?...
    EXCEPTIONS ID =
    LANGUAGE =
    NAME =
    NOT_FOUND =
    OBJECT =
    REFERENCE_CHECK =
    WRONG_ACCESS_TO_ARCHIVE =
    Export parameters:
    CLIENT
    Specify the client under which the text is stored. If you omit this parameter, the system uses the current client as default.
    Reference field: SY-MANDT
    Default value: SY-MANDT
    OBJECT
    Enter the name of the text object to which the text is allocated. Table TTXOB contains the valid objects.
    Reference field: THEAD-TDOBJECT
    NAME
    Enter the name of the text module. The name may be up to 70 characters long. Its internal structure depends on the text object used.
    Reference field: THEAD-TDNAME
    ID
    Enter the text ID of the text module. Table TTXID contains the valid text IDs, depending on the text object.
    Reference field: THEAD-TDID
    LANGUAGE
    Enter the language key of the text module. The system accepts only languages that are defined in table T002.
    Reference field: THEAD-TDSPRAS
    ARCHIVE_HANDLE
    If you want to read the text from the archive, you must enter a handle here. The system uses it to access the archive. You can create the handle using the function module ACHIVE_OPEN_FOR_READ.
    The value '0' indicates that you do not want to read the text from the archive.
    Reference field: SY-TABIX
    Default value: 0
    Import parameters:
    HEADER
    If the system finds the desired text, it returns the text header in this parameter.
    Structure: THEAD
    Table parameters:
    LINES
    The table contains all text lines that belong to the text read.
    Structure: TLINE
    Exceptions:
    ID
    The text ID specified in the parameter ID does not exist in table TTXID. It must be defined there together with the object of the text module.
    LANGUAGE
    The parameter LANGUAGE contains a language key that does not exist in table T002.
    NAME
    The parameter NAME contains the name of a text module that does not correspond to the SAPscript conventions.
    Possible errors:
    The field contains only blanks.
    The field contains the invalid characters ‘*’ or ‘,’.
    OBJECT
    The parameter OBJECT contains the name of a text object that does not exist in table TTXOB.
    NOT_FOUND
    The system did not find the specified text module.
    REFERENCE_CHECK
    The text module to be read has no text lines of its own but refers to the lines of another text module. This reference chain can include several levels. For the current text, the chain is interrupted, that is, one of the text modules referred to in the chain no longer exists.
    WRONG_ACCESS_ TO_ARCHIVE
    The exception WRONG_ACCESS_TO_ARCHIVE is triggered if an archive is accessed using an incorrect or non-existing archive handle or an incorrect mode (that is, read if the archive is open for writing or vice versa).
    <b>Reward points for useful Answers</b>
    Regards
    Anji

Maybe you are looking for

  • Help! Why is my 2011 i7 Macbook Pro so slow?

    Greetings, all. First ever post here. A bit long-winded so I apologize in advance. I have a 2011 15-inch Macbook Pro 8,2 with a 2.2ghz Core i7, upgraded to 16GB Corsair Vengeance ram and a 1TB Seagate fusion hard drive (99GB free space). Running Yose

  • JOptionPane handling problem

    Hi all, I'm imlementing a GUI using JPanel and paintComponent(Graphics g). When i have to display some data on the screen i use JOptionPane.showMessageDialog(...) and the data are displayed. The problem is that, when i close the Message Dialog, it do

  • Solaris 10 with Solaris 9 containers

    A customer has Solaris 10 servers. They are interested in making solaris 9 containers on this system. Is that doable? I thought you could only build solaris 9 containers on Solaris 9 systems....

  • Using activex component in openGL app:  mouse event issues.....

    i'm trying to get the Flash ActiveX control to work in an OpenGL app. so far i've managed to get the bitmap data and map it to a texture succesfully. but i'm having problems getting the mouse interaction to work. i get an hWnd from IShockWaveFlash's

  • P67A-GD55 Rev B3, When a new bios including Intel Raid Oprtion Rom 10.6.0.1091

    P67A-GD55 Rev B3, When a new bios including Intel Raid Oprtion Rom 10.6.0.1091 ? Hello, I am the owner of a MSI motherboard P67A-GD55 (Rev B3). The operating system Windows 7 Pro 64 bit is installed on a disk in AHCI OCZ Vertex 3120 Go SATA0 mounted