cancel
Showing results for 
Search instead for 
Did you mean: 

HR_INFOTYPE_OPERATION on output fields

nuno_figueiredo1
Explorer
0 Kudos

Hi experts,

i'm currently using this Function Module to operate with a custom developed infotype, the problem here is that this infotype has set to only allow to display the fields, not allowing end users to maintain manually it, the custom infotype should be maintained by report and the infotype should track the changes.

Do you have any idea on how this could accomplished using HR_INFOTYPE_OPERATION or some similar FM that could set the changing log.

Many Thanks,

Nuno Figueiredo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Even if fields are disabled for editing thru FM HR_INFOTYPE_OPERATION you can enter values

just check the code of custom Infotype it may be clearing the fields somewhere.

former_member226519
Active Contributor
0 Kudos

if you are not allowed to to put the data directly into the PAxxxx table you can only try to solve it by authority:

give all the online users authority to read the data and only a technical user who runs the report in background is allowed to change it.