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: 

edit customer table

Former Member
0 Kudos

hi all,

I'm new to ABAP.

Now I want to write a problme to edit(delete, update, and search) a customer table. Is any standard way to do this?

Thanks!

Regards,

Hui

1 ACCEPTED SOLUTION

Former Member
0 Kudos

One more method: se16n and &sap_edit for editing tables entry, for editing table's structure - se11

5 REPLIES 5

Former Member
0 Kudos

Hi HUI,

Can u tell me that u want to do the operations u specified is to be done thru pgm or thru transction se11.

alex_m
Active Contributor
0 Kudos

You can use Table Maintanence Generator (SM30) or need to create a custom program for this.

Former Member
0 Kudos

One more method: se16n and &sap_edit for editing tables entry, for editing table's structure - se11

0 Kudos

hi Andrey,

what is sap_edit?

Regards,

Hui

0 Kudos

Hi, '&sap_edit' - this is command which need enter in command line from se16n - give access to edit any table entrys