Show TOC

 P_DBAU_SKV (HR: DBAU: Construction Pay Germany – Social Fund Procedure)

Definition

Authorization object that is used exclusively in Construction Pay Germany for reports on the Social Fund Procedure.

Use

This authorization object determines which reports with which parameters or which processing steps an administrator is allowed to run or carry out.

The RPCBLFD0 report ( Construction Pay: Evaluations of the Social Fund Procedure ) defines which activities an administrator is allowed to perform:

  • Display posting runs already created

  • Create new posting runs

  • Delete the last posting run to be carried out

Structure

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

Authorization Field

Long Text

REPID

ABAP Report Name

ZVKAS

Social Fund

RZNUM

Data Processing Center Number for Constr.Ind.SI Fund

ACTVT

Activity

More Information About the Fields

  • The REPID field contains the name of a report that is used to check an authorization object, for example the evaluation report for the social fund procedure. A granted authorization refers, however, only to this report.

  • The ZVKAS field specifies the social funds for which a granted authorization should be valid.

  • The RZNUM field specifies the data processing center number that a granted authorization should refer to.

  • The AUTHC field contains the activity for the authorization (for example, Display). The following values are possible:

01: : Add or Create

03: : Display

06: : Delete

Example

An administrator should have the following authorizations regarding the evaluation report for the social fund procedure:

  • Display posting runs already created

  • Create all posting runs for social fund 02

  • Delete a posting run of the 02 social fund for the data processing center number 12345678 (providing the posting run is the last posting run to have been created).

Define three authorizations and group these into one profile. Assign this profile to the administrator by user assignment:

Authorization

Report Name

Social Fund

Data Center

Activity

P_DBAU_SKV_A

RPCBLFD0

*

*

03

P_DBAU_SKV_E

RPCBLFD0

02

*

01

P_DBAU_SKV_L

RPCBLFD0

02

12345678

06