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

Table control ( SE51)

Former Member
0 Likes
564

sir,

I want to creat one screen through table control. In that some fields I want to select through data base

and some field in line item I want to insert or modify.

Is it possible in table control. IF yes please tell me..

thanks

Manoj.

2 REPLIES 2
Read only

Former Member
0 Likes
448

Hi,

Yes its possible.

As a start, please search the SDN for wikis on Table Controls.

Read only

Former Member
0 Likes
448

Hi Manoj,

yes,it is possible.

You need to declare an internal table in the TOP include with all the fields you need.

Then you need to link the table control with your internal table (by doing get from program or F6).

Now you can populate some fields from the database and fill some fields manually in table control. All the modifications have to be done via the internal table

Hope this helps.

Regards

Avinash