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: 

standard report

Former Member
0 Kudos

How to modify the standard report me2l (program name: RM06EL00).

Our requirement is to list out the pending invoices when still to be delivered quantity and still to be invoiced quantities are not equal.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you want to change a standard code, you could make a copy of

the program, includes, dynpros, and associated stuff. (Just run se38

and select the copy button in the toolbar). Although you can do it at

your own risk, just let me warn you that this isn't a good practice at

all, as you don't have standard support over this changed code.

A better approach is to write your own program (or ask an abaper to do

so). This new program (custom program) should meet your specifications

cheers,

Chaitanya.

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You should not modify the standard report, copy it into customer namespace and modify that version.

Regards,

Rich Heilman

vishal_sharda2
Participant
0 Kudos

Standard reports should not be modified!!

Regards,

Vishal.

Former Member
0 Kudos

Hi Haresha,

SAP will allow to copy standard program to custom program. Once you created custom program then you can modify the program as per your requirement. there is no risk..

hope this helps.

kindly reward if helpful.

cheers,

Hema.

Former Member
0 Kudos

Hi,

Pls copy it to a 'Z' program. Copy the necessary includes also. Then modify it according to ur requirement.

Regards,

Renjith Michael.

Former Member
0 Kudos

If you want to change a standard code, you could make a copy of

the program, includes, dynpros, and associated stuff. (Just run se38

and select the copy button in the toolbar). Although you can do it at

your own risk, just let me warn you that this isn't a good practice at

all, as you don't have standard support over this changed code.

A better approach is to write your own program (or ask an abaper to do

so). This new program (custom program) should meet your specifications

cheers,

Chaitanya.