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: 

Function group / Function modules approvals

Former Member
0 Kudos

Hi,

We have couple of function modules related to RFC / BAPI in QA we need to give approvals before we move them to production.

What precautions do we need to take before approving?

How to segregate Function groups / Function modules?

Thanks,

Ram

1 REPLY 1

Former Member
0 Kudos

Well you should test function groups and function module coding as per your normal procedures. They are widely used.

Whether they are accessible depends on your roles, right?

Which release are you on?

Prior release 7.01 you can only control at function group level with object S_RFC.

Subsequently you can use RFC_TYPE 'FUNC' to control at module name level if FUGR fails.

Luckily, this check is central and to my knowledge only one developer ever hardcoded it for list outputs, so you should be okay to convert for manual authorizations.

For standard ones from the menu, you will need to deactivate S_RFC (there is not option to un-merge, unfortunately..........). Easiest is to get the names from the menu and paste them into the manual authorization, or use a Su24 "dummy" for the role or scenario.

Dummy's are usefull workarounds and protect you against upgrades as well... (when SAP adds a load of stuff because GRC needs it, and then toasts your roles, sets active auths to inactive and adds new ones which are merged automatically...)

Cheers,

Julius