cancel
Showing results for 
Search instead for 
Did you mean: 

Function Model to update IT 1002 tabnr

DebbieCloud
Participant
0 Kudos

Can anyone please urgently tell me what function model is used in IT1002 updates to generate the next tabnr.

I am rewriting some functionality in Webdynpro (ABAP) and need to call the funtion model to determine the nex tabnr. for Notes text I want to add to IT1002.

Please assist.

Tx

Debbie 

Accepted Solutions (0)

Answers (2)

Answers (2)

chengalarayulu
Active Contributor
0 Kudos

Hi,

check the below FMs.

HR_INFOTYPE_OPERATION ( to update a single infotype ).

HR_MAINTAIN_MASTERDATA ( to update multiple infotypes at a time ).

farooq_basha
Active Participant
0 Kudos

Hi Debbie,

Check the below link may be it will be usefull...

http://scn.sap.com/thread/901557

Regards,

Farooq

DebbieCloud
Participant
0 Kudos

Hi Farooq

I saw that link, but in order for me to update IT 1002, I need to find out how to get the next tabnr. to update IT 1002 with.

Can you perhaps assist?  There should be a function module to generate the next available tabnr. to be used for IT 1002.  I also then wil insert the info into IT 1002 as this will always be a new entry I am trying to create.

Regards

Debbie

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Just check whether it helps RH_TABINFTY_TABNR_GET.