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

Link to SPRO custom node

mgross1
Participant
0 Likes
2,245

I have created two custom IMG activities using S_IMG_EXTENSION within a custom node. Is there a way to create a transaction or call a function that takes the user to the custom node within SPRO that contains the two activities?

S_IMG_EXTENSION gives me transactions that take me to the activities but not to the outer node within SPRO.

9 REPLIES 9
Read only

abo
Active Contributor
0 Likes
2,083

Have you tried this project? Seems to be what you're looking for.

Read only

Sandra_Rossi
Active Contributor
2,083

I don't think it answers the question, the tool just adds an item in the context menu to display the path to any activity and to copy it to the clipboard 😉

Read only

abo
Active Contributor
2,083
sandra.rossi

pity, it seemed such a nice idea 😄

Read only

Sandra_Rossi
Active Contributor
2,083

If you want to display SPRO at the place of a given activity, you may call the function module S_CUS_IMG_ENTRY_VIA_ACTIVITY.

Read only

0 Likes
2,083

That works for standard activities but when I run it for my custom activity (that exists in table CUS_IMGACH) I get:

"The IMG activities entered do not exist in the IMG"

Read only

2,083

or function module TR_SHOW_ACTIVITY (which will call S_CUS_IMG_ENTRY_VIA_ACTIVITY)

Read only

0 Likes
2,083

raymond.giuseppi By the way, I don't have TR_SHOW_ACTIVITY in a S/4HANA 1709 system.

Read only

2,083

Strange, I have it on a S4HANA ON PREMISE Release 1709 SP Stack 02 (05/2018) 1709 (also on a EHP8 FOR SAP ERP 6.0)

Try to debug a call from SE01 or SE09 on an IMG activity node.

Read only

2,083

Not strange, I am on old 1709 (maybe SPS 0), so it was added right after it 😉