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

madan_ullasa
Contributor
0 Likes
407

hi frnds,

I have added some code in the include of a user exit. the code changes the date ( shelf life expiration date in transaction code MSC2N ) . But the changed code is not getting reflected in the screen. How do i transfer the changed value to the standard screen ?

Regards,

Madan..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
380

Hello,

Have U activated the project in CMOD. Check that.

If useful reward points.

Vasanth

3 REPLIES 3
Read only

Former Member
0 Likes
381

Hello,

Have U activated the project in CMOD. Check that.

If useful reward points.

Vasanth

Read only

Former Member
0 Likes
380

Only issue i could see is Activation.

Better after activation, set a break point and see the control.

for temp you can hard code your break-point as

if sy-uname eq 'your name'.

BREAK-POINT.

ENDIF.

this way you can trace the reason.

cheers,

TM.

Read only

Former Member
0 Likes
380

HI

GOOD

TRY WITH THESE USEREXITS

BATCHCHK Function Module Exits for Check in Case of Batch Changes

MBCFC010 Propose batch number on Inventory Management item screen

SAPLMHD1 Shelf life expiration date

SAPLV01D Determining the initial status of a batch

SAPLV01P Function Module Exits at Time Batches Are Updated

SAPLV01Z CFCs for internal batch number assignment

SAPLV1ZE CFCs for external batch number assignment

SAPLV1ZN CFCs for batch valuation in VB_CREATE_BATCH

SAPLCHVW Batch where-used list

THANKS

MRUTYUN