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

selection screen within tree control model

Former Member
0 Likes
491

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

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
368

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

Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
368

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..