Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting error when updating infotype 0022

rajeshkothamasu
Active Participant
0 Likes
427

data:wa_edu type yhess_t_edu.

data: ls_p0022 TYPE p0022.

   DATA: l_bapireturn1 TYPE bapireturn1,

         l_bapikey     TYPE bapipakey.

CALL FUNCTION 'HR_INFOTYPE_OPERATION'

         EXPORTING

           infty         = '0022'

           number        = ls_p0022-pernr

           subtype       = ls_p0022-subty

           validityend   = ls_p0022-endda

           validitybegin = ls_p0022-begda

           record        = ls_p0022

           operation     = 'INS'

           tclas         = 'A'

         IMPORTING

           return        = l_bapireturn1

           key           = l_bapikey.

i am getting error

No entry in table T517Z for key 16 00016

Please provide quick solution .

data:wa_edu type yhess_t_edu.

data: ls_p0022 TYPE p0022.

   DATA: l_bapireturn1 TYPE bapireturn1,

         l_bapikey     TYPE bapipakey.

CALL FUNCTION 'HR_INFOTYPE_OPERATION'

         EXPORTING

           infty         = '0022'

           number        = ls_p0022-pernr

           subtype       = ls_p0022-subty

           validityend   = ls_p0022-endda

           validitybegin = ls_p0022-begda

           record        = ls_p0022

           operation     = 'INS'

           tclas         = 'A'

         IMPORTING

           return        = l_bapireturn1

           key           = l_bapikey.

i am getting error

No entry in table T517Z for key 16 00016

Please provide quick solution .

1 REPLY 1
Read only

Former Member
0 Likes
354

It seems the combination of Educational est. (T517Z-SLART) and Br.of study 1 (T517Z-FAART) doesn't maintain for this EE. please check with your functional to maintain it.