2017 Sep 07 6:12 AM
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
2017 Sep 07 8:33 AM
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
2017 Sep 07 10:58 AM
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
2017 Sep 07 8:55 AM
Please read the ABAP Programming Guidelines.
They contain hints, which programming or UI techniques to use or how to use pretty printer.
2017 Sep 07 10:24 AM
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
2017 Sep 07 11:03 AM
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
2017 Sep 07 1:21 PM
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