0% found this document useful (0 votes)
14 views

03 Enhancement Exercises

The document describes two exercises for an SAP R/3 Release 4.7 development training. The first exercise tasks implementing a user exit that displays a popup message whenever a customer's details are changed. The second exercise tasks using a business add-in to check if a material's total shelf life is initial when saving a batch in transaction MSC1N, and to issue a message preventing the batch from being saved.

Uploaded by

ajain366
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

03 Enhancement Exercises

The document describes two exercises for an SAP R/3 Release 4.7 development training. The first exercise tasks implementing a user exit that displays a popup message whenever a customer's details are changed. The second exercise tasks using a business add-in to check if a material's total shelf life is initial when saving a batch in transaction MSC1N, and to issue a message preventing the batch from being saved.

Uploaded by

ajain366
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

SAP R/3 Release 4.

Exercises: Enhancement SAP Development ABAP Training

1. Exercise on User-Exit (Function-Exit)

Implement an User-Exit that will fire whenever you change any Customer details. Code an
Information message inside the User Exit code, so that when you run XD02 after Activating the
Project (thus the User Exit) this message is displayed in a popup.

2. Exercise on Business AddIn (BAdi)


When the batch is created and then saved in transaction MSC1N, check if the Total Shelf life of
the Material is initial, and issue an information message and prevents saving the batch.

March 2005
Page 1

You might also like