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

IMG Structure

Former Member
0 Likes
375

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

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
295

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