‎2006 Nov 16 4:37 PM
Hello all!
I'm looking to build a custom application that provides a user a screen to enter serveral data fields then upon a sy-ucomm event (SAVE) the data is saved to Z table. This is fairly simple data entry screen and I'm versed in ABAP development however I'm not all to familar the screen programming/screen painter in 4.6C so if someone could expound on this or list a couple of usefull links I would appreciate it.
Many thanks!
‎2006 Nov 16 4:40 PM
Hi,
Check the transaction ABAPDOCU...In that expand the "ABAP USER DIALOGS" and then "Screens"..
There are lot of sample programs for dialog programming..
Thanks,
Naren
‎2006 Nov 16 4:40 PM
Hi,
Check the transaction ABAPDOCU...In that expand the "ABAP USER DIALOGS" and then "Screens"..
There are lot of sample programs for dialog programming..
Thanks,
Naren
‎2006 Nov 16 4:40 PM
initially go to se38 & create a program. Now goto SE51 & create same program name & give screen no. 0100 & create the layout...Paste the required fields on the layout with a save button also. from this goto PBO & PAI and create routinues which are internally shown in SE38....Write the logic accordingly...It is done.
‎2006 Nov 16 5:09 PM
Hi,
You can find all types of example program in SAP itself, Execute the Transaction Code ABAPDOCU, in this one ABAP User Dialogs --> Screens --> Processing Screens and also Complex Processing screens.
In the Above path, you will all the example programs
Regards
Sudheer
‎2006 Nov 17 6:26 AM
Simple... All you have to do is.. make a Module Pool program .. thats all....