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

Former Member
0 Kudos
258

I have created a table Z99

field BUKRSREP

field TEXT

I have created a table control that the source is from the table ITAB . ITAB is a table that we full with the table Z99. All the modification in the ITAB ( table control ) have to be modify in the Z99.

My question is:

In the table control, how I control the new inputs in the field BUKRSREP. I would like that the table control only shows or informate that the code is in the Z99 or not. Can i use a combo in that column? I saw in the attributes a option : "Dic" is correct? But i dont use it becasue ITAB is a internal table..

Have I explained well? thanks a lot

1 ACCEPTED SOLUTION

Former Member
0 Kudos
167

when u enter new values in the table control and press enter or some other button...the interal table itab gets updated....u can sue this itab and using MODIFY statement u can either insert or update the main database table.

1 REPLY 1

Former Member
0 Kudos
168

when u enter new values in the table control and press enter or some other button...the interal table itab gets updated....u can sue this itab and using MODIFY statement u can either insert or update the main database table.