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.

Similar Messages

  • Configure the Change Log for the activity

    Hi to all,
    I would like to know if it is possible to configure the "change log" for the activity.
    Thanks in advanced,
    Matte

    Carlos,
    Can you be more specific on the term 'Configure'.  Change log is automatically generated by SBO.  The only thing you can change is the numbers of Historical instances of the log
    Administration > System Initialization > General Settings.......Services Tab...History or Log Settings.  Be default it is 99 instances.
    Suda

  • Need to know the details on the change logs on the invoice output condition master records

    All,
    Recently, there seems to be a change made in VV32 transaction for Billingoutput types with regard to printer device names,
    I am unable to track down these changes. NACH provides information about created by & created on information, but i am not able to track the changes that were made against output condition records, is there any ways of identifying such changes using easier methods or even through CDHDR/ CDPOS tables.
    I tried executing CDPOS, but unable to proceed as i was not sure / do not know the ways of entries that i need to provide in CDHDR / CDPOS tables for my scenario.
    Can some one please help. Thanks in Advance.
    Regards
    Ilango

    Hi Ilango,
    if you don't activated the change logs, you just can find the chances made by identify the last two transports. So you need to go the way you started. Unfortunaly it could be, that you can't find the old settings anyway because there might be a * in...
    I know an easier way to find the old values.
    You can talk to your basis-guys if they got an older backup available and can backup it in an extra system. But that includes some extra work and the additional host.
    ~Florian

  • A function module to add an entry to the change log of the ODS needed

    Hi all,
    I want to add an entry to the change log table of the ODS .
    Is there a Function module available for this or a work around for this.
    Regards
    Akshay

    Hi Kiran,
    You can directly add days to the date.
    Eg:
    DATA date LIKE sy-datum.
    DATA days TYPE i.
    date = sy-datum.
    days = 100.
    date = date + days.
    WRITE date.
    Regards
    Wenceslaus

  • Some key figures are not being correctly reversed in the Change Log

    Hi Experts,
    I'm working with the BI 7 (SP 15) and I have created an ODS with Overwrite option (Record Mode equal to ' ') and a Cube receiving data from this ODS.
    Whenever I have a change in one existing record in R/3 side (already previously loaded to BW), it comes perfectly to the ODS and overwrite the record in the Active Data. However, in the change log table, the before image record is not reversing all the key figures, there is one (Quant type) which is not working and it is being doubled in the cube. All the other key figures are Amount type and are working fine. PLease see below some examples of the Change Log behavior:
    First time the record comes - Change log content:
    Material   Valid Dt   Cost Value      Quantity Rec. Mode      Req. ID
    1234     May/01   $  100.00       10          'N'     1
    Second time when the record changes the Date:
    Material     Date      Cost Value      Quantity Rec. Mode      Req. 1234     May/29   $  100.00       10          '  '     2
    1234     May/01   $  -100.00       10          'X'     2
    Then the final result in the cube, after it is compressed, is:
    Material     Date      Cost Value      Quantity
    1234     May/29   $  100.00       20      
    Also, I have a Counter in the transformation to the Cube which is a constant equal to 1, it is also being aggregated erroneously. I could create a routine to check the record mode coming, but I'm not sure it is the best solution.
    Can anybody help me to figure this out, please?
    Thanks in advance.

    Hi Rajkumar,
    Actually it is a generic extractor (customized) and the ODS active data is getting the delta records correctly. After I extract from R/3 and activate the ODS, the active table has correct results, but the change log table has the problem described before. All the fields comes from one single extractor.
    The 0RECORDMODE that I mentioned is about the setting in the transformation to the ODS. You have the Technical rule group where you can set the 0RECORDMODE, in my case it is set to ' ' (blank) which means it will receive After-Images from the extractor (which I think is correct in my case). The most curious is that it is working for almost all key figures (all amount type), except for the Price Unit which is Quantity type.
    Any other ideas?
    Thanks.

  • 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;

  • Activate change logs for the table V_T007K

    Hi,
    Change log check box is activated in table and change logs is activated in system. But still I am not able to view any change logs recorded for the table V_T007K using SCU3 transaction.
    I tried by changing some data and than checked the SCu3 transaction. nothing is recorded against the table.
    Please let me know what needs to be done to capture the change logs for the changes done to the data in the table V_T007k table.
    Thanks in Advance.
    Thanks & Regards,
    Madhuri.

    Hi
    The table u mentioned V_T007k  is not a transparent table
    .its a view only for views u cant track changes.
    But only for transparent tables u can only track changes thru SCU3
    Also u can find the changes in a table from SAP TABLE
    CDHDR and CDPOS.
    if helpful reward me points.
    Regards
    Manas Ranjan Panda

  • Sales order changes not updated in change log

    Hello Gurus,
    In my project, the sales orders have default delivery block. Only authorised people can remove the block. The list is maintained in a Z Table. Recently for one sales order the delivery block was removed automatically and the delivery happened in the background(user's version). The Change log in the sales orders do not have any details of the changes to delivery block. My questions are,
    1. how to identify the details of the changes in delivery block(who removed the block)
    2. Any other place to find out the changes to the order in addition to the change log.
    3. If change log in sales order is not having the details, can we find the details in table CDHDR
    Please help me to solve the problem.
    Regards,
    Kishore

    Hi
    Please go to VA03 transaction and then go to Environment and select the changes (Display Document changes), put the document No then Execute the same.You could able to see changes carried out in the document.(Table VBAK and Field LIFSK)
    Regards,
    Jaiprakash.P.T

  • Confition type FRC1- how to get the change log,

    Hi,
    When  the condition type FRC1 automatically gets deleted (deletion flag),. and we are not able to see the change log for the same.
    how the Conditions are deleted. Or if at all any one has deleted, how to get the change log,

    Check in
    m/06
    go to utilities
    change log
    If not found  consult BASIS consultant

  • Purchase Requisition Attachement Should not be Modified when it is released

    Hi Experts,
    I've a requirement that, In ME52N, if the Purchase Requisition is Released then, the user should not add or delete or change the Attachments. Pl help me in this how to do.
    Regards
    Rajiv.

    Thanks giri.
    For the following reasons, the billing documents are not released to accounting.
    1. If the user wrongly chosen the billing type for the delivery.
    2. After creating condition type, it has to be assigned in COPA. If we forgot to do it, billing doc will not released.
    Our requirement is that if the billing document is not able create accounting document, the billing document itself should not be generated.
    Hope this will be suffice to understand my issue and suggest a suitable solution.
    Points will be rewarded.
    Regards,
    Kumar.

  • Retrieving the Change Texts per Line Item (Purchase Order) - Very urgent

    Hi,
    How do you retrieve the Change Texts per Line Item (Purchase Order).
    Table T166T does not list these values per line item.
    Please help. This is very urgent & important.
    Best Regards,
    John

    if you are lookin out for change of item texts ...
    then use the function module ... READ_TEXT.
    and 2 tables r used ... STXH and TLINE ....
    double click on item data ...
    goto PO TEXT tab ....
    double click on text ...
    from menu ...
    goto header ... u'll get 4 fields that u need to consider ...
    TDID
    TDOBJECT
    TDHEAD
    TDNAME
    ALL THESE U'LL FIND IN  STXH
    ITEM TEXT is stored in TLINE
    Edited by: anjali rana on Mar 5, 2008 4:55 AM

  • Display Purchase requisitions that is not approved.

    Hai all!
      i want to display all Purchase requisitions that is not approved, ie. status IN RELEASE should be get display..
    so plz give me some sample code 4 achieving this..
    the final report should contain PR number, item of requisition, material, and status ..

    Hi Friend,
    Please check FRGKZ field of EBAN table, if the value is not equal to B, it is not released.
    Regards
    Krishnendu

  • I recently purchased a shutter release remote for my IPAD camera but the cord is only three feet long.  I purchased a 3 banded AV extension but it doesn't work.  Can anyone tell me what the correct extension cable is and where I can find one?  Thanks.

    I recently purchased a shutter release remote for my IPAD camera but the cord is only three feet long and I need an extension cord.  I purchased a 3 banded AV extension but it doesn't work.  I have been told that I need an extension cord that has AV and Mic to enable the remote shutter release to work with the extension cord.  Can anyone tell me what the correct extension cable is and where I can find one?  Thanks.

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • With Firefox 7, no "What's New" or "Release Notes" can be found anywhere in the app or on the web site!

    With Firefox 7, no "What's New" or "Release Notes" can be found anywhere in the app or on the web site! I just updated my software to version 7, but I can't find out why I should have done it, or what has changed.

    They had to suspend the release of 7.0 and quickly update it to 7.0.1 after some problems. <br>.<br>
    ''"We’ve identified an issue in which some users may have one or more of their add-ons hidden after upgrading to the latest Firefox version, affecting both desktop and mobile. These add-ons and their data are still intact and haven’t actually been removed. We paused new updates to Firefox to minimize the potential impact on users ... " from http://blog.mozilla.com/addons/2011/09/28/issue-discovered-with-firefox-add-on-upgrades/
    * http://www.mozilla.org/en-US/firefox/7.0/releasenotes/
    *http://www.mozilla.org/en-US/firefox/7.0.1/releasenotes/

  • Hello, how do i change the language of a film on the appel tv, i know i can change it on my pc but not abbel to change it on the apple tv ?

    hello, how do i change the language of a film on the appel tv, i know i can change it on my pc but not abbel to change it on the apple tv ?

    Unforunately you can't.  Its like if you went to a video store there in Netherlands and bought a DVD then got it home and found out it was in Dutch and there is no other audio options.  There is no way to magically dub the movie in English. Your iTunes and iPod settings only govern your menus and preference IF alternate options is available already coded into the file, but most movies downloaded from iTunes aren't going to have multiple language audio tracks.  If you can't access the U.S. or British store and your kids don't speak Dutch yet, then you will just have to find some other way to get movies for them than iTunes.
    The reason for this is legal reasons.  In the United States I am only able to purchase videos authorized for sale in the United States.  In Britain, you are only able to purchase videos authorized for sale in Britain. Same with Netherlands.  Now, with DVDs you could get a regionless DVD player and order your DVDs from Britain or America to get English versions, but you can't do that with iTunes... No British address, no British store access.  No British store access, no movies in English.
    Sorry.
    EDIT: OK I have what i HOPE is good news for you.. I double checked my movies and found out that they do in fact have two audio tracks! In my case, both are English, one being Stereo and one being Surround Stereo though   SO, when you open the movie, you should see a little chat bubble on the right side of the little popup menu at the bottom of the screen when you move your mouse.  Click that, and there MAY be more audio options there... If there isn't, then you really are out of luck. 
    Message was edited by: AbsolutGrndZer0

Maybe you are looking for

  • Invalid Naming Error while creating user in OIM and provisioning to OID

    Hi, I am trying to create users in OIM. As per the access policy, the users will directly provisioned to OID. When I am creating users in OIM, its showing provisioning for OID user resource. The create user task is rejected with error as "Response: I

  • Down Payment in PS

    Dear Experts, I want to bring "Down Payment to Vendor" in PS Reports against some WBS Element. But it gives the below error message: Maintain default cost element in controlling area KGCA     Message no. FI660 Diagnosis     CO down payment update is

  • Incremental encoder: reset counter on pci 6014?

    I want to connect an incremental encoder with A, B and Z to a PCI 6014 card. I found some VI's for counting A and B (DAQmx->Counter->Count Digital Events; DAQmx->Counter->Measure Posititon) . However I can't figure out what to do with the Z. Is there

  • WinXP, iMac and MacBook network

    Hello. I am making home network between iMac, macbook (OS X 10.5) and WinXP(pro) PC. PC is wired to router. iMac and MacBook are connected to the same router via Air-Port. So the problem is: iMac can browse files on PC, macs can browse files in each

  • Display Vehicle Technology tab in IE01

    Hi Experts, When I am creating a new Equipment using IE01 Tcode, only the following tabs are getting displayed General,Location,Organization and Structure. I want to display 3 more tabs as given below Structure, Vehicl ID/Measurements and Vehicle Tec