cancel
Showing results for 
Search instead for 
Did you mean: 

how to use FM 'RH_INSERT_INFTY'

Former Member
0 Kudos

hi,

I need to insert data in the infotype 5104. Can anybody tell me how to use this FM 'RH_INSERT_INFTY'.

I am using like this .

CALL FUNCTION 'RH_INSERT_INFTY'

EXPORTING

fcode = 'INSE'

vtask = 'B'

authy = ' '

TABLES

innnn = wplog_record_tab

EXCEPTIONS

no_authorization = 1

error_during_insert = 2

repid_form_initial = 2

corr_exit = 2

begda_greater_endda = 2

OTHERS = 2.

I have to update the education fields for each record , how to pass those fields in 'wplog_record_tab' .

any body can provide details how to fill the 'wplog_record_tab'.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is a BAdI /ISDFPS/DEBI_CREA which has to be used for the filling fields in this table.