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

which functional module

Former Member
0 Likes
309

Hello all,

How will I find which Functional module is triggered if I click Define Document Templates.

SPRO > CRM > Basic Function > Content Management > Define Document Templates.

regards,

Muralidhar Prasad.c

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
293

Hello Prasad

Within the IMG display the key of the IMG activity (menu: <i>Additional Information -> Additional Information -> Display Key -> IMG Activity</i>).

Take this key and run function module <b>S_CUS_IMG_ACTIVITY_READ</b>. The exported activity header contains the transaction which is called by the IMG activity.

Regards

Uwe

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
294

Hello Prasad

Within the IMG display the key of the IMG activity (menu: <i>Additional Information -> Additional Information -> Display Key -> IMG Activity</i>).

Take this key and run function module <b>S_CUS_IMG_ACTIVITY_READ</b>. The exported activity header contains the transaction which is called by the IMG activity.

Regards

Uwe