cancel
Showing results for 
Search instead for 
Did you mean: 

Calling HR infotype operation in a webdynpro ABAP application

Former Member
0 Kudos

Hi,

is it possible to call hr_infotype_operation on an infotype which has custom control to update the infotype.

Because i have observed that all the 9 series infotypes which have custom control in them are giving short dump when hr_infotype_operation is used on them.

Please reply

Divya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi divya,

As far as i understand that any BDC on custom control screens are not allowed through a webdynpro abap application.

If hr_infotype_operation is associated with a BDC then it will throw an error.

I suggest u should use an update or insert statement for such cases.

Regards

Manish

sushant_singh
Participant
0 Kudos

Hi experts ,

I am trying to use FM HR_INFOTYPE_OPERATION to update infotype 9205,

for this i need to pass infotype as exporting parameter.

but i am not able to use INFOTYPES statement to declare

the infotype in the view method .

how can i use the FM now in my webdynpro application

points are sure.

Thanks,

Sushant

Answers (0)