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

SAMT

Former Member
0 Likes
636

hi,

Can ne1 tell m wat is the use of samt_hint subroutine?Its used in samt transaction.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
470

Hi man.....

Just see this link..

it answers your question......

Reward points if useful.......

Suresh........

Read only

Former Member
0 Likes
470

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