Change log of text items

Is there any way of finding out the change log for text items during text determination. e.g. The sales order is created by a set of users who specify the colour of the item in the sales item text - textid-ZCME. They change the colour after sometime in the text-id and there is no means of finding out who changed and when.

In a non-db block, create an item m_rec_cnt as
Datatype : number
Calculation mode :Summary
Summary function : count
summary blk : your block which you expect to have more than 1 record
summay item :any not null item--------------------------------------------------------
create a procedure in the pgm units to set the visual attributes of that particular rec. in the main canvas
procedure l_set_record_Appear(p_va varchar2) is
Begin
  set_item_instance_property('emp_code', to_number(:system.trigger_record), visual_attribute, p_Va);
  set_item_instance_property('emp_name', to_number(:system.trigger_record), visual_attribute, p_Va);
  set_item_instance_property('emp_sal', to_number(:system.trigger_record), visual_attribute, p_Va);
End;Then create the req. visual attribute 'VA_BLUE'
Then call the procedure in
PRE-RECORD as
If nvl(m_rec_cnt,0) > 1 then
   l_set_record_Appear('VA_BLUE');
else
   l_set_record_Appear(''); /* null attribute ...no space*/
end if;

Similar Messages

  • ALE third party: User name in change log of PO item is updated inconsistently

    Hello,
    We're running third party process, where changes in SO item are auto updated into PO item via workflow. Normally, user who changed SO item is updated in change log of PO item. However, there are several cases where workflow user is updated in PO item change log. There seems to be an inconsistency here. Do you have any idea? I've searched SAP Note but could not find any.
    Thanks,
    Duc. 

    Hello Jurgen,
    Checking data in system, I found one thing:
    if change document of PO item is created later than change document of SO item, change user in PO item is workflow user; in the other hand, if change document of PO item and SO item are created at same time, change user in PO item is same as change user in SO item.
    So I guess root cause of issue is: Change User in PO change log depends on which task system is doing (updating SO item or updating PO item) at the time the log is recorded; due to this, the t-code in log is also different (ME22 for workflow user and VA02 for normal user).
    Is it correct?
    Regards,
    Duc.

  • Change log needed when item Text is changed via a customised tab in PO

    Hi all,
    In ME21N, ME22N and ME23N we have added a tab CUSTOMERDATA which contains input to enter no. of batches. When ever we enter something, say 1 in the field for no. of batches, this will trigger a FM which will create a batch and update the TEXTS tab at item level with the batch created. This functionality is achieved using the exit EXIT_SAPMM06E_013.
    Now the requirement is whenever the TEXTS tab is updated by means of CUSTOMERDATA tab, I can see that some text is added to the TEXTS tab. Now I want to see this in the change log at item level that text is updated.
    I can see the change log when i manually go to TEXTS tab and change/add something but not when i do it via the CUSTOMERDATA tab.
    Could you please help me how to achieve this.
    Thanks in advance!
    BR,
    Aravind.

    Ok, looks like you haven't received good replies yet, so here's what you need to do.  The difference is that CHANGEDOCUMENT_TEXT_CASE is being called for the application transaction entry but not for your exit-based entry of the texts inside EINKBELEG_WRITE_DOCUMENT.  This means that UPD_ICDTXT_EINKBELEG was not set - you need to make sure the field value is set to 'U' for the call.

  • Purchase Requisition Item release not in the change log of the item

    Hello Experts,
    I have developed a report that displays when purchase requistions have been relesased. To do that, I have used the change table to track the time and date.
    However, a lot of the requistions do not have the release as a change. I am not able to recreate it, and I am not able to point at anything special with the ones that does not have a change log.
    Have anybody else experienced this? I am a bit stuck
    rgds
    GAR

    has there been a change in the release strategy cusotmizing. maybe the PR was not subject to a release as it was created, but  new PRs of the same kind are subject because of this change in customizing?
    There are not many possibilities:
    a) PR was not subject to release strategy
    b) release indicator got cleared by own program or table maintenance
    c) program bug (never saw one for change history of PRs)
    do you use workflow for releasing? if yes then you can check the log of the workflow item and proof the evidence for a program bug.

  • Help! Errors when changing category in text items!

    I'm very often experiencing problems when editing a text item and moving it from one category to another. It won't do it. The editing page will stay the way it is and the only message I get is: Error 30694: Error in API - update item failed
    What could this be? This is very annoying. The portal can be seen at http://www.crmexpert.nl
    Aliktte

    I haven't seen this problem. Please provide more details: what version of Portal, what types of items are affected, and anything else you think may be relevant.
    Thanks,
    Jerry

  • Error when changing category of text items!

    I'm very often experiencing problems when editing a text item and moving it from one category to another. It won't do it. The editing page will stay the way it is and the only message I get is: Error 30694: Error in API - update item failed
    What could this be? This is very annoying. The portal can be seen at http://www.crmexpert.nl
    Aliktte

    I haven't seen this problem. Please provide more details: what version of Portal, what types of items are affected, and anything else you think may be relevant.
    Thanks,
    Jerry

  • Tabular form for text item -save changes not working

    Hello,
    I have created a tabular form in which I have made one of the columns say deptno as an Text item using APEX_TEXT.ITEM package.
    In my tabular form by default I have created it with all the buttons like with ADD ROW,CANCEL,SUBMIT(SAVE).
    My problem is that whenever I make any changes to the text item for deptno column, and then try to save the changes by clicking SUBMIT - the changes are not taking place to the deptno text item column.
    Can anyone help me out with this.
    thanks.

    hi Denes Kubicek.
    the thing is that i have made it as text item because I have concatenated it with an popup image when clicked on it opens up an new popup window
    which is a report containing dept table details. So if need to make a change to the deptno text item column in the parent window for a particular record
    then i do through the popup window (like by selecting the deptno from the popup window - so that this value is returned to my parent window deptno text item column)
    for this reason i have made the column deptno as an text item.
    can you help me out with this issue.
    thanks.

  • b Track Text Item Change /b

    Hi all,
    I'm using Forms 6i.
    I want to track the changes in a Text item.
    I want to uncheck one check box, when the user changing the value of the particular text item. There are two ways to change the value of the text item.
         1. The user can directly enter the value.
         2. They can select the value from LOV associated with that text      item. Sometimes they will not select the value from LOV simply cancel it also.
    Which trigger shall i use.
    I cannot use Validation & navigational triggers. since the cursor may or may not going to that particular text item and also the navigational(Both Mouse & keyboard) property is no.
    Thanks in Advance.
    Aravind

    Hello,
    I cannot use Validation & navigational triggers. since the cursor may or may not going to that particular text item and also the navigational(Both Mouse & keyboard) property is no.
    So, how the end user can change the value if the focus is not in this particular item ?
    Francois

  • PR Header Note change log

    Dear All,
    I Want to know the changes done in Header note. Is their any standard solution to get the change log in text. I mean want to track the orginal text & change in the text.
    Thanks in advance

    any day now.
    they are already working on other things, so i was told at CTIA in las vegas last week.

  • Updating a value of a text item in a multi record block based on a change

    Hi,
    I need to change the value of a text item in a multi record block based on a change to another item's value in the same block.
    Suppose there's a text item in a multi record block called dt1 which is of type date, which is changed in a particular record. I want to change the values of the another item in the same multi record block, for all other records by running a loop through all the records in multi record block. I dont want to do it on the press of a button, it should do automatically on change. Help me resolve this issue.

    Hi,
    I need to change the value of a text item in a multi record block based on a change to another item's value in the same block.
    Suppose there's a text item in a multi record block called dt1 which is of type date, which is changed in a particular record. I want to change the values of the another item in the same multi record block, for all other records by running a loop through all the records in multi record block. I dont want to do it on the press of a button, it should do automatically on change. Help me resolve this issue.

  • How to change the default text "There are no items to show in this view" in the visual webpart

    Hi,
    I am using a visual webpart and in that if there are no items in the list it is showing the default text "There are no items to show in this view." I want to change this default text. 
    I checked the forums here there are multiple ways are shown but no one is working for me.
    Kindly help me to change this text.
    Thanks in advanced.

    It seems you're retrieving items inside a specific you.. why not having a <div> inside you're visual web part and check to see if the count of items retrieved is > 0 then insert that in the div, otherwise, insert your custom message and not rendering
    the web part itself. What you're describing is the default message from SharePoint which comes from default views, and this can be changed from xslt in SP 2010 or in JSLink in SP 2013, here's a link how to do so in JSLink :
    http://www.idubbs.com/blog/2015/jslink-csr-to-override-there-are-no-items-to-show-in-this-view/ .
    But as said, since you're doing a visual web part, keep your stuff in the visual web part and check for the count of items before adding the rendered data to your div.  
    Mohamed Derhalli
    SharePoint Consultant
    Blog: SharePoint Thoughts
       Twitter:
    LinkedIn:
      

  • How to change the "name of column" property of an text item in runtime?

    How to change the "name of column" property of an text item in runtime?
    I look the properties of items in help and found nothing about this!
    It's possible?

    Hi,
    an other solution is change the block property QUERY_DATA_SOURCE_TYPE from "Table" to "Sub-query" , than change at run time the property QUERY_DATA_SOURCE_NAME.
    First create block and add items
    The QUERY_DATA_SOURCE_NAME will be for ex. "Select 'A' as col1, 'B' AS col2, 'C' as col3 from dual"
    Set into items the column name property to col1 , col2 ...
    At run time change the query to "Select 'Z' as col1, 'X' as col2 , 'Y' as col3 from dual"
    in this way you can change the source of column value.
    Caution because if you change value type from varchar2 to date you must cast date into varchar2.
    May be that this way is valid only for view data not for insert-update, i don't remember.
    bye
    Message was edited by:
    Killernero

  • How to change data type and col. width of text item

    hi,
    how will we change the datatype and width of a text item in runtime.
    set_item_property(itemname,fixed_length,20);--- it is for width.
    please help me.
    Regards

    Hello,
    You cannot change the datatype at runtime.
    Start with a CHAR item then do the corresponding cast (NUMBER or DATE)
    Francois

  • Enable change logs for item level of Sales Document

    Hi,
    On transaction VA02, additional screen field (Booking Date) is added (& consequently 2 appends with date field in the tables VBAK & VBAP).
    When this date is changed in the header, the corresponding dates are changed in the item level as well.
    However, the change documents are created only for table VBAK (though item data is updated in VBAP also).
    When the date is changed at the item level, the change logs are created for the corresponding field in table VBAP.
    The data element has 'Change Document' checked.
    How can I activate the change to be logged for the item level (VBAP), when the date is changed at header level (VBAK)?

    Hi Nidhi,
    Maybe set a breakpoint in include MV45AF0C_CHANGE_DOCUMENT_CREAT
    Then check in UPDATE debug mode the value of upd_vbap and the contents of xvbap which are passed on to function VERKBELEG_WRITE_DOCUMENT .
    This function creates the change documents based on the data changes.
    I would have thought that since the date values are changed at item level as well when you only change it at the header, they should get a change document created automatically, since the dates must be in the XVBAP table (as their value is changed at the DB).
    So I would compare the various internal tables for both scenarios (header change,  item change) to determine their differences.
    After this use one of the user-exits to populate the internal tables for the header scenario based on the values of the item scenario. I would feel this to be a last resort though, since something appears not to be working correctly (I think).
    Hope this makes sense,
    Robert

  • Track Changes log of a specified Standard Text?

    Hello Experts,
    Am looking to develop a report (change log report) for standard texts, for example, (pls. note all input parameters of this standard text are same)
    Yesterday the user entered the standard text as
      This is yesterdays standard text
    And again user has changed today it to
    This is todays standard text
    Pls. let me know that is there any standard transaction to track these changes log? is there any table (seems STXH, STXL are not helps me) to store these changes? how can i retrive all these changes for a specified stanrd text?
    Thank you

    Hi M_S_Raju_0613,
    I never heard of a tracking feature for standard texts - standard sapscript texts must be an add on SAP took from any non-SAP development and never integrated well. So you have to change documents for them or the pool tables where they are stored.
    If only some texts and only special changes are in question, you may create a special program that stores a copy of the text and compares the copy to the actual text in  a recurring job.
    No better idea, sorry.
    Regards,
    Clemens

