Long Text 0000000015120044ZOH ID ZOH language EN not found

Hi Good day,
i am trying to Create, Save and Read the long Text.
for that i have done the following.
1. SE75 Created the Object and Object ID  Ex :
Now when i implement the logic in the Program,
at the end when i execute ,
1. it does the CALL FUNCTION 'INIT_TEXT' successfully , SAVE_TEXT Successfully but when i try to READ_TEXT it says
Text 0000000015120044ZOH ID ZOH language EN not found
this is my logic
TABLES : ZEHS00_EXA_CARD.
PARAMETERS SRV_NUM TYPE CHAR16.
DATA:  textname         LIKE thead-tdname,
        func,
        co_co            LIKE sy-index.
* Interne Tabellen
DATA  t_tf02hz LIKE thead OCCURS 0 WITH HEADER LINE.
DATA  t_tf02lz LIKE tline OCCURS 0 WITH HEADER LINE.
DATA: ltxtflg             LIKE bapistdtyp-boolean.
DATA : l_text_tab LIKE tline OCCURS 100 WITH HEADER LINE.
DATA: ltxtflg1             LIKE bapistdtyp-boolean.
DATA : l_text_tab1 LIKE tline OCCURS 100 WITH HEADER LINE.
DATA : description(225).
DATA : description1(225).
DATA: line(132) TYPE c,
       text_tab LIKE STANDARD TABLE OF line,
       text_tab1 LIKE STANDARD TABLE OF line,
       WA_TAB LIKE STANDARD TABLE OF LINE,
       WA_TAB1 LIKE LINE OF text_tab1,
       field LIKE line.
DATA: line1(132) TYPE c,
       field1 LIKE line.
DATA: e_header  TYPE thead,
    i_header  TYPE  STANDARD  TABLE  OF thead,
    w_tline   TYPE tline,
    i_tline   TYPE  STANDARD  TABLE  OF tline  WITH  HEADER  LINE.
e_header-tdobject =  'ZSYS_ACT1'.
e_header-tdid =  'ZOH'.
e_header-tdspras = sy-langu.
e_header-tdlinesize =  072.
CONCATENATE SRV_NUM e_header-tdid     INTO textname.
CALL FUNCTION 'C14G_TEXT_INPUT_EDIT'
     EXPORTING
       i_windowtitle           = 'Systolic action Description'
       i_tablename             = 'CCIHT_IP'
       i_fieldname             = 'ACDESC'
       i_language              = sy-langu
       i_actype                = 'X'
     TABLES
       x_text_tab              = l_text_tab
     CHANGING
       x_text                  = description
       x_ltxtflg               = ltxtflg.
CALL FUNCTION 'INIT_TEXT'
   EXPORTING
     id       = 'ZOH'
     language = sy-langu"'E'
     name     = textname
     object   = 'ZSYS_ACT1'
   IMPORTING
     header   = t_tf02hz
   TABLES
     lines    = t_tf02lz.
LOOP AT l_text_tab.
   MOVE :l_text_tab-TDLINE TO LINE.
   APPEND line TO t_tf02lz.
ENDLOOP.
CONCATENATE SRV_NUM e_header-tdid     INTO e_header-tdname.
**  APPEND 'DevComments for Obj 1' to  i_tline.
CALL FUNCTION 'SAVE_TEXT'
   EXPORTING
     client          = sy-mandt
     header          = e_header
     savemode_direct = 'X'
   TABLES
     lines           = i_tline
   EXCEPTIONS
     id              = 1
     language        = 2
     name            = 3
     object          = 4
     OTHERS          = 5.
CLEAR : l_text_tab[].
CALL FUNCTION 'READ_TEXT'
                   EXPORTING
                    CLIENT                        = SY-MANDT
                     ID                            = 'ZOH'
                     LANGUAGE                      = 'E'
                     NAME                          = e_header-tdname"textname
                     OBJECT                        = 'ZSYS_ACT1'
                   TABLES
                     LINES                         = l_text_tab."t_tf02lz.
IF SY-SUBRC <> 0.
* Implement suitable error handling here
ENDIF.
IF     l_text_tab[] IS NOT INITIAL.
ENDIF.
thank you,
J.

Hi,
Go to tcode SE11 check table STXH whether the text stored in it. If yes, then see the layout of field TDNAME.
Thanks.
Regards,
Keng Haw

Similar Messages

  • Error while creating so "Text 0000001025 ID 0012 language EN not found

    Dear Sirs,
    I am creating sales order but when i enter the material i am getting an error message
    "Text 0000001025 ID 0012 language EN not found
    Message no. TD600
    Diagnosis
    You want to read a text which does not exist in the data base (or update memory).
    System Response
    Reading could not be carried out.
    Procedure
    You need to create this text:
    1. Initialization (module INIT_TEXT)
    2. Save (module SAVE_TEXT)"
    Can any one please let me know what i am doing wrong?
    Thank & regards,
    Sameer

    Hi,
    I hope its an error related to ABAP developements,either smartforms or reports related so you consult your abaper to resolve it.
    Here is an sample ABAP code using the READ_TEXT function module without Exceptions uncommented.
    This sample ABAP code is taken from a SAP Smartform which is created for SAP invoice output document.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
      id = 'ZI01' " Billing Item Text
      language = 'I'
      name = lv_name " Invoice
      object = 'VBBP' " Billing
    ARCHIVE_HANDLE = 0
    LOCAL_CAT = ' '
    *IMPORTING
    HEADER =
    tables
      lines = lt_lines
    *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.
    Thank you

  • Text 4030100048 ID F02 language EN not found error while running PO

    Hello friends,
                      If i add schema group in XK02 for that particular PO vendor ... i.e for Pricing procedure ... i'm getting this error .. i'm unable to see printpreview of PO .
    please help me out. i f i won't use  that schea group then its coming properly ...please its urgent ..
    Thanks& Regards
    Lavanya

    Hi!
    If you check the texts in the 4030100025 order with transaction ME23N, you'll see, it is not filled on the system, when the error occurs.
    Try it like this: open the ME23N, choose TEXTs tab on header part. Choose header text. Double click on the texts editor area. A larger editor will open. Here choose Goto-Header and you'll see the technical data of the text.
    In this case it is "F01", so the text below this one, will be  the "F02". And it is not filled in your case, that's why it occurs "error".
    Regards
    Tamá

  • Error_Text 3100000030802447 ID MATK language EN not found during BOM transf

    Hi Experts,
    When the user do the BOM transfer , they got the error message : Text 3100000000308020447 ID MATK language EN not found.
    Message no. TD600
    Diagnosis :
    You want to read a text which doese not exist in the data base ( or update memory )
    System response :
    Reading could not be carried out.
    Procedure :
    You need to create this text.
    1 . Initializaion ( module INIT_TEXT )
    Could someone help me to solve ?
    BR, Shubin

    Hi Virendra,
    Thanks a lot  !
    BR , Shubin

  • ABAP Report Text ID FKK0 language EN not found

    I'm having a problem with my program. I added the following code and Iu2019m getting the below error from u2018FKK0u2019 can anyone help with my problem?
    *& Form DISPLAY
    text
    --> p1 text
    <-- p2 text
    form DISPLAY .
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    id = 'FKK0'
    language = 'E'
    name = opbel
    object = 'FKKKO'
    ARCHIVE_HANDLE = 0
    LOCAL_CAT = ' '
    IMPORTING
    HEADER =
    tables
    lines = textlines
    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.
    endform. " DISPLAY
    Text IDFKK0 language EN not found
    Message no. TD600
    Diagnosis
    You want to read a text which does not exist in the data base (or update memory).
    SystemResponse
    Reading could not be carried out.
    Procedure
    You need to create this text:
    1. Initialization (module INIT_TEXT)
    2. Save (module SAVE_TEXT)

    Based on the information I believe you are correct. (cannot confirm since the object FKKO is not in our system).
    The only thing I would like to add is that the
    id = '0001'
    c/b configurable so it could well be that the text id you are after has a differnt id.  This can be confirmed with the functional analyst (or checked in SPRO ( maybe ->OBT3 (Maintain Text Determination Configuration).
    Robert

  • OS 6 Multi-language "FILE NOT FOUND"

    Someone here please see this post.
    I am trying to download the software update for the bold, the multilanguage file.
    After you enter your phone number, I am redirected to a page that says "File not Found"
    PLEASE fix this.. or let me know where I can download the multi-language os

    I have provided some information below that may help.
    To download the Blackberry 6 Multi-language software, please follow the steps below:
    Step 1 – Visit the website www.vzam.net/blackberry
    Step 2 – From the main page select the Personal Email (for consumer) or Corporate Email (if you are going to use a BES or company email)
    Step 3 – Choose the model Blackberry you will be using
    Step 4 – Follow the steps on the page and select the options
    -Choose upgrade if it is going to be a web-based upgrade, or continue with the instructions below if it is going to be through desktop manager.
    -Select Multilanguage
    -Enter your 10 digit mobile number
    -Select download at the bottom of the page
    I hope this helps.

  • Long text in Table UI Element Column not wrapping

    Hi Guys,
    I'm using a Table UI element that displays some text fields.  One of these fields are quite long - 255 chars.  I need this text field to wrap if it contains such long data without altering the default layout of the Tale.  I cant get this to work.  It either extends the column to display all 255 characters (which makes the table FAR too long), or it cuts off the text and I cant see the rest of it.
    I have ticked the "wrapping" property of the Textview Text Editor but this doesn't work.  I have also played around with otherproperties but cannot do the desired combination.
    Please advise,
    Christiaan

    Go this resolved.  I have the following settings:
    1.  Table property "fixedTableLayout" is un-ticked
    2.  Cell Editor type TextView property "wrapping" is ticked.
    Thanks!
    C

  • HT203242 iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install.

    I have the solution.
    Uninstall Itunes.
    That is what I did and my disc burner works fine. I am gonna wait for Apple to come up with a solution. So if there is no solution that means no Itunes which means no Iphone or Ipod and time to move on to a comany that has solutions not year old posts that most people cannot decipher and won't be able to fix on their own.

    +Failed while scanning for CD / DVD drives, error 2510.+
    +Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.+
    By any chance, do you have a copy of Daemon Tools installed on that PC?

  • Text (T) symbol  for field kostl not found  in adhoc query selection

    Dear Freinds,
                  We have developed a custom infotype , as per our requirement one of the field i have added is the Kostl field ( this i have created exactly the same way in infotype 0001).
    I have to devlop a report using ADHOC Query based on this custom infotype , so i have developed a adhoc report ( selecting the logical database PNPCE option as it is not allowing for PNP), when i selecting  the required feilds from the Custom infotype i can see for the field KOSTL field doesnt have the symbol(T)  against the field . However for another ADHOC report when i am selecting from the infotype 0001 i can see the T symbol for the KOSTL . So i went and check in the custom type structur and transparent table as well , the search help etc is exactly same as that of the which are there for this field in the standard infotype 0001(Kostl). Because i have to display the description of the cost centre along with the kostl field , howeve iam able to get for Pernr descirption , for pernr iam able to see the T symbol against the field Pernr.
    Please could any one guide why this field doesnt have the   symbol  T.
    regards
    divya.

    Why don't you the same data element of the KOSTL.
    Eventhough you created your own infotype you can still use the stanadard data element.
    If you use the standard datatype you will get those feature avalable
    Warm Regards

  • When trying to view a Russian website, the message "Language File Not Found" appears. How can I view the site?

    Before updating to 3.6.8, I was able to view the site just fine, but now it can't find the language file, and I have no idea where to get it from.

    Can you post a link?
    Did you try to clear the cookies from that site and maybe the cache as well?
    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    * Java Plug-in 1.5.0_02 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Long wait on Startup and Hard Disk not found

    Hi. I don't know if these problems are related to each other, but they both showed up at the same time. I upgraded to Mountain Lion recently, and these appeared after that.
    I'm getting a long wait on startup (before I can select my username), which seems to be related to this timeout in system.log
    Aug 16 13:26:29 point configd[18]: InterfaceNamer: timed out waiting for IOKit to quiesce
    Aug 16 13:26:29 point configd[18]: Busy services :
    Aug 16 13:26:29 point configd[18]:   MacPro3,1 [1, 80583 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert [1, 80461 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert/PCI0@0 [1, 80436 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 80427 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2 [1, 80349 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI [1, 60820 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT3@ 3 [1, 60366 ms]
    Aug 16 13:26:29 point configd[18]:   MacPro3,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT3@ 3/IOAHCIDevice@0 [!matched, 1, 60366 ms]
    Also, hard drive I just bought (in "Bay 4", that is to say, port 3 in internal 0-based numbers) claimed to have been "ejected improperly" during a clone (using Restore from Disk Utility) and now doesn't show up, even in /dev/, although it is visible as "Unknown" in System Information. (It was visible for a few days before this.)

    Hi,
              Follow the steps listed in the below link
    http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/quot-Hard-Disk-3F0-BootDevice-n...
    "I work for HP."
    Please click the "White Kudos" star to say thanks for helping.
    Please mark "Accept As Solution" if my help has solved your problem.

  • Cannot upload QM Catalog long text

    All,
    Can you help with entering QM catalog code group long text into the Production System?
    It works correctly in the Test System but I cannot edit the catalog using QS41 in Production (basis will not grant QS41 edit permission for client).
    I understand that long texts cannot be transported but have not found the correct method to enter, import or upload the texts.
    My question is similar to Long Text not Trasporting in QS41 but I'm not a programmer and cannot create new ABAP in SAP.
    Can you assist or suggest a guide/tutorial to use?
    Thank you! Any guidance and help would be greatly appreciated.
    Ranny

    To resolve this problem you have to work with ABAPer. Please refer following link, if it would help you..
    [Link1|http://www.sapfans.com/forums/viewtopic.php?f=27&t=246646]
    Thanks!!!

  • Long Text at Activity Level in CJ20N

    Hi all,
    So, I have a typical newbie question. But somehow Im unable to find an answer to this query even by searching.
    I need to print the Long Text Tab at the Activity Level (not at Project/WBS/Network level)  in CJ20N using the Read_Text Function Module.
    Just need info on what's the ID, Object, Name etc.
    pk

    Dzed,
    Thanks for that valuable tip. That was exactly what i was looking for.
    But unfortunately, my internal table is not getting updated even though im able to input the right parameters to the Function Module.
    Here's what I've done:
    DATA: BEGIN OF ist_lines OCCURS 0.
    INCLUDE STRUCTURE TLINE.
    DATA: END OF ist_lines.
    select mandt
           aufpl
           aplzl
           ltxa1
           vornr
           objnr
           projn
           from afvc into corresponding fields of table ist_afvc
           for all entries in ist_prps
           where projn = ist_prps-pspnr.
    loop at ist_afvc into wa_afvc.
    concatenate wa_afvc-mandt wa_afvc-aufpl wa_afvc-aplzl into wa_afvc-con3.
    modify ist_afvc from wa_afvc.
    endloop.
    break br_abap1.
    loop at ist_afvc into wa_afvc.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
    *   CLIENT                        = SY-MANDT
        ID                            = 'AVOT'
        LANGUAGE                      = 'E'
        NAME                          = 'WA_AFVC-CON3'
        OBJECT                        = 'AUFK'
    *   ARCHIVE_HANDLE                = 0
    *   LOCAL_CAT                     = ' '
    * IMPORTING
    *   HEADER                        =
      TABLES
        LINES                         = ist_lines
    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.
    endloop.
    Im able to pass the right value for the variable 'WA_AFVC-CON3', but unfortunately the Internal table is not updated.
    I know Im missing something here, but obviously Im too blind to notice that.
    pk

  • Error while reading the Long text Using READ_TEXT

    Hi friends,
    Right now I am working with Smartforms.While I am reading the Long text of the material using function module READ_TEXT  I am getting the following error if the text is not there.
    OUT_PURCH_PO ID GRUN language EN not found.
    I should not get this error Instead I should get the blank value.
    OUT_PURCH_PO   -  my material name.
    Following is my code.
    IF WA_EKPO-KNTTP = 'F' AND WA_MTART-MTART = 'ZMSC'.
       READ TABLE IT_SGTXT INTO WA_SGTXT WITH KEY MATNR = WA_EKPO-MATNR.
       WA_EKPO-TXZ01 = WA_SGTXT-SGTXT.
         NAME = WA_EKPO-MATNR.
        CALL FUNCTION 'READ_TEXT'
           EXPORTING
             CLIENT            = SY-MANDT
             ID                =  ID
             LANGUAGE          =  SY-LANGU
             NAME              =  NAME 
             OBJECT            =  OBJECT
          IMPORTING
            HEADER            =  THEAD
           TABLES
             LINES             =  LTEXT.

    Hi,
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        client                  = sy-mandt
        id                      = id
        language                = sy-langu
        name                    = name
        object                  = object
      TABLES
        lines                   = ltext
      EXCEPTIONS                           " --> have this
        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.
    Edited by: Avinash Kodarapu on Jun 5, 2009 7:32 PM

  • Problem in downloading long text

    Hi Experts,
    I am facing problem  while downloading long text.
    previously it was working 5ne. now it is giving the error meaasge
    ID ST Language En not found
    is there any settings to do.
    Thanks & Regards
    Sangareddy

    In a SAPscript you do not need to use ABAP code to retrieve long text - Just use the INCLUDE command in SAPSCRIPT - see help for details
    /: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p]
    this puts the complete long text in and formats it for the window
    Long text problem in sap script
    Reward points..

Maybe you are looking for

  • Random Screen Issues

    I know this isn't necc. display related, it's probably video card, but this is the best place to come. I am experiencing random areas of colour, usually almost a cyan, with 2 gradiated sides. Also sometimes I am experiencing a line of the screen bein

  • Photo album total not updating in itunes

    I'm having an issue syncing photos from my MBP to my iDevices. I have one album created in iPhoto that i want to update and sync to my iPhone and my iPad. I've recently added a number of pictures to this album, so the total increased form 205 to 228.

  • How to view sourcecode in 6.0?

    It used to be under VIEW, how to view sourcecode in 6.0?

  • Remove duplicate records in the Footer

    Hello all: I only want to print the final result(distinct records) in the footer section, therefore, the header and details sections are suppressed. However, I'm showing duplicate records in the footer section. How do I suppress the duplicate records

  • Alternatives to waiting for Future.get()?

    Hi, I'm new to the Java5 and 6 concurrency classes. But so far they seem very cool. My goal is to bulk load data concurrently by using multiple threads. A FixedThreadPool seems like it will do the job just fine. My question has to do with retrieving