List of PO released

Dear All,
I want list of PO released with datewise & vendor wise.
please refer me T-code.
Thanks
Shital

Go to ME2N trxn and in the Dynamic selection ( Shift + F4) , choose the fields of Release status
and execute..

Similar Messages

  • Where are MY ALERTS and weekly lists of new releases

    I regret downloading Itunes 9. I know how difficult it is to undo it. There are many things I don't like, but particularly I can't seem to access my alerts nor to be able to browse the weekly lists of new releases. Judging by all the complaints I hope Apple comes out with a new release SOON.

    My Alerts seems to be gone. You can comment on that here:
    http://www.apple.com/feedback/itunesapp.html
    The weekly new releases list is back; click on the Music tab at the top of any iTunes Store page and then look under the Quick Links at the right of the page for the Just Added link.

  • Where can I get a list of SAP released "remote enabled" fuction modules?

    Dear All,
    We are developing some java program remotly do automatically configration check, secuirty check, reporting ... for SAP NW 7.0 based system without creating any program/functions inside ABAP.
    I know that, not all the checks can be done by java code (some has to be done manually) but do you have any suggestion to help me get a list of SAP released "remote enabled" fuction modules together with some explainations?
    Thanks,
    Derek

    Hi Derek.
    I would like to suggest a few,
    Go to Transaction BAPI.
    There you will find BAPIs related to all Modules.
    All BAPIs are RFC enabled
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • RE: List Archive and Release Management

    Hi back.
    >> what procedures do people use to manage the development, testing
    and release of software?
    It's useful to have a separate repository for Development, QA, Production,
    etc. It's true that you have to 'import' between them, each time you
    propagate changes. It might seem like a pain to constantly export/import,
    but actually it's better that way.
    Firstly, you should only export to QA when you're absolutely sure it's ready
    for quality assurance, and this doesn't happen every day (or shouldn't)
    Second, the advantage of this is that you get a 'clean' import and compile
    each time, with no other baggage. This is especially critical when you
    migrate from QA to a production environment.
    There's no need to have a testing_verXX repository, just make a different
    workspace for each version of test.
    Just check out all the components, import, and integrate. The 'old'
    workspace will have a snapshot of the old release.
    * Don't Update that old workspace or you'll lose it!
    * Put an administrator password on the repos, to protect against
    inadvertent usage.
    * It's expensive to have many repositories running on your environment
    manager, so I recommend only one repos for each of development, QA and
    Deployment.
    * You might want to consider only bringing up the production repos as
    required, they hog RAM like crazy.
    It's critical to have a complete image of each version of every application
    you have in production. That way, you can recreate any problem.
    It's even useful to migrate your development repos every now and then. As
    you know, these repos beasties can grow quite large, and it's god to start
    from scratch on a regular basis.
    For example, every month or so, our core architecure team releases a new
    version of the core components. We all integrate, and we create a new repos
    from the core architecture stuff, and import all our stuff over the top of
    it. That way, we keep a loose coupling between sub-systems, and their stuff
    never depends on ours. Also, with a split developmen repos, you can locate
    the different teams on different intranets, or even on different sides of
    the world, all with relatively little fuss.
    Forté SCM hooks and SCCSWe use a unix version control called CMVC.
    Whenever we integrate, it checks out the pex files, exports them, and checks
    them back in.
    John Pianezze
    S1 Technologies (Asia Pacific)
    Melbourne, Australia
    -----Original Message-----
    From: Duncan Kinnear [SMTP:[email protected]]
    Sent: Wednesday, July 21, 1999 1:05 PM
    To: [email protected]
    Subject: List Archive and Release Management
    Hi folks!
    First of all, does anyone know what's going on with the list archive
    on
    SageIT? There doesn't seem to be a search facility anymore. Seems
    a
    bit weird when each message is appended with a little signature
    'advertising' a searchable archive.
    Second (and this is the biggy!), what procedures do people use to
    manage the development, testing and release of software? I'm
    talking
    about how you keep them separate, how you do hot-fixes, how you
    identify installed versions at customer sites, etc.
    I've thought that we could do it with separate repositories for
    "current
    development", "testing_verXX", "release_verXY", etc., where we
    export
    from "development" and then import into "testing", and similarily
    for
    "release".
    Also, we are looking at using the Forté SCM hooks and SCCS on our
    Unix host to store historical versions of the projects/classes. But
    we
    somehow need to identify which version of a particular component is
    installed at the customer site. I had thought of defining a
    constant in
    each project/class called "SCCS_VER" which contains the SCCS
    keywords that get mapped to SCCS ID and date when put into SCCS.
    Then the constant could be used to display these values in a
    Window's
    "About" window.
    Any thoughts/opinions welcome.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email:
    [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834
    3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834
    3369
    Providing Integrated Software to the Meat Processing Industry for
    over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/forte>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/forte>

    Under Forte 2 we used to export all projects, then import them into a make
    repository, then produce an app. Due to the time involved importing &
    exporting, and errors resulting from importing projects out of order, we
    switched to making copies of the dev repository and producing apps from
    that. For us, it used to take 2+ hours to export/import, as opposed to 5
    minutes for copying repository files. Unfortunately, we have found that
    unless we force-compile prior to deploying, we will get errors when
    attempting to compile partitions.
    Our current procedure:
    Shut down dev repos
    Copy to make env
    make a workspace that includes all projects
    force-compile
    update
    integrate
    make a new workspace for each app to make
    make each app
    export code
    remove unused workspaces
    clean repos
    -----Original Message-----
    From: Peter Sham (HTHK - Assistant Manager - Software Development, IITB)
    [mailto:[email protected]]
    Sent: Wednesday, July 21, 1999 3:31 AM
    To: John Pianezze; Duncan Kinnear
    Cc: [email protected]
    Subject: RE: List Archive and Release Management
    Hi,
    We, like what you've explained, keep different releases of our application
    in different workspaces. However, when the release is getting larger, this
    "check-out-every-components-then-overwrite-by-import" procedure get tougher.
    Sometimes, it even creates garbage in the repository which corrupts my
    workspace.
    So, I have an alternative proposal on this procedure ( though I haven't
    really test on this idea ) which is to create a new repository for each new
    release.
    What do you think?
    Regards,
    Peter Sham.
    -----Original Message-----
    From: John Pianezze [SMTP:[email protected]]
    Sent: Wednesday, July 21, 1999 3:44 PM
    To: Duncan Kinnear
    Cc: [email protected]
    Subject: RE: List Archive and Release Management
    Hi back.
    what procedures do people use to manage the development, testingand release of software?
    It's useful to have a separate repository for Development, QA, Production,
    etc. It's true that you have to 'import' between them, each time you
    propagate changes. It might seem like a pain to constantly export/import,
    but actually it's better that way.
    Firstly, you should only export to QA when you're absolutely sure it's
    ready
    for quality assurance, and this doesn't happen every day (or shouldn't)
    Second, the advantage of this is that you get a 'clean' import and compile
    each time, with no other baggage. This is especially critical when you
    migrate from QA to a production environment.
    There's no need to have a testing_verXX repository, just make a different
    workspace for each version of test.
    Just check out all the components, import, and integrate. The 'old'
    workspace will have a snapshot of the old release.
    * Don't Update that old workspace or you'll lose it!
    * Put an administrator password on the repos, to protect against
    inadvertent usage.
    * It's expensive to have many repositories running on your environment
    manager, so I recommend only one repos for each of development, QA and
    Deployment.
    * You might want to consider only bringing up the production repos as
    required, they hog RAM like crazy.
    It's critical to have a complete image of each version of every
    application
    you have in production. That way, you can recreate any problem.
    It's even useful to migrate your development repos every now and then. As
    you know, these repos beasties can grow quite large, and it's god to start
    from scratch on a regular basis.
    For example, every month or so, our core architecure team releases a new
    version of the core components. We all integrate, and we create a new
    repos
    from the core architecture stuff, and import all our stuff over the top of
    it. That way, we keep a loose coupling between sub-systems, and their
    stuff
    never depends on ours. Also, with a split developmen repos, you can locate
    the different teams on different intranets, or even on different sides of
    the world, all with relatively little fuss.
    Forti SCM hooks and SCCSWe use a unix version control called CMVC.
    Whenever we integrate, it checks out the pex files, exports them, and
    checks
    them back in.
    John Pianezze
    S1 Technologies (Asia Pacific)
    Melbourne, Australia
    -----Original Message-----
    From: Duncan Kinnear [SMTP:[email protected]]
    Sent: Wednesday, July 21, 1999 1:05 PM
    To: [email protected]
    Subject: List Archive and Release Management
    Hi folks!
    First of all, does anyone know what's going on with the list archive
    on
    SageIT? There doesn't seem to be a search facility anymore. Seems
    a
    bit weird when each message is appended with a little signature
    'advertising' a searchable archive.
    Second (and this is the biggy!), what procedures do people use to
    manage the development, testing and release of software? I'm
    talking
    about how you keep them separate, how you do hot-fixes, how you
    identify installed versions at customer sites, etc.
    I've thought that we could do it with separate repositories for
    "current
    development", "testing_verXX", "release_verXY", etc., where we
    export
    from "development" and then import into "testing", and similarily
    for
    "release".
    Also, we are looking at using the Forti SCM hooks and SCCS on our
    Unix host to store historical versions of the projects/classes. But
    we
    somehow need to identify which version of a particular component is
    installed at the customer site. I had thought of defining a
    constant in
    each project/class called "SCCS_VER" which contains the SCCS
    keywords that get mapped to SCCS ID and date when put into SCCS.
    Then the constant could be used to display these values in a
    Window's
    "About" window.
    Any thoughts/opinions welcome.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email:
    [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834
    3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834
    3369
    Providing Integrated Software to the Meat Processing Industry for
    over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/forte>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/forte>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/forte>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/forte>

  • Where is the difference between Positive Liste and BP Release in SPL?

    Hi Folks,
    Where is the difference between setting a Business Partner on a
    Positive or Negative List and release or block a business partner in SPL?
    I thought that should be almost the same. Hope you can clarify it.
    Thanks
    Regards
    Dieter

    Hi Dieter,
    The difference is the following:
    If you put a partner on a negative or positive list it no longer gets screened. so, unless you screen the positive or negative list explicitly, the partner is no longer screened, and of course the one on the positive list is never blocked and the other one always free.
    If you release a Partner the Partner then the following happens (depending on the customizing).
    1. If you do not have set the memory function in the customizing then the partner stays unblocked until you launch a new screening run and, if it gets hit against a list entry, it will be blocked again
    2. If you do have the Memory function ticked in the customizing then the partner gets screened and released when you do a screening run (in contrary to the positive and negative list it does get screened, but automatically released). But if there is a new or changed entry that matches with the released partner, the partner gets blocked.
    Regards,
    Marc

  • Listing albums by release date in 'music' app. ?

    We can sort albums by release date in iTunes on our Macs but I can't find a way to do it on the phone so I can listen to my music in chronological order. is there a way?

    Create a play list on computer iTunes, arrange the order you want and then sync to your iPhone.
    Read this  VI71

  • ITunes movies: list of upcoming releases: where did it go?

    HI there,
    anybody know where to find the list of upcoming movie releases? iTunes used to have a quick link for this, but nowadays I can't seem to find it.
    Thanks in advance!
    B. 

    Hey Burliness,
    Thanks for the question. The iTunes Store has a section that outlines future iTunes releases available to pre-order:
    Pre-Order Movies
    https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMultiRoom?cc=us&fcId=1888 22088
    As for future theatrical releases, you may be interested in checking out our iTunes Movie Trailers website:
    iTunes Movie Trailers
    http://trailers.apple.com
    Thanks,
    Matt M.

  • My app on the app store is not on category lists sorted by "release date"

    yesterday, i got an email from apple that my first app is now on the app store! when i submitted the iphone app (popr), i marked it as an arcade and action game, as well as falling under the category of "entertainment." my belief is that these chosen categories is where my app will be displayed in itunes (for example, since my game is marked under "entertainment," i believe that the app should be viewable by launching the app store, clicking "entertainment" as a category, and hitting the "release date" tab at the top).
    i am wondering if my belief is correct - does anyone know whether my app will get on this "recently added" list within the next few days (or at all)?
    thanks in advance!

    Noon Sept 3 - his app
    10 am Sept 3 - my app
    9:55 am Sept 3 - her app
    7:42 am Sept 3 - their app
    6:55 pm Sept 2 - his other app
    3:15 pm Sept 2 - my other app
    7 am Sept 2 - their other app
    5:10 pm Sept 1 - someone else's app
    You seem to be under the impression that there is importance to being on the list above #25. While there can be benefit for a very short time, this is such a small factor in the overall success of your app that you should not put any planning or hope into it.
    Your app is now down on that list and will never go higher. I'll repeat...it will only go lower, each time another new app is released. Forget about it.
    You now need to market your app. Get it talked about on game forums, issue a press release via prMac and hope for good reviews.

  • Complete List of Apps Released in 2013

    I'm looking for a complete list of the apps released in 2013. Could you help me to track this down? All I keep running into online is "Top ___ Apps of 2013" lists.
    Thanks!

    Completely understandable. I guess a better way to phrase it would have been...
    Could anyone help to point me in the right direction?
    Thanks!

  • List Archive and Release Management

    Hi folks!
    First of all, does anyone know what's going on with the list archive on
    SageIT? There doesn't seem to be a search facility anymore. Seems a
    bit weird when each message is appended with a little signature
    'advertising' a searchable archive.
    Second (and this is the biggy!), what procedures do people use to
    manage the development, testing and release of software? I'm talking
    about how you keep them separate, how you do hot-fixes, how you
    identify installed versions at customer sites, etc.
    I've thought that we could do it with separate repositories for "current
    development", "testing_verXX", "release_verXY", etc., where we export
    from "development" and then import into "testing", and similarily for
    "release".
    Also, we are looking at using the Fort&eacute; SCM hooks and SCCS on our
    Unix host to store historical versions of the projects/classes. But we
    somehow need to identify which version of a particular component is
    installed at the customer site. I had thought of defining a constant in
    each project/class called "SCCS_VER" which contains the SCCS
    keywords that get mapped to SCCS ID and date when put into SCCS.
    Then the constant could be used to display these values in a Window's
    "About" window.
    Any thoughts/opinions welcome.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/forte>

    Hi folks!
    First of all, does anyone know what's going on with the list archive on
    SageIT? There doesn't seem to be a search facility anymore. Seems a
    bit weird when each message is appended with a little signature
    'advertising' a searchable archive.
    Second (and this is the biggy!), what procedures do people use to
    manage the development, testing and release of software? I'm talking
    about how you keep them separate, how you do hot-fixes, how you
    identify installed versions at customer sites, etc.
    I've thought that we could do it with separate repositories for "current
    development", "testing_verXX", "release_verXY", etc., where we export
    from "development" and then import into "testing", and similarily for
    "release".
    Also, we are looking at using the Fort&eacute; SCM hooks and SCCS on our
    Unix host to store historical versions of the projects/classes. But we
    somehow need to identify which version of a particular component is
    installed at the customer site. I had thought of defining a constant in
    each project/class called "SCCS_VER" which contains the SCCS
    keywords that get mapped to SCCS ID and date when put into SCCS.
    Then the constant could be used to display these values in a Window's
    "About" window.
    Any thoughts/opinions welcome.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/forte>

  • Wish List for new release

    this would be my wishlist for a new release, maybe you want to add more.
    - objectnames longer then 30 characters
    - alter table command to set the column position in a table for an existing or new column
    - check constraint ability to check against values from another table
    - different types of foreign keys (same functionality) to make a difference between the relationship of two tables but the same entity and a relationship between two tables but different entities.
    - express database should have the same version as the latest productive database version
    Ikrischer

    Ikrischer wrote:
    no one knows the future, I think it is only a question of time. the sooner oracle changes it, the better. dont forget, other rdbms allow object names longer then 30 characters already and they dont have a poblem with it (besides some of the old dba coming from an oracle system). so the main reason we dont have that yet for oracle is the past, but not the future. And I could live with the sanity parameter, so everybody can have his wanted enviroment.There's no need for names longer than 30 characters. If you get anywhere near 30 characters you should be concerned. How many developers want to type out long table names all the time. That's why they gave us alias' so that we could shorten the names. :P
    about the the princples of data sets, you have the wrong point of view, it is not about the relational theory, but about us humans. for example computers dont need any programm languages besides their 0/1 coding, but we humans do. when you create a table, you dont mix the columns in a random order, you bring columns together like Addresseline1 and Addressline2. right now you arrange the order of the columns when you create a table, but dont have an alter table command (besides some scripts), after we added a new column or want to change the order. but I guess you will say the handling of humans with computer systems is pointless.Great, if you want to see something in a particular order, create yourself a view for "human readability". Don't force human interaction onto the database.
    when I get performace issues with the check constraint reading values out of a different table, it is up to me if I want it or not, but would be very nice to have the option.When you force the database to get stuck in an endless dependency loop, gawd help your DBA.
    two tables can be one entity, that is cause the entity has the same type of attribute more the one time, 1:n. For example a customer can have more then one telephone number and you create two tables to handle that. but it is still one entity. on the other hand you have relationships between two entities, but we use the same foreign key construct for it. I would like to have something with the same functionality, but I can say this is a relationship between two entities and this is a relatinship of the same enitity.Erm... create a view.
    oracle is a big company, why they are not able to keep the expresse version updated like other companies do.They're probably too busy fending off ridiculous requests for nonsensical new features.

  • Where is the list for new releases

    whereon the itunes store home page is the new releases for the past weeks for the month?

    You went to the top of the itunes screen and clicked "Music", then looked on the right side under "Music Quick Links", then looked for "Just Added"?

  • Wish List for Future Releases of FME

    First, I want to sincerely thank the Adobe team responsible
    for FME. Great job! Great application!
    We use FMS for 24/7 live cams and live TV streams. We have
    some suggestions for what might help FME be a more flexible tool
    for us and others in our situation.
    - option to automatically connect and start broadcasting upon
    application startup
    - option to automatically load a saved profile upon
    application startup
    - reconnect feature should keep trying to reconnect/broadcast
    every 60 seconds or so instead of trying only once
    (When stream is improperly disconnected... temporary loss of
    internet, for example... and the encoder tries to reconnect and
    publish, you get a bad name - already in use - if the instance
    hasn't cleared yet. Then a window pops up and the encoder quits
    trying to publish. This modification would be extremely helpful to
    those who cannot monitor the encoder every second... or in a 24/7
    live cam setup)
    - option to hide rtmp string from prying eyes
    - password protect access to settings (to prevent someone
    from changing them without authorization)
    - make FME recognize a firewire connection as an audio source
    in addition to video source (when using a camcorder, for example)
    Thanks again and looking forward to reading others' ideas and
    suggestions as well.

    You might accedently move the player and change the volume while you are walking or doing stuff of undisputed interist. The next firmware should include a special code which u must tap in order (like the buttons-tap then in a specific order). If you get it wrong the player freezes and formats the hardri've so that any data on it cannot be stolen. This should be great to prevent theifs. This is what Windows Xp's sp3 will do...i bet u million dollars.

  • Logic wish list for next release

    Cosmetics may not be important for some but for the rest of us it is.
    When I work with PT9 or DP7 I am amazed how beautiful they look. It makes it so easy and pleasing to work with them. BUT I like Logic Pro better for everything else so APPLE if you read this MAKE LOGIC PRO WITH THEMES (COLORS CHOICES) OR SPECTRUM CHOICES AS IN PT9 and DP7 . IT MAKE LIFE BETTER WHEN YOU WORK 10 -12 HOURS A DAY ON PROJECT.
    The Dark gray color In Logic is nice but boring. Other competitor are cathing with a pleasing environment.
    DP7 is a wonder and EM choices of DAW for 2010 Cosmetics are important to.
    Thanks:-)
    ED

    meh ... color themes I can live without.
    here's something I've been wishing more and more for though:
    * bounce by markers
    Say you've got a whole show tracked. You run through and you set markers on each of the songs. Maybe you run through again and set some automation while you're mixing etc.
    Now you just need to bounce each song out and set the ID3 tags etc.
    What'd be super nice would be a bounce by markers button that just starts at the beginning of the project and bounces each marked section and labels it with a track number and the title of the marker.
    I also vote for "flex pitch" ... that's highly marketable and good to have.
    And also Mainstage as a software intstument in logic would be AWESOME.

  • New Release list/Music - Is there a way to alphabetize the list?

    Until this month, the list of new releases (text columns) were always sorted by the store in an alphabetical order format. For some reason, the list is no longer sorted this way or any other particular way. Have any of you customers found a way to sort the comprehensive list in an effort to return it to an alphabetical array? Unfortunately, it does not seem manually possible to do this from my observations so far.

    Currently, there's no option to alphabetize Faces, other than dragging them around manually.
    Photos, in general, has few options for sorting. I hope that changes soon...

Maybe you are looking for

  • Purchase Scenario

    Hi Experts, Please advice your valuable inputs for the present scenario, My client has procured a material of Qty 10, and i have proceded with GR for Qty-10. Out of 10 my 8 Qty is Good and my 2 Qty is damaged. I will raise a return P.O for this 2 Qty

  • Connecting HDR-FX7 camcorder to Macbook Pro help

    I have a Sony HDR-FX7 Camcorder. To capture footage it needs an HDV/HV-i.Link cable. The only problem is, (I think) that this doesn't connect to a macbook pro 13inch laptop. So my question is, what cable(s), what adaptor, if i need one, do I need to

  • Cisco ACS 5.4 + Anyconnect 3.1 NAM with 802.1x, problem with changing ACS Radius user password

    Dear all, Presently, we are testing 802.1x using Cisco ACS 5.4 and Cisco Anyconnect v3.1 as 802.1x supplicant. We have created predefined NAM profiles (with Cisco Profile Editor) and applied as default in on our test machine. We are using PEAP (MsCHA

  • Master/Detail - At wits end

    I am trying to learn Application Express and I have read the threads that sorta relate to the following error message but I still cannot get it to work. Can anyone help we with the following error please? Thanks I am trying to create a Master/Detail

  • AsyncOS 8.5.6 Header Repeats feature

    In the 8.5.6-092 update, there's a new feature called Header Repeats that allows you to filter subject or sender criteria in the header. Is there a GUI configuration page for this? All I can seem to find in the documentation refers to CLI configurati