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: 

table control in dynpro - tutorial or example/instructions please!

0 Kudos

Dear community,

I was around with abap quite a while but I didnt find a good tutorial/instructions for my requirement, please help me with this:

I want to have a table control and want to be able to edit a

table (add/delete/edit) trough it (like in se16 where you can edit structure). how to do this?

Thanks in advance!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Clemens Leider,

By using Screen painter (SE51) you can do it verry easyly.

See the following steps.

1. Go to SE51

2. give your program and screen number and press create button

3. Press layout button

4. Press table control (With wizard) button (It is there in the left side.

5. Now drage the cursor in the screen

6. Now procede the 8 steps in the table control wizard.

Then you have able to get the table control. with SE16 properties.

Thanks,

Mahi.

2 REPLIES 2

Former Member
0 Kudos

Hi Clemens Leider,

By using Screen painter (SE51) you can do it verry easyly.

See the following steps.

1. Go to SE51

2. give your program and screen number and press create button

3. Press layout button

4. Press table control (With wizard) button (It is there in the left side.

5. Now drage the cursor in the screen

6. Now procede the 8 steps in the table control wizard.

Then you have able to get the table control. with SE16 properties.

Thanks,

Mahi.

former_member745780
Active Participant
0 Kudos

hello

check this link and click on download with green arrow

http://www.esnips.com/doc/48bd95e8-facc-4932-b923-465ba59bad24/Table-Control

Thanks