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: 

Custom Project Development in SAP ABAP

Former Member
0 Kudos
404

I want to develop own custom project in SAP. Can anyone suggest for custom screen like Registration, Employee from Which Technology like pretty printer or custom Screen ETC. Thanks

6 REPLIES 6

saurabh_chikate
Active Participant
0 Kudos
219

Hello Deen,

I guess you want to create this custom project to practice ABAP code.

If you are not thinking about creating own tables and views then flight model will be best for you. Go through this link. You will get idea how tables are linked and you can create screens the way you like.

Regards,

Saurabh

0 Kudos
219

saurabh chikate I have 2+ experience of SAP ABAP, but i didn't worked on Custom application. i want to develop new custom application in SAP ABAP as we develop in JAVA or .NET. Kindly advise which programming or UI techniques will be use in this project.. Thanks

retired_member
Product and Topic Expert
Product and Topic Expert
219

Please read the ABAP Programming Guidelines.

They contain hints, which programming or UI techniques to use or how to use pretty printer.

0 Kudos
219

Hello,

In particular, you should have a look at functions group DEMO_CR_CAR_RENTAL_SCREENS and its classes in particular. Use side panel in SE80 to navigate between them.

https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenabap_pgl.htm

Best regards

Bertrand

0 Kudos
219

Horst Keller

Still yet I didn't worked on Custom application. i want to develop new custom application in SAP ABAP. So kindly suggest me where i can start this project. Imagine i want to develop Student Life-cycle Management. which programming or UI techniques will be use in this project. I am waiting your positive response. Thanks

bertrand_delvallee
Active Participant
0 Kudos
219

Hello,

You seem to start from far but the best you can do is to use MVC technique with ALV classes.

Have a look on marvelous Zevolving.com and read it all http://zevolving.com/category/tutorials/

Best regards,

Bertrand