Find a specific SPRO entry
You know the view or the transaction of a customzing point but you want the entry point in SPRO and can't find it.
Table CUS_ACTOBJ, filter on view (OBJECTNAME) or transaction (TCODE) and get ACT_ID value.
Table CUS_IMGACH, filter on C_ACTIVITY = <act_id> and get ACTIVITY value.
Table CUS_IMGACT, filter on ACTIVITY = <activity> and get the text description
You can search for the text decsription in SPRO and display the IMG activity code (should be the same as ACT_ID) to confirm.
Example :
Starting with viez V_T077D_V, you ge ACT_ID = SIMG_CFMENUOLSDOBD2, then ACTIVITY = SIMG_CFMENUOLSDOBD2 and finally the text "Define Account Groups and Field Selection for Customers"