‎2009 May 13 10:05 AM
Hi,
I'm looking for help, tutorials or any ressources I can explore to undertsand how to work in ABAP with controls, containers, tree and so on.
Each time I do a search on help.sap.com, I found help on a detailed object such as tree or docking container but I never found a global view. I would like to understand the big picture, have an averview of all involved concept. For example, if I want the user screen to be splitted in 2 parts, one that will display a tree, the other one that will display "simple" screen painter trees that will change depending on what user choose using the tree on the left. How do I need to proceed ?
I'm sorry if I have not a more precise question because I don't found where to begin.
Thanks for help
Regards
Morgan
‎2009 May 13 5:45 PM
Hi Morgan,
This is an extensive topic, therefore there is no one particular link which will suffice here.
However, there is one SAP training document BC412 - ABAP Dialog Programming Using EnjoySAP Controls, which covers most of these concepts, namely GUI controls (containers, hmtl viewer, ALV grid, trees etc) all based on OO ABAP. I don't want to break rules of the forum sharing this doc with you, as I don't have copyrights of it. I can give you a tip though. Type in google BC412 pdf and you will likely to find it on some upload site (like rapidshare).
Once you have it, it will give you an overview of all these GUI controls concept which you want to explore.
Regards
Marcin
‎2009 May 13 10:16 AM
Hi,
There are some standard programs given by SAP. In se38 give the program name as BCALV* and press f4, there are so many example programs it will help you to understand.
Regards,
Sathish
‎2009 May 13 10:30 AM
Hi Satish,
thansk for your answer, however, it does not solve my probleme because even if I know that there are existing standards programs that use these technics, I'm not able to undersatnd them without a previous global understanding of involved concepts.
That's why i'm asking for some global tutorials and documentation giving an overview about ABAP GUI programming with controls.
Regards
Morgan
‎2009 May 13 2:40 PM
Hi Morgan,
You can start going thorugh the concepts from help.sap.com. Have a look at the following link:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/1b/337930a63011d2bd6b080009b4534c/frameset.htm
You will get the entire set of Example codes in the Transaction Code : ABAPDOCU.
You can also look for examples for Dialog Programing in SE38 using the DEMODYNPRO*.
Have a look at the Package : SLIS. This is a one point of all examples and demo of SAP Control Framework and ALV Functionality.
Hope this helps.
Thanks,
Samantak.
‎2009 May 13 5:45 PM
Hi Morgan,
This is an extensive topic, therefore there is no one particular link which will suffice here.
However, there is one SAP training document BC412 - ABAP Dialog Programming Using EnjoySAP Controls, which covers most of these concepts, namely GUI controls (containers, hmtl viewer, ALV grid, trees etc) all based on OO ABAP. I don't want to break rules of the forum sharing this doc with you, as I don't have copyrights of it. I can give you a tip though. Type in google BC412 pdf and you will likely to find it on some upload site (like rapidshare).
Once you have it, it will give you an overview of all these GUI controls concept which you want to explore.
Regards
Marcin