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

Start IMG Node from ABAP Program

Former Member
0 Likes
1,588

Hi Guys,

I want to start a Customizing Transaction from a Z Program.

Can i reuse some SAP Standard functions - otherwise i would have to check each node myself if its a own transaction i can call or if its a SM30 with a table name or all the other options possible as img node. By the way, right now i'm not even sure which table would be the one to check that.

greetings

Klaus

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
926

Call fm S_CUS_ACTIVITY_EXECUTE using IMG activity Id. You can get IMG activity id of node from technical info view of node.

2 REPLIES 2
Read only

former_member219162
Contributor
0 Likes
926

Hi Klaus,

Can you check FM "STREE_EXTERNAL_DISPLAY" and SAP Program WINDCUS (through SE38). This would give the idea of calling IMG node from Z-program.

Also do a search on transaction code: S_IMG_EXTENSION. this is the TCODE that you use to add custom nodes. you will get lot of help over internet.

Read only

Pawan_Kesari
Active Contributor
0 Likes
927

Call fm S_CUS_ACTIVITY_EXECUTE using IMG activity Id. You can get IMG activity id of node from technical info view of node.