‎2007 Jun 12 9:37 PM
Hello all..I have a requirement where I need to download work order number, Work order type, tech ID # and status in a file onto the server. This is done through IW31 transaction and the file should be downloaded when the user hits the save button. I looked for a couple of user exits and found EXIT_SAPLCOIH_009 close to the requirement. Can anyone please help me if this is the exit where I need to put my code (in ZXWOCU07).
Thanks
‎2007 Jun 12 9:42 PM
‎2007 Jun 12 10:13 PM
Does Work order number gets created by the time it reaches this exit.
also is this the include ZXWOCU07 where i write the code for down load.
thx
~R
‎2007 Jun 12 11:33 PM
Hi Raghu,
You can write the code in ZXWOCU07 to use this userexit.
But in your case you need Work Order number and Work order number does not get created at the time it reaches this exit so i think you cannot use this exit.