we have a custom rfc, which we use to create/update infotypes. and this RFC internally calls HR_INFOTYPE_OPERATION. for various reasons we cannot call HR_MAINTAIN_MASTERDATA instead we are using HR_INFOTYPE_OPERATION.
but now we want to be able to create 0000 infotype using our RFC.(we want to perform hire action using this) so we want to include NO EXISTANCE field to our RFC just like HR_MAINTAIN_MASTERDATA has.
is this possible? to just add no existance field of HR_MAINTAIN_MASTERDATA by writing a code yet call HR_INFOTYPE_OPERATION in our RFC, if yes how to go ahead with this. kindly advice.
BAPI_EMPLOYEE_CHECKEXISTENCE is called in HR_MAINTAIN_MASTERDATA.
thanks in advance