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

Data Entry Screen - General Question

Former Member
0 Likes
925

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

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

4 REPLIES 4
Read only

Former Member
0 Likes
638

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

Read only

Former Member
0 Likes
637

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.

Read only

Former Member
0 Likes
637

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

Read only

former_member69765
Contributor
0 Likes
637

Simple... All you have to do is.. make a Module Pool program .. thats all....