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

standard report

Former Member
0 Likes
847

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
Read only

Former Member
0 Likes
814

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
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
814

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

Regards,

Rich Heilman

Read only

vishal_sharda2
Participant
0 Likes
814

Standard reports should not be modified!!

Regards,

Vishal.

Read only

Former Member
0 Likes
814

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.

Read only

Former Member
0 Likes
814

Hi,

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

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
815

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.