Application Development 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: 

Tree structure with check boxes through Action box in IW21

Former Member
0 Kudos

Hi All,

<b>( PM, IW21, Action Box, Tree structure from Z table with check box, how to populate multiple entries)</b>

We have a requirement to have an <b>ACTION BOX in IW21</b> while notification creation. In assigning catalog codes in the notification, instead of assigning any combination we would like to choose the pre-defined combination (object, failure and damage code) from a Z table. For this we have to provide a <b>TREE structure with check boxes</b> through action box. Here user can select multiple entries and those should be populated back in the IW21 transaction. <b>Can anyone suggest me how to get the tree structure with check boxes against all the entries and how to populate the multiple entries in the IW21 ?</b>

This is the most critical object to be done asap.

any resp will be appresiated.

Reddy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

just see these examples

SAPTLIST_TREE_CONTROL_DEMO_HDR

SAPTLIST_TREE_CONTROL_DEMO

SAPTLIST_TREE_MODEL_DEMO

and for getting a checkbox we have to repalce the icon what is there in the example program and handle the checked and unchecked event for the checkbox.

this can be achieved by using object oriented methods...

reward if helpful

rgds,

Prajith

Prajith

4 REPLIES 4

Former Member
0 Kudos

Hi,

just see these examples

SAPTLIST_TREE_CONTROL_DEMO_HDR

SAPTLIST_TREE_CONTROL_DEMO

SAPTLIST_TREE_MODEL_DEMO

and for getting a checkbox we have to repalce the icon what is there in the example program and handle the checked and unchecked event for the checkbox.

this can be achieved by using object oriented methods...

reward if helpful

rgds,

Prajith

Prajith

Former Member
0 Kudos

Can someone send some code please?

sreethan_reddy@yahoo.com

thanks

reddy

0 Kudos

Any ideas please ?

regards

reddy

Former Member
0 Kudos

I achieved this using

SAPCOLUMN_TREE_CONTROL_DEMO demo program and rhinte20 program which includes a checkbox and checkbox_change event

thanks once again.

Srithan