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: 

Starting a dialog program

Former Member
0 Kudos

Hi Guys,

I'll be doing an ABAP Dialog program. I want to automatically update one table of the DB of the system where the personal information of an employee is stored wherein they themsleves can update it.

Can you guys tell me what are the things that I need to do?

What are the first things that I need?

How am I going to do its Screens, program module, etc.

Thanks a lot in advance for all your inputs!

Regards,

Mark

1 ACCEPTED SOLUTION

Former Member
3 REPLIES 3

Former Member
0 Kudos

call screen 100.

add lable name roll no etc.

add three button.

create ,change , display.

pbo.

set pf_status.

back.cancel ,exit...

pai

user command.

case sy-ucomm.

when insert.

insert dbtable.

when change.

when display......

0 Kudos

Hi,

Can you tell me how to use transaction SE51(Screen painter)? Thanks!

Former Member