‎2007 Apr 12 5:25 AM
hi,
Can ne1 tell m wat is the use of samt_hint subroutine?Its used in samt transaction.
Thanks
‎2007 Apr 12 5:32 AM
‎2007 Apr 12 5:32 AM
hi abhishek
ABAP Program Mass Processing
Transaction SAMT allows you to perform tests on sets of associated
programs.
To do this, you specify a subroutine which you call with an external
PERFORM for each individual program.
A program name and the associated TRDIR entry is then passed to a test
subroutine.
<u><i><b>If the test detects any problem, it analyzes the information, error or
warning and outputs a note on the program location (external PERFORM
SAMT_HINT(SAPRSAMT)).</b></i></u>
One note can have several messages consisting of any amount of text
(external PERFORM SAMT_MESSAGE(SAPRSAMT)).
For documentation about writing these subroutines, refer to the program
documentation for RSAMTFEX.
regards
navjot
reward points if helpfull