‎2006 Aug 23 9:01 AM
HI Everyone
I want the table where the IMG objects in SPRO are stored.
i want the entire structure with parent-child relationship.
regards
kishore
‎2006 Aug 23 10:00 AM
Hello Harikishore
I guess function module <b>S_CUS_IMG_SELECT_NODES</b> (S_IMG_TOOL_3) will do the job for you. Call this function module with options
- MARK_NODE_WITH_SUBNODES = 'X' and
- RETURN_ALL_SUBNODES_OF_MARKED = 'X'.
Select the entire IMG in the popup and the function module will return the IMG nodes and texts.
Regards
Uwe