Problem in Text Table

Hi,
I have created a Custom table and Text table, implemented foreign key relationship from text table to Custom table. Then i have created a view, added records to view. when i logged in as language ENGLISH or German, in SE16 it is showing only in english.
Please tell me how to get different languages.
Custom table Fields:
Mandt(Key)
Business ProcessMandt(Key)
Text Table Fields:
MandtMandt(Key)
SPRAS
Business ProcessMandt(Key)
Thanks & regards,
NarsiReddy.

Hi Glen Anthony,
But in SE16 the names of fields are not displaying when i logged in as DE.

Similar Messages

  • 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

  • "Text Table must be converted" error

    BW Gurus,
    We just applied stack 15 to our BI 7.0 system (SAP_BW 0017), and are now getting an error with one of our infoobjects.
    The error states that the text table must be converted, as below, but we're not quite sure what this means.  This infoobject is in several infoproviders, and we get a follow up error that we must remove the infoobject from the transfer rules before it can be converted.  Has anyone come up with a solution/work around for this?
    Thanks
    First Error:
    Characteristic 0IND_CODE: The Long Text Field will be deleted, text table must be converted
    Message no. R7451
    Diagnosis
    The Long Text Field was deleted from the text table of characteristic 0IND_CODE.
    System Response
    All texts, that have been saved in this field, are deleted in the activation.
    The text table must be converted after the activation if it contains data.
    Second error:
    InfoObject 0TXTLG is used in transfer rules (T) of characteristic 0IND_CODE
    Message no. R7256
    Diagnosis
    InfoObject 0TXTLG is still used for characteristic 0IND_CODE in the transfer rules of type T ('M': Master data, 'T': Texts). You have the following options:
    1. InfoObject 0TXTLG is an attribute of characteristic 0IND_CODE
    2. InfoObject 0TXTLG is the 'Valid to' field of the time-dependent characteristic 0IND_CODE (0DATETO)
    3. InfoObject 0TXTLG is the 'Valid from' field of the time-dependent characteristic 0IND_CODE (0DATEFROM)
    4. Characteristic 0IND_CODE is compounded to InfoObject 0TXTLG.
    5. Characteristic 0TXTLG is a text field of charactersitic 0IND_CODE (OTXTSH, 0TXTMD or 0TXTLG).
    6. Characteristic 0TXTLG is the language field for characteristic 0IND_CODE (0LANGU).
    System Response
    2 cases have to be distinguished between here:
    InfoObject 0TXTLG with characteristic 0IND_CODE can not be removed in the dialog.
    InfoObject 0TXTLG is removed with characteristic 0IND_CODE in the transport post-processing.
    Procedure
    You must first remove InfoObject 0TXTLG from the transfer rules for characteristic 0IND_CODE in the dialog before you can remove it with characteristic 0IND_CODE.
    If this messages appears with transport post-processing, you should check the affected transfer rules.
    If there is still an InfoObject 0TXTLG in them, you should either remove it from the transfer rules or reinsert it with characteristic 0IND_CODE.

    Thanks - sometimes the simplest answer is the best.
    I had been trying to figure out why the med & long text had become unchecked, but rechecking them solved the problem.
    Thanks

  • Search help for a field using a selection method which has a text table.

    Hello all,
    I am trying to create a search help for one of the fields in a structure say RFCDEST. Now for this i am giving the selection method as the DB table where all the RFCDEST are maintained. However there is a text table which is also comes up for this selection method and the description of the filed RFCDEST is in that text table and the description is not stored in the main table which i specified as the selection method.
    My query is that on F4 now all the rfc destinations are being shown however the description i am not able to show them because there is no field in the table specified in the selectionmethod which hold s the description but instead it is there in the text table, how can i fetch the description from there and display in the search help.
    Warm Regards,
    Naveen M

    look at search help FC_RFCDEST. that problem has already been solved with this search help.

  • Need custom column widths in Append Text Table to Report

    I need to print reports with tables of different column widths specified for each column, as the contained fields vary in width from just 3 characters in one column to 40 characters in another.  Also we are trying to match the reports generated by a non-labview routine.  In the past I have been able to achieve this by editing the Append Table to Report vi, working my way through the inner hierarchy to replace the DBL numeric COLUMN WIDTH control with a DBL numeric array.  The innermost vi, Set Table Column Width, assigns the numeric to a property node in a for loop, so the change is simple: replace the scalor with an array and enable indexing on the for loop.  Of course, after each Labview upgrade, I've had to go back in and repeat these edits on the overwritten upgraded vi's.  This time there is a problem.  The new version of this toolkit is object oriented, and disturbing these vi's wrecks the class methods in a way I don't understand (mostly because I've had no dealings with object oriented programming) and which cannot be undone.  I recently tried this and after not being able to fix the problem even with phone support, I had to spend the next two days unistalling and reinstalling Labview!  I desperately need a way to achieve this functionality without killing the toolkit, which is used (in its original functionality) by another absolutely critical program.  PLEASE HELP!
    The hierarchy is as follows:
    NI report.lvclass:Append Table to Report (wrap)
    NI report.lvclass:Append Table to Report 
    NI Standard report.lvclass:Append Text Table to Report
    NI Standard report.lvclass:tables
    NI Report Generation Core.lvlibet Table Column Width

    There is a highly relevant thread under discussion here:
    http://forums.ni.com/ni/board/message?board.id=fea​tures&thread.id=429
    You may wish to read it and chime in as it is a discussion of LabVIEW's policy (and possible change in policy for the future) concerning the handling of non-palette VIs between LV versions.
    Rob Hingle wrote:
    > Is that to say NI will not be helping me with this?  Pretty disappointing lack of support, seems
    > like a terrible idea to go to object oriented if even your own application engineers can't figure
    > out such a simple fix.  Gotta give NI a huge thumbs down on this one, thanks for nothing.
    I doubt that it is a simple fix -- our AEs are generally top notch at figuring out solutions for customers -- if it were simple, my bet is they'd have solved it. Asking an AE to work around a bug is different from asking them to rearchitect the toolkit. You are asking them to add a feature that the new version of the toolkit is not
    designed to support. The difficulty in doing this is completely independent of the decision to use LabVIEW classes to implement the toolkit. If any piece of software is not designed with a particular use case in mind, what may be a simple tweak under one design may become a very hard problem under another design.
    In your case, the solution is very straightforward: Use the older version of the toolkit. Any time you create a custom modification of the VIs that ship with LV or one of its toolkits, you should make your own copy and have your VIs link against the copy. LabVIEW promises to maintain all the public functionality version over version. Usually we succeed at that. What we do not promise is to maintain our private implementation of that functionality. It is impossible for LabVIEW (or any other software library) to maintain all of its private internal operations while still continuing any development. Using a copy of the original VIs shields you from having to recode your changes every version (something you've already mentioned is a chore) and it guarantees that functionality that you relie upon does not disappear.
    I hope you are willing to be understanding of this situation and not hold it against the AEs working on this. They try hard to provide excellent customer service, and spend lots of time inventing custom solutions for our users.  This happens to be a situation where the correct fix is not to modify the new toolkit version to do something it wasn't designed to do but to modify your development process so that the problem is solved now and into the future. 

  • Custom Master Text Tables

    Hi,
    I'm creating a customer master report and having problem determining the text tables of some fields:
    a.) Sales Region
    b.) Sales Office
    c.) Customer Group
    d.) Delivery Priority
    e.) Shipping Conditions
    f.) Delivering Plant
    g.) Partial delivery per item (Complete delivery indicator)
    h.) Terms of payment
    i.) Acct assgmt group
    Appreciate any helpful hints.
    Regards,
    Mawi

    currently, i dont hv SAP access, so, just am answering generically,
    - you can get them with check tables relationship, in either SE11 or SE16
    - use WHERE USED LIST of that particular field, then pick the table, which possess the T in the last position of the name
    - also check, VALUE TABLEs at domain level in SE11
    thanq
    Edited by: SAP ABAPer on May 6, 2009 4:40 AM

  • Key/Text table - usage in an ABAP program

    Hi Abapers!
    I need help about usage of key and text tables.
    I have created key and text table and now i want to use them in the abap program. My problem is, that i don't know how to properly read data into internal table from these two tables, so i can show these data in the table control. I also want to know how to save data from text boxes into key and text table (text boxes: txtid, txtlang, txttext).
    Key Table:
    name: ztbl1
    fields: mandt, id
    key fields: mandt, id
    Text table:
    name: ztbl2
    fields: mandt, lang, id, text
    key fields: mandt, lang, id
    Tables are connected together as they should be.
    And i don't want to use sm30 for editing table data.
    Regards,
    Egi

    My Dear,
    u are loosing the concept of Text table...
    Text table are generally used for multi lingual F4 (i.e you enter vaious F4 list to be displayed for a perticular field when a user from differenct lang log on)
    for eg...
    in urr text table u have .. 2 key itemm
    item_code     ||      lang     ||     text
    10111         ||      E        ||     Eng_Chicken
    10111         ||      D        ||     Chickeno (translation from eng to germen)
    10111         ||        F      ||     Ghoose..
    so when a user with logon lang as 'E' will log on and when he press F4 on item_code he ill see Eng_chicken
    but when a user with logon lang as 'D' will log on and when he press F4 on item_code he ill see Chickeno not Eng_chicken..
    i hope u understood the whole concept...
    No rewards Plz...

  • Problems uploading text into infoobject

    Hi everybody.
    I tried to upload information about TEXTS to an infoobject. Is the exercise of BW310 training course (7.0 version).
    I've created an infopackage that retrieves the data from R3 backend. My problem is that i always get a yellow 'traffic light' in monitor. I know data is in the texts table because i check PSA and is there.
    This is what i get in STATUS strip :
    Diagnosis
    No errors found. The current process has probably not finished yet.
    System Response
    The ALE inbox of BI is identical to the ALE outbox of the source system
    or
    the maximum wait time for this request has not yet been exceeded
    or
    the background job has not yet finished in the source system.
    Current status
    No Idocs arrived from the source system.
    Kinds regards,
    Inigo.

    Hi Inigo,
    Since U r loading data for Texts for an infoobject, try and check the Transformations for that specific infoobject. Check whether they are maintained properly or not. If Yes, then go to the Monitor screen, and click on the Job Overview button on the Top right. There select TRFC Overview in source system, once you get into TRFC Overview Screen, check whether there are some TRFC struck ( i.e., TRFC's with status Transaction Recorded ), if there are some of them, then select them 1 at a time and press F6 ( this will move the struck TRFC from Source System to BI).
         If no TRFC struck was there, then wait for some more time, your load should get completed by itself.
    Hope this should help.
    Regards,
    Syed

  • Alignment problem in Smartform table

    Hi,
          I have a table having four columns no rows. In the first column I have text and in the second, third and fourth I have to display Amounts. The text in the first column changes.
    I am facing the problem when the table goes to second page here the alignment to a particular Text of the first column and the amount in corresponding columns are not aligned properly. In the second, third and fourth columns the amount fields may be or may not be there. The problem comes only when the amount field is not there at the page break.
    Regards,
    Ramu N.

    Hi,
    I have tried printing the borders. The problem comes only when there is no amount field at the page break other wise it is working fine. When there is no amount field at the page break the amount field which is to be printed next is coming down than the actual place where it has to be printed.
    Here I have only 1 row but the number of lines in that row are many.
    Regards,
    Ramu N.

  • QM action not allowed for DTP requests in master data and Text tables

    Hi,
    I have a master data object load request which has failed, returned error in st22 and job finished.
    BUT the request has not turned red in the monitor - it's still yellow. That means that I can not delete request nor start new load to infoprovider because it believes a request is still running. But it's not, I've checked both sm37, sm50 etc.
    When trying to manually change QM status to 'red' it says 'QM action not allowed for DTP requests in master data and Text tables'
    How can I force QM status to red so that I can move on?
    Running NW2004s BI (7.0) Patch 15.
    I searched for this question but there is no answer
    Thank you

    Folks
    I know how frustrating this problem is even in netweaver 7.0 environment. I found a solution for this problem atlast and it works but a not direct way of resolving this issue.
    When this request is in yellow status and not able to change / delete the request, its actually in a pseudo status and it is a bug in the program. This request sits in table RSBKREQUEST with processing type as 5 in data elements USTATE, TSTATE and this 5 is actually "Active" status which is obviously wrong.
    All we need is, ask your basis person to change the status to 3 in both these data elements and then it allows to reload the delta. Once the delta is successfully loaded, you can delete the previous bad request even though it is still in yellow. Once the request is deleted, the request status gets updated as "4" in table RSBKREQUEST.
    Hope this helps.
    Thanks

  • 0LANGU - missing in text table of an InfoObject - 0PLANT

    Hi there,
    *I'm loking for a great assistance*.
    The IO 0PLANT was fine, in BI7.0, and i viewed transformation code in InfoSpoke (not OHD), migrated from BW3.5 and when i gave the syntax check option it says "0LANGU" as unknown field in /BI0/TPLANT table. When i checked there it's not present in the text table and the 0PLANT object is in $TMP package. I've no clues how the 0PLANT got changed and / or how the 0LANGU is missing.
    I checked this in Dev serevr and everything is FINE in Prod server.
    Any comments?

    Praveen,
    Happy to hear from u  AGAIN..
    and U've marked my silly mistake once AGAIN..
    The "Lang. Depnt" field is unmarked. But don't know how that happened.
    Now dude tell me one point...If i change the IO and move that to production will that trasportation affect all the other objects using this IO, say DSO/Cube become inactive? Though I'm goin to perform the changes under a DUMMY transport, i just want to be clear in this part.

  • Problems writing text on Photoshop CC

    I am having problems writing text on Photoshop CC - the image goes black.

    Windows 8?  Update your video card driver from the GPU maker's website. If you cannot update your driver (like on a locked laptop machine), then set the GPU drawing mode in Photoshop to "Basic" and relaunch the app.

  • Solved: InDesign CC: Problems with text in text box: text flows around invisible object

    I just upgraded from CS4 to CC. I have two problems with text in some text boxes:
    The text seems to flow around invisible object that I cannot find or delete. It's as if there is a photo or other object behind the text box; but when I press COMMAND-a to select all, I don't see any such object.
    When I move this text box, the layout of the text within changes. For example, when the box is high on my spread, the text flows correctly within the box; but when I move it down, it flows around that hidden other object. For another example, when the box is low on the page, the text starts at the top of the box; but when I move the text box up, the text starts somewhere in the middle of the box.
    I have checked margins of the text box and the paragraph options of the text paragraphs (margins, indents, alignments). They all look OK.
    If I modify the text box, checking the box "Ignore text wrap", then the problem goes away; but then the text also will not flow around a real object that I want it to flow around.
    Solution:
    There were objects in a hidden layer on that one spread. It seems that in CS4 when you "select all" you would also select objects in hidden layers; but in CC it doesn't.

    Arthur, Garry
    Would be great if you could send the files as attachment in an email to [email protected]
    Else, you may post here using these steps: http://forums.adobe.com/message/3994281
    Thanks!
    - Neeraj

  • ID CS5: Problem with Text Wrap being Forgetful :(

    I am having a problem with text wrap. Whenever I open this INDD file I am working on now, some of the images shift from having what I call "actual" text wrap to having "false" text wrap. "Actual" text wrap *actually* wraps the text around the image as it is supposed to; "false" text wrap says that "Wrap Around Bounding Box" is applied to the image yet no text is wrapped. After opening the file, making sure to unset and reset the text wrap on each offending image to show an "actual" text wrap WITHOUT changing layer order, saving the file, closing, and reopening, some images have "false" text wrap again! This is a 77 page document with images on every page.
    Another occurrence is if I largely change the flowed text. If I must remove a paragraph on page 7, for example, then the "actual" text wrapped images on page 10, 12, and 18 change to "false" text wrapped images and I have to reset the text wrap on each image. There are often images in between offending ones that DO NOT change, but it doesn't seem to be the same ones each time. So once image A, C, and D will change to "false" text wrap, while B, E, and F are fine; the next time, A, B, and F are wrong and the others are fine. This is driving me crazy as I have never in 8 years of using InDesign encountered a problem using Text Wrap. Please note:
    Ignore Text Wrap IS NOT selected.
    The text box IS below the images.
    The copy is flowed throughout the document.
    Preferences>Composition>"Text Wrap Only Affects Text Beneath Selected"" DOES NOT FIX IT.
    "Wrap around bounding box" IS showing as selected for the image/images.
    There is NO CLIPPING PATH / PHOTOSHOP PATH / ALPHA PATH on these images.
    The images / text box order is not changed between being correct and being incorrect.
    Anyone else with this trouble? And, if so, how did you fix it? Thanks,
    A. Henson
    InDesign 7.0.3
    iMac i7
    8GB RAM
    OS X 10.6.6

    @henson26,
    I emailed you offline to see if you can provide me with an example file that shows the problem.
    Matthew

  • Problem in Assigning  table to access sequence

    Dear All,
    i am facing problem in assigning table to access sequence for billing output type.
    I have created 1 table B902 with the combination of Sales org,plant ,Division,Billing doc type.
    but if i am going to assign with access sequence system is taking for Billing type & division & for other its showing red marks & errorr.Access sequence->Aceessess->Field.if i am clicking on field in I/O column for plant its displaying negative.
    bcause of this i am not able to make condtion record.
    Message is Select a document field for WERKS
    Regards
    ajit
    Edited by: SAP SD AJIT on Mar 1, 2010 3:18 PM

    Hi SAP SD AJIT ,
         Go to IMG --> Sales and Distribution --> Basic Functions --> Output control --> Output Determination --> Output Determination using condition technique --> Mantain  output  Determination for billing document --> Mantain condition table,  in the pop-up choose the option "Field catalog: Messages for billing documents", there you can add standard field into the catalog, so you can add WERKS and the other one "document structure" I don't know what field it is, but if it is and standard field you can add it. If you have a Z field you need ABAP help to add the Z field to the structure "KOMKBZ5" and then you can add it to the catalog.
    Regards,
    Mariano.

Maybe you are looking for

  • Can't save PDFs

    While trying to save a couple of PDF files i get this error message. The document could not be saved.There was a problem reading this document(110). This message appears with only 2 files,but other files can be saved normally,any suggestions?!

  • Violating Namespace Rules in Payment Medium Formats Customisation

    Hello I want to use the PMW to create payment medium files for Citibank.  I created the mapping in DMEE.  I called it Z_CITIPAYLINKPLUS.  Now I am trying to set-up the payment medium format in SPRO and I get the following message in the status when I

  • Write PHP code above HTML tag

    I've created a toolset that allows me to add Form fields that we use in our system. But now I want to take that a step further. I want to be able to write corresponding PHP code above the HTML tag at a specific location. This while looping through th

  • Other free website publishers after demise of iWeb

    where can one go for similar support / experience after demise of iWeb?

  • Can't edit information in an accepted ical invitation

    After I accept an invitation in ical, I would like to just edit the "new event" and "location" field but not change the date or time or any other information that would effect the invitation. Is there anyway to do this modification of text in ical?