2007 Dec 21 6:27 PM
Hi everyone
Iam using hr_infotype_operation in my RFC.b4 calling this iam checking
IF NO_EXISTENCE_CHEK EQ ' ' (which is in hr_maintain_masterdata)
CALL FUNCTION HR_INFOTYPE_OPEARTION.
but code is not working..
any clue please.
regards
abap user
2007 Dec 22 4:59 AM
Hi abap user,
First of all ...is the code "IF NO_EXISTENCE_CHEK EQ ' ' " standard or yours?
if it is standard i belive we need to debugg and see where and when the variable gets filled...one easy solution to see if the code will work is that in the debugg mode clear the value of NO_EXISTENCE_CHEK before calling the HR_infotype_operation and save...if the code is working,analyse as to where and when the flag is getting set...
Pls check , revert and reward if useful
Regards
Byju