Application Development and Automation 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: 
Read only

Authority in Object Services?

Former Member
0 Likes
966

Hi,

i insert an attachment via Object Service (GOS). This is OK.

Others users shell cheange my inserted attachment, but there comes an error 'No authority to change' this attachment.

I have tried ty find the authority-object, but have problem to find this. I tried SU53 etc.

Has anyone an idea which object are used?

thanks.

regards, Dieter

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
844

Dieter,

I hope that following are the solution for you problem. Check wheather this is helpful to you or not.

Authorization Object C_DRAW_BGR (Authorization Group)

The following table shows authorization object C_DRAW_BGR. This authorization object allows you to limit access to individual documents.

Fields Possible Values Description

BEGRU (Authorization group) 0000 - ZZZZ Used to restrict the authorizations for document maintenance further.

Authorization object C_DRAW_BGR can be used to restrict access to individual documents. It works like a simple on/off switch. If the check of object C_DRAW_BGR is fine, the user's authorization can be further restricted by checking C_DRAW_TCD (check only based on the document type) or C_DRAW_TCS (check of the

combination of document type and status). At the fifth level there is a BADI called DOCUMENT_AUTH01, which you can use to design your own authority check.

Authorization Object C_DRAW_DOK (Document Access)

The following table shows authorization object C_DRAW_DOK. This authorization object controls which original data of a specific document type there are access authorizations for.

Fields Possible Values Description

ACTVT (Activity) 52 53 54 55 56 57 Change application start Display application start Display archive application Change archive application Display archive Store archive

DOKAR (Document type) Here you enter the document type that access to original data is allowed for.

Authorization Object C_DRAD_OBJ (Object Link)

The following table shows authorization object C_DRAD_OBJ. This object controls which users can process which document info records, based on a combination of activity, object, and status.

Fields Possible Values Description

ACTVT (Activity) 01 02 03 06 Create Change Display Delete

DOKOB (Object) You must enter the data base table for the objects here (for example, MARA for material record).

STATUS (Document status)

Amit.

Hi,

thanks for your answer. It's not really what i need.

I find the solution by tracing, its S_BDS_DS and S_OC_ROLE.

Regards, Dieter

2 REPLIES 2
Read only

Former Member
0 Likes
845

Dieter,

I hope that following are the solution for you problem. Check wheather this is helpful to you or not.

Authorization Object C_DRAW_BGR (Authorization Group)

The following table shows authorization object C_DRAW_BGR. This authorization object allows you to limit access to individual documents.

Fields Possible Values Description

BEGRU (Authorization group) 0000 - ZZZZ Used to restrict the authorizations for document maintenance further.

Authorization object C_DRAW_BGR can be used to restrict access to individual documents. It works like a simple on/off switch. If the check of object C_DRAW_BGR is fine, the user's authorization can be further restricted by checking C_DRAW_TCD (check only based on the document type) or C_DRAW_TCS (check of the

combination of document type and status). At the fifth level there is a BADI called DOCUMENT_AUTH01, which you can use to design your own authority check.

Authorization Object C_DRAW_DOK (Document Access)

The following table shows authorization object C_DRAW_DOK. This authorization object controls which original data of a specific document type there are access authorizations for.

Fields Possible Values Description

ACTVT (Activity) 52 53 54 55 56 57 Change application start Display application start Display archive application Change archive application Display archive Store archive

DOKAR (Document type) Here you enter the document type that access to original data is allowed for.

Authorization Object C_DRAD_OBJ (Object Link)

The following table shows authorization object C_DRAD_OBJ. This object controls which users can process which document info records, based on a combination of activity, object, and status.

Fields Possible Values Description

ACTVT (Activity) 01 02 03 06 Create Change Display Delete

DOKOB (Object) You must enter the data base table for the objects here (for example, MARA for material record).

STATUS (Document status)

Amit.

Read only

0 Likes
844

Hi,

thanks for your answer. It's not really what i need.

I find the solution by tracing, its S_BDS_DS and S_OC_ROLE.

Regards, Dieter