‎2013 Oct 28 1:37 PM
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
‎2013 Oct 28 1:57 PM
Call fm S_CUS_ACTIVITY_EXECUTE using IMG activity Id. You can get IMG activity id of node from technical info view of node.
‎2013 Oct 28 1:49 PM
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.
‎2013 Oct 28 1:57 PM
Call fm S_CUS_ACTIVITY_EXECUTE using IMG activity Id. You can get IMG activity id of node from technical info view of node.