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

Re:dialog programming

Former Member
0 Likes
520

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

3 REPLIES 3
Read only

Former Member
0 Likes
502

hI,

SEE THE SYSTEM defined program

demo_dynpro_tabcont_loop_at

rgds,

bharat.

Read only

Former Member
0 Likes
502

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.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
502

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