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

Editing SAP standard table

Former Member
0 Likes
525

Hi,

Im actually a Basis and not really doing ABAP, i need your advise how am i going to

edit SAP program LMEREPI01, i already have the access key for object MEREP.

when i go to se80 and modify the program. what i want is just to remove 1 line of command on this program.

Please help. thanks

PAUL

Hi,

Im actually a Basis and not really doing ABAP, i need your advise how am i going to

edit SAP program LMEREPI01, i already have the access key for object MEREP.

when i go to se80 and modify the program. what i want is just to remove 1 line of command on this program.

Please help. thanks

PAUL

2 REPLIES 2
Read only

Former Member
0 Likes
479

Hi,

goto se38, enter the program, and click on change.

It will ask you for access key for the Function grp, put in the key and click continue.

The program will be open for changes.

Make sure why u want to delete one line from the std code.

Also if it doesnt allow you to edit it,

click edit-> modification operations -> switch off assistant

Regards,

Amit

Read only

Former Member
0 Likes
479

First check ,whether its required to change it or not.

Check for an other alternative instead of changing it.

Bcoz it being a standard one SAP strictly recommends not to change standard Objects.Instead go for a customer enhancement

or modification .

If u need to change then check whether there are any dependent objects for that one .

If u do changes with modification assistant ON it will track the changes done and when u upgrade to a newer version these changes done will be shown.

Comment the line which u want to remove ,dont delete it.

Regards,

Lakshman.

Edited by: Lakshman N on Aug 13, 2009 6:25 AM