Skip to Content
0
Former Member
Dec 14, 2011 at 03:10 AM

FM to identify the WBS being change in CJ20n

173 Views

Hi Experts,

I have to create an exit where in I have to capture the WBS being modified by the user in CJ20n and get the WBS its hierarchy using FM GET_TREE_FROM_PRHI.

Ex.

WBS 1

WBS 1.1

WBS 1.1.1

WBS 2

WBS 2.1

WBS 2.3

The user is currently modifying WBS 2.1, then the user hit save button, in the exits, originally the program loops the entire hierarchy from WBS 1 down to WBS 2.3. the question is how can I identify current WBS being modified by the user? is there any standard FM that i can use?