Sometimes you need to find out a transaction code for an IMG activity in SPRO.
The first option is quite simple:
- Run Tx SPRO and find the required activity
- Go to Top Menu – Additional Information – Display Key – IMG Activity
- In an additional column being displayed you can find the IMG Activity ID – in many cases the transaction code is represented by the last four characters
Second option is using a function module S_CUS_IMG_ACTIVITY_READ. It takes one input parameter – Activity ID.
As result it gives
Thanks, these are also nice options. The way I do is perhaps also interesting. I start with knowledge of Customizing table (ie. T333) I go to SM31, enter this table and search which SPRO activities are connected to it… further is the same ..as you wrote above.