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: 

Regarding me49 tr.code report

Former Member
0 Kudos

Hi

Am copied from ME49 program(RM06EPS0) into zprogram(ZRM06EPS0),and do some modifications according to my requirement but the problem is when am executed the zprogram it goes dump.In that the error occured is "perform initialisation not implemented in a progam or not yet implemented in the program ZSAPFM06I".

Waiting for ur reply,

Thanks & Regards,

1 REPLY 1

Former Member
0 Kudos

Hi,

Looks like related FORM...ENDFORM is missing for PERFORM statement. When you copy the standard program, you need to take care about the include programs too. FORM...ENDFORM might be written in separate subroutine pool program.

First try to find out which perform statement is causing the dump, then look for the corresponding FORM...ENDFORM, in which program it was maintained.

Regards,

~Satya