Start of Content Area

Object documentation S_TMS_ACT (TemSe: Actions on TemSe Objects) Locate the document in its SAP Library structure

Definition

Authorization Object that is used to determine who is authorized to perform which operations on which TemSe Objects (objects with temporary sequential data).

Use

Authorizations using S_TMS_ACT only control direct access. TemSe files are protected from applications that access their data indirectly, such as the spooler or background request management, by their own authorization checks.

Structure

The S_TMS_ACT authorization object contains the following fields, which are tested during an authorization check:

Authorization Field

Long Text

STMSACTION

TemSe: Action ID for Authorizations

STMSOWNER

TemSe: Owner Group for Authorizations

STMSOBJECT

TemSe: Generic Object Name for Authorizations

More Information About the Fields

CRE: Create TemSe object

REA: Read TemSe object

DEL: Delete TemSe object

APP: Append TemSe object

MOD: Modify TemSe object This currently applies only to attributes as the data of the TemSe objects cannot be changed in the current version.

OWN: Own TemSe objects

GRP: External TemSe objects in own client

OCL: TemSe objects in external clients

Note

TemSe objects have names. The name is specified partly generically (that is with a (*) at the end).

TemSe objects can have any names. However, naming conventions are used, which are defined in the TST07 table (Naming Conventions for TemSe Objects). The spooler, for example, currently uses SPOOLnnnnn, where nnnnn is the spool request number.

 

 

End of Content Area