Start of Content Area

Process documentation Process of Determining the Date After Which Changes Are Permitted for Test Procedures Locate the document in its SAP Library structure

Call Parameters

The system transfers the following parameters to determine the date after which changes are permitted:

PERNR

Personnel Number

CKTYP

Test Procedures = Subtype of Test Procedures Infotype (0130)

Process Flow

The system performs all the following steps of this process.

The check date (RELDT) of the specified test procedure (data record of the subtype defined by CKTYP of the Test Procedures infotype (0130)) is imported:

A personnel number check (with LEVEL = W, SUBTY = CKTYP) is performed for the test procedure (CKTYP) for the Test Procedures infotype (0130):

    1. If the check returns authorized, every change made as of January 1, 1800 (up to and including) is permitted and processing is stopped at this point.
    2. If the check returns not authorized, only changes after the check date are permitted and processing is stopped at this point.
    3. If the check returns authorization unclear, processing continues.

The time logic for test procedures appears at first to function differently to the general time logic of authorization checks. However, both follow the exact same process. The only difference is that when you use test procedures, you already know that the check only returns authorization for write access and that the data records of the 0130 infotype are always valid from January 1, 1800 to December 31, 9999. The time logic for test procedures is as follows:

See also:

See Flowchart 7 for a graphical representation of the test procedures and Flowchart 8for a graphic of how the date after which changes are permitted is determined.

 

 

End of Content Area