2014 Jan 07 8:14 AM
HI EVERYBODY Im trying to find SETNODE from SETLEAF
like when I give a SETLEAF as an input parameter it will return the SETNODE
Hi,
there is also SETHEADER table
instead of using maybe try to find the Function module
(setname is the link)
regards
Fred
2014 Jan 07 8:37 AM
Hi,
there is also SETHEADER table
instead of using maybe try to find the Function module
(setname is the link)
regards
Fred
2014 Jan 07 8:58 AM
Hi Dren
You can use function moduel K_HIERARCHY_TABLES_READ for the same. Pass the class value and other parameters
Nabheet
2014 Jan 07 9:07 AM
hi Dren
if just want find the up one layer,
select * into itab
from setnode
where setclass eq setleaf-setclass
and subclass eq setleaf-subclass
and subsetname eq setleaf-setname.
if you want find the top layer, mean the header of the leaf.
you`d better write a recursion function base on above code.
regards,
Archer
2014 Jan 07 9:34 AM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |