Re: Need to set authorizations through coding
There are good and bad ways of doing this. Via BDC in production is certainly on the bad side of the spectrum... A better idea is to create delta roles for each error in test systems and have logic in...
View ArticleRe: Impact of Security Config Hardening in Oracle Database to SAP
Hello The impact will be that you will need to update sapsr3 password in table SAPUSER every time you will change it at Oracle level (using brconnect -f chpass -o sapr3 -p <new_password>).If you...
View ArticleRe: Authorization check required in ME51N at storage location
In SU24 you can not add objects to get verified. You must do this using the ME_PROCESS_REQ_CUST badi . You must write a breakpoint in those methods and choose which one get activated where you need it.
View ArticleRe: Validity for portal roles
I think that functionality doesn't exist, maybe Aviad Rivlin can confirm and comment whether it will be supported in the future. A possible workaround would be to bind the portal roles to a group that...
View ArticleRe: Validity for portal roles
Hi, it does not exist and I doubt it will be introduced. Honestly, you don't want to do a role assignment in Portal. You want to do it automatically with UME pointing to LDAP or ABAP or in more complex...
View ArticleRe: Validity for portal roles
Exactly. I noticed that the tag IDM 7.2 was added. Provisioning should be done from IDM tasks and not locally. If ABAP is user store then you can use PFCG_COMPRESS_TIMES to remove invalid roles (with...
View ArticleRe: Validity for portal roles
Thank you Julius .. At the moment this UME is not connected to any back end ABAP system. We are currently doing user admin and role admin activities in identity management. But i cant find any...
View ArticleRe: Validity for portal roles
Hi, as it was already mentioned SAP portal does not support expiry date on role assignments. All roles are assigned from today till they are manually removed from user/group. So if you need some...
View ArticleRe: Default User Parameters
These settings in SSM_CUST are active in PFCG only but not in SU01 or SU10. Note 367660 - User exits in user and authorization managementhttp://service.sap.com/sap/support/notes/367660...
View ArticleRe: How to find out a transport request with Object ID??
First create a transport containing some PPOM objects to have an example, than use SE16 to have a look into table E070 (transport objects) E071K (keys). Kind regardsFrank
View ArticleRe: CUA Migration
Are you talking about CUA = Central User Management ? Well, this CUA is an application in SAP_BASIS. I do not know about any issues concerning a release upgrade. For a long time we have said:...
View ArticleRe: how to point su3 to customized tcode
Problem with SU3 (as with SU51 etc) is that switching back and forth between the tabs uses CALL SUBSCREEN so it will always return to the standard screen. Cheers,Julius
View ArticleRe: Set default Parameter ids for the users
> Is there any way to prevent users from adding or changing this parameter in SU3? No, if you allow to maintain user parameters, e.g. using transaction SU2 or SU3, than the user can choose all of...
View ArticleRe: Tcode ranges not working as expected
Hi Meta, I can see it quite often out there in the wild. If not in the normal roles, then at least in the developer or sys.admin roles meant for the DEV and TEST system. In such case there is a menu...
View ArticleRe: Default User Parameters
Hi Frank, That SAP note is no longer released. That is what I meant when I said that the documentation has been removed.. :-) I was advised not to use these exits anymore as their future was uncertain...
View ArticleRe: Set default Parameter ids for the users
hi syed, You can fill fields on screens with default values from SAP memory using parameter IDs. It is the same as SPA and GPA. Parameter IDs are stored in the table <b>TPARA</b>. They can...
View ArticleRe: how to point su3 to customized tcode
Hi Julius, I do not get your point: I've created a Standard Transaction variant for SU3 in SHD0.Now I happily can switch between tabs in SU3 always getting the restricted screen. Caution: you cannot...
View ArticleRe: how to point su3 to customized tcode
Yes, you are correct. It was the attempt to create a variant transaction and pass the variant which failed due to the subsequent subscreen calls. A transaction variant (other way around) works though...
View ArticleRe: SAP NetWeaver Portal 7.01 implementing SSL "Passing the SSL Connection"
Hi Abbas, the common name from the certificate needs to be the same as the hostname the users will have to enter as part of the URL. This is independant whether you forward the traffic or terminate the...
View Article