Maintain Batch long text - change log

Hi,
Any pointers as to how to maintain Change log for long texts.
kiki

Tolga,
I don't know what method member Kiki decided upon, but if it were me, I would be inclined to use the Auditing feature of ERP to keep, display, and manage Long text change logs.
http://help.sap.com/saphelp_erp60/helpdata/en/12/a5653ade969f4de10000000a114084/frameset.htm
Best Regards,
DB49

Similar Messages

  • Blocking long text change if open PR and open PO found for material

    Dear SAP MM Gurus,
    Our client is having one requirement. Their requirement is like this,
    If there is any open PR, PO, contract etc. for a material ,  system should not allow to change the long text of the material.
    Is there any way out. Any user exit or BADi, which will trigger on the long text change of material master then please let me know.
    Thanking you.
    With Regards,
    Mihir

    Dear SAP MM Gurus,
    Our client is having one requirement. Their requirement is like this,
    If there is any open PR, PO, contract etc. for a material ,  system should not allow to change the long text of the material.
    Is there any way out. Any user exit or BADi, which will trigger on the long text change of material master then please let me know.
    Thanking you.
    With Regards,
    Mihir

  • Recording Differences in Long Text Changes via Table Logging and AUT10

    Hello,
    I am trying to record changes to Long Text generated in a DMS DIR.  (This field is the Language Dependent Description field.)  We have set the system profile param rec/client.    We have enabled table logging for STXH & STXL in SE11.  When we make a change to the Long Text, we try to display the results in AUT10.  A change is indicated but when displayed, the text seems identical. 
    When displaying Logging status in RSTBHIST, the Active box for STXL is not checked despite the fact that we have set the "Log changes" box in SE11.
    Note #573291 talks about installing a PH-ELR add-on.  Is that necessary if we are already running SAP_APPL 6.04?
    Also, is Table Logging the best approach to capture these changes to Long Text?  Is there any way we could use Change Docs"?
    The field width of DBTABLOG-LOGDATA = 16000 if that matters.
    Thanks for any responses.
    Edited by: John K Ryan on Oct 13, 2011 9:20 AM

    Tobias,
    "You created a dynpro based transaction which allows you to change
    the content of a text. The text to change is not part of the dynpro
    screen, but you want to set it into an ITS field where you can access
    it using Bussiness HTML. Is this correct?"
    <b><u>This is correct.</u></b>
    Below is the portion of HTML template code in which I'm defining the web screen pushbuttons, providing the pushbutton names, and linking same to the function codes defined in the R/3 transaction.
    This is my first experience with ITS, so if I've missed something glaringly obvious, I apologize in advance.
    Thanks!
    <table>
      <tr>
        <input type=submit name="~OKCode=ANAL" value="Analysis Long Text">
      </tr>
      <tr>
        <input type=submit name="~OKCode=ROOT" value="Root Cause Long Text">
      </tr>
      <tr>
        <input type=submit name="~OKCode=RMCA" value="Remedial Corrective Action Plan Long Text">
      </tr>
      <tr>
        <input type=submit name="~OKCode=CRAP" value="Corrective Action Plan Long Text">
      </tr>
      <tr>
        <input type=submit name="~OKCode=PRAP" value="Preventative Action Plan Long Text">
      </tr>
      <tr>
        <input type=submit name="~OKCode=COMM" value="Comments">
      </tr>
    </table>

  • QM02 long text without log

    Hi All,
    I was trying to get the Notification long text from QM02 transaction into my script.So,the client requirement was not to get the auto generated lof text.I have tried if it is stored in any table but could not find it.If I write the include statement with all the parameters,I am getting the log also displayed in the output.Please suggest me what to do? URGENT..........
    Regards,
    Akanksha

    Hi,
    I'd like to know if this works in other application areas i.e. SD, CO or PM?
    I think this is more a basis issue that application specific.
    The Long text of notifications was designed for text only! Why do you believe that a table can be displayed?
    I cannot imagine that there is a solution for your question.
    Regards
    Isabelle

  • Tracking of Service master LONG TEXT changes

    Hi ,
    I know we have functionality to track changes made in a Service master thru Change Documents .... but it doesn't show the changes made in SERVICE MASTER long text.
    How can we see those changes ?
    Regards
    shrey

    Changes to long text are not stored in CDHDR/CDPOS tables.
    You can only see that there was a change, but not what was changed in detail.

  • Maintain notification long text in IW21

    Hi Expert,
    I have one requirement as follows:
    In TCode IW21: Create PM Notification, client wants Notification Long should appear as a Template from Standard Text (TCode: SO10).
    Now I want to fetch this Std. Text which is maintained in TCode SO10 and show it at Notification Long Text while creating Notification using TCode: IW21.
    Please guide me how to do this functionality using any User Exit or any Enhancement available in SAP.
    Thanks,
    Jay.

    Hi,
    Create SAP standard text
    DATA: IT_TEXTS type standard table of TLINE,
          wa_texts like line of it_texts,
          THEAD    TYPE THEAD.
    **Populate text table
      wa_texts-tdformat = '*'.  "new line
      wa_texts-tdline = 'First line of text'.
      append wa_texts to it_texts.
      clear: wa_texts.
      wa_texts-tdformat = '='.  "continuation line
      wa_texts-tdline = 'still first section of text'.
      append wa_texts to it_texts.
      clear: wa_texts.
    **Also need to Populate THEAD details which can be gathered from the Text Identification Details
          CALL FUNCTION 'CREATE_TEXT'
               EXPORTING
                    FID         = THEAD-TDID
                    FLANGUAGE   = THEAD-TDSPRAS
                    FNAME       = THEAD-TDNAME
                    FOBJECT     = THEAD-TDOBJECT
                  SAVE_DIRECT = 'X'
                  FFORMAT     = '*'
               TABLES
                    FLINES      = IT_TEXTS
               EXCEPTIONS
                    NO_INIT     = 1
                    NO_SAVE     = 2
                    OTHERS      = 3.
    Thanks,
    Abhijit

  • Need to fetch the routings based on the Object text maintained in Long text

    Hi Gurus,
    i have a requirement to fetch all the routing operations based on the Object text that had been maintained in the long text of the routing.
    I found out the tables STXH and MAPL for the values, but unable to link the same.
    Please do help me to find a solution.
    Thank you.
    Naveen.A

    HI Ratan,
    My requirement is to fetch routings that contain Object text.
    The long text of a routings may contain many object texts , but i need to identify the specific object text alone and dispaly all the operations in which this object text exists.
    Thanks for your understanding.
    NAveen.A

  • How to maintain long texts in different languages in a message class

    Hi All,
    I have maintained a message and its transaltions in some other languages in a custom message class. I have maintined the long text in English language. But I am not getting how to maintain the long text in other languages.
    Please help.
    Regards
    Kiran

    Hi Kiran,
    Good!
    In the message class corresponding to that message give the place holders &&&&.
    Like 001    &&&&
    in the program.
    Message <class>001 with text-001 text-002 text-003 text-004.
    then you could disply long text.translation takes place if u enter in different language automatically.
    thanks,
    Sunil.

  • Long text for line item appears twice in my PO form...

    Hello Experts,
    I am wondering why my long text for my 1st line item is appearing twice. In my PO, I only
    maintained a long text for my 1st PO line item appeards twice. below is my code:
    /E          ITEM_LINE_1
    IZ           &EKPO-EBELP&,,&EKPO-TXZ01&
    IZ           ,,&EKPO-EMATN&,,&EKPO-MENGE&,,&EKPO-MEINS&,,&EKPO-UMREZ&,,&EKPO-NETPR&,,
    =           &EKPO-NETWR&
    /:           DEFINE &LV_TEXTNAME& = ''
    /:           PERFORM GET_LONGTEXT_ITEM IN PROGRAM ZMMRP0008
    /:           USING &EKPO-EBELN&
    /:           USING &EKPO-EBELP&
    /:           CHANGING &LV_TEXTNAME&
    /:           ENDPERFORM
    /:           INCLUDE &LV_TEXTNAME& OBJECT 'EKPO' ID 'F01'
    The element 'ITEM_LINE_1' is called per line item. So in my case, 3 times. The INCLUDE statement
    at the end of the element is for the longtext. I am now confused as to why it appears twice for the 1st line item.
    Thank you guys and take care!

    Hi,
    You can debug and check whats happening there.
    Regards,
    Ram

  • Issue ith Long text in Quality Notification.

    Hi All,
    I have an Issue with Quality Notification long text change functionality.User reported that he can only append the additional text and can't edit the alaready entered screen. When I verified the config for the notification type it shows that 'Log line' check box have been checked and "No text" change Check Box Not checked. We need log lind and the same time user can edit the alkready entered screen. We are using Ecc 6.0 system.
    Please guide me to fix that Issue.
    Regards,
    Senthil

    Hi,
    you should check in configuration the part "Overview of Notification Type"  (Quality Management>>Quality Notifications>>Overview of Notification Type).
    When you select your notification type you go to "Format Long text" and there you can disable "No text change". This option is useful when you want to add text but don't want to allow modification of existing text.
    Hope this help,
    Serge

  • Long text in ie01

    hi
    all
    can we put the option of long text in in ie03

    Update the thread with your SAP version. Note that i have mentioned OSS note applicable for 4.5A
    Note : we can maintain authorisation for long text change / modify
    execute SE16 and select table EQKT and check for X mark  or discuss with devolpment team  and use functional module
    READ_TEXT to long text availablity
    Thanks
    S.N

  • Document Long Text in FBV1 Transaction

    Hi all ,
      I hav to maintain Document Long Text (RTEXT-LTEXT)
    Menu : Extras->Document Texts ,then in 'Texts in Accounting Document' Window
    Is there any FM available which can be used for this.
    Thanks in advance,
    Taranam

    Hi,
       1. From se37, check for function group STXD
    2. There will be many Fm.
    3. The commonly used are
    READ_TEXT
    EDIT_TEXT
    SAVE_TEXT
    Regards

  • How to copy long text from production order to automatically created P.R

    Hello experts,
    I want to add some text to the long text , in the production order and save it.
    There is an external process in our routing, in which when the order is saved and released, there is a P.R created automatically.
    My requirement :-  The text in the long text tab of the Production order should flow to one of the text types {Item text} in the P.R item created.
    I checked in SPRO [ IMG-> MM->Purchasing -> P.R-Texts for PR-> define copying rules].
    For text type ,  'Item text' already has  the text linkages : Order/network, with source texts "component text' and 'transaction text'.
    However, the text being maintained in the order is not flowing on its own anywhere into the P.R created.
    Is there any other config that needs to be done to achieve this?
    Regards
    P.R

    Hi, A production order long text exists at a header level and a Purchase req gets triggered at an operation level of a production order during external processing.
      So if you expect a mapping of a header text to operation level text, it should not be definitely possible in the SAP standard. (May be an enhancement would still work but you need to decide on it).
    If you maintain a long text at the same operation where you trigger a pur.req (a text on your own or via a standard text key-CA10 tcode), you would see that populated, at the item-level text tab of the generated pur req automatically, as a standard behaviour.
    Hope you would go with the standard system behaviour.

  • Problem in formatting of long text -- line break not recognized.

    Hi ,
    We have a PO smartform in our SRM system and we are facing problem with formatting of long text on the smartform for long texts maintained for the PO.
    for ex, we maintain the long text as --
    "this is long text for item 1.
    1. this is line 1.
    2. this is line 2."
    On the smartform it is displayed as --
    this is long text for item 1. 1. this is line 1. 2. this is line 2.
    So basically, the line breaks in the text are not considered in the smartform .
    Any suggestions on how to fix this issue ??
    Thanks.

    Hello Harmeet,
    Which Std. FM are you using to fetch the PO texts? If the PO doesn't exist in your system, i'm afraid you cannot use Include Texts as mentioned by Harsh.
    As an alternative you'll have to create a table & pass the text lines to it! I don't think SmartForms are not smart enough to identify new-line character.
    BR,
    Suhas

  • Dynamic text in Long text of message

    Hi All
    Can you please guide me that how dynamic text are maintained in long text of the messages.
    I have used variable name between 2 ampersands 1.e. &var&..but its nt working. Where could be the mistake ?
    Regards,
    Shreya

    The problem is... I want to show an error message. and when user double clicks on that message, a pop up screen should come showing the detailed description of that message which also contains some dynamic text...eg:
    The message is "Please maintain ABC field for Company Code &1".
    To this short text i want to give a long text description eg:
    "For the Combination of Compay Code &2 and Account &3, ABC field should not be blank".
    Dynamic text element in short text is working fine,  but in long text it is showing &2 and &3..,, ie these are not populated with values.
    Where could be the mistake ?

Maybe you are looking for