cancel
Showing results for 
Search instead for 
Did you mean: 

hr_infotype_operation

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

Answers (2)

Answers (2)

Former Member
0 Kudos

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.

former_member184119
Active Contributor
0 Kudos

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