Skip to Content
0
Former Member
Jan 04, 2008 at 08:01 AM

tree structure

79 Views

Hi ,

Kindly can any one help me to built a tree structure in a report.

Actually I hav tables as IFLO-tplnr,pltxt,vwerk. KNVV-kunnr,bzirk,vwerk.

EQUI-equnr,objnr,matnr,sernr. Relating table between knvv and equi is IHPA-parnr,vwerk,objnr.

I have to get the tree structure as follows,

TPLNR(plant)----


PLTXT(desc)

BZIRK(sales dist1)----


(desc)

KUNNR(cust1)----


(name1).

EQUNR(Equ1)----


(Equtu)

Matnr----


(desc)

Sernr----


(desc)

KUNNR(cust2)----


(name2).

BZIRK(Sales dist2)----


(desc)

KUNNR(cust1)----


I already retrieved the data in to one Internal table with all the fields.

now I have to display in tree structure.

after displaying if I double click on node it has to go to concern tcodes (IL03,XD03,EQ03,MM03..)

Kindly help me.

PLEASE...... DONT GIVE STANDARD REFERENCE PROGRAMS TO SEARCH AS I HAVE ALREADY DONE .

KINDLY WRITE me THE CODE FOR HOW TO BUILD THE NODES , HOW TO ADD WITH DESCRIPTIONS AT THE LAST.......,how to handle double click on node....

Thanks & Regards,

Srilakshmi.