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

Starting a dialog program

Former Member
0 Likes
485

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
Read only

Former Member
3 REPLIES 3
Read only

Former Member
0 Likes
459

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......

Read only

0 Likes
459

Hi,

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

Read only

Former Member