List of PO changes

Hi,
Is there any report to display list of PO changes? I know we can trace changes from CDPOS table, but my end users dont have access to SE16 tcode. I need a report so that they can use when ever they want.
Thanks
shyam

Hi,
Create the ABAP Queries which is easy for Functional consultant instead of developing the reports.
Take this CDPOS,CDHDR tables to create the ABAP query then assign this queries to that Users who needs whenever they want.
Use the transaction SQ01, SQ02, SQ03. to create the queries, infosets and Usergroups.
Then give autorization for SQVI transaction i.e Quick viewer to the users to access the queries.
Take initial help of ABAPers which will be helpful for you to create the ABAP Queries.
rgds
Chidanand

Similar Messages

  • How to find out the list of DCs changed in the MSS 600 Support PackageXX

    Hi
    We are trying to instal patches from "MSS 600 support package 07" to "MSS 600 support package 17"  at the same time we have 4 custom DCs in place.
    Our custom DCs have dependencies in MSS standard DCs.
    Question is how do we know the list ot DC changed/modified in suport package XX ?
    Is there a description of DCs changed in the support package? Or is there a description on SC level so we could trace it
    GRANT POINTS!!!
    Thanks
    Denis

    Papaden- Please use metadata comparision tool to find the changes in webdynpro DCs.
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/0e184188b4f16fe10000000a1550b0/frameset.htm
    Thanks,
    Raj

  • Getting the rawValue of a Drop-Down list on the "change" event

    I am having problems getting the rawValue of a Drop-Down list on the "change" event. It seems that you have to select the same item twice in a row to get the rawValue to be the value of the selected item.
    ::dropdownlist onChange event::
    xfa.host.messageBox(this.rawValue);
    On the first time a value is selected you get 'null'. The second time the same value is selected, you get the selected value.
    Does anyone have any thoughts on why this is happening? Also, I CANNOT use xfa.event.newText, I need to use the rawValue of the dropdownlist.
    Thanks

    The change event occurs before the rawValue is changed. If you NEED to use the rawValue you'll need to use a later event. Perhaps you could use exit so that it gets triggered when the field loses focus?
    Chris
    Adobe Enterprise Developer Support

  • 2 Select lists do not change the value

    Hi all,
    I am having a situation. I have 2 select lists . The second one is dependent of the first one. Data are retrieved perfectly.
    These select lists are done in page 0 and they are used in the referenced page. Apexlib is used in the page 0
    When I change the item of the second list, the returned value used in a report, is ok. It takes the correct one.
    If I change the item of the fist select list, the returned value of the second select list does not change(the displayed value are correct). the report is run (after changing the first select list) but the wrong returned value of the second list is taken.
    The correct value of the second one is taken only if page is submited or we change the option.
    it seems that it keeps the last value of the second list according to the previous selection.
    Both select list is without submit.
    How can I make a "refresh" of the returned values of the second select list (the records are ok) after changing the first one?
    Thanks in advance
    Raf

    Hi Rafael,
    is ApexLib integrated correct? Did you check against http://apexlib.oracleapex.info/howto_integrate_manual_steps.html ?
    Or did you try and install the ApexLib Feature Demonstration Application and see if it works there?
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • List all active change documents

    Is there a way to list all ACTIVE change documents? In other words - I only want ot know which change documents are being used in the system...
    Thanks

    Thanks Anji - Seems there is no place to show if a change document is active, but I was being silly since if a change document is not active or being used, it will not appear in CDHDR / CDPOS!
    A useful pool table is TCDOB - It lists all change documents with properties like which tables they monitor etc...

  • Why, when I enter an order of pieces on my iTune playlist, when I burn that list, the order changes?

    Why, when I enter an order of pieces on my iTune playlist, when I burn that list, the order changes?

    Any more information?  Is this how you are seeing it in iTunes, or on a different player?  What kind of CD?  Standard audio?  MP3-CD?
    iTunes: How to set the play order of songs on an MP3 CD - http://support.apple.com/kb/HT2455
    The apparent order of a burned CD may depend upon how you have iTunes display it - https://discussions.apple.com/message/17827921 and https://discussions.apple.com//message18583827

  • A list of files changed for Update Rollup 4 for Exchange Server 2010 Service Pack 3

    Hi.
    Is there a list of files changed for Rollup 4?
    After our RollUp installation, some files in the BIN directory still has the date of 2/5/2013 (SP3, no RollUp4), some has the date of 6/13/2013 (RollUp4)
    Despite RollUp4 looks like to have been installed, Exchange Server still reports it's running "Version 14.3 (Build 123.4)"
    Thanks...

    Hi,
    After you install an update rollup for Exchange 2010, the version of Exchange Server isn't updated to show that the update rollup is installed. This issue occurs because the version number that is displayed by the Exchange Management Console or by other
    administrative mechanisms is obtained from the Exchange Server Object in Active Directory.
    If you want to get the latest version of Exchange server, the article Andy provided is a good way.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Complete list of DB changes for 2005

    Hi all!
    I had been searching high and low for the complete list of DB changes for 2005 but of no available... Can anyone guide me where I can find this document? It is because I don't want my SQL queries to return wrong result or no result due to no column found... which I'm kinda facing now... Any help?
    Thanks!

    Hi Erik
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c0039bf3-0901-0010-23a6-ef55485aa18d">SAP Business One -> SAP Business One 2005 A SP1 -> SAP Business One 2005 A SP01 Database changes list</a>
    HTH

  • How to display multiple categories of webapp items in list view? Changing listbox list to checkbox list to select category in submission process?

    Hello!
    1.
    I am trying to get my page to list webapp items that are part of a few categories. I understand that if i want to view only one category, I just need to do the normal process of choosing that category and placing it out. So my question is: How do I display multiple categories of items in a webapp in a single page. I've tried this
    {module_webapps,WEBAPP_ID,c,CATEGORY_ID1,,,,10,,1} {module_webapps,WEBAPP_ID,c,CATEGORY_ID2,,,,10,,1}
    This only displays the everything from the first category, then everything from the next, which will not make it in order of date.
    I've also tried this for fun:
    {module_webapps,WEBAPP_ID,c,CATEGORY_ID1&CATEGORY_ID2,,,,10,,1}
    How can I go about doing it?
    2.
    I am looking to allow users to input a webapp item and allow them to select a category to tie to that item.
    <label for="CAT_Category">Category (You may select more than 1)<span class="req">*</span></label>
        <select name="CAT_Category" id="CAT_Category" class="cat_listbox" rows="4" multiple="multiple" style="height: 60px;">
        <option value="CATEGORY_ID1">--- Option 1</option>
        <option value="CATEGORY_ID2">--- Option 2</option>
        </select>
    Is it possible for me to change the listbox style into a checkbox style such that the user doesn't have to control+click multiple options?

    No answer to No.1 but I really want to find it out too.
    No.2 
    If you already know list of the categories & ID you can manually create a list of checkboxes
    <input type="checkbox" name="CAT_Category" value="89081" />
    <input type="checkbox" name="CAT_Category" value="89082" />
    <input type="checkbox" name="CAT_Category" value="89083" />
    something like that should work

  • "mail to" does not appear in apps list, so cant change default email to yahoo.

    . I cant get Yahoo mail to appear as a default mail option for firefox:
    because I cant proceed past the "scroll down to 'mailto' in the 'apps' step of the instructions provided by Support. I'm stuck there because 'mailto' isn't on the list.
    Right clicking on Outlook(the current email default I cant get rid of)does nothing.
    Ive since modified Micro Office and deleted Outlook entirely, but that didn't make Yahoo Mail magically appear as an option anywhere.
    I cant get Yahoo mail to appear as an option for default email for Windows 7 either. I can get to the page where you may choose how Windows uses various defaults, but Yahoo isn't there.
    I downloaded the latest Yahoo toolbar as I had in the past for IE and nothing changed (what I DID get stuck with is an irritating as hell, loud alert tone that sounds with every email I get--even when there's music playing or a movie on--and flashes me a constant reminder on lower left of screen that I have 785 unread messages)

    Hi,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • How to create a sharepoint list to add/change/delete the data in SQL server Table based on users inputs

    I have a table in sql with employee_num and I need to create a list and link that list to this table to make changes to table based on values user enter or selects.

    Hi,
    In addition, you could refer to one similar thread for related information:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8ee8a7b2-ddfc-4654-b84e-b062aeb527ae/how-to-create-exernal-list-in-sharepoint-which-fetch-data-from-multiple-sql-table?forum=sharepointgeneral
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Locking PDF but only allow further signatures & get the list of of changes made after signing

    Hi,
    I have looked at Adobe Acrobat 9.0 and found the Signing > locking feature which blocks any changes after the document is signed. I need to know whether using Acrobat SDK, one could implement a similar locking option via plugin in a way that it ONLY allows further blank signature fields to be created or sign existing ones and locks all other changes. If possible, any pointers to API functions would be appreciated.
    If the above is not possible using Acrobat SDK 9.0 then can the SDK provides a list of all the set of changes made after the signing is performed (at the time of verification) in the form of some codes which can guide the plugin author about what change after signing was done e.g.
    a blank signature field was signed
    a blank signature field is created
    watermark has been applied
    form is filled
    sticky notes/stamps/other annotations are added
    Regards,
    mwak

    Thanks for your response. I have just performed this:
    I signed a PDF ( having no prior signature or blank signature fields ) using Adobe Acrobat 9.0 and locked it. I am now not able to create more signatures on this PDF. I believe I can't add more signatures even using the Acrobat SDK and Lock means complete lock-down of the document. This is different to what you said " it restricts modifications EXCEPT for other signings" or may be I am not understanding it clearly.
    I created two blank signature fields. When I clicked on the first, there is no Lock settings at the time of signing. I believe because If it is locked then the next signature can't be signed. With only a single signature field present, the lock feature is there.
    So I believe I have to resort to the option of identifying the changes in a revision and then if it the change is related to say adding stamps, sticky notes prompts the user at the time of verification.
    Can some one point me to the API functions set which identify list the objects which have changed after signing.
    Regards,
    mwak

  • After Migrating from Sharpoint 2010 to Sharepoint 2013 list filter options changed

    Hi All,
    After migrating from SP 2010 to SP2013 i found list View filter option is changed and filter is not working Pls help its really urgent.... you can check field 1 and field 2 in following screen shot.
    Prasad kambar

    Hi  ,
    According to your description, my understanding is that your list filter cannot work after Migrating from SharePoint 2010 to SharePoint 2013.
    For your issue, please check your log files for any issues. Also you can refer to the blogs for troubleshooting SharePoint 2013 migration:
     Firstly try running Test-SPContentDatabase on your source database for any issues -
    Test-SPContentDatabase - http://technet.microsoft.com/en-us/library/ff607941.aspx
    Troubleshoot site collection upgrade issues in SharePoint 2013 http://technet.microsoft.com/en-us/library/jj219648.aspx
    Verify database upgrades in SharePoint 2013 -http://technet.microsoft.com/en-us/library/cc424972.aspx
    And please have a look at your custom solution on your site.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • [php+mysql] nextensio list: how to change row color based on field content?

    Hi all
    I have a nextensio list on a page.
    is there a way to change the background color of a whore row based on
    a specific field content?
    example I have a field containing the values 0 or 1.
    If the field content is 1 the row background color should be RED.
    ANy suggestion?
    TIA in advance.
    tony

    DataBoundAPI's you can refer to achieve this.
    Search for OLD threads also. Here are some links:
    Can we colour the rows in the column of a table
    Advanced table row font color- result based change.
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • Bug in list binding editor - change to default iterator name doesn't take

    JDev 10.1.3.2
    Not sure anyone has reported this...
    1. Drop a View Object onto my jspx as an ADF Form
    2. Delete one of the inputs.
    3. Drop the attribute (for the deleted input) as an adf select one choice
    4. Hit the "Add..." button next to the List Data Source
    5. In the Add Data Source dialog, choose the appropriate list source view object.
    6. In the Iterator Name field, change the default iterator name with one of your own choosing. (Mine went from something like "MyViewObjectIterator" to something like "MyViewObjectIteratorForThisField".)
    7. Hit "OK" in the Add Data Source dialog
    8. The new iterator is now in the List Data Source drop down, but it did not get the new name.
    Yes, one can easily work around this by editing the page def file.

    Hi,
    good catch. Though it can be changed in the PropertyInspector after that it means more refactoring needed than if it worked in the binding dialog. Will file it as a bug
    Frank

Maybe you are looking for

  • How do I save a Yahoo Mail page to my hard drive?

    I want to save a page of the Yahoo Mail to my hard drive. How do I do that? I have tried saving using "Save page" but that doesn't work. It saves an .html file and a folder file to only certain places. For example my home folder but not to my Downloa

  • Installation Barrier - OS X4.0

    I am installing OS X 4.0 on an Emac using CDs. In the past I have been unable to successfully upgrade Itunes; it always stops loading midway through upload and must be aborted. Otherwise I have updated all software regularly using Software Update. No

  • What's the FPGA step size and how to calculate it?

    Hi there, I inherited an vi with problem in it. It's basically reading the binary file then display it. So the vi reads the binary file by using Read From Binary File, the output data from this function then sends to FPGA after multiply a number (327

  • When trying to open a jpeg file I get a message saying the application preview is not open anymore

    In trying to open jpegs to examine, I now receive a message stating "The application preview is not open anymore". I can't see  my images. Whats the problem here. This is a brand new 27inch iMac.

  • Distinctive ring vs. new line vs. adding VOIP service like Vonage or Ooma

    I'm currently a FIOS/phone (double play) customer.   I need an additional phone number and am considering my options (getting a new line put in, signing up for a new VOIP service like VOnage, going cheap & just getting distinctive ring), trying to un