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: 

iw41 - userexit

Former Member
0 Kudos

after entering the ORDER NO in the first screen the 2nd screen will appear.

in that

user enter WORK STARTS ON DATE & TIME

& WORK ENDS ON DATE & TIME

then the difference time in hours should populate in ACTUAL WORK..

there r totally 24 exits for 1w41. what is the suitable one for my requirement. u have any idea ..

what to do if there is no user exit for this requirement?..

waiting for ur responce..

thanks

1 ACCEPTED SOLUTION

peter_atkin
Active Contributor
0 Kudos

kiran,

The user-ext above will not work for PM/CS orders.

Have a look in TCode SMOD for user-exits staring with CONFPM*

PeteA

2 REPLIES 2

Former Member
0 Kudos

hai,

CONFPI01-----EXIT_SAPLCORF_401

u have all date and time field here so u can validate and pass the the value through

EXPORTING

*" VALUE(AFRUD_EXP) LIKE AFRUD STRUCTURE AFRUD

peter_atkin
Active Contributor
0 Kudos

kiran,

The user-ext above will not work for PM/CS orders.

Have a look in TCode SMOD for user-exits staring with CONFPM*

PeteA