Application Development 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: 

sapscript MR_PRINT

former_member182371
Active Contributor
0 Kudos
312

Hi,

i´ve copied sapscript

MR_PRINT

to

ZMR_PRINT

.
This sapcript has as print program

RM08NAST

and the routine is

ENTRY_KONS

.
Within the former program i want to modify the flow of the program.
More precisely i´d need to modify function

'MRM_ENTRY_KONS'

.
This function belongs to function group

MRMN

.
How can i do it? i mean, do i have to copy the whole of function group MRMN? is there a simple way to do it?

Best regards

1 ACCEPTED SOLUTION

Vinod_Chandran
Active Contributor
0 Kudos
108

You have to copy the function group MRMN. Because the global declaration is in its TOP include. You can also copy only the function module. But it will be difficult and time consuming. I mean you need to find out all the subroutines, data declarations etc and copy to your fn. group.

1 REPLY 1

Vinod_Chandran
Active Contributor
0 Kudos
109

You have to copy the function group MRMN. Because the global declaration is in its TOP include. You can also copy only the function module. But it will be difficult and time consuming. I mean you need to find out all the subroutines, data declarations etc and copy to your fn. group.