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.