cancel
Showing results for 
Search instead for 
Did you mean: 

handling for un-authorize access to infotype

Former Member
0 Kudos

I am calling function module to add the record in info type, i want to set a returncode if user is not authorized to access infotype

but nothing has come in wa_return even the infotype is not getting updated

data: wa_return type bapiret1.

CALL FUNCTION 'HR_INFOTYPE_OPERATION'

EXPORTING

infty = '9077'

number = wa_p9077-pernr

validityend = wa_p9077-endda

validitybegin = wa_p9077-begda

record = wa_p9077

operation = 'INS'

IMPORTING

return = wa_return.

please guide

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This forum is for Web Dynpro ABAP directly related questions only. This question has no relation to Web Dynpro ABAP. Locking thread.