Attach the Request group to the SRS Function
1)Create the Request group in System administrator by specifying the request group code Copy the Request group name application short name request group code
2)Goto the Appllication developer create the fucntion for the user form name called " Run Reports"
3)Pass the follwoing Parameters while creation of the function.REQUEST_GROUP_CODE="CUSTOMERCODE1" REQUEST_GROUP_APPL_SHORT_NAME="AR" TITLE="23CUSTOMERS"
4)Attch the function to the Menu , Menu to Responsibility , Responsibility to user
5)when we open the form we can get the programs which are there in the request group.
note: We will follow this prcocedure to attach the multiple request groups to the single Responsibility.