Quantcast
Channel: SCN: Message List - Security
Viewing all 5338 articles
Browse latest View live

Re: MM60 /MB51 / MB52 No cost

$
0
0

Hi Alejandro, with SHD0, is it possible doesn't show the price only in relation to specific plant? Thanks and regards. Antonio


Re: MM60 /MB51 / MB52 No cost

$
0
0

Hi Antonio,

 

Are you reffering to restrict the columns mentioned only for a specific Plant?

Im not sure if you can do it with a SHD0, maybe, if you cannot do it, the best way can to be create a non-standard transactions or  add in a user-exit, etc. of the standar program any restriction about the specific Plant.


Sorry for it, I hope that any developer can resolve the doubt.

 

Please let us know with anything.

Best regards.

Re: MM60 /MB51 / MB52 No cost

Re: MM60 /MB51 / MB52 No cost

$
0
0

Dear Antonio

 

We cannot directly restrict the cost in the mentioned tcodes using standard. In our scenario , we have followed the below steps to restrict the cost in MB52. Same steps can be followed for MB51 & MM60.

 

1) MB52 uses the program RM07MLBS. Go to SE38 and create a variant for this program.


Capture121.JPG

 

2) Press attributes and click on the fields which you want to hide from users. i.e "Do not display values"

 

Capture111.JPG

 

3) Set Protect field for " Do not display values"

 

Capture323.JPG

 

4) Now create a new tcode for this. Go to SE93 , enter tcode ZMB52 and click on create. Select below option on next screen.

 

Capture454.JPG

5) Enter the details. Select any of your dev package to save this tcode.

 

Capture333.JPG

We are done with a new tcode "ZMB52" which can be given to endusers , wherein they will not be able to see cost.

 

Field is greyed out , so they cannot change it.

 

Capturw.JPG

Cheers!!

Urvish

Re: Check ABAP OO Custom Code for Authority Checks

$
0
0

Hi Thorben,

 

I think that, unafortunatelly, except Traces, RSABAPSC, find programas with *auth*che*, etc. dont exist any standard report that say you which authority-check have in a specific program.

 

I hope that any developer can help us, because this report will help me too

 

Best regards.

Re: Resctric acces at the variant level

$
0
0

hi,

 

you can try to restrict  with S_PROGRAM authorization object.

 

Regards/rag

Re: Transaction s_bce_68001777 Comparing roles

$
0
0

Good morning Jack,

 

Maybe the authority objects have the same values?

 

If yes, please check the note attached by Bernhard.

 

Please let us know with anything.

Best regards.

Re: Resctric acces at the variant level

$
0
0

Good morning Carlos,

 

You can create a Z transaction that calls directly to the variant of the standard transaction.

 

SE93/Transaction with variants.

 

Also, maybe you can try do it with user parameters.

 

Please check it and let us know.
Best regards.


SAP Cloud Identity service intermittently down

$
0
0

Yesterday our SCI tenant was intermittently down in the afternoon. We had periods of 30mn with no access to SCI.

 

 

This is not acceptable especially since the same tenant will be used in a Production landscape in 4 weeks.

 

 

Could we have an explanation from SAP as to what happened and whether there is a risk of happening again? Is there any monitoring dashboard available to customers?

 

Has anybody else experienced similar issues in the past?

Re: SAP Cloud Identity service intermittently down

$
0
0

Hi Thierry,

last night there were indeed in some regions issues to reach SAP Cloud Identity tenants due to problems in the DNS infrastructure.

The root cause was a failed DNS zone update on an external DNS server which caused a "flickering" DNS resolution for *.accounts.ondemand.com.

Marko

Re: SAP Cloud Identity service intermittently down

$
0
0

Is there any statistics/Dashboard available for SCI uptime/downtime over the last year? Our client could be asking for it.

Isn't there any fail safe backup mechanism in place for this kind of situations? A whole call centre with 200 agents would have been off for periods of 30mn yesterday.....if we had been live. Go Live is planned for October 20th.

Re: Authorization Object S_TABU_NAM

$
0
0

S_TABU_DIS has two fields:

Activity    - to define the kind of access for the table authorization group
Table Authorization group - contains the table authorization group for which the access specified in activity is given

All the tables belong to some authorization group. The tables that does not belong to group are grouped under authorization group &NC&


S_TABU_NAM has two fields :

Activity    -  to define the kind of access for the table Name
Table Name   - Name of the table to which the access specified in activity is given

S_TABU_CLI has one field - CLIIDMAINT which can have value

X  - if client independent tables access is givev
' '- if client independent tables access is not given

When accessing any table via SE16, SE16N, SM30 etc the authorization check for S_TABU_DIS is checked first.

If auth check is successful, access is granted as specified in activity(02 for change and 03 for DIsplay)
If auth check is failed, auth check for S_TABU_NAM is done.


If S_TABU_NAM auth check is success, access is granted as given in activity specified in S_TABU_NAM.
If S_TABU_NAM auth check is failed, access is not granted.

Re: SAP Cloud Identity service intermittently down

$
0
0

Hi Thierry,

we do not provide externally available up/downtime monitors for SAP Cloud Identity, but just internally so far.
Fail/backup mechanism: for our service we have setup a high-availability landscape, but for the DNS entries it is a bit tricky. They are published from our side and then cached on external servers. And the issue yesterday was due to an outdated entry and thus it took some time to cleanup.

Marko

Re: Resctric acces at the variant level

$
0
0

Thanks for your prompt reply. I tried with S_PRGRAM authorization object but I am not able to restrict by variant. It's just by program.

Re: Resctric acces at the variant level

$
0
0

Thank for your prompt reply. I want to assign several inventory reports to this user so I don't really want to create a Z transaction for each standard transaction that I am going to assign to this authorization profile. Any other idea?


Re: Resctric acces at the variant level

$
0
0

What do you want to achieve at the end.

Be more detailed.

How to find the authorization object and details from role

$
0
0

Hi Expert,

Currently I am working on PLM project . I am new in this domain so my requirement is to find out the authorization object details from Role .

Could any one please help me to tell the tables related to PLM.

Following are my requirement.

1.  Which contexts 1: n users are assigned to?

2.  Which users are assigned to 1: n ACM contexts?

3. Which documents are assigned to 1: n ACM CONTEXTS?

4. To which contexts 1:n document info records are assigned?

 

 

Waiting for your valuable reply.

 

Thanks and Regards,

Prakash

Re: How to find the authorization object and details from role

$
0
0

Hi Prakash,

 

Please check suim t-code.

 

Thanks

Nishant

Re: How to find the authorization object and details from role

$
0
0

Thanks for quick reply

but i need a table relation.

 

Thanks and Regards,

Prakash

Re: How to find the authorization object and details from role

$
0
0

Hey  Prakash

You need to go to SUIM t code as mentioned by Nishant.

For 1 and 2 you can check in SUIM as shown below it should give you a list of users etc .. in a system assigned to a particular role i.e 1 , 2 of your question ..

 

 

Point 3 , 4 are not that clear that is not something you check from roles I guess .. or maybe I am not understanding correctly .

 

Regards

Vinita

Viewing all 5338 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>