2007 Feb 22 12:34 PM
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
2007 Feb 22 12:37 PM
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.
2007 Feb 22 12:37 PM
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.