Supplementary text VS long text (PMD)

Hi,
Does someone know the difference/advantages of using these document elements in PMDs? They have the same look and feel but the long text "apparently" is not supported.
I was wondering when this has been incorporated due the lack of documentation about them Parameterizable Documentation Basics - Extended Basic Data - SAP Library
Regards

Long texts (the oldoriginal ones, type L) have a restricted content size (112 lines with 72 characters each) and have some issues when it comes to storing and printing text that contains line breaks. To remediate these problems, extended texts (type T) were introduced with 4.72 (for use outside of tabular structures) / 6.00. These fields are stored differently, have virtually no size restriction and preserve line breaks. For new documents, you should always use type T. Be aware that you need to use generator version 2 for this, the new texts won't work with generator version 1 (which is no longer supported anyway).

Similar Messages

  • Flexible Real Estate BAPI or API for Supplemental Text (Memo Fields)

    Hi,
    Can any one let me know if there are any BAPI or API by which i can load long text into Memo Field (Supplemental text). we are on ECC 6.0 version (FLX-RE)
    Thanks
    Veman

    Hi,
    the upload of additional texts with BAPI or batch input recording is
    not supported.
    It's not possible to create notes or memos with the same BAPI call for
    creating the real estate object itself. But you can add supplementary
    texts in a 2nd step for existing real estate objects.
    (1) Additional texts are SAPscript text modules
    Use function modules INIT_TEXT and SAVE_TEXT.
    Keys of RE-FX text modules are:
    - OBJECT always "RE"
    - ID = group key, e.g. "TMNO"
    - NAME = <INTRENO of real estate object>#<subkey>#
    - LANGU = logon language
    Simply create a memo manually and check the resulting SAPscript text
    module with report RFRECATM (tool to maintain text modules).
    Function modules CONVERT_STREAM_TO_ITF_TEXT and
    CONVERT_ITF_TO_STREAM_TEXT may be helpful to work with the SAPscript
    ITF text format.
    (2) Update of table VICAADDTEXT
    The relationship between contract and text id is stored in table
    VICAADDTEXT. To see the before created text module in the contract
    dialog you have to insert an entry in table VICAADDTEXT.
    INTRENO   intreno of the contract
    TEXTCATE  text category
    ADDTEXTGUID  GUID for additional text
    A new GUID can be created with function call:
        CALL FUNCTION 'GUID_CREATE'
          IMPORTING
            ev_guid_16       = ls_vicaaddtext-addtextguid
          EV_GUID_22       =
          EV_GUID_32       =
    It may be helpful to first have a look at the content of table
    VICAADDTEXT to see how already manually inserted entries are stored
    in this table.
    I hope that this information will help you to get the texts loaded.
    Regards, Franz

  • JDev 10.1.3, PMD bug?

    Running the PMD plugin on a class with as below with the unusedPrivateField checked in the Tools->Preferences->PMD dialog gives error
    public class PMDTestClass {
    private String aVariable = "something";
    public PMDTestClass() {
    aVariable = "new value";
    PMDTestClass.java; line 2; (UnusedPrivateField) Avoid unused private fields such as 'aVariable'.
    This must be a bug in PMD?

    Yup, exactly right Simon.
    For a long time PMD would not flag these problems because it counted assignments as a "usage". But PMD keeps getting better and catching more stuff like that.
    Next it'd be nice to catch things like:
    void foo() {
    int x = 15;
    // ... lots of code that doesn't use x ...
    x = 42; // so the first assignment is unused!
    This involves some nifty data flow analysis stuff; hopefully sometime soon we'll get this working!
    Yours,
    Tom
    Using PMD? Get the book, PMD Applied! http://pmdapplied.com/

  • New filed in Asset Report

    Hi,
    In asset register business want to see new filed/text information (i.e. Brand name of the asset).  Please let me know how can we add a new file in Asset Master in AR01 or Asset History Sheet reports.
    Please guide me.
    Thanks
    Partha

    Hi,
    I trying to use Brand description the following field & supposed to add this field in screen layout.
    In asset Master (AS03) there filed "Supplementary text"  ANLA_LETXT  Length 50.
    Please suggest me, its possible or right or wrong.
    Thanks
    Partha

  • Problem in adding new tabs in master data screens for RE-FX in ECC 6.0

    Dear members,
    I am working on RE-FX in ECC 6.0. I need some advice on the foll matter:
    When displaying master data for Rental Object (Rental Space) (Tcode REBDRO) there are three tabs that are visible. They are General Data, Measurement and Area Shares. I would like the tab "Supplementary Texts" to also appear as the fourth tab. I have gone to the node Screen Sequence under the Dialog node under Usage View under Master Data in RE-FX.
    I have added this screen to the sequence and have saved it successfully. Now when i am trying to display the rental space (RS) it is still not showing the tab that I just added. When I am trying to remove one of the existing tabs, by going into the same screen sequence I am successful in doing that. I am also able to add some of the other tabs. However every time I am trying to add the tab "Supplementary texts", I am failing to display it in the master data.
    Request you to please help me as I am not an expert in RE-FX.
    Regards,
    Suvarghya Dutta

    Hi Survaghya,
    We are facing problem in adding tab to transaction RESCSU. We have followed all the steps mentioned by you , like
    1. Go to transaction BUPT .
    2. Select Application Object - transactuion BUS0.
    3.Selected Application object as RESU.
    4. And then went to all the following transactions.
        RESCSU0002     SU: Field Groups
        RESCSU0003     SU: Views
        RESCSU0004     SU: Sections
        RESCSU0005     SU: Screens
        RESCSU0006     SU: Screen Sequences.
    5. Created one z function group , having 2 FM for PBO and PAI.
    6. Also one subscreen having the field mapped to CI_INCLUDE - CI_VISCSU.
    But still we are not able to see the tab on the settlemet screen.
    We tried changing the screen sequence of existing tabs, we could change that, but after performing all the steps mentioned above we could not add new tab.
    Please suggest where are we committing a mistake.
    Thanks & Regards,
    Deepti

  • Best way to remove unused tabs

    What is the best (recommended)  way to remove unused tabs from the RE-FX screens?
    The user requires to remove the Option Rate Method, Differing measurements and Supplementary Texts from the Real Estate Contract program. 
    Hamdan

    HI,
    In BDT menu RECAMENUBDT, you get an option to manage screen behaviours of all the RE master data as well as RE contracts.
    In transaction REGC0006 you can view the screen sequences for RE contracts. Generally, SAP permits modification in standard screen sequences, however, it is advisible to avoid touching them. Instead users can define their own sequences by copying the standard delivered screen sequnces and eliminating tabs that are not of user's need.
    Once you have defined your own scree sequesce, you need to assign this screen sequence to the RE contract type in which you need this user defined screen sequence. In IMG menu in step define contract type you can select the screen sequence you need for a particular contract type.
    In this way you can have differnt screen sequences for different types of RE contracts.
    Hope this is useful
    Regards
    Rohit.
    Edited by: RohitGoel on Jun 1, 2011 7:39 AM

  • How can I find full COURSES, not lectures on iTunesU?

    Hello,
    Is there a way to find actual courses, not special lectures/speeches, from ITunesU? I've spent the last 4+ hours rifling and listening to many things with little success.
    I am looking for ***introductory/basic courses*** (high school/freshman uni 101 sort of thing) in:
    Employment Discrimination/Employment Law
    Economics (Macro, Micro)
    US Public Policy
    US Foreign Policy
    US Culture
    US Economics
    Politics/History/Culture of...
    *Brazil
    *Russia
    *India
    *China
    *Europe
    *Africa
    World History (Ancient, Western, Eastern)
    Geography
    This is my first day using iTunes for anything other than playing music. There must be a way to search fro actual classes or at least an easier way than hours of trial and error.
    If not, is there somewhere to find these? Lectures with video and possible supplementary text strongly preferred.
    Please HELP
    Thank you

    Syncing to iCloud has nothing to do with locating a device.
    Is iCloud and "Find My iPhone" enabled on the device?  If it is, go to iCloud.com and select the option to locate the device.
    If it is not enabled, the only way to locate the device is to physically look for it.

  • How to print long text in scripts

    plzzzzzzzzz answer this qestion
    how to print long text in scripts

    Hi Kranthi,
    You can create Text Id and include that in your script.
    For example:
    /E TEXT
    /: INCLUDE ZTEXT OBJECT TEXT ID ST
    Hope this helps.
    Please reward if useful.
    Thanks,
    Srinivasa

  • Can no longer select text in email template or read only field with mouse using IE or Firefox?

    Hi Guys,
    I can no longer select text in email template or read only field using my mouse in IE or Firefox anymore. We are using CRM 2011 rollup 18 applied with IE 11 and the latest version of Firefox. We only applied roll up 18 in Feb when this issue began.
    Thanks
    Dave
    David Kelly

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove the site's cookies (save any pending work first) using either of these. While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    These features rely on JavaScript, and it sounds as though you have scripting enabled if you get (the wrong) color changes. Some add-ons might alter the way scripts operate, so a standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    If those features work correctly, this points to one of your extensions or custom settings as the problem.
    To also disable plugins, you can use this page:
    orange Firefox button ''or'' classic Tools menu > Add-ons > Plugins category
    Any change?

  • The problem I have since I upgraded to Mavericks version 10.9.1 The problem appears only with Mail not with other programs, not even with my browser. When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command   to e

    the problem I have since I upgraded to Mavericks version 10.9.1
    The problem appears only with Mail not with other programs, not even with my browser.
    When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command + to enlarge the text, although I can reduce it with Command -.
    As I have a problem with my eyes, This is a serious matter for me.
    When I write an e-mail, if I select text and press Command +, it just displaces the text to the right.
    Now, my husband has a USB keyboard. If he connects it to my computer, his regular Command + does not work either, but  he uses the extended keyboard, then it works. Unfortunately, he needs it for a musical application which does not work with a wireless keyboard.

    Firefox 3.6.4 and 3.6.6 use a process called, "plugin-container.exe" which was using up most of my CPU when I opened up multiple tabs that contained Adobe Flash files, and caused Firefox to lock up.
    My solution was to use Firefox 3.5.10 which you can get from the Mozilla website at [http://www.mozilla.com/en-US/firefox/all-older.html]
    I am using Adobe Flash 10.1.53.64 without any problem in this version of Firefox. Check the release notes, I believe it contains all the latest security fixes in "Firefox 3.6.4".
    Hopefully, they will fix Firefox 3.6 in the next version (e.g. Firefox 3.6.7), until then you should probably use "Firefox 3.5.10".

  • I can no longer read the text of my emails after I open them

    All of a sudden I can no longer read the text of my incoming mail, however if I click to reply I can read text then

    Go to Settings > General > Reset > Reset Network Settings; will not erase any data, just resets network connections such as wifi, and cellular data; Hope this helps.

  • I was recently searching in my iPhone 3GS for a phone number, and the search hits revealed text messages that I have long ago deleted and would rather not have in my iPhone. How do I delete these once and for all?

    It was the strangest thing. You would think that once you delete a message off your phone it is gone.
    But in the "search iPhone" feature several key numbers like an area code reveal phone numbers of people
    who aren't in my contact list, specifically the first few words of text messages that I deleted long ago.
    I would like to eliminate these once and for all.
    Will "Erase Content and settings" do this for good? Once I restore the phone will they come back?
    Thanks.
    ******note found another thread relating to this********no need to reply********
    Message was edited by: stewart g.

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • Pages 5 in Mavericks no longer opens Text files?- need to open old Clarisworks files

    My 90 year old uncle clung to ClarisWorks, Appleworks far too long
    He still has Claris Works documents he needs to open.Some so old that even AppleWorks version  6x, the final version of AppleWorks could not open!)
    In Mountain Lion, he could open the older Clarisworks- Appleworks documents in TextEdit  , save as  .TXT file and then open that file in Pages
    Tonight, after installing OS 10.9  ( Mavericks)he finds this work around unrelable : Sometimes the new Pages cannot open the .TXT message
    How do  I help him convert his old documents?
    ( he saved  names and addresses in to Claris Works documents instead of entering into his Contacts/Address Book so now he is panicky to retrieve the addresses as he starts working on his holiday greeting and gift mailings)

    Will the old Pages run under Maverick?
    IF so that will be something to try
    Old Pages did not open up the old Clarisworks docs but Pages 09 DID respond when we changed the extension of the CW documents to "TXT".
    So , Uncle can try using Pages 09
    We also can try Libre
    I can install Text Wrangler- there was some advice that it will open the old CW files.
    My concern is that Uncle IS 90years of age. He is remarkable using a Mac but he needs, wants everything to be straightforward and resists, cannot handle any process requiring too many steps
    The need to use an intermediary translation system (CW->TXT->Pages) is stressful for him.
    Such a shame that Apple did not program a translator to open the files made by its previous proprietary software (ClarisWorks and Appleworks)
    Thanks all

  • Database Table where modifications to message long text are stored (log)

    Hi,
    As per manual correction mentioned in SAP note 1144291,
    we have changed the long text for message XC092 by modification of the long text.
    This note 1144291 is a pre-requisite for SAP Note 1310808.
    After the notes were implemented, it is noticed that message CURTO1055 has incorrect information in its long text. This is because, the variable in the long text are not correctly defined in the long text.
    Both the messages XC-092 and CURTO1-055 are SAP standard.
    The error for CURTO1-055 can be rectified by modification of the long text and maintenance of the correct variables.
    However, my question is:
    Where do we check the log for document modifcation for a message long text.
    I have found the logs relevant to my modification in table DOKHL and DOKIL.
    But in which table do we get all of the foll. data:
    - Message class
    - Message number
    - Modification name
    - Modification created by
    - Modification done on
    - Last changed by
    - Last changed on
    Kindly help. A <removed by moderator> solution would be really helpful.
    Best Regards,
    Smruthi
    Edited by: Thomas Zloch on May 5, 2011 12:07 PM - urgency reduced

    Hi Smruthi,
    The modification changes would be in the SMODILOG table. Please note this is a core basis table and should not be changed, however to best find your changes search under the TRKORR field with the relevant tp request.
    Best regards,
    Derrick Hurley
    Development Workench

  • Can not see long text description of a characteristics in portal

    Hi experts,
    I designed two queries via Query designer and published them to portal but I can not see the the long text description of "Name" attribute belongs to 0BPARTNER characteristics.
    One of the queries shows only the last name of partner in portal while it is showing full name and last name in Bex Analyzer. The other query shows only the key value in both portal and Bex Analyzer.
    I want to see long text description in both queries.
    For an additional information, I'm extracting data from CRM 5.00 to BW 7.00
    What will be the reason for this and how can I solve it?
    Can anyone help me for this issue, it's a kind of emergency situation.

    Hi,
    we have the same problem.
    We want to change <b>only</b> in the screen variable the hierarchy text (from default to long\medium text) but even if there's a possibility to do this, really it doesn't happen anything - it' s possible when you start query, in the selection screen inside every the variable there's a command "User Settings" in which manage what you want to see (I put display custom, as text, medium text).
    I try to do this also in query analizer, selecting variable (hierarchy) and enter in this (user setting), changing in display custom as text - medium text, but even if I save this settings, really doesn't happen anything.
    It seems the system isn't sensitive to this selection...
    By now, if someone has an answer, please write us!
    Thanks in advance,
    Alessandra Mirone

Maybe you are looking for

  • Installing Snow Leopard on MacBook Pro primo 2011

    How do I install Snow Leopard on my MacBook Pro primo 2011? It came pre-installed with Lion. When I put in my Snow Leopard DVD I just get a kernel panic and must restart. Help! I can't use Lion on my university so I need Snow Leopard.

  • Group by in Discoverer

    Hi, I am trying to group by information in Discoverer but results are not coming out as I expect. Imagine this, we have sales orders, each sales order has many lines (items within the order). I want to group by orders, so each row will represent only

  • Is it okay to get about 1-2 charge cycles a day?

    I use my laptop off battery almost all the time. I had a friend tell me to always unplug it when its 100% and then use it until its like 10-20% and then plug it back in. I have 9 cycles after having this laptop for 7 days. Oh, if it counts i dont tak

  • Slow saving with Pages 09

    I work regularly in Pages 09 on a MacBook Air, OS 10.6.8 with files having 50,000 words and about 15images (1280x720 each), no big load in my opinion. I write stories and they take about 6-9 months of developing before I finish and export. This is th

  • Server sided php session cookies are being deleted only in firefox

    When I visit a site and log in to that site, after 5 seconds the session is already closed. This does not happen with any other browser, just with firefox. I have altered the privacy settings in firefox, so all cookies of this site are allowed, but t