‎2007 Jul 22 6:28 AM
Hello,
I am very new in ABAP OO, and have to make a module program for SD to handle the status of shipment.
I need to make a tree model of 3 parts that the first part has the selection screen.
There is a Sap standard model: program /DSD/SL_COCKPIT who has the same modle.
Is someone know how to do that ? which Class to use?
Any help would be appreciated...
Fariba
‎2007 Jul 27 5:06 AM
Hello Fariba
The target you have choosen to start with ABAP OO is not really the easiest one.
The three-parted screen in program /DSD/SL_COCKPIT is created using class <b>/DSD/SL_CL_FRAME_COCKPIT</b>. Simply display the class in the class builder (SE24), push F8 (<i>Test</i>) and create an instance of the class.
Perhaps this may be useful in starting you analyzing the details of this rather complex program and class.
Regards
Uwe
‎2007 Jul 27 7:09 AM
hi,
chk out the examples given in sap under the package SLIS
bcalv_tree_01
bcalv_tree_02
bcalv_tree_03
bcalv_tree_04
bcalv_tree_06
bcalv_tree_05
thanks
jaideep
*reward points if useful..