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

edit customer table

Former Member
0 Likes
737

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

Former Member
0 Likes
716

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

5 REPLIES 5
Read only

Former Member
0 Likes
716

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.

Read only

alex_m
Active Contributor
0 Likes
716

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

Read only

Former Member
0 Likes
717

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

Read only

0 Likes
716

hi Andrey,

what is sap_edit?

Regards,

Hui

Read only

0 Likes
716

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