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

Help or tutorials about ABAP UI programming such as Tree and dock container

former_member246786
Participant
0 Likes
677

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

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
639

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

4 REPLIES 4
Read only

Former Member
0 Likes
639

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

Read only

0 Likes
639

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

Read only

0 Likes
639

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.

Read only

MarcinPciak
Active Contributor
0 Likes
640

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