Hello Gurus,
I want to delete the roles assigned to the Position in PP02.I used the FM RH_DELETE_INFTY_1001_EXT when i am executing the FM it is giving me the error as Error during deletion
I have given these values in my code.
W_INNN-PLVAR = '01'.
W_INNN-OTYPE = 'S'.
W_INNN-OBJID = '50027301'.
W_INNN-INFTY = '1001'.
W_INNN-RSIGN = 'B'.
W_INNN-RELAT = '007'.
W_INNN-BEGDA = '16.01.2008'.
W_INNN-ENDDA = '16.01.2008'.
W_INNN-SCLAS = 'AG'.
W_INNN-SOBID = 'PLM510'.
APPEND W_INNN TO I_INNN.
*W_ILFCODE-TABIX = '1'.
W_ILFCODE-LFCOD = 'DELO'.
APPEND W_ILFCODE TO I_ILFCODE.
I am not able to delete the roles assigned to the position.
Can anybody help me solve this problem.
This is very urgent.I will reward points.
Thanks,
Indrakaran.C