Skip to Content
0
Former Member
May 15, 2008 at 02:39 PM

hr_infotype_operation

2996 Views

Hi,

Can some give me the the value(1 or 2) i need to pass in parameter DIALOG_MODE if i want to run the program in all screen display mode or error screen display mode.

I understand from function HR_MAINTAIN_MASTERDATA that if i want to do no screen display i have to use '0' there .

CALL FUNCTION 'HR_INFOTYPE_OPERATION'

EXPORTING

infty =

number =

subtype =

validityend =

validitybegin =

record =

operation =

tclas =

dialog_mode = '0'

IMPORTING

return = wa_return

key = wa_pa_key.

Thanks,

Thrilleswar.