‎2007 Jun 27 11:55 AM
Hi Friends,
Iam new to dialog programming
i have created one table zsd1-----there are 10 fields in it,
field1 -
enter some value
field2-----enter some value
field3----if value is y then
field4---- enable this field for entering otherwise no
after i enter it should update in the database and from tht database it should display on the table control.
if i modify any column in the table control and press modify button it should get modified in the database
does any one have some sample codes
‎2007 Jun 27 12:02 PM
hI,
SEE THE SYSTEM defined program
demo_dynpro_tabcont_loop_at
rgds,
bharat.
‎2007 Jun 27 12:03 PM
hI,
put a button in the application tool bar.write the code for that button in the PAI of the screen.
SEE THE SYSTEM defined program
demo_dynpro_tabcont_loop_at
rgds,
bharat.
‎2007 Jun 27 12:19 PM
HI,
Use the Table control with Wizard option to create the table control.
This will generate most of the code.
Then you just need to add buttons to handle INSERT, UPDATE.
And then process these in a PAI module and use INSERT MODIFY or UPDATE database statements for updating the table.
Regards,
Sesh