cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Actions in IT0016 - pertaining to Probation Period

Former Member
0 Kudos

Dear Experts,

I would like to ask on the following dynamic actions (one in Blue, one in Red😞

Are they "standard" dynamic actions which are provided by SAP?

I understand that PROBATION is a routine which uses entries in the fields P0016-PRBZT and P0016-PRBEH to determine the end of the probation period which it stores in the field PRBEND (taken from http://scn.sap.com/thread/1343582)

Also, would I be able to modify them, e.g., by adding in addition conditions prior to step F?  For example:

0016     PRBZT     6     0     P     PSPAR-TCLAS='A'/X             Proposed to add "/X" behind

0016     PRBZT     6     1     P     PSPAR-MASSN='Z2'/X          Proposed to add in

0016     PRBZT     6     2     P     PSPAR-MASSN='Z3'/X          Proposed to add in

0016     PRBZT     6     3     F     PROBATION

0016     PRBZT     6     4     I      DEL,0019,01/S

0016     PRBZT     6     5     I      INS,0019,01

0016     PRBZT     6     6     W    P0019-TERMN=RP50D-DATE1

I have actually already tried the above logic but the conditions did not seem to have any effect on the hiring action.  Is there anything wrong with the statements in green?

Appreciate all help and advice.  Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

maddilety_kanuku
Active Contributor
0 Kudos

Hi, can you please try below code

P0000-MASSN instead PSPAR-MASSN, and i am hoping, you have valid actions Z2 and Z3.

Warm Regards!

-Kanuku

Former Member
0 Kudos

Hi Koh,

Yes, this is a standard one. You can modify it to meet your requirement.

Please remove /x in the first line. 0016     PRBZT     6     0     P     PSPAR-TCLAS='A'/X

/x is not required here.

for remaining two lines give a 'space' after 'Z2' . it should be PSPAR-MASSN='Z2' /X and PSPAR-MASSN='Z3' /X

Regards

Sundar