Final GR and IR indicator on PO

Hi,
Anyone have a good idea on how to update a lot of PO's with final GR and IR indicator? Can't be done by mass change as this reproduce output. Have played with LSMW but without luck untill now.
Thanks

Hi Joergen,
You can use mass transaction with object: BUS2012 for changing the delivery completed and final invoice indicator.
The only drawback will be you have to change it per PO line item wise.
Kind Regards,
Prakash

Similar Messages

  • Unchecked final invoice and delivery completed indicator via BAPI_PO_CHANGE

    Hi All,
    Is it possible to reset the final invoice and delivery completed indicators of PO in ME23N using BAPI_PO_CHANGE? I need to unchecked the final invoice and delivery completed indicators for all POs in our system that were accidentally updated to delivery completed and final invoice by the user.
    Points will be rewared.

    what i did now is to create a prototype program like the one below:
    CONSTANTS c_po TYPE bapimepoheader-po_number VALUE '0040001816'.
    DATA: t_poitem-po TYPE bapimepoheader-po_number,
          t_return TYPE STANDARD TABLE OF bapiret2,
          t_poitem TYPE STANDARD TABLE OF bapimepoitem,
          t_poitemx TYPE STANDARD TABLE OF bapimepoitemx,
          x_return TYPE bapiret2,
          x_poitem TYPE bapimepoitem,
          x_poitemx TYPE bapimepoitemx.
    t_poitem-po = c_po.
    x_poitem-no_more_gr = 'X'.
    x_poitemx-no_more_gr = 'X'.
    x_poitem-final_inv = 'X'.
    x_poitemx-final_inv = 'X'.
    x_poitem-po_item = c_po.
    x_poitemx-po_item = c_po.
    APPEND x_poitem TO t_poitem.
    APPEND x_poitemx TO t_poitemx.
    CALL FUNCTION 'BAPI_PO_CHANGE'
      EXPORTING
        purchaseorder  = t_poitem-po
        no_messaging   = 'X'
        no_message_req = 'X'
      TABLES
        return         = t_return
        poitem         = t_poitem
        poitemx        = t_poitemx.
    IF sy-subrc = 0.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    ENDIF.
    The program is working if you will mark the PO as delivery completed and final invoice with suppressed output. The problem is i need to do the reverse which is to unmark. I replaced the value of no_more_gr and final_inv from 'X' to space but it is not working.

  • "No rates for 63021010 and Excise indicator 2; Normal rates being used"

    Hi expert ,
    When we create Excise order  and save and then use va02 in change mode than show error " No rates for 63021010 and Excise indicator 2; Normal rates being used "  we have all ready maintaind chapter id, and taxes and excise duty comes all well. but problam is showing msg , when we enter press then remove msg, its so tough for 100 items, plz give me soln for change status group.
    REgards,
    sohail

    Hi,
    Please check "Excise tax rate" in J1ID and check whether you have mantained Excise rate againts Chapter ID and Exe. Ind 1 or 2.
    The final excise indicator for excise duty is maintained based on the excise classification of the company and vendor, company and customer. For each of the final indicators, the excise duty rates are maintained.
    Regards,

  • Problem with final variables and inner classes (JDK1.1.8)

    When using JDK1.1.8, I came up with following:
    public class Outer
        protected final int i;
        protected Inner inner = null;
        public Outer(int value)
            i = value;
            inner = new Inner();
            inner.foo();
        protected class Inner
            public void foo()
                System.out.println(i);
    }causing this:
    Outer.java:6: Blank final variable 'i' may not have been initialized. It must be assigned a value in an initializer, or in every constructor.
    public Outer(int value)
    ^
    1 error
    With JDK 1.3 this works just fine, as it does with 1.1.8 if
    1) I don't use inner class, or
    2) I assign the value in initializer, or
    3) I leave the keyword final away.
    and none of these is actually an option for me, neither using a newer JDK, if only there is another way to solve this.
    Reasons why I am trying to do this:
    1) I can't use a newer JDK
    2) I want to be able to assign the variables value in constructor
    3) I want to prevent anyone (including myself ;)) from changing the value in other parts of the class (yes, the code above is just to give you the idea, not the whole code)
    4) I must be able to use inner classes
    So, does anyone have a suggestion how to solve this problem of mine? Or can someone say that this is a JDK 1.1.8 feature, and that I just have to live with it? In that case, sticking to solution 3 is probably the best alternative here, at least for me (and hope that no-one will change the variables value). Or is it crappy planning..?

    You cannot use a final field if you do not
    initialize it at the time of declaration. So yes,
    your design is invalid.Sorry if I am being a bit too stubborn or something. :) I am just honestly a bit puzzled, since... If I cannot use a final field in an aforementioned situation, why does following work? (JDK 1.3.1 on Linux)
    public class Outer {
            protected final String str;
            public Outer(String paramStr) {
                    str = paramStr;
                    Inner in = new Inner();
                    in.foo();
            public void foo() {
                    System.out.println("Outer.foo(): " + str);
            public static void main( String args[] ) {
                    String param = new String("This is test.");
                    Outer outer = new Outer(param);
                    outer.foo();
            protected class Inner {
                    public void foo() {
                            System.out.println("Inner.foo(): " + str);
    } producing the following:
    [1:39] % javac Outer.java
    [1:39] % java Outer
    Inner.foo(): This is test.
    Outer.foo(): This is test.
    Is this then an "undocumented feature", working even though it shouldn't work?
    However, I assume you could
    get by with eliminating the final field and simply
    passing the value directly to the Inner class's
    constructor. if not, you'll have to rethink larger
    aspects of your design.I guess this is the way it must be done.
    Jussi

  • Final Cut and After Effects "file is busy"

    Hello All-
    I am running Final Cut Pro 5.1.4 and After Effects 7.0.1 Pro (on OS 10.4.8) and I have a question. I have a series of After Effects animated DV Quicktime clips edited together in Final Cut, and when I make changes to the After Effects project files and try to rerender, I get an error:
    After Effects error: unable to overwrite - file is busy (delete) (-47) ( 3 :: 3 )
    It's like Final Cut is "holding onto" the files and not allowing After Effects to rerender them. If I close down Final Cut, I can rerender just fine, but this gets real annoying closing it down and restarting it every time I need to rerender a clip. The problem is, because of my workflow, I need to do this dozens of times a day with clients in the room and I'm spending a lot of time closing and restarting Final Cut over the course of a day... is there way to do this without closing down Final Cut?
    I assigned After Effects to be the "External Editor" for "Video Files", and used Final Cut's "Open In Editor" command. It sends the quicktime file to After Effects (not exactly what I want) and you would think that at this point Final Cut would have relenquished its access to the file so that I could rerender in After Effects, but nope, I still get the error. I have tried this with the User Preference setting "Always Reconnect Externally Modified Files" both on and off, no difference. I have also tried "Embed Project Link" in After Effects's quicktime output options, but this didn't help anything (I believe this only affects other Adobe apps).
    The weird part of this is that when I drop a Photoshop file onto the Final Cut timeline, I can do "Open in Editor", it throws it to Photoshop, I can alter it and save with no problem, and pop back into Final Cut and it will be updated. But no such luck with Quicktime files and After Effects.
    Let me know if there is a solution to this, or if I am stuck having to shut down Final Cut every single time I need to rerender one of the After Effects animation clips in the timeline.
    - Bob Wilson
    MacBook Pro 2.33ghz Core 2 Duo 15"   Mac OS X (10.4.8)   3 gigs ram, 160 gig HD

    What i have to suggest is more of a work around than it is a solution. i've had this problem off and on as well. What i do is add a number to the name of the newly rendered file, (ie. "monkey_throwspoo2.mov") import that file into FCP, open it in the viewer, and then copy it (apple + c). Provided it's the smae length as the previous file, you can right click on the previous file in the timeline and paste attributes, making sure to click on the content button for video (and audio if there is any). This should replace the old file in the timeline with the new one. Granted, you end up having a bunch of files that you're not using, but it's faster than restarting Final Cut (and looks more like it's something you're doing on purpose rather than a problem with the program to your clients). Hope this helps.
    Craig

  • Using still images with Final Cut (and the apple suite in general)

    I have had a re-occuring and long term problem that has caused me many lost hours of head scratching and work arounds, and as of yet I have not been able to come up with a good solution.
    Its to do with integrating still images with the Final Cut suite.
    If I receive a high quality image from a client to use in their video and I then try importing it into Final Cut and animating it, it always ends up looking like a pile of ahem. Often I will get "swimming" lines appear across fine detail on the image, and parts of it will flicker as it moves across the screen. For instance, if I have a picture of some blinds or other fine detail (especially horizontal and vertical lines), when I add a grow and throw movement to it the detail will become very noisy - buzzing and flickering like mad.
    I have found I can counter this by resizing the image in photoshop to a resolution closer to SD video (700w or 500h) - but I always end up losing detail, and the flickering and noise is only reduced, not eliminated. Other things that have helped are blur effects applied at a very low level, like 0.5 blur, so its not noticeable visually, but Final Cut seems to treat it differently and quieten the noise and flicker down.
    However, all of these workarounds are ultimately still giving a reduced quality product.
    Also, this problem is not necessarily constrained to Final Cut, I am currently fighting DVD Studio Pro because it is murdering the text quality in a stills slideshow I am creating - and in this situation there is no animation being applied. No matter what file type (psd, jpeg, tiff, png...) or size I output the text and images from Photoshop in, the moment DVD studio pro gets hold of it, it turns to cripe.
    For a while I was putting it down to the fact that I usually edit in SD (PAL) formats, and there just wasn't the resolution available to reproduce fine detail. However, I do often see other people achieving pin-sharp fine detail on still images and text in SD formats (the Apple templates are a good example)
    So, my question to you, oh great and high boffins, if you are dealing with still images and text, how do you do it? How do you work around any noise problems you have, and how do you produce those pin-sharp images (both moving and still) I see in other professional productions?
    Quad G5   Mac OS X (10.4.8)  

    still images with too high a resolution will always cause problems. this is due to the detail of the image being finer than the scanline of the tv can display ... obviously this will caise the image to flicker as these details alternately appear and disappear as and when the scanline can display them. as you have discovered, the answer is to apply a very small blur, the effect being that the detail is spread by the blur such that the scanline can dislay it correctly.
    text issues are often rooted in the same problem ... unless the text is placed very carefully (whole even number on the y axis) then the quality may be impaired due to the resulting interlacing/scanline issues

  • Final attributes and local variables - performance ??

    Hi all,
    I and a colleague have done some performance testing regarding the use of final attributes and final local variables, e.g.
    with final:
    public class MyClass {
      private final int i;
      public final void myMethod() {
        final int j = 5;
        // do something with i and j
    }vs. non-final:
    public class MyClass {
      private int i;
      public final void myMethod() {
        int j = 5;
        // do something with i and j
    }I couldn't find any speed differences in a small test program, but my colleague did so in his application. Who is right ??
    Still, I will have do some formal testing next week and I will post the results.
    I'd prefer the version using final anyway because I find it better readable, but the issue I am having is whether I'll spend 2-3 days going through the program making everything final or not.

    I made some tests with final arguments to a method: I could not find any difference between final and non-final arguments. code is posted below
    import java.io.*;
    import java.net.*;
    import java.rmi.*;
    import java.util.*;
    import javax.ejb.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import junit.framework.*;
    import junit.extensions.*;
    public final class FinalVariablesTest extends TestCase /* from junit */ {
         * Constructors
        public FinalVariablesTest(String name) {
            super(name);
         * helper methods/classes
        protected void setUp() throws Exception {
            super.setUp();
        protected void tearDown() throws Exception {
            super.tearDown();
         * Test Suite
        public static void main(String[] args) {
         junit.textui.TestRunner.run(suite());
        public static Test suite() {
            return new TestSuite(FinalVariablesTest.class);
         * Test Cases
        /** tests the effect of passing an (final or non-final) int parameter
         to a method which uses the variable in a for loop.
         <p>
         Linux System:
         cat /proc/cpuinfo
         processor       : 0
         vendor_id       : GenuineIntel
         cpu family      : 6
         model           : 8
         model name      : Pentium III (Coppermine)
         stepping        : 1
         cpu MHz         : 501.146
         cache size      : 256 KB
         fdiv_bug        : no
         hlt_bug         : no
         sep_bug         : no
         f00f_bug        : no
         coma_bug        : no
         fpu             : yes
         fpu_exception   : yes
         cpuid level     : 2
         wp              : yes
         flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr xmm
         bogomips        : 999.42
         </pre>
         <p>
         Results:
         <pre>
         java version "1.4.0"
         Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
         Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
         final     non-final
         498     500
         491     494
         491     493
         491     494
         534     494
         492     494
         491     494
         492     493
         491     494
         495     494
         4966     4944 (Totals)
         </pre>
        public final void testIntParametersToForLoop() {
         final int RUNS = 10;
         final int INNER = 1000000;
         final int OUTER = 10;
         System.out.println("-----------------------");
         System.out.println("testIntParametersToForLoop");
         for(int i=0; i<RUNS; i++) {
             outerFinalIntParametersToForLoop(INNER, OUTER);
             outerNonFinalIntParametersToForLoop(INNER, OUTER);
        private final void outerFinalIntParametersToForLoop(final int INNER,
                                       final int OUTER) {
         // with final var in for loop
         long start0 = System.currentTimeMillis();
         for(int i=0; i<OUTER; i++) {
             innerFinalIntParametersToForLoop(INNER * i);
         long end0 = System.currentTimeMillis();
         System.out.println("      final:       " +
                      ( end0 - start0 ) + " milliseconds");
        private final void outerNonFinalIntParametersToForLoop(final int INNER,
                                          final int OUTER) {
         // with non-final var in for loop
         long start1 = System.currentTimeMillis();
         for(int i=0; i<OUTER; i++) {
             innerNonFinalIntParametersToForLoop(INNER * i);
         long end1 = System.currentTimeMillis();
         System.out.println("  non final: " +
                      ( end1 - start1 ) + "       milliseconds");
        private final void innerFinalIntParametersToForLoop(final int INNER) {
         for(int i=0; i<INNER; i++) {
             int testVar = i * INNER;
        private final void innerNonFinalIntParametersToForLoop(int loops) {
         for(int i=0; i<loops; i++) {
             int testVar = i * loops;

  • How I got the .4181 OS finally installed and running stable

    Hi folks,
    after a very long night shift, I am "proud" to announce that my Z10 is now running stable in 4181 without any missing functionalities. (even phone calls seem to work properly :-) )
    Interested in how I got there, then just read on:
    IMPORTANT:
    If not already done, BACKUP ALL DATA on Your Z10 device, You´ll surely need this Backup! :-)
    After the everlasting security wipe, which I tried to interrupt several times, by pulling the battery (and the SIM) out, it finally stopped and showed me the connect to PC icon on the screen of the Z10. 
    So I connected my Z10 and restored the factory FW using the BlackBerry Link Software, WITHOUT having the SIM inserted.
    After the first initial setup, I looked for SW Updates, but (and of course) none was presented, due to the missing SIM, so I continued to do some basic setups and "testing" the bare system. All went fine.
    After that, I reinserted my SIM, powered the Z10 up and tried to copy the previous backup back onto the Z10, which was (another of course and obviously) not possible, due to mismatching SW-Releases.
    So with the SIM inserted, connected to a WiFi and my mobile carrier, I once again checked for updates and voila, .4181 was available, this time having 359MB.
    (--> BlackBerry just seems to provide the "basic emergency" OS, all further updates and releases are distributed through Your individual mobile carrier)
    I initiated that download, went to bed to get at least a few hours of sleep and when I woke up, I did, what the display on the Z10 wanted: Restart the device.
    The then following boot sequence was fast and smooth, reaching the 100% in just under two minutes, no freeze, no hangers, no being stuck.
    There I had my bare device on which I could copy my previously carried out backup again in no time!
    Of course I had to reenter the some passwords and the SMS were gone, but looking at the last days, I think this is the biggest progress of it all ;-))
    THIS is how I did it. Of course I know that I defied against some of the most important rules and therefore I can and will not give You any guarantees that this "solution" will work  unlimited, but considering my high level of frustration and how angry I was, these measures seemed legit to me and I can tell, they just worked fine! ;-)
    the steps in summary:
    - Backup all Data
    - do a Security Swipe
    - extract SIM
    - reset to factory presets using BlackBerry Link
    - re insert SIM
    - look for provider updates
    - install
    - copy previous backup to device
    - don´t worry
    - be happy
    PS: Don´t panic, if it takes longer or if nothing seems to happen. What I burnt mostly the last days, where minutes, hours and days
    Thumbs up and fingers crossed. I hope this might help You aswell!
    If it does, feel free to like this "solution" :-)
    Paddy

    Sorry for not being detailed enough.
    I have Vista: Ultimate 32 bit edition. Everything works the stereo the 5. surround sound but the main things I did notice is that alot of the options like the crystalizer and various options wouldn't save. They would definately work just when I went into creative console to adjust some more they all went back to the default settings even though they worked and were changed earlier.
    Whilst playing Call of Duty 2 it wouldn't use the EAX, I haven't tried other games . I would recommend staying with XP as of right now if you have uninstalled Vista and wait for proper drivers , there is no guarantee the way I installed or explained how to fix will work for you. Just as others before have gotten things to work with different steps to install they did not work for you, so mine not work for you. If you still have Vista installed then why not give my simple step a shot in my first post.

  • Ok, I thought I could do a project in my new Final Cut Pro X. I got everything downloaded on Final Cut and I made my Project. The problem is is has taken so long to render that I don't have time. How do I download the video from Final Cut to Imovie?

    ok, I thought I could do a project in my new Final Cut Pro X. I got everything downloaded on Final Cut and I made my Project. The problem is is has taken so long to render that I don't have time. How do I download the video from Final Cut to Imovie?

    Your media is stored in Final Cut Events folder > "name of event"  > original media. The Final Cut Events folder is in your movies folder or at the root level of an external drive if you are using one to store your media. Simply open iMovie and under file menu select import movies. Navigate to the original media folder and import your clips to Imovie event library.

  • HT3180 My Apple TV is not responding. Screen in black and light indicator blinking fast. Cannot make it work. What should I do?

    My Apple TV is not responding. Screen in black and light indicator blinking fast. Cannot make it work. What should I do?

    Unplug it from power, wait 10-15 seconds and plug it back in.
    If it does not power up properly at that point, restore it via iTunes on the computer.

  • How can I view DVD's that I dubbed from old vhs tapes?  I finalized them and can play on other DVD players but not my IMac.  Is there a specific program?

    I dubbed DVD's from old VHS tapes.  I finalized them and can play tehm on differant DVD players, but on my IMac I can't play them.  Ultimately I want to create home movies with pics, but how can I play the DVD's?

    A DVD is a DVD, unless it's been authored in a non-standard way. When you insert it in your Mac, do you at least see the disk appear on the desktop? Does it have a VIDEO_TS folder in it, containing various files?
    If you open DVD Player manually (from the Applications folder), does it see it and start playing? If not, try downloading VLC (free) and see if that works.

  • How to modify Find and Change indicator?

    I use Find and Change in Applewors 6. At present, this operation finds what is specified but the indicator is colored green and is open, and hard to locate on a page when looking for a single letter. I changed it from its original pale orange to what it is now but now I would like to change it back to something easier to find. But I forgot how I did it and did not make a note. Would appreciate info on how to change this indicator. Thanks

    Neil--
    Thanks for info. I found it under System preferences>Personal>Appearance. You get a lot of choices in color and intensity. I was hoping to change the Find and Change indicator to solid but maybe this is not possible.

  • Hi, I downloaded the app for macbook "Lens Flare for Final Cut" and I've struggled a lot to install this app at final cut . Someone could help me ? i´m from Mexico i speak spanish

    Hi, I downloaded the app for macbook "Lens Flare for Final Cut" and I've struggled a lot to install this app at final cut . Someone could help me ? how i can install this app in Final Cut? this app cost me money and not is working to me, i am disappointed sorry if a write bad, i´m from Mexico i speak spanish

    This is a user2user board for FCPX - maybe better you discuss your issues with the makers of that 'plug in'
    Seems for me a  bit 'fishy', isn't it? - other professional plug-in makers deliver with an installer... That advice at AppStore, how to install it, is ... rare:
    How install it ? – click the launch button. Motion 5 will start itself. When Motion is open click save as. Write a generator name - Lens Flare and choose category RGB HOUSE or make it. Click Publish and you are done. If you don’t have Motion 5 look at support site - how to install in FCP.
    How it works ? – In Final Cut Pro you will find in Generators RGB HOUSE group, where will be Lens Flare. Drag this generator above all clips in timeline. When it’s there remember to change blending mode to Screen (in video section). You can adjust color, steak color, glow, intensity, scale - apacity and blur of artifacts, position. Any parameter could be stored as a keyframe, so You can easily animate the flare.
    so, I don't speak Spanish, lets have some fun with translate.google...:
    Cómo instalarlo? - Haga clic en el botón de inicio. Motion 5 comenzará Misma. Cuando el movimiento está abierto clic en Guardar como escribir un generador de nombres -. Resplandor del objetivo y seleccionar categoría RGB CASA o hacerlo. Haga clic en Publicar y ya está. Si usted no tiene el movimiento 5 vistazo a sitio de soporte - cómo instalar en FCP.
    Cómo funciona? - En Final Cut Pro se encuentra en el grupo generador RGB CASA, donde serán destello de lente. Arrastre este generador por encima de todos los clips en la línea de tiempo. Cuando es allí te acuerdas de que cambiar el modo de fusión a la pantalla (en la sección de vídeo). Usted puede ajustar el color, color carne, brillo, intensidad, escala - falta de definición apacidad y artefactos de su posición. Cualquier parámetro podría almacenarse como un fotograma clave, por lo que puede animar fácilmente la antorcha.
    Hope it makes at last a little sense... I don't trust these automatic translators
    (the German translation is ... awesome funny!)
    Finally: it's from 2012! Needs probably an update - contact the dealer!

  • Vendor rating and insurance indicator table

    Hi all,
        In which table the fields vendor rating and insurance indicator zz_moc_rating & zz_insurance shown in EKKO stored?

    Hi Sathya,
    These are custom fields not created by SAP but by someone in your project.
    Just in EKKO if you have some Check Tables against these fields. If yes then these fields are getting populated from there. Else from some screen or program wherein user is entering some input.
    Regards,
    Chetan.
    PS: Reward points if this helps.

  • I purchased i phone 3GS from San francisco thro my brother, when i brought to oman, i want to update ios 5 to ios 6 for that from itunes to start update , finally failed and i could not able to configure in oman wifi network, i dont have backup..help me..

    i purchased i phone 3GS from San francisco thro my brother, when i brought to oman, i want to update ios 5 to ios 6 for that from itunes to start update , finally failed and i could not able to configure in oman wifi network, i dont have backup..help me..

    Has your phone ever been hacked or jailbroken. This error message is what usually shows up for that. Are you using a supported carrier for the iPhone, or did someone hack the phone to unlock it to be used on another carrier. If that is the case, then there is no help you can get here as discussing hacked/jailbroken devices is not allowed.

Maybe you are looking for

  • Need to print horizontal line at the end of main window in each page.

    Hi, I am printing a smartform with main window having 10 lines in footer. The problem I am facing is when the content extends upto two or more pages, I am not getting the horizontal line at the base of main window. For last page it is fine as it cont

  • How to create Icon with transparent shape inside

    Hi All I would like to create a vector icon with a transparent shape inside it, like in this image below: So everything should be transparent except of course the dark grey area... How Do I do that? Below is a link to my AI file if you want it: AI Fi

  • Modification Log from Customer Class

    Hey guys. Its possible to get a data modification log, or something like this, from the Customer Class data? We use customer classification, with some customized fields, that store data in AUSP, but we can't found out if there is a modification log f

  • E-mail validation code

    Can anybody send to me E-mail validation code? Please don't send below code again. This is not working properly. please send a perfect E-mail validation code. Thank you. public static boolean validEmail(String strEmail)          Pattern pat=Pattern.c

  • My iPhone still has low storage capacity inspite of getting iTunes Match -

    I recently got iTunes match  - hoping to get more storage space in my iPhone . My IPhone still shows 6.3 GB of stored music with still minimal capacity for further storage(550 MB) Was I wrong in presuming I would get more storage capacity by putting