Application Development 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: 

Activity-group check

Former Member
0 Kudos

Hi All,

Can anybody tell me how activity-group is checked using ABAP code?

Regards,

Arun Mohan

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi Arun,

Try using the FM:

SUSR_USER_AGR_ACTIVITYGR_CHECK

Regards,

Ravi

Former Member
0 Kudos

Hi Arun,

You can get the profiles of the activity group using the functional module.

PRGN_ACTIVITYGROUP_PROFILE_GET

You can check the same using the functional module :

SUSR_USER_AGR_ACTIVITYGR_CHECK.

You can get to know about the activity group using the functional module using :

susr_user_agr_activitygr_get.

Regards,

Kunal.