Hello everybody,
on SAP we need to create a dinamyc action for the IT0019. The client would like to manage this situation for a local task type FA Expiry of probation:
The default date has to be automatically presented by the system when the user enters in the IT0019 (trough PA30 or through hiring action) and select the related subtype.
The logic to define the default value is:
Default date = start date (hiring date) + X
Where X = 3 month for Azubi
And X = 6 months for all other types of employees
I created this action in customizing, but the system doen't work:
0016 00 100 * ****IT0019 FA Default Date 0016 00 101 P PSPAR-TCLAS='A'
0016 00 105 P T001P-MOLGA='01'
0016 00 110 P P0000-PERSG='6'
0016 00 115 P P0000-PERSK='0C'
0016 00 120 I INS,0019,FA
0016 00 125 W P0019-TERMN=P0016-BEGDA
0016 00 130 W P0019-VTRAN='3'
0016 00 135 W P0019-VTRZH='012'
0016 00 135 W P0019-VTROP='+'
could you please help me?
thx
Rosy
Edited by: Maria Rosaria Palladino on Jul 18, 2008 3:22 PM