Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exit

Former Member
0 Likes
493

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

3 REPLIES 3
Read only

Former Member
0 Likes
425

yes..EXIT_SAPLCOIH_009 is trigger'd at "SAVE".

Siva

Read only

0 Likes
425

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

Read only

0 Likes
425

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.