Maybe you are looking for

  • Lost mail, spooky things happening, and more

    Some very strange things happening with Mail today. First, here is my set up. I have a Yahoo account. I have two computers, and iMac running 10.3.9 and a MBP core duo running 10.4.8. (No I did not update to 10.4.9 yet.) I have Mail set to check for m

  • Key Commands - Assignment not working?

    I'm trying to add key commands to have everything 'at hand' but they get listed and don't work. Example: I open key commands, search for 'automation', select "View Track Automation" and assign it 'Control + T'. It's in there, it is also in the arrang

  • My 'desktop and screensaver' can't be change. it keeps on loading

    I used to change my wallpaper quite a lot but one day I got stuck on a picture. I then figured out way a way to change it. To change it I went on Google Images and found a really nice wallpaper, went of full size image, clicked the ctrl button and cl

  • Apple tv not authorized

    Purchased tv show on mac and synced to apple tv (1st gen). Get message "your apple tv is not authorized to play this content. Mac is authorized. Only on e apple id on both mac and apple. Software up to date. Rebooted everything. Any ideas?

  • Is there any restrictio​n in designing labview model for veristand

    Hi, I developed the labview model with cluster, cluster attribute(i am accessing the cluster label text , value in the model), loops, shift register. The model works fine in a standalone labview environment. Then i converted to .lvmodel and attached