Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HR_INFOTYPE_OPERATION

Former Member
0 Kudos
91

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

1 REPLY 1

Former Member
0 Kudos
47

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