Hi Abdel,
CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP
EXPORTING
PNNNN = WA_USER
IMPORTING
PRELP = INNNN.
After the above code, add the following in ur code.
show_data_again = 'X'.
Hope it helps.
Thanks,
Arun
Hi Abdel,
CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PNNNN_TO_PRELP
EXPORTING
PNNNN = WA_USER
IMPORTING
PRELP = INNNN.
After the above code, add the following in ur code.
show_data_again = 'X'.
Hope it helps.
Thanks,
Arun