Hai ,
Goto TOP INCLUDE OF FUNCTION GROUP.
GOTO EDIT MODE.
THERE YOU CAN DEFINE THE MESSGE ID AS GLOBAL TO ALL FMS INTHAT GROUP
REGARDS,
HI,
you can define message class by transaction 'SE91'.
REgards,
Hi
We can do that in the top include of the function group.
This statement will be similar like REPORT statement of a program.
Eg:
FUNCTION-POOL ZTEST LINE-SIZE 200 NO STANDARD PAGE HEADING.
"MESSAGE-ID ..
Also as the documentation says:
<b>FUNCTION-POOL
Effect
The FUNCTION-POOL statement is equivalent to the REPORT statement and introduces a function group.
A function group contains function modules introduced by the FUNCTION statement and is called with the CALL FUNCTION statement.</b>
Hope this gives you some idea.
Kind Regards
Eswar
Add a comment