Application Development 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: 

Reg. IW31

Former Member
0 Kudos

Hi,

I have a requirement wherein the Service Order generated in IW31 should be saved in our Z table. I tried with the customer-exit EXIT_SAPLCOIH_009, but when this is triggerred the system would have generated a temporarary number. The system populates the actual no. after the function call CO_ZV_ORDER_POST. Please advise which exit to be used.

Thanks in advance

Rashmi

3 REPLIES 3

VB09104
Active Participant
0 Kudos

hi Rashmi,

try for EXIT_SAPLCOIH_012.

i believe this will work....

regards,

vikas

Former Member
0 Kudos

Hi Vikas,

I checked with that exit, but this is not getting triggerred at the save of service order. Thanks for your reply anyways.

Rashmi

0 Kudos

hi Rashmi,

go to program SAPLCOIH and search for string customer-function.

click on radio button 'main program'.

put a break-point on those where exporting parameter is CAUFVD.

see if any triggers after save.

regards,

vikas