Re: Restrict Vendor Master Attachment Create / Delete
Hi, check note 1539457 for explanation how standard authorization checks work. You can also implement additional checks with BADI GOS_SRV_SELECT. So you should be able to achieve your requirement with...
View ArticleRe: SSF signature using SHA1 and digtal certificate
Hi I am using a function SSFC_BASE64_ENCODE to get the base64 string, however the resulting characters are still too many, and also if they use the same certificate to sign the signatures just look...
View ArticleRe: Possibility to allow only digit based passwords in NetWeaver ABAP
Hi, Yes it's related to mobile apps. We're investigating using a two-factor authentication approach and since one of them is quite strong, we want to use a pin code based approach for the other...
View ArticleRe: Possibility to allow only digit based passwords in NetWeaver ABAP
The only thing I can think of it to create a security policy for mobile users in tcode SECPOL and there define that login/password_downwards_compatibility=5 (only old hashes and maximum 8 characters in...
View ArticleRe: Problem with PRGN_INTERFACE_USER deleting SAP_ALL and SAP_NEW.
Thanks Julius, Solved. I hasn't profile to delete the users in QAS. :S.Thank you. Regards,Erlon Lourenço
View ArticleRe: SSF signature using SHA1 and digtal certificate
Hi, I just did a test. Yes, you are right. If you encode 256 bytes (maximum size of signature with 2048 bit long key) then base64 encoding is 344 characters. Even for a signature with key length 1024...
View ArticleRe: SSF signature using SHA1 and digtal certificate
Hi I will ask for the code, I have not tried using OpenSSL after base64 encoding it is supposed to be 172 characters because the key length is 1024 bits, however using SSF_KRN_SIGN i am getting a...
View ArticleWhat is the best practise to implement security concepts in R3 and BW for...
Security is already implemented for US territory but we need to implement security for other territories also.What is the best practice to implement security concepts for R3 and BW systems for...
View ArticleHow to create a master role for more than two existing similar single roles?
Hi There, Could anybody help me to create a master role for more than two existing similar single roles? I have two same roles and I have to create master role for the same without deleting the these...
View ArticleRe: Recommended Settings for the Security Audit Log (SM19 / SM20)
By the way: You can view the long text of Security Audit Log event messages using transaction SE92 (or in transaction SE61 if you choose the document class 'SL=Syslog').
View ArticleHow to provide controled sm30 access to a field in a customised table??
Hi, I recieved a request from our users to create a role which will give sm30 access to a particular field in a customised table. I know we can restrict access to atable by using S_TABU_NAM...
View Article3rd Party OAuth Authentication Servers
Does the SAP NetWeaver Gateway have any support for connecting to a 3rd-party OAuth Authentication Server? I don't see anything in the documentation.
View ArticleRe: SSL Server Standard and SSL Client Standard PSE's missing.
Thanks for telling us how you fix it .. so many people ask and ask but never let us know what happened to fix the issue resulting in many useless thread ..
View ArticleSAP ID Identity Provider API ?
I am using SAP ID identity provider for my Java/HANA application. I would like to programatically add users to the Identity Provider from my Java app. Is there an API available that would allow me to...
View ArticleCUA during Upgrade
HI We have CUA configured in Solution Manager .We are planning to upgrade solution manager to the latest patch available . During downtime of solution manager How do we manage the CUA and user...
View ArticleRe: CUA during Upgrade
Hi, Option 1: Move the CUA Master to another system & then move back when complete Option 2: Remove child systems from CUA, perform admin manually for period of patching, re-connect when patching...
View ArticleRe: How to provide controled sm30 access to a field in a customised table??
Your easiest option is to get a developer to knock up a quick program that allows update that field only. Granting access to SM30 to users is not usually a particularly good course of action.
View ArticleRe: CUA during Upgrade
Hi Alex Is it possible to detach CUA during downtime and reattach it . If so , do we need to need to attach all child systems manually . Can you clarify how to move CUA master to other system ....
View ArticleRe: CUA during Upgrade
Hello Balamarugan, Here is a helpful report for CUA management: RSDELCUA . Best regards,Serhat
View Article