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: 

Authorisation object??

Former Member
0 Kudos

How do i get to the authorisation object S_idocmoni,wat is the object class for that

i searched in the transaction SU21,cud not find it

Also i need the link which helps on complete authorisation in sap

documents wud be help too

Kindly help if u know

Regards

renjy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hope this helps, Regards Ashley.

Object: S_IDOCMONI

Object Description: WFEDI: S_IDOCMONI - Access to IDoc Monitoring

Object Class: BC_Z

Object Class Description: Basis - Central Functions

Object Documentation:

Definition

Controls access to IDocs in the statistics and monitoring programs for the test tool (template of an existing IDoc).

Defined Fields

EDI_TCD Current transaction

ACTVT Permitted activity

EDI_MES Permitted message type

EDI_DIR IDoc direction: 1 = outbound, 2 = inbound

EDI_PNR Permitted partner number

EDI_PRT Permitted partner type

In the following functions, the following values are checked:

Function Transaction ACTVT

IDoc display WE02 02-03

IDoc list WE05 02-03

IDoc statistics WE07 02-03

IDoc search (database) WE09 02-03

IDoc search (archive) WE10 02-03

Test tool WE19 03

The activities mean: 02 - Change, 03 - Display

Restrictions

For activity 02, only fields EDI_TCD and ACTVT are checked, that is, you can only generally prevent or allow the editing of IDocs. However, you can, for example, allow IDoc display for a specific message type and hence also limit changes to this message type, then before you can change an IDoc, you must first display it.

Dependencies

You can use the test tool to insert segments in IDocs. In order to be able to import their structure, you additionally need authorization for activity 03 and transaction code WE30 in the authorization object S_IDOCDEFT.

6 REPLIES 6

Former Member
0 Kudos

You can get the authorization for S_IDOCMONI with tcode WE02 .The following link gives u a fair idea of the S_IDOCMONI authorization object

http://help.sap.com/saphelp_40b/helpdata/en/38/1d4b6e5733d1118b3f0060b03ca329/content.htm

Please check the following link to have a fair idea on the authorization concept of SAP

http://help.sap.com/saphelp_47x200/helpdata/en/52/671595439b11d1896f0000e8322d00/frameset.htm

**Reward suitable points if helpful

Former Member
0 Kudos

Hope this helps, Regards Ashley.

Object: S_IDOCMONI

Object Description: WFEDI: S_IDOCMONI - Access to IDoc Monitoring

Object Class: BC_Z

Object Class Description: Basis - Central Functions

Object Documentation:

Definition

Controls access to IDocs in the statistics and monitoring programs for the test tool (template of an existing IDoc).

Defined Fields

EDI_TCD Current transaction

ACTVT Permitted activity

EDI_MES Permitted message type

EDI_DIR IDoc direction: 1 = outbound, 2 = inbound

EDI_PNR Permitted partner number

EDI_PRT Permitted partner type

In the following functions, the following values are checked:

Function Transaction ACTVT

IDoc display WE02 02-03

IDoc list WE05 02-03

IDoc statistics WE07 02-03

IDoc search (database) WE09 02-03

IDoc search (archive) WE10 02-03

Test tool WE19 03

The activities mean: 02 - Change, 03 - Display

Restrictions

For activity 02, only fields EDI_TCD and ACTVT are checked, that is, you can only generally prevent or allow the editing of IDocs. However, you can, for example, allow IDoc display for a specific message type and hence also limit changes to this message type, then before you can change an IDoc, you must first display it.

Dependencies

You can use the test tool to insert segments in IDocs. In order to be able to import their structure, you additionally need authorization for activity 03 and transaction code WE30 in the authorization object S_IDOCDEFT.

0 Kudos

adding to Juniad's links... the below link helps in understanding the Authority checks which also has to be read ...

http://help.sap.com/saphelp_nw04s/helpdata/en/52/67129f439b11d1896f0000e8322d00/content.htm

Hope they help u

Br,

Sri

Award points for helpful answers

Former Member
0 Kudos

Hello again

Try tcode SU24. Select the Edit Check Indicator in All Trans option

enter S_IDOCMONI and execute.

Check the table USOBT or USOBT_C for the required oject.

Hope this helps

Pl dont forget to award suitably

Regards

0 Kudos

thanks to all of u who have replied,actually this issue is solved cos i posted the same question twice, i got a reply.i have awarded points in this thread too

regards

renjy

Former Member
0 Kudos

thanks for ur help