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

Reg. IW31

Former Member
0 Likes
696

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

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
Read only

VikasB
Active Participant
0 Likes
664

hi Rashmi,

try for EXIT_SAPLCOIH_012.

i believe this will work....

regards,

vikas

Read only

Former Member
0 Likes
664

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

Read only

0 Likes
664

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