‎2007 Nov 12 6:47 AM
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
‎2007 Nov 13 10:23 AM
‎2007 Nov 12 6:52 AM
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......
‎2007 Nov 13 10:13 AM
Hi,
Can you tell me how to use transaction SE51(Screen painter)? Thanks!
‎2007 Nov 13 10:23 AM