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: 

KOB1 authorization group mising

nagaraju_gaddam
Explorer
0 Kudos

Hi,

when i'm excuting KOB1 i'm getting the output report shows all the line items as per given selection in quality system,

when i'm using the different user ID and same quality its not showing the line items some authorizations missing .

how can i check and how can i fix this issue.

thanks in advance.

4 REPLIES 4

deepak_dhamat
Active Contributor
0 Kudos

hi,

There are authorization given for many transaction .

Developer don't have that authorization tell your FUNCTIONal Member about this and Get it done from basis TEAM .

SAP AUTHORIZATION OBJECT TABLE

Table Name Description

TOBJ Authorization Objects

TACT Activities which can be Protected (Standard activities authorization fields in the system)

TACTZ Valid activities for each authorization object

TDDAT Maintenance Areas for Tables

TSTC SAP Transaction Codes

TPGP ABAP/4 Authorization Groups

USOBT Relation transaction > authorization object

USOBX Check table for table USOBT

USOBT_C Relation Transaction > Auth. Object (Customer)

USOBX_C Check Table for Table USOBT_C

USR01 User master record (runtime data)

USR02 Logon data

USR03 User address data

USR04 User master authorizations

USR05 User Master Parameter ID

USR06 Additional Data per User

USR07 Object/values of last authorization check that failed

USR08 Table for user menu entries

USR09 Entries for user menus (work areas)

USR10 User master authorization profiles

USR11 User Master Texts for Profiles (USR10)

USR12 User master authorization values

USR13 Short Texts for Authorizations

USR14 Surchargeable Language Versions per User

USR30 Additional Information for User Menu

USH02 Change history for logon data

USH04 Change history for authorizations

USH10 Change history for authorization profiles

USH12 Change history for authorization values

UST04 User masters

UST10C User master: Composite profiles

UST10S User master: Single profiles

UST12 User master: Authorizations

Regards

Deepak.

Edited by: Deepak Dhamat on Oct 2, 2010 7:00 AM

Edited by: Deepak Dhamat on Oct 2, 2010 7:04 AM

s0003317177
Explorer
0 Kudos

To find last missing authorization you can run transaction from menu System - Utilities - Display authorization check.

To view all authorizations which where checked you can in transaction ST01 (system trace) switch on trace of authorization check, run KOB1 than switch off trace and view results.

0 Kudos

Hi,

Thanks for message.

we can find in debugging the transaction (K0B1) , how we can find authorization group missing in the debbugging mode.my lead as told me that debug it self u can find missing authorization.

thanks.+

nagaraju_gaddam
Explorer
0 Kudos

hi