on 05-15-2008 3:39 PM
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.
Hi,
In HR_INFOTYPE_OPERATION
If dialog mode is
0: Changes are processed in background (If error occurs complete step is terminated ans module returns error message in structure return.
1 : Changes are processed in background If error occurs,system switches to dialog mode so that user can correct entries.
2: Changes processed in dialog mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
i dont get your point but if u are asking abt dialog mode 2
it is to run the function module in background..check if it solves ur issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Reddy,
upto my concern Hr infotype operation is itslef hits the database directly..
so this is been used for suc type of special purposes!
so its not possibel to all screens or error screens..we need to check in the dat base itself!
regards
sas
reward points if useful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